mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
chore: updated some leftover front-facing copyright years (#6196)
This commit is contained in:
parent
a6c5dea40c
commit
2df67c1a73
6 changed files with 6 additions and 6 deletions
|
@ -70,7 +70,7 @@
|
|||
<key>NSAppleScriptEnabled</key>
|
||||
<string>YES</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2005-2022 The Transmission Project</string>
|
||||
<string>Copyright © 2005-2023 The Transmission Project</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<true/>
|
||||
</dict>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2005-2022 The Transmission Project</string>
|
||||
<string>Copyright © 2005-2023 The Transmission Project</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<key>CFPlugInUnloadFunction</key>
|
||||
<string></string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2005-2022 The Transmission Project</string>
|
||||
<string>Copyright © 2005-2023 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-2022 The Transmission Project</string>
|
||||
<string>Copyright © 2005-2023 The Transmission Project</string>
|
||||
<key>QLNeedsToBeRunInMainThread</key>
|
||||
<false/>
|
||||
<key>QLPreviewHeight</key>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2022 The Transmission Project";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2023 The Transmission Project";
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="plainText">
|
||||
<string notr="true">Copyright 2005-2022. All code is copyrighted by the respective authors.
|
||||
<string notr="true">Copyright 2005-2023. All code is copyrighted by the respective authors.
|
||||
|
||||
|
||||
In addition, linking to and/or using OpenSSL is allowed.
|
||||
|
|
Loading…
Reference in a new issue