Update year in various copyrights to 2019

This is the equivalent of c8b6ca308b for
2019, except that it was produced by running misc/scripts/inc_year and
not manually now.

See https://github.com/wxWidgets/wxWidgets/pull/1302
This commit is contained in:
Vadim Zeitlin
2019-04-21 20:37:48 +02:00
parent 0a81d7eb8b
commit aeef082e47
8 changed files with 12 additions and 12 deletions

View File

@@ -51,7 +51,7 @@
<key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 3.1.3, (c) 2005-2018 wxWidgets</string>
<string>$(PRODUCT_NAME) version 3.1.3, (c) 2005-2019 wxWidgets</string>
<key>CFBundleIconFile</key>
<string>doc</string>
<key>CFBundleIdentifier</key>
@@ -66,7 +66,7 @@
<string>it</string>
</array>
<key>CFBundleLongVersionString</key>
<string>3.1.3, (c) 2005-2018 wxWidgets</string>
<string>3.1.3, (c) 2005-2019 wxWidgets</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
@@ -82,6 +82,6 @@
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2018 wxWidgets</string>
<string>Copyright 2005-2019 wxWidgets</string>
</dict>
</plist>