Update copyright years to 2021
Just run misc/scripts/inc_year and commit the results. See #18690.
This commit is contained in:
parent
b2cb5e7f3b
commit
b58ee58a7b
9 changed files with 13 additions and 13 deletions
|
|
@ -62,7 +62,7 @@ else()
|
|||
endif()
|
||||
|
||||
set(wxVERSION ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER})
|
||||
set(wxCOPYRIGHT "1992-2020 wxWidgets")
|
||||
set(wxCOPYRIGHT "1992-2021 wxWidgets")
|
||||
|
||||
project(wxWidgets VERSION ${wxVERSION})
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
@section section_copyright wxWidgets Copyrights and Licenses
|
||||
|
||||
Copyright (c) 1992-2020 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert
|
||||
Copyright (c) 1992-2021 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert
|
||||
Roebling, and other members of the wxWidgets team, please see the
|
||||
acknowledgements section below.
|
||||
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ if [[ "$1" = "docset" ]]; then
|
|||
$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 DocSetDescription "API reference and conceptual documentation for wxWidgets 3.0"
|
||||
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2020 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute"
|
||||
$PLIST_WRITE_CMD $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2021 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute"
|
||||
$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 DocSetPlatformFamily wx
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
aboutInfo.SetName("MyApp");
|
||||
aboutInfo.SetVersion(MY_APP_VERSION_STRING);
|
||||
aboutInfo.SetDescription(_("My wxWidgets-based application!"));
|
||||
aboutInfo.SetCopyright("(C) 1992-2020");
|
||||
aboutInfo.SetCopyright("(C) 1992-2021");
|
||||
aboutInfo.SetWebSite("http://myapp.org");
|
||||
aboutInfo.AddDeveloper("My Self");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
aboutInfo.SetName("MyApp");
|
||||
aboutInfo.SetVersion(MY_APP_VERSION_STRING);
|
||||
aboutInfo.SetDescription(_("My wxWidgets-based application!"));
|
||||
aboutInfo.SetCopyright("(C) 1992-2020");
|
||||
aboutInfo.SetCopyright("(C) 1992-2021");
|
||||
aboutInfo.SetWebSite("http://myapp.org");
|
||||
aboutInfo.AddDeveloper("My Self");
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>$(PRODUCT_NAME) version 3.1.5, (c) 2005-2020 wxWidgets</string>
|
||||
<string>$(PRODUCT_NAME) version 3.1.5, (c) 2005-2021 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.5, (c) 2005-2020 wxWidgets</string>
|
||||
<string>3.1.5, (c) 2005-2021 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-2020 wxWidgets</string>
|
||||
<string>Copyright 2005-2021 wxWidgets</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>$(PRODUCT_NAME) version 3.1.5, (c) 2005-2020 wxWidgets</string>
|
||||
<string>$(PRODUCT_NAME) version 3.1.5, (c) 2005-2021 wxWidgets</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>wxmac.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
<string>it</string>
|
||||
</array>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>3.1.5, (c) 2005-2020 wxWidgets</string>
|
||||
<string>3.1.5, (c) 2005-2021 wxWidgets</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<key>CFBundleVersion</key>
|
||||
<string>3.1.5</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2005-2020 wxWidgets</string>
|
||||
<string>Copyright 2005-2021 wxWidgets</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>wxNSApplication</string>
|
||||
</dict>
|
||||
|
|
|
|||
|
|
@ -1429,7 +1429,7 @@ wxVersionInfo wxGetLibraryVersionInfo()
|
|||
wxMINOR_VERSION,
|
||||
wxRELEASE_NUMBER,
|
||||
msg,
|
||||
wxS("Copyright (c) 1995-2020 wxWidgets team"));
|
||||
wxS("Copyright (c) 1995-2021 wxWidgets team"));
|
||||
}
|
||||
|
||||
void wxInfoMessageBox(wxWindow* parent)
|
||||
|
|
|
|||
|
|
@ -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-2020 wxWidgets development team\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1993-2021 wxWidgets development team\0"
|
||||
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
||||
VALUE "ProductName", "wxWidgets\0"
|
||||
VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue