Changeset 14689
- Timestamp:
- Feb 27, 2016, 11:18:02 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/COPYING
r14241 r14689 1 Copyright 2005-201 4. All code is copyrighted by the respective authors.1 Copyright 2005-2016. All code is copyrighted by the respective authors. 2 2 3 3 Transmission can be redistributed and/or modified under the terms of -
trunk/gtk/main.c
r14681 r14689 62 62 #define SHOW_LICENSE 63 63 static const char * LICENSE = 64 "Copyright 2005-201 4. All code is copyrighted by the respective authors.\n"64 "Copyright 2005-2016. All code is copyrighted by the respective authors.\n" 65 65 "\n" 66 66 "Transmission can be redistributed and/or modified under the terms of the " -
trunk/macosx/Info.plist
r14687 r14689 73 73 </dict> 74 74 <key>NSHumanReadableCopyright</key> 75 <string>Copyright © 2005-201 4The Transmission Project</string>75 <string>Copyright © 2005-2016 The Transmission Project</string> 76 76 <key>NSMainNibFile</key> 77 77 <string>MainMenu</string> -
trunk/macosx/QuickLookPlugin/QuickLookPlugin-Info.plist
r14220 r14689 50 50 <string></string> 51 51 <key>NSHumanReadableCopyright</key> 52 <string>Copyright © 2005-201 4The Transmission Project</string>52 <string>Copyright © 2005-2016 The Transmission Project</string> 53 53 <key>QLNeedsToBeRunInMainThread</key> 54 54 <false/> -
trunk/macosx/da.lproj/InfoPlist.strings
r14220 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005-201 4The Transmission Project";3 NSHumanReadableCopyright = "Copyright © 2005-2016 The Transmission Project"; -
trunk/macosx/de.lproj/InfoPlist.strings
r14220 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005â201 4Transmission-Projekt";3 NSHumanReadableCopyright = "Copyright © 2005â2016 Transmission-Projekt"; -
trunk/macosx/en.lproj/InfoPlist.strings
r14628 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005-201 4The Transmission Project";3 NSHumanReadableCopyright = "Copyright © 2005-2016 The Transmission Project"; -
trunk/macosx/es.lproj/InfoPlist.strings
r14220 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005-201 4The Transmission Project";3 NSHumanReadableCopyright = "Copyright © 2005-2016 The Transmission Project"; -
trunk/macosx/fr.lproj/InfoPlist.strings
r14630 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005-201 4The Transmission Project";3 NSHumanReadableCopyright = "Copyright © 2005-2016 The Transmission Project"; -
trunk/macosx/it.lproj/InfoPlist.strings
r14220 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005-201 4The Transmission Project";3 NSHumanReadableCopyright = "Copyright © 2005-2016 The Transmission Project"; -
trunk/macosx/nl.lproj/InfoPlist.strings
r14630 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005-201 4Het Transmission Project";3 NSHumanReadableCopyright = "Copyright © 2005-2016 Het Transmission Project"; -
trunk/macosx/pt_PT.lproj/InfoPlist.strings
r14220 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "Copyright © 2005-201 4The Transmission Project";3 NSHumanReadableCopyright = "Copyright © 2005-2016 The Transmission Project"; -
trunk/macosx/ru.lproj/InfoPlist.strings
r14220 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "© 2005-201 4The Transmission Project, все права защищены";3 NSHumanReadableCopyright = "© 2005-2016 The Transmission Project, все права защищены"; -
trunk/macosx/tr.lproj/InfoPlist.strings
r14628 r14689 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "© 2005-201 3The Transmission Project, tÌm hakları saklıdır";3 NSHumanReadableCopyright = "© 2005-2016 The Transmission Project, tÌm hakları saklıdır"; -
trunk/qt/LicenseDialog.ui
r14553 r14689 21 21 </property> 22 22 <property name="plainText"> 23 <string notr="true">Copyright 2005-201 4. All code is copyrighted by the respective authors.23 <string notr="true">Copyright 2005-2016. All code is copyrighted by the respective authors. 24 24 25 25 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.
Note: See TracChangeset
for help on using the changeset viewer.