[kde-doc-english] [kronometer/2.1] /: Properly bump copyright year

Elvis Angelaccio elvis.angelaccio at kdemail.net
Sun Apr 10 18:04:13 UTC 2016


Git commit 0c943b365dbee124cf757e470ea97121f6ce3bee by Elvis Angelaccio.
Committed on 10/04/2016 at 18:03.
Pushed by elvisangelaccio into branch '2.1'.

Properly bump copyright year

M  +3    -3    doc/index.docbook
M  +1    -1    src/main.cpp

http://commits.kde.org/kronometer/0c943b365dbee124cf757e470ea97121f6ce3bee

diff --git a/doc/index.docbook b/doc/index.docbook
index 4e24150..106ad7c 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -24,7 +24,7 @@
 </authorgroup>
 
 <copyright>
-<year>2016</year>
+<year>2014-2016</year>
 <holder>Elvis Angelaccio</holder>
 </copyright>
 
@@ -177,11 +177,11 @@
     &kronometer;
   </para>
   <para>
-    Program copyright © 2016 Elvis Angelaccio
+    Program copyright © 2014-2016 Elvis Angelaccio
     <email>elvis.angelaccio at kdemail.net</email>
   </para>
   <para>
-    Documentation copyright © 2016 Elvis Angelaccio
+    Documentation copyright © 2014-2016 Elvis Angelaccio
     <email>elvis.angelaccio at kdemail.net</email>
   </para>
 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
diff --git a/src/main.cpp b/src/main.cpp
index 276e178..656db42 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -42,7 +42,7 @@ int main (int argc, char **argv)
         QStringLiteral("2.0.2"),    // version
         i18n("Kronometer is a simple stopwatch application"), // shortDescription
         KAboutLicense::GPL_V2,    // licenseType
-        i18n("Copyright (C) 2016 Elvis Angelaccio"),    // copyrightStatement
+        i18n("Copyright (C) 2014-2016 Elvis Angelaccio"),    // copyrightStatement
         {},  // otherText
         QStringLiteral("http://aelog.org/kronometer")   // homePageAddress
     };


More information about the kde-doc-english mailing list