Update outdated year references to 2016.

Use 2016 instead of 2015, mostly in version info files.
This commit is contained in:
Tobias Taschner
2016-01-18 14:30:54 +01:00
parent 390091cc24
commit 1f0a82b6a7
13 changed files with 23 additions and 23 deletions

View File

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