mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
Bump copyright to 2020 (some more places) (#1206)
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
8739cb9c88
commit
2d940e5caf
15 changed files with 15 additions and 15 deletions
2
COPYING
2
COPYING
|
@ -1,4 +1,4 @@
|
|||
Copyright 2005-2019. All code is copyrighted by the respective authors.
|
||||
Copyright 2005-2020. 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),
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
#define SHOW_LICENSE
|
||||
static char const* LICENSE =
|
||||
"Copyright 2005-2019. All code is copyrighted by the respective authors.\n"
|
||||
"Copyright 2005-2020. 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"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<key>CFPlugInUnloadFunction</key>
|
||||
<string></string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2005-2016 The Transmission Project</string>
|
||||
<string>Copyright © 2005-2020 The Transmission Project</string>
|
||||
<key>QLNeedsToBeRunInMainThread</key>
|
||||
<false/>
|
||||
<key>QLPreviewHeight</key>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<key>CFPlugInUnloadFunction</key>
|
||||
<string></string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2005-2019 The Transmission Project</string>
|
||||
<string>Copyright © 2005-2020 The Transmission Project</string>
|
||||
<key>QLNeedsToBeRunInMainThread</key>
|
||||
<false/>
|
||||
<key>QLPreviewHeight</key>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2020 The Transmission Project";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005–2019 Transmission-Projekt";
|
||||
NSHumanReadableCopyright = "Copyright © 2005–2020 Transmission-Projekt";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2020 The Transmission Project";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2020 The Transmission Project";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2020 The Transmission Project";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2020 The Transmission Project";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2019 Het Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2020 Het Transmission Project";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2019 The Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2020 The Transmission Project";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "© 2005-2019 The Transmission Project, все права защищены";
|
||||
NSHumanReadableCopyright = "© 2005-2020 The Transmission Project, все права защищены";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "© 2005-2019 The Transmission Project, tüm hakları saklıdır";
|
||||
NSHumanReadableCopyright = "© 2005-2020 The Transmission Project, tüm hakları saklıdır";
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="plainText">
|
||||
<string notr="true">Copyright 2005-2019. All code is copyrighted by the respective authors.
|
||||
<string notr="true">Copyright 2005-2020. 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue