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 <[email protected]>
+Copyright: 2001-2022 Robby Stephenson <[email protected]>
 
 Author/Maintainer: Robby Stephenson <[email protected]>
 
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("[email protected]"));

Reply via email to