From 3c0cb395c5e7b6f9ee400767c8a23905a2de23ad Mon Sep 17 00:00:00 2001 From: fetzu Date: Fri, 11 Jan 2019 19:36:19 +0100 Subject: [PATCH] Updated copyright strings to 2019 Updated Transmission Project copyright dates to 2005-2019 in headers and code. --- COPYING | 2 +- cmake/Transmission.rc.in | 2 +- gtk/main.c | 2 +- macosx/Controller.h | 2 +- macosx/Controller.m | 2 +- macosx/Info.plist.in | 2 +- macosx/NSStringAdditions.h | 2 +- macosx/NSStringAdditions.m | 2 +- macosx/PrefsController.h | 2 +- macosx/PrefsController.m | 2 +- macosx/QuickLookPlugin/QuickLookPlugin-Info.plist | 2 +- macosx/TorrentTableView.h | 2 +- macosx/TorrentTableView.m | 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/fr.lproj/InfoPlist.strings | 2 +- macosx/it.lproj/InfoPlist.strings | 2 +- macosx/main.m | 2 +- macosx/nl.lproj/InfoPlist.strings | 2 +- macosx/pt_PT.lproj/InfoPlist.strings | 2 +- macosx/ru.lproj/InfoPlist.strings | 2 +- macosx/tr.lproj/InfoPlist.strings | 2 +- qt/LicenseDialog.ui | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/COPYING b/COPYING index 7e2fd1412..836e44d8b 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright 2005-2018. All code is copyrighted by the respective authors. +Copyright 2005-2019. 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 fdb34d042..ebb7ef8bc 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-2016 Transmission Project" + VALUE "LegalCopyright", "2005-2019 Transmission Project" VALUE "OriginalFilename", "${TR_ORIGINAL_FILENAME}" VALUE "ProductName", "Transmission" VALUE "ProductVersion", LONG_VERSION_STRING diff --git a/gtk/main.c b/gtk/main.c index 130821d5a..8b9043a01 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -59,7 +59,7 @@ #define SHOW_LICENSE static char const* LICENSE = - "Copyright 2005-2018. All code is copyrighted by the respective authors.\n" + "Copyright 2005-2019. 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.\n" diff --git a/macosx/Controller.h b/macosx/Controller.h index 43f3f3e69..f35d91fef 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/Controller.m b/macosx/Controller.m index 6773745db..a80431ab2 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/Info.plist.in b/macosx/Info.plist.in index 2d2f246f3..705b8304a 100644 --- a/macosx/Info.plist.in +++ b/macosx/Info.plist.in @@ -72,7 +72,7 @@ NSHumanReadableCopyright - Copyright © 2005-2016 The Transmission Project + Copyright © 2005-2019 The Transmission Project NSMainNibFile MainMenu NSPrincipalClass diff --git a/macosx/NSStringAdditions.h b/macosx/NSStringAdditions.h index a1a973e10..e3d931ce0 100644 --- a/macosx/NSStringAdditions.h +++ b/macosx/NSStringAdditions.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/NSStringAdditions.m b/macosx/NSStringAdditions.m index 79db9959f..95b5d1118 100644 --- a/macosx/NSStringAdditions.m +++ b/macosx/NSStringAdditions.m @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/PrefsController.h b/macosx/PrefsController.h index e6ec1ecf5..3717e7c2c 100644 --- a/macosx/PrefsController.h +++ b/macosx/PrefsController.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 2418d9931..5be411dd0 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist b/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist index e2cd96cff..8dcf09b12 100644 --- a/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist +++ b/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist @@ -49,7 +49,7 @@ CFPlugInUnloadFunction NSHumanReadableCopyright - Copyright © 2005-2018 The Transmission Project + Copyright © 2005-2019 The Transmission Project QLNeedsToBeRunInMainThread QLPreviewHeight diff --git a/macosx/TorrentTableView.h b/macosx/TorrentTableView.h index 61f492865..0cae5b0e9 100644 --- a/macosx/TorrentTableView.h +++ b/macosx/TorrentTableView.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index 7156a8a95..ad0f5ac41 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/da.lproj/InfoPlist.strings b/macosx/da.lproj/InfoPlist.strings index 282ee2a75..981bea5ff 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-2018 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project"; diff --git a/macosx/de.lproj/InfoPlist.strings b/macosx/de.lproj/InfoPlist.strings index cf79110fd..d3953ecbc 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–2018 Transmission-Projekt"; +NSHumanReadableCopyright = "Copyright © 2005–2019 Transmission-Projekt"; diff --git a/macosx/en.lproj/InfoPlist.strings b/macosx/en.lproj/InfoPlist.strings index 282ee2a75..981bea5ff 100644 --- a/macosx/en.lproj/InfoPlist.strings +++ b/macosx/en.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "Copyright © 2005-2018 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project"; diff --git a/macosx/es.lproj/InfoPlist.strings b/macosx/es.lproj/InfoPlist.strings index 282ee2a75..981bea5ff 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-2018 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project"; diff --git a/macosx/fr.lproj/InfoPlist.strings b/macosx/fr.lproj/InfoPlist.strings index 282ee2a75..981bea5ff 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-2018 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project"; diff --git a/macosx/it.lproj/InfoPlist.strings b/macosx/it.lproj/InfoPlist.strings index 282ee2a75..981bea5ff 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-2018 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project"; diff --git a/macosx/main.m b/macosx/main.m index 2b5e5ef2d..d78b13537 100644 --- a/macosx/main.m +++ b/macosx/main.m @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c) 2005-2012 Transmission authors and contributors + * Copyright (c) 2005-2019 Transmission authors and contributors * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/macosx/nl.lproj/InfoPlist.strings b/macosx/nl.lproj/InfoPlist.strings index 04996edd9..e135b9a22 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-2018 Het Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2019 Het Transmission Project"; diff --git a/macosx/pt_PT.lproj/InfoPlist.strings b/macosx/pt_PT.lproj/InfoPlist.strings index 282ee2a75..981bea5ff 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-2018 The Transmission Project"; +NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project"; diff --git a/macosx/ru.lproj/InfoPlist.strings b/macosx/ru.lproj/InfoPlist.strings index 01ba55626..a04dabcf9 100644 --- a/macosx/ru.lproj/InfoPlist.strings +++ b/macosx/ru.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "© 2005-2018 The Transmission Project, все права защищены"; +NSHumanReadableCopyright = "© 2005-2019 The Transmission Project, все права защищены"; diff --git a/macosx/tr.lproj/InfoPlist.strings b/macosx/tr.lproj/InfoPlist.strings index 9e0830ea7..a28238da9 100644 --- a/macosx/tr.lproj/InfoPlist.strings +++ b/macosx/tr.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ -NSHumanReadableCopyright = "© 2005-2018 The Transmission Project, tüm hakları saklıdır"; +NSHumanReadableCopyright = "© 2005-2019 The Transmission Project, tüm hakları saklıdır"; diff --git a/qt/LicenseDialog.ui b/qt/LicenseDialog.ui index cacd438e9..843b50a62 100644 --- a/qt/LicenseDialog.ui +++ b/qt/LicenseDialog.ui @@ -20,7 +20,7 @@ true - Copyright 2005-2016. All code is copyrighted by the respective authors. + Copyright 2005-2019. All code is copyrighted by the respective authors. 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. -- 2.40.0