Update year in copyright notices to 2017

Use 2017 instead of 2016, mostly in version info files.

Closes https://github.com/wxWidgets/wxWidgets/pull/379
This commit is contained in:
Tobias Taschner
2017-01-04 10:15:36 +01:00
committed by Vadim Zeitlin
parent 0a5f6e07f5
commit e0a2e09031
10 changed files with 18 additions and 18 deletions

View File

@@ -51,7 +51,7 @@
<key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 3.1.1, (c) 2005-2016 wxWidgets</string>
<string>$(PRODUCT_NAME) version 3.1.1, (c) 2005-2017 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.1, (c) 2005-2016 wxWidgets</string>
<string>3.1.1, (c) 2005-2017 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-2016 wxWidgets</string>
<string>Copyright 2005-2017 wxWidgets</string>
</dict>
</plist>