Update copyright years to 2023

Just run misc/scripts/inc_year and commit the results.

See #18690.
This commit is contained in:
Vadim Zeitlin 2023-01-03 04:15:08 +01:00
parent 2b5bb6217d
commit f5daf28932
9 changed files with 13 additions and 13 deletions

View file

@ -88,7 +88,7 @@ math(EXPR wxSOVERSION_MAJOR "${WX_CURRENT} - ${WX_AGE}")
set(wxSOVERSION ${wxSOVERSION_MAJOR}.${WX_AGE}.${WX_REVISION}) set(wxSOVERSION ${wxSOVERSION_MAJOR}.${WX_AGE}.${WX_REVISION})
set(wxVERSION ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER}) set(wxVERSION ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER})
set(wxCOPYRIGHT "2002-2022 wxWidgets") set(wxCOPYRIGHT "2002-2023 wxWidgets")
set(wxLANGUAGES C CXX) set(wxLANGUAGES C CXX)
if(APPLE AND NOT CMAKE_VERSION VERSION_LESS "3.16") if(APPLE AND NOT CMAKE_VERSION VERSION_LESS "3.16")

View file

@ -49,10 +49,10 @@
sed -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_GUI_IDENTIFIER}/org.wxwidgets.$(id)/" \ sed -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_GUI_IDENTIFIER}/org.wxwidgets.$(id)/" \
-e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_EXECUTABLE_NAME}/$(id)/" \ -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_EXECUTABLE_NAME}/$(id)/" \
-e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_BUNDLE_NAME}/$(id)/" \ -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_BUNDLE_NAME}/$(id)/" \
-e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_COPYRIGHT}/Copyright 2002-2022 wxWidgets/" \ -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_COPYRIGHT}/Copyright 2002-2023 wxWidgets/" \
-e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_BUNDLE_VERSION}/$(WX_VERSION)/" \ -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_BUNDLE_VERSION}/$(WX_VERSION)/" \
-e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_INFO_STRING}/$(id) version $(WX_VERSION), (c) 2002-2022 wxWidgets/" \ -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_INFO_STRING}/$(id) version $(WX_VERSION), (c) 2002-2023 wxWidgets/" \
-e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_LONG_VERSION_STRING}/$(WX_VERSION), (c) 2002-2022 wxWidgets/" \ -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_LONG_VERSION_STRING}/$(WX_VERSION), (c) 2002-2023 wxWidgets/" \
-e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_SHORT_VERSION_STRING}/$(WX_RELEASE)/" \ -e "s/\$(DOLLAR)$(DOLLAR){MACOSX_BUNDLE_SHORT_VERSION_STRING}/$(WX_RELEASE)/" \
$(BUNDLE_PLIST) >$(BUNDLE)/Info.plist $(BUNDLE_PLIST) >$(BUNDLE)/Info.plist

View file

@ -11,7 +11,7 @@
@section section_copyright wxWidgets Copyrights and Licenses @section section_copyright wxWidgets Copyrights and Licenses
Copyright (c) 1992-2022 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert Copyright (c) 1992-2023 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert
Roebling, and other members of the wxWidgets team, please see the Roebling, and other members of the wxWidgets team, please see the
acknowledgements section below. acknowledgements section below.

View file

@ -215,7 +215,7 @@ if [[ "$1" = "docset" ]]; then
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFeedURL $ATOMDIR/$ATOM $PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFeedURL $ATOMDIR/$ATOM
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFallbackURL https://docs.wxwidgets.org $PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFallbackURL https://docs.wxwidgets.org
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetDescription "API reference and conceptual documentation for wxWidgets 3.0" $PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetDescription "API reference and conceptual documentation for wxWidgets 3.0"
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2022 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute" $PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2023 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute"
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info isJavaScriptEnabled true $PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info isJavaScriptEnabled true
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info dashIndexFilePath index.html $PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info dashIndexFilePath index.html
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetPlatformFamily wx $PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetPlatformFamily wx

View file

@ -37,7 +37,7 @@
aboutInfo.SetName("MyApp"); aboutInfo.SetName("MyApp");
aboutInfo.SetVersion(MY_APP_VERSION_STRING); aboutInfo.SetVersion(MY_APP_VERSION_STRING);
aboutInfo.SetDescription(_("My wxWidgets-based application!")); aboutInfo.SetDescription(_("My wxWidgets-based application!"));
aboutInfo.SetCopyright("(C) 1992-2022"); aboutInfo.SetCopyright("(C) 1992-2023");
aboutInfo.SetWebSite("http://myapp.org"); aboutInfo.SetWebSite("http://myapp.org");
aboutInfo.AddDeveloper("My Self"); aboutInfo.AddDeveloper("My Self");

View file

@ -34,7 +34,7 @@
aboutInfo.SetName("MyApp"); aboutInfo.SetName("MyApp");
aboutInfo.SetVersion(MY_APP_VERSION_STRING); aboutInfo.SetVersion(MY_APP_VERSION_STRING);
aboutInfo.SetDescription(_("My wxWidgets-based application!")); aboutInfo.SetDescription(_("My wxWidgets-based application!"));
aboutInfo.SetCopyright("(C) 1992-2022"); aboutInfo.SetCopyright("(C) 1992-2023");
aboutInfo.SetWebSite("http://myapp.org"); aboutInfo.SetWebSite("http://myapp.org");
aboutInfo.AddDeveloper("My Self"); aboutInfo.AddDeveloper("My Self");

View file

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 3.3.0, (c) 2005-2022 wxWidgets</string> <string>$(PRODUCT_NAME) version 3.3.0, (c) 2005-2023 wxWidgets</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>wxmac.icns</string> <string>wxmac.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -15,7 +15,7 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>3.3.0, (c) 2005-2022 wxWidgets</string> <string>3.3.0, (c) 2005-2023 wxWidgets</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
@ -25,7 +25,7 @@
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.3.0</string> <string>3.3.0</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2022 wxWidgets</string> <string>Copyright 2005-2023 wxWidgets</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>wxNSApplication</string> <string>wxNSApplication</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View file

@ -1426,7 +1426,7 @@ wxVersionInfo wxGetLibraryVersionInfo()
wxMINOR_VERSION, wxMINOR_VERSION,
wxRELEASE_NUMBER, wxRELEASE_NUMBER,
msg, msg,
wxS("Copyright (c) 1992-2022 wxWidgets team")); wxS("Copyright (c) 1992-2023 wxWidgets team"));
} }
void wxInfoMessageBox(wxWindow* parent) void wxInfoMessageBox(wxWindow* parent)

View file

@ -87,7 +87,7 @@ BEGIN
VALUE "FileDescription", "wxWidgets " WXLIBDESC " library\0" VALUE "FileDescription", "wxWidgets " WXLIBDESC " library\0"
VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0" VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0"
VALUE "InternalName", wxSTRINGIZE(WXDLLNAME) "\0" VALUE "InternalName", wxSTRINGIZE(WXDLLNAME) "\0"
VALUE "LegalCopyright", "Copyright © 1992-2022 wxWidgets development team\0" VALUE "LegalCopyright", "Copyright © 1992-2023 wxWidgets development team\0"
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0" VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
VALUE "ProductName", "wxWidgets\0" VALUE "ProductName", "wxWidgets\0"
VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0" VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0"