mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 00:40:03 +01:00
fix(mac): copyright notices (#8068)
* chore(mac): fix copyright year * chore(mac): use em dash in copyright notice * fix(ci): check for emdash in copyright notice * fix(ci): process QuickLookExtension plist files
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<key>CFPlugInUnloadFunction</key>
|
||||
<string></string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2005-2026 The Transmission Project</string>
|
||||
<string>Copyright © 2005–2026 The Transmission Project</string>
|
||||
<key>QLNeedsToBeRunInMainThread</key>
|
||||
<false/>
|
||||
<key>QLPreviewHeight</key>
|
||||
|
||||
Reference in New Issue
Block a user