[utilities/kate] /: GIT_SILENT: happy new year (silent)
Christoph Cullmann
null at kde.org
Sun Jan 2 18:42:21 GMT 2022
Git commit 9827a9cbf0529d755fb3f1c1393f5869206a9f9c by Christoph Cullmann.
Committed on 02/01/2022 at 18:42.
Pushed by cullmann into branch 'master'.
GIT_SILENT: happy new year
M +1 -1 doc/katepart/index.docbook
M +1 -1 kate/CMakeLists.txt
M +1 -1 kate/main.cpp
M +1 -1 kwrite/CMakeLists.txt
M +1 -1 kwrite/main.cpp
https://invent.kde.org/utilities/kate/commit/9827a9cbf0529d755fb3f1c1393f5869206a9f9c
diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook
index dd940934d..4d495603e 100644
--- a/doc/katepart/index.docbook
+++ b/doc/katepart/index.docbook
@@ -104,7 +104,7 @@ file at the time per window. Since &kwrite; is a very simple implementation of
<chapter id="credits">
<title>Credits and License</title>
-<para>&katepart; and &kwrite; Copyright 2001-2021 by the &kate; team.</para>
+<para>&katepart; and &kwrite; Copyright 2001-2022 by the &kate; team.</para>
<para>
Based on the original &kwrite;, which was Copyright 2000 by Jochen Wilhelmy
diff --git a/kate/CMakeLists.txt b/kate/CMakeLists.txt
index 063f58e31..f7e4579fc 100644
--- a/kate/CMakeLists.txt
+++ b/kate/CMakeLists.txt
@@ -170,7 +170,7 @@ if(APPLE)
set(MACOSX_BUNDLE_LONG_VERSION_STRING "Kate ${RELEASE_SERVICE_VERSION}")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}")
set(MACOSX_BUNDLE_BUNDLE_VERSION "${RELEASE_SERVICE_VERSION}")
- set(MACOSX_BUNDLE_COPYRIGHT "2000-2021 The Kate Authors")
+ set(MACOSX_BUNDLE_COPYRIGHT "2000-2022 The Kate Authors")
endif()
install(TARGETS kate-bin ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
diff --git a/kate/main.cpp b/kate/main.cpp
index b2319440d..5dbb7f810 100644
--- a/kate/main.cpp
+++ b/kate/main.cpp
@@ -129,7 +129,7 @@ int main(int argc, char **argv)
QStringLiteral(KATE_VERSION),
i18n("Kate - Advanced Text Editor"),
KAboutLicense::LGPL_V2,
- i18n("(c) 2000-2021 The Kate Authors"),
+ i18n("(c) 2000-2022 The Kate Authors"),
// use the other text field to get our mascot into the about dialog
QStringLiteral("<img height=\"362\" width=\"512\" src=\":/kate/mascot.png\"/>"),
QStringLiteral("https://kate-editor.org"));
diff --git a/kwrite/CMakeLists.txt b/kwrite/CMakeLists.txt
index bdf9eb7d7..514bbca7b 100644
--- a/kwrite/CMakeLists.txt
+++ b/kwrite/CMakeLists.txt
@@ -70,7 +70,7 @@ if(APPLE)
set(MACOSX_BUNDLE_LONG_VERSION_STRING "KWrite ${RELEASE_SERVICE_VERSION}")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}")
set(MACOSX_BUNDLE_BUNDLE_VERSION "${RELEASE_SERVICE_VERSION}")
- set(MACOSX_BUNDLE_COPYRIGHT "2000-2021 The KWrite Authors")
+ set(MACOSX_BUNDLE_COPYRIGHT "2000-2022 The KWrite Authors")
endif()
install(TARGETS kwrite ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
diff --git a/kwrite/main.cpp b/kwrite/main.cpp
index b81195bdd..f0265a362 100644
--- a/kwrite/main.cpp
+++ b/kwrite/main.cpp
@@ -110,7 +110,7 @@ extern "C" Q_DECL_EXPORT int main(int argc, char **argv)
QStringLiteral(KWRITE_VERSION),
i18n("KWrite - Text Editor"),
KAboutLicense::LGPL_V2,
- i18n("(c) 2000-2021 The Kate Authors"),
+ i18n("(c) 2000-2022 The Kate Authors"),
QString(),
QStringLiteral("https://kate-editor.org"));
More information about the kde-doc-english
mailing list