From e0a2e09031b9a3fd7c9ccd7099b947ea92165467 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Wed, 4 Jan 2017 10:15:36 +0100 Subject: [PATCH] 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 --- docs/doxygen/mainpages/copyright.h | 2 +- docs/doxygen/regen.sh | 2 +- interface/wx/aboutdlg.h | 2 +- interface/wx/generic/aboutdlgg.h | 2 +- samples/Info.plist | 6 +++--- samples/docview/Info.plist | 6 +++--- samples/minimal/Info_cocoa.plist | 6 +++--- src/common/utilscmn.cpp | 2 +- src/msw/version.rc | 2 +- src/osx/carbon/Info.plist.in | 6 +++--- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/doxygen/mainpages/copyright.h b/docs/doxygen/mainpages/copyright.h index 9ecb4896f5..13fda6de6d 100644 --- a/docs/doxygen/mainpages/copyright.h +++ b/docs/doxygen/mainpages/copyright.h @@ -11,7 +11,7 @@ @section section_copyright wxWidgets Copyrights and Licenses -Copyright (c) 1992-2016 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert +Copyright (c) 1992-2017 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert Roebling, and other members of the wxWidgets team, please see the acknowledgements section below. diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh index 4edb6d10a2..0c108350ec 100755 --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -183,7 +183,7 @@ if [[ "$1" = "docset" ]]; then defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFeedURL $ATOMDIR/$ATOM defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFallbackURL http://docs.wxwidgets.org defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetDescription "API reference and conceptual documentation for wxWidgets 3.0" - defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2016 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute" + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2017 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute" defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info isJavaScriptEnabled true defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info dashIndexFilePath index.html defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetPlatformFamily wx diff --git a/interface/wx/aboutdlg.h b/interface/wx/aboutdlg.h index 4df0846323..f23b9b917f 100644 --- a/interface/wx/aboutdlg.h +++ b/interface/wx/aboutdlg.h @@ -37,7 +37,7 @@ aboutInfo.SetName("MyApp"); aboutInfo.SetVersion(MY_APP_VERSION_STRING); aboutInfo.SetDescription(_("My wxWidgets-based application!")); - aboutInfo.SetCopyright("(C) 1992-2016"); + aboutInfo.SetCopyright("(C) 1992-2017"); aboutInfo.SetWebSite("http://myapp.org"); aboutInfo.AddDeveloper("My Self"); diff --git a/interface/wx/generic/aboutdlgg.h b/interface/wx/generic/aboutdlgg.h index 18874223b2..d201f22a03 100644 --- a/interface/wx/generic/aboutdlgg.h +++ b/interface/wx/generic/aboutdlgg.h @@ -34,7 +34,7 @@ aboutInfo.SetName("MyApp"); aboutInfo.SetVersion(MY_APP_VERSION_STRING); aboutInfo.SetDescription(_("My wxWidgets-based application!")); - aboutInfo.SetCopyright("(C) 1992-2016"); + aboutInfo.SetCopyright("(C) 1992-2017"); aboutInfo.SetWebSite("http://myapp.org"); aboutInfo.AddDeveloper("My Self"); diff --git a/samples/Info.plist b/samples/Info.plist index 51607647cd..3e57462ed4 100644 --- a/samples/Info.plist +++ b/samples/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 3.1.1, (c) 2005-2016 wxWidgets + $(PRODUCT_NAME) version 3.1.1, (c) 2005-2017 wxWidgets CFBundleIconFile wxmac.icns CFBundleIdentifier @@ -15,7 +15,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 3.1.1, (c) 2005-2016 wxWidgets + 3.1.1, (c) 2005-2017 wxWidgets CFBundleName $(PRODUCT_NAME) CFBundlePackageType @@ -31,6 +31,6 @@ LSRequiresCarbon NSHumanReadableCopyright - Copyright 2005-2016 wxWidgets + Copyright 2005-2017 wxWidgets diff --git a/samples/docview/Info.plist b/samples/docview/Info.plist index 47761967bf..195a02675a 100644 --- a/samples/docview/Info.plist +++ b/samples/docview/Info.plist @@ -51,7 +51,7 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 3.1.1, (c) 2005-2016 wxWidgets + $(PRODUCT_NAME) version 3.1.1, (c) 2005-2017 wxWidgets CFBundleIconFile doc CFBundleIdentifier @@ -66,7 +66,7 @@ it CFBundleLongVersionString - 3.1.1, (c) 2005-2016 wxWidgets + 3.1.1, (c) 2005-2017 wxWidgets CFBundleName $(PRODUCT_NAME) CFBundlePackageType @@ -82,6 +82,6 @@ LSRequiresCarbon NSHumanReadableCopyright - Copyright 2005-2016 wxWidgets + Copyright 2005-2017 wxWidgets diff --git a/samples/minimal/Info_cocoa.plist b/samples/minimal/Info_cocoa.plist index 3d95ed4145..b8709b4d5b 100644 --- a/samples/minimal/Info_cocoa.plist +++ b/samples/minimal/Info_cocoa.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 3.1.1, (c) 2005-2016 wxWidgets + $(PRODUCT_NAME) version 3.1.1, (c) 2005-2017 wxWidgets CFBundleIconFile wxmac.icns CFBundleIdentifier @@ -22,7 +22,7 @@ it CFBundleLongVersionString - 3.1.1, (c) 2005-2016 wxWidgets + 3.1.1, (c) 2005-2017 wxWidgets CFBundleName $(PRODUCT_NAME) CFBundlePackageType @@ -34,7 +34,7 @@ CFBundleVersion 3.1.1 NSHumanReadableCopyright - Copyright 2005-2016 wxWidgets + Copyright 2005-2017 wxWidgets NSPrincipalClass wxNSApplication diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 973ded2631..38ce9ef9db 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -1411,7 +1411,7 @@ wxVersionInfo wxGetLibraryVersionInfo() wxMINOR_VERSION, wxRELEASE_NUMBER, msg, - wxS("Copyright (c) 1995-2016 wxWidgets team")); + wxS("Copyright (c) 1995-2017 wxWidgets team")); } void wxInfoMessageBox(wxWindow* parent) diff --git a/src/msw/version.rc b/src/msw/version.rc index 1a184a3bb1..561fe87fd3 100644 --- a/src/msw/version.rc +++ b/src/msw/version.rc @@ -92,7 +92,7 @@ BEGIN VALUE "FileDescription", "wxWidgets " WXLIBDESC " library\0" VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0" VALUE "InternalName", wxSTRINGIZE(WXDLLNAME) "\0" - VALUE "LegalCopyright", "Copyright © 1993-2016 wxWidgets development team\0" + VALUE "LegalCopyright", "Copyright © 1993-2017 wxWidgets development team\0" VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0" VALUE "ProductName", "wxWidgets\0" VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0" diff --git a/src/osx/carbon/Info.plist.in b/src/osx/carbon/Info.plist.in index 70807ce631..6bf5f8c3fd 100644 --- a/src/osx/carbon/Info.plist.in +++ b/src/osx/carbon/Info.plist.in @@ -32,11 +32,11 @@ CFBundleShortVersionString VERSION CFBundleGetInfoString - EXECUTABLE version VERSION, (c) 2002-2016 wxWidgets + EXECUTABLE version VERSION, (c) 2002-2017 wxWidgets CFBundleLongVersionString - VERSION, (c) 2002-2016 wxWidgets + VERSION, (c) 2002-2017 wxWidgets NSHumanReadableCopyright - Copyright 2002-2016 wxWidgets + Copyright 2002-2017 wxWidgets LSRequiresCarbon CSResourcesFileMapped