[utilities/kbackup] /: changed my email address
Martin Koller <[email protected]> Sun, 29 Jun 2025 12:24:00 +0000 (UTC)
| Newsgroups | gmane.comp.kde.cvs,gmane.comp.kde.doc |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4b74b9f6a01ebb3b46424a08378d40a3a4256b44 by Martin Koller. Committed on 29/06/2025 at 12:23. Pushed by mkoller into branch 'master'. changed my email address M +1 -1 AUTHORS M +1 -1 README M +2 -2 doc/en/index.docbook M +1 -1 doc/en/man-kbackup.1.docbook M +1 -1 src/main.cxx https://invent.kde.org/utilities/kbackup/-/commit/4b74b9f6a01ebb3b46424a08378d40a3a4256b44 diff --git a/AUTHORS b/AUTHORS index 4549426..28112f5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Martin Koller <[email protected]> +Martin Koller <[email protected]> diff --git a/README b/README index d8617fc..adccf62 100644 --- a/README +++ b/README @@ -23,5 +23,5 @@ Have fun! P.S.: I welcome feedback -Martin Koller, [email protected] +Martin Koller, [email protected] 14.May 2009 diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 741ce02..23a3a17 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -17,7 +17,7 @@ <firstname>Martin</firstname> <surname>Koller</surname> </personname> -<email>[email protected]</email> +<email>[email protected]</email> </author> </authorgroup> @@ -580,7 +580,7 @@ target directory</para> &kbackup; </para> <para> -Program copyright © 2006 - 2009 Martin Koller <email>[email protected]</email><!--FIXME use entities when kbackup depends on kdoctools >= 5.42--> +Program copyright © 2006 - 2009 Martin Koller <email>[email protected]</email><!--FIXME use entities when kbackup depends on kdoctools >= 5.42--> </para> <para> diff --git a/doc/en/man-kbackup.1.docbook b/doc/en/man-kbackup.1.docbook index 326e2cb..ad8e698 100644 --- a/doc/en/man-kbackup.1.docbook +++ b/doc/en/man-kbackup.1.docbook @@ -213,7 +213,7 @@ url="help:/ --commandname-- ">help:/kbackup</ulink> <refsect1> <title>Authors</title> -<para>Kbackup was written by Martin Koller <email> [email protected]</email> +<para>Kbackup was written by Martin Koller <email> [email protected]</email> This man-page was created by Scott Kitterman <email>[email protected]</email> and updated by Scarlett Moore <email>[email protected]</email>, it is licensed under the same terms as kbackup.</para> </refsect1> diff --git a/src/main.cxx b/src/main.cxx index 3f48ac2..6463c21 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -48,7 +48,7 @@ int main(int argc, char **argv) QStringLiteral(KBACKUP_VERSION), i18n("An easy to use backup program"), KAboutLicense::GPL_V2, i18n("(c) 2006 - 2018 Martin Koller"), // copyright QString(), // added text - QStringLiteral("https://www.linux-apps.com/content/show.php?content=44998")); // homepage + QStringLiteral("https://apps.kde.org/kbackup")); // homepage about.addAuthor(i18n("Martin Koller"), i18n("Developer"), QStringLiteral("[email protected]"));