Update year in copyright notices to 2018

Use 2018 instead of 2017 (mostly in version info files).

See https://github.com/wxWidgets/wxWidgets/pull/661
This commit is contained in:
Tobias Taschner
2018-01-05 19:51:47 +01:00
committed by VZ
parent 00d8434156
commit c8b6ca308b
11 changed files with 19 additions and 19 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-2017 wxWidgets</string>
<string>$(PRODUCT_NAME) version 3.1.1, (c) 2005-2018 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-2017 wxWidgets</string>
<string>3.1.1, (c) 2005-2018 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-2017 wxWidgets</string>
<string>Copyright 2005-2018 wxWidgets</string>
</dict>
</plist>