Update copyright years in Info.plist files used by configure
Also update inc_year script to update them automatically the next time, to prevent them from becoming 3 (for one, or 13 for the other one) years out of date again.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>EXECUTABLE</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>EXECUTABLE version VERSION, (c) 2002-2008 wxWidgets</string>
|
||||
<string>EXECUTABLE version VERSION, (c) 2002-2021 wxWidgets</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>wxmac.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -66,7 +66,7 @@
|
||||
<string>it</string>
|
||||
</array>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>VERSION, (c) 2002-2008 wxWidgets</string>
|
||||
<string>VERSION, (c) 2002-2021 wxWidgets</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>EXECUTABLE</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
@@ -76,6 +76,6 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>VERSION</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2002-2008 wxWidgets</string>
|
||||
<string>Copyright 2002-2021 wxWidgets</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Reference in New Issue
Block a user