[office/tellico/3.4] /: Bump copyright year to 2022
Robby Stephenson
null at kde.org
Sun Jan 2 20:06:17 GMT 2022
Git commit 6add4453c0a8b8142e2f337872e73c39036b6614 by Robby Stephenson.
Committed on 02/01/2022 at 20:05.
Pushed by rstephenson into branch '3.4'.
Bump copyright year to 2022
M +1 -1 README.md
M +1 -1 doc/index.docbook
M +1 -1 src/main.cpp
https://invent.kde.org/office/tellico/commit/6add4453c0a8b8142e2f337872e73c39036b6614
diff --git a/README.md b/README.md
index 64cfb440..e9fcb189 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![Screenshot of Tellico](https://cdn.kde.org/screenshots/tellico/tellico-movies.png)
-Copyright: 2001-2021 Robby Stephenson <robby at periapsis.org>
+Copyright: 2001-2022 Robby Stephenson <robby at periapsis.org>
Author/Maintainer: Robby Stephenson <robby at periapsis.org>
diff --git a/doc/index.docbook b/doc/index.docbook
index 3768815b..4edb9322 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -67,7 +67,7 @@ $applicationname xx.yy for applications with independent release schedule (extra
</authorgroup>
<copyright>
-<year>2001-2021</year>
+<year>2001-2022</year>
<holder>&robby;</holder>
</copyright>
diff --git a/src/main.cpp b/src/main.cpp
index 9610b534..c96ddb13 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -120,7 +120,7 @@ int main(int argc, char* argv[]) {
KAboutData aboutData(QStringLiteral("tellico"), QStringLiteral("Tellico"),
QStringLiteral(TELLICO_VERSION), i18n("Tellico - collection management software, free and simple"),
KAboutLicense::GPL_V2,
- i18n("(c) 2001-2021, Robby Stephenson"),
+ i18n("(c) 2001-2022, Robby Stephenson"),
QString(),
QStringLiteral("https://tellico-project.org"));
aboutData.addAuthor(QStringLiteral("Robby Stephenson"), QString(), QStringLiteral("robby at periapsis.org"));
More information about the kde-doc-english
mailing list