From aa9aff113186c64d637b1c955f2b440824c7b7eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:04:53 +0000 Subject: [PATCH] chore: update copyright years (#7359) --- COPYING | 2 +- cmake/Transmission.rc.in | 2 +- gtk/Application.cc | 2 +- macosx/Info.plist | 2 +- macosx/Info.plist.in | 2 +- macosx/QuickLookPlugin/Info.plist.in | 2 +- macosx/QuickLookPlugin/QuickLookPlugin-Info.plist | 2 +- macosx/da.lproj/InfoPlist.strings | 2 +- macosx/de.lproj/InfoPlist.strings | 2 +- macosx/en.lproj/InfoPlist.strings | 2 +- macosx/es.lproj/InfoPlist.strings | 2 +- macosx/eu.lproj/InfoPlist.strings | 2 +- macosx/fr.lproj/InfoPlist.strings | 2 +- macosx/he.lproj/InfoPlist.strings | 2 +- macosx/hu.lproj/InfoPlist.strings | 2 +- macosx/it.lproj/InfoPlist.strings | 2 +- macosx/ja.lproj/InfoPlist.strings | 2 +- macosx/nl.lproj/InfoPlist.strings | 2 +- macosx/pl.lproj/InfoPlist.strings | 2 +- macosx/pt-BR.lproj/InfoPlist.strings | 2 +- macosx/pt-PT.lproj/InfoPlist.strings | 2 +- macosx/ru.lproj/InfoPlist.strings | 2 +- macosx/sv.lproj/InfoPlist.strings | 2 +- macosx/tr.lproj/InfoPlist.strings | 2 +- macosx/uk.lproj/InfoPlist.strings | 2 +- macosx/zh-CN.lproj/InfoPlist.strings | 2 +- macosx/zh-TW.lproj/InfoPlist.strings | 2 +- qt/LicenseDialog.ui | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/COPYING b/COPYING index d237dbd84..5a55ef7f7 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright 2005-2024. All code is copyrighted by the respective authors. +Copyright 2005-2025. All code is copyrighted by the respective authors. Transmission can be redistributed and/or modified under the terms of the GNU GPLv2 (http://www.gnu.org/licenses/license-list.html#GPLv2), diff --git a/cmake/Transmission.rc.in b/cmake/Transmission.rc.in index ab91b2b50..85cecb55d 100644 --- a/cmake/Transmission.rc.in +++ b/cmake/Transmission.rc.in @@ -32,7 +32,7 @@ BEGIN VALUE "FileDescription", "${TR_FILE_DESCRIPTION}" VALUE "FileVersion", LONG_VERSION_STRING VALUE "InternalName", "${TR_INTERNAL_NAME}" - VALUE "LegalCopyright", "2005-2024 Transmission Project" + VALUE "LegalCopyright", "2005-2025 Transmission Project" VALUE "OriginalFilename", "${TR_ORIGINAL_FILENAME}" VALUE "ProductName", "Transmission" VALUE "ProductVersion", LONG_VERSION_STRING diff --git a/gtk/Application.cc b/gtk/Application.cc index 9d710f03c..d06bfa03f 100644 --- a/gtk/Application.cc +++ b/gtk/Application.cc @@ -101,7 +101,7 @@ namespace auto const AppIconName = "transmission"sv; // TODO(C++20): Use ""s char const* const LICENSE = - "Copyright 2005-2024. All code is copyrighted by the respective authors.\n" + "Copyright 2005-2025. All code is copyrighted by the respective authors.\n" "\n" "Transmission can be redistributed and/or modified under the terms of the " "GNU GPL, versions 2 or 3, or by any future license endorsed by Mnemosyne LLC." diff --git a/macosx/Info.plist b/macosx/Info.plist index 8526ebedf..3f0d30e31 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -70,7 +70,7 @@ NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2005-2024 The Transmission Project + Copyright © 2005-2025 The Transmission Project NSMainNibFile MainMenu NSPrincipalClass diff --git a/macosx/Info.plist.in b/macosx/Info.plist.in index cb3aff3b3..cb2655faa 100644 --- a/macosx/Info.plist.in +++ b/macosx/Info.plist.in @@ -74,7 +74,7 @@ NSHumanReadableCopyright - Copyright © 2005-2024 The Transmission Project + Copyright © 2005-2025 The Transmission Project NSMainNibFile MainMenu NSPrincipalClass diff --git a/macosx/QuickLookPlugin/Info.plist.in b/macosx/QuickLookPlugin/Info.plist.in index 6f7520bd3..721d63b1a 100644 --- a/macosx/QuickLookPlugin/Info.plist.in +++ b/macosx/QuickLookPlugin/Info.plist.in @@ -47,7 +47,7 @@ CFPlugInUnloadFunction NSHumanReadableCopyright - Copyright © 2005-2024 The Transmission Project + Copyright © 2005-2025 The Transmission Project QLNeedsToBeRunInMainThread QLPreviewHeight diff --git a/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist b/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist index 5b916dea8..5a347e638 100644 --- a/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist +++ b/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist @@ -49,7 +49,7 @@ CFPlugInUnloadFunction NSHumanReadableCopyright - Copyright © 2005-2024 The Transmission Project + Copyright © 2005-2025 The Transmission Project QLNeedsToBeRunInMainThread QLPreviewHeight diff --git a/macosx/da.lproj/InfoPlist.strings b/macosx/da.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/da.lproj/InfoPlist.strings +++ b/macosx/da.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/de.lproj/InfoPlist.strings b/macosx/de.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/de.lproj/InfoPlist.strings +++ b/macosx/de.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/en.lproj/InfoPlist.strings b/macosx/en.lproj/InfoPlist.strings index e851cf6c5..be8097f05 100644 --- a/macosx/en.lproj/InfoPlist.strings +++ b/macosx/en.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; MDItemKeywords = "torrent,torrents,magnet,magnets,tor,bt,bit"; diff --git a/macosx/es.lproj/InfoPlist.strings b/macosx/es.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/es.lproj/InfoPlist.strings +++ b/macosx/es.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/eu.lproj/InfoPlist.strings b/macosx/eu.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/eu.lproj/InfoPlist.strings +++ b/macosx/eu.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/fr.lproj/InfoPlist.strings b/macosx/fr.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/fr.lproj/InfoPlist.strings +++ b/macosx/fr.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/he.lproj/InfoPlist.strings b/macosx/he.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/he.lproj/InfoPlist.strings +++ b/macosx/he.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/hu.lproj/InfoPlist.strings b/macosx/hu.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/hu.lproj/InfoPlist.strings +++ b/macosx/hu.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/it.lproj/InfoPlist.strings b/macosx/it.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/it.lproj/InfoPlist.strings +++ b/macosx/it.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/ja.lproj/InfoPlist.strings b/macosx/ja.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/ja.lproj/InfoPlist.strings +++ b/macosx/ja.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/nl.lproj/InfoPlist.strings b/macosx/nl.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/nl.lproj/InfoPlist.strings +++ b/macosx/nl.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/pl.lproj/InfoPlist.strings b/macosx/pl.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/pl.lproj/InfoPlist.strings +++ b/macosx/pl.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/pt-BR.lproj/InfoPlist.strings b/macosx/pt-BR.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/pt-BR.lproj/InfoPlist.strings +++ b/macosx/pt-BR.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/pt-PT.lproj/InfoPlist.strings b/macosx/pt-PT.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/pt-PT.lproj/InfoPlist.strings +++ b/macosx/pt-PT.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/ru.lproj/InfoPlist.strings b/macosx/ru.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/ru.lproj/InfoPlist.strings +++ b/macosx/ru.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/sv.lproj/InfoPlist.strings b/macosx/sv.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/sv.lproj/InfoPlist.strings +++ b/macosx/sv.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/tr.lproj/InfoPlist.strings b/macosx/tr.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/tr.lproj/InfoPlist.strings +++ b/macosx/tr.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/uk.lproj/InfoPlist.strings b/macosx/uk.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/uk.lproj/InfoPlist.strings +++ b/macosx/uk.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/zh-CN.lproj/InfoPlist.strings b/macosx/zh-CN.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/zh-CN.lproj/InfoPlist.strings +++ b/macosx/zh-CN.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/macosx/zh-TW.lproj/InfoPlist.strings b/macosx/zh-TW.lproj/InfoPlist.strings index 5b9ded493..c7c717d69 100644 --- a/macosx/zh-TW.lproj/InfoPlist.strings +++ b/macosx/zh-TW.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2024 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2025 The Transmission Project"; diff --git a/qt/LicenseDialog.ui b/qt/LicenseDialog.ui index 0a24611ed..468f3cfa1 100644 --- a/qt/LicenseDialog.ui +++ b/qt/LicenseDialog.ui @@ -20,7 +20,7 @@ true - Copyright 2005-2024. All code is copyrighted by the respective authors. + Copyright 2005-2025. All code is copyrighted by the respective authors. In addition, linking to and/or using OpenSSL is allowed.