8000 [3.10] Update copyright years to 2023. (gh-100848). by benjaminp · Pull Request #100850 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.10] Update copyright years to 2023. (gh-100848). #100850

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update additional copyright years to 2023.
  • Loading branch information
ned-deily committed Jan 8, 2023
commit 6d7c9cc4d7e63114efd9b65a496ef3f1ad750eba
4 changes: 2 additions & 2 deletions Mac/Resources/app/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<key>CFBundleExecutable</key>
<string>Python</string>
<key>CFBundleGetInfoString</key>
<string>%version%, (c) 2001-2020 Python Software Foundation.</string>
<string>%version%, (c) 2001-2023 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key>
<array>
<string>Documentation</string>
Expand Down Expand Up @@ -55,7 +55,7 @@
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>(c) 2001-2020 Python Software Foundation.</string>
<string>(c) 2001-2023 Python Software Foundation.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Mac/Resources/framework/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
<string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
<string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
0