[kaffeine] /: media: main: change copyrights to cover 2018
Mauro Carvalho Chehab
null at kde.org
Fri Apr 27 09:10:36 UTC 2018
Git commit 2eb0f7db19e151fceadb05df12ca2e34fb11589b by Mauro Carvalho Chehab.
Committed on 27/04/2018 at 09:09.
Pushed by mauroc into branch 'master'.
media: main: change copyrights to cover 2018
Another year with code changes; update copyrights accordingly.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung at kernel.org>
M +2 -1 doc/index.docbook
M +1 -1 src/main.cpp
https://commits.kde.org/kaffeine/2eb0f7db19e151fceadb05df12ca2e34fb11589b
diff --git a/doc/index.docbook b/doc/index.docbook
index bce9328..f89d77d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -43,7 +43,8 @@
<year>2004</year>
<year>2016</year>
<year>2017</year>
-<holder>The &kaffeine; Authors</holder>
+<year>2018</year>
+<holder>The &kaffeine; Authors.</holder>
</copyright>
<legalnotice>&FDLNotice;</legalnotice>
diff --git a/src/main.cpp b/src/main.cpp
index ad23e5c..589d521 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -138,7 +138,7 @@ KaffeineApplication::KaffeineApplication(int &argc, char **argv) : QApplication(
// License
KAboutLicense::GPL_V2,
// Copyright statement
- i18n("(C) 2007-2017 The Kaffeine Authors"),
+ i18n("(C) 2007-2018 The Kaffeine Authors."),
// Optional additional text
"",
// Home page
More information about the kde-doc-english
mailing list