From f5afb0973147dc3c318159c032fdc66c641e5233 Mon Sep 17 00:00:00 2001 From: Rob Caelers Date: Thu, 9 Jan 2025 19:50:41 +0100 Subject: [PATCH] Update copyright year --- NEWS | 4 ++-- tools/citool/templates/news.tmpl | 4 ++-- ui/app/CMakeLists.txt | 2 +- ui/app/toolkits/gtkmm/resource.rc.in | 2 +- ui/libs/commonui/include/commonui/credits.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 73ffb1053..dfdf4e2df 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Workrave NEWS -- history of user-visible changes. 07 January 2025 -Copyright (C) 2001-2024 Rob Caelers, Raymond Penners, Ray Satiro +Copyright (C) 2001-2025 Rob Caelers, Raymond Penners, Ray Satiro See the end for copying conditions. Please report Workrave bug reports. Visit our bug tracker located at: @@ -873,7 +873,7 @@ https://github.com/rcaelers/workrave/issues ---------------------------------------------------------------------- Copyright information: -Copyright (C) 2001-2024 Rob Caelers & Raymond Penners +Copyright (C) 2001-2025 Rob Caelers & Raymond Penners Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/tools/citool/templates/news.tmpl b/tools/citool/templates/news.tmpl index 59da1d31b..41fc9a2df 100644 --- a/tools/citool/templates/news.tmpl +++ b/tools/citool/templates/news.tmpl @@ -1,5 +1,5 @@ Workrave NEWS -- history of user-visible changes. {{ releases.releases[0].date | data_format('DD MMMM YYYY') }} -Copyright (C) 2001-2024 Rob Caelers, Raymond Penners, Ray Satiro +Copyright (C) 2001-2025 Rob Caelers, Raymond Penners, Ray Satiro See the end for copying conditions. Please report Workrave bug reports. Visit our bug tracker located at: @@ -16,7 +16,7 @@ https://github.com/rcaelers/workrave/issues ---------------------------------------------------------------------- Copyright information: -Copyright (C) 2001-2024 Rob Caelers & Raymond Penners +Copyright (C) 2001-2025 Rob Caelers & Raymond Penners Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/ui/app/CMakeLists.txt b/ui/app/CMakeLists.txt index 10a6991dc..17287b4d7 100644 --- a/ui/app/CMakeLists.txt +++ b/ui/app/CMakeLists.txt @@ -237,7 +237,7 @@ if (APPLE) MACOSX_BUNDLE_LONG_VERSION_STRING "${WORKRAVE_VERSION}" MACOSX_BUNDLE_SHORT_VERSION_STRING "${WORKRAVE_VERSION}" MACOSX_BUNDLE_BUNDLE_VERSION "${WORKRAVE_VERSION}" - MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2001-2024 Rob Caelers, Raymond Penners, Ray Satiro" + MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2001-2025 Rob Caelers, Raymond Penners, Ray Satiro" ) set_source_files_properties(BreakWindow.cc PreludeWindow.cc MouseMonitor.cc ToolkitPlatformMac.cc PROPERTIES COMPILE_FLAGS "-x objective-c++ -fobjc-arc") diff --git a/ui/app/toolkits/gtkmm/resource.rc.in b/ui/app/toolkits/gtkmm/resource.rc.in index 6fec4721b..ed72b13ea 100644 --- a/ui/app/toolkits/gtkmm/resource.rc.in +++ b/ui/app/toolkits/gtkmm/resource.rc.in @@ -17,7 +17,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "FileDescription", "Workrave" VALUE "FileVersion", "@WR_VERSION@" VALUE "InternalName", "workrave" - VALUE "LegalCopyright", "Copyright (C) 2001-2024 The Workrave development team." + VALUE "LegalCopyright", "Copyright (C) 2001-2025 The Workrave development team." VALUE "OriginalFilename", "WorkraveCrashHandler.exe" VALUE "ProductName", "Workrave" VALUE "ProductVersion", "@WR_VERSION@" diff --git a/ui/libs/commonui/include/commonui/credits.h b/ui/libs/commonui/include/commonui/credits.h index b92d4421f..6f4826b9f 100644 --- a/ui/libs/commonui/include/commonui/credits.h +++ b/ui/libs/commonui/include/commonui/credits.h @@ -23,7 +23,7 @@ #include -const char *workrave_copyright = "Copyright 2001-2024 Rob Caelers & Raymond Penners"; +const char *workrave_copyright = "Copyright 2001-2025 Rob Caelers & Raymond Penners"; const char *workrave_authors[] = {"Developers:", "Rob Caelers ",