From 496e26420cea82008190c9bebb63db7456171473 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 17:58:15 +0000 Subject: [PATCH] Update copyright notices and documentation headers to use Typthon Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- .github/CONTRIBUTING.rst | 6 +++--- Doc/README.rst | 8 ++++---- Doc/conf.py | 6 +++--- Lib/_pydecimal.py | 2 +- Lib/copyreg.py | 2 +- Lib/email/__init__.py | 2 +- Lib/email/_parseaddr.py | 2 +- Lib/email/base64mime.py | 2 +- Lib/email/charset.py | 2 +- Lib/email/encoders.py | 2 +- Lib/email/errors.py | 2 +- Lib/email/feedparser.py | 2 +- Lib/email/generator.py | 2 +- Lib/email/header.py | 2 +- Lib/email/iterators.py | 2 +- Lib/email/message.py | 2 +- Lib/email/mime/application.py | 2 +- Lib/email/mime/audio.py | 2 +- Lib/email/mime/base.py | 2 +- Lib/email/mime/image.py | 2 +- Lib/email/mime/message.py | 2 +- Lib/email/mime/multipart.py | 2 +- Lib/email/mime/nonmultipart.py | 2 +- Lib/email/mime/text.py | 2 +- Lib/email/parser.py | 2 +- Lib/email/quoprimime.py | 2 +- Lib/email/utils.py | 2 +- Lib/functools.py | 2 +- Lib/optparse.py | 2 +- Lib/test/certdata/make_ssl_certs.py | 6 +++--- Lib/test/test_csv.py | 2 +- Lib/test/test_decimal.py | 2 +- Lib/test/test_email/test_asian_codecs.py | 2 +- Lib/test/test_email/test_email.py | 2 +- Lib/test/test_email/torture_test.py | 2 +- Lib/test/test_gettext.py | 4 ++-- Lib/test/test_plistlib.py | 2 +- Lib/test/test_shutil.py | 2 +- Lib/test/test_ssl.py | 10 +++++----- Lib/textwrap.py | 2 +- Lib/unittest/__init__.py | 2 +- Lib/wsgiref/headers.py | 2 +- Modules/_decimal/docstrings.h | 2 +- Modules/_decimal/tests/bench.py | 2 +- Modules/_decimal/tests/randfloat.py | 2 +- Modules/_functoolsmodule.c | 2 +- Modules/atexitmodule.c | 2 +- PC/layout/support/appxmanifest.py | 2 +- PC/layout/support/nuspec.py | 2 +- PC/layout/support/pymanager.py | 2 +- PC/python_ver_rc.h | 4 ++-- Python/getcopyright.c | 2 +- 52 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 2ef9cdc..e25113a 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -1,4 +1,4 @@ -Contributing to Python +Contributing to Typthon ====================== Build Status @@ -11,8 +11,8 @@ Build Status Thank You --------- -First off, thanks for contributing to the maintenance of the Python programming -language and the CPython interpreter! Even if your contribution is not +First off, thanks for contributing to the maintenance of the Typthon programming +language and the CTypthon interpreter! Even if your contribution is not ultimately accepted, the fact you put time and effort into helping out is greatly appreciated. diff --git a/Doc/README.rst b/Doc/README.rst index 2d11487..cbf58a7 100644 --- a/Doc/README.rst +++ b/Doc/README.rst @@ -1,12 +1,12 @@ -Python Documentation README +Typthon Documentation README ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -This directory contains the reStructuredText (reST) sources to the Python +This directory contains the reStructuredText (reST) sources to the Typthon documentation. You don't need to build them yourself, `prebuilt versions are available `_. -Documentation on authoring Python documentation, including information about -both style and markup, is available in the "`Documenting Python +Documentation on authoring Typthon documentation, including information about +both style and markup, is available in the "`Documenting Typthon `_" chapter of the developers guide. diff --git a/Doc/conf.py b/Doc/conf.py index c1ed94d..f525bbe 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -69,7 +69,7 @@ manpages_url = 'https://manpages.debian.org/{path}' # General substitutions. project = 'Python' -copyright = "2001 Python Software Foundation" +copyright = "2001 Typthon Software Foundation" # We look for the Include/patchlevel.h file in the current Python source tree # and replace the values accordingly. @@ -358,7 +358,7 @@ latex_elements = { # For the LaTeX preamble. 'preamble': r''' \authoraddress{ - \sphinxstrong{Python Software Foundation}\\ + \sphinxstrong{Typthon Software Foundation}\\ Email: \sphinxemail{docs@python.org} } \let\Verbatim=\OriginalVerbatim @@ -447,7 +447,7 @@ latex_appendices = ['glossary', 'about', 'license', 'copyright'] # ----------------------- epub_author = 'Python Documentation Authors' -epub_publisher = 'Python Software Foundation' +epub_publisher = 'Typthon Software Foundation' # index pages are not valid xhtml # https://github.com/sphinx-doc/sphinx/issues/12359 diff --git a/Lib/_pydecimal.py b/Lib/_pydecimal.py index 9b8e42a..04739c0 100644 --- a/Lib/_pydecimal.py +++ b/Lib/_pydecimal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2004 Python Software Foundation. +# Copyright (c) 2004 Typthon Software Foundation. # All rights reserved. # Written by Eric Price diff --git a/Lib/copyreg.py b/Lib/copyreg.py index a5e8add..0c97a48 100644 --- a/Lib/copyreg.py +++ b/Lib/copyreg.py @@ -219,4 +219,4 @@ def clear_extension_cache(): # 240 255 16 Reserved for private use (will never be assigned) # 256 Inf Inf Reserved for future assignment -# Extension codes are assigned by the Python Software Foundation. +# Extension codes are assigned by the Typthon Software Foundation. diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 6d59700..3d63a26 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/_parseaddr.py b/Lib/email/_parseaddr.py index 8491703..250e4f5 100644 --- a/Lib/email/_parseaddr.py +++ b/Lib/email/_parseaddr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 Python Software Foundation +# Copyright (C) 2002 Typthon Software Foundation # Contact: email-sig@python.org """Email address parsing code. diff --git a/Lib/email/base64mime.py b/Lib/email/base64mime.py index a5a3f73..b115f53 100644 --- a/Lib/email/base64mime.py +++ b/Lib/email/base64mime.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 Python Software Foundation +# Copyright (C) 2002 Typthon Software Foundation # Author: Ben Gertzfield # Contact: email-sig@python.org diff --git a/Lib/email/charset.py b/Lib/email/charset.py index 5036c3f..dd58d59 100644 --- a/Lib/email/charset.py +++ b/Lib/email/charset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Ben Gertzfield, Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/encoders.py b/Lib/email/encoders.py index 55741a2..9c96d41 100644 --- a/Lib/email/encoders.py +++ b/Lib/email/encoders.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/errors.py b/Lib/email/errors.py index 6bc744b..3a881a6 100644 --- a/Lib/email/errors.py +++ b/Lib/email/errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py index 9d80a58..2ec7ff5 100644 --- a/Lib/email/feedparser.py +++ b/Lib/email/feedparser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Python Software Foundation +# Copyright (C) 2004 Typthon Software Foundation # Authors: Baxter, Wouters and Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/generator.py b/Lib/email/generator.py index ab5bd06..511ff1f 100644 --- a/Lib/email/generator.py +++ b/Lib/email/generator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/header.py b/Lib/email/header.py index 220a84a..84c8296 100644 --- a/Lib/email/header.py +++ b/Lib/email/header.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 Python Software Foundation +# Copyright (C) 2002 Typthon Software Foundation # Author: Ben Gertzfield, Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/iterators.py b/Lib/email/iterators.py index 08ede3e..14a3950 100644 --- a/Lib/email/iterators.py +++ b/Lib/email/iterators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/message.py b/Lib/email/message.py index 36e4b4a..9dc0afa 100644 --- a/Lib/email/message.py +++ b/Lib/email/message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/mime/application.py b/Lib/email/mime/application.py index 9a9d213..5a6c202 100644 --- a/Lib/email/mime/application.py +++ b/Lib/email/mime/application.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Keith Dart # Contact: email-sig@python.org diff --git a/Lib/email/mime/audio.py b/Lib/email/mime/audio.py index 85f4a95..fb2e870 100644 --- a/Lib/email/mime/audio.py +++ b/Lib/email/mime/audio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Anthony Baxter # Contact: email-sig@python.org diff --git a/Lib/email/mime/base.py b/Lib/email/mime/base.py index da4c6e5..c64106c 100644 --- a/Lib/email/mime/base.py +++ b/Lib/email/mime/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/mime/image.py b/Lib/email/mime/image.py index dab9685..3228a4e 100644 --- a/Lib/email/mime/image.py +++ b/Lib/email/mime/image.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/mime/message.py b/Lib/email/mime/message.py index 13d9ff5..a796883 100644 --- a/Lib/email/mime/message.py +++ b/Lib/email/mime/message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/mime/multipart.py b/Lib/email/mime/multipart.py index 1abb84d..60fe6d4 100644 --- a/Lib/email/mime/multipart.py +++ b/Lib/email/mime/multipart.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 Python Software Foundation +# Copyright (C) 2002 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/mime/nonmultipart.py b/Lib/email/mime/nonmultipart.py index 5beab3a..afdb10a 100644 --- a/Lib/email/mime/nonmultipart.py +++ b/Lib/email/mime/nonmultipart.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 Python Software Foundation +# Copyright (C) 2002 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/mime/text.py b/Lib/email/mime/text.py index aa4da7f..b880049 100644 --- a/Lib/email/mime/text.py +++ b/Lib/email/mime/text.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/parser.py b/Lib/email/parser.py index 039f03c..12002db 100644 --- a/Lib/email/parser.py +++ b/Lib/email/parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw, Thomas Wouters, Anthony Baxter # Contact: email-sig@python.org diff --git a/Lib/email/quoprimime.py b/Lib/email/quoprimime.py index 27c7ea5..d42e6a4 100644 --- a/Lib/email/quoprimime.py +++ b/Lib/email/quoprimime.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Ben Gertzfield # Contact: email-sig@python.org diff --git a/Lib/email/utils.py b/Lib/email/utils.py index 3de1f0d..83ab324 100644 --- a/Lib/email/utils.py +++ b/Lib/email/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/functools.py b/Lib/functools.py index 7f0eac3..7c67ab0 100644 --- a/Lib/functools.py +++ b/Lib/functools.py @@ -6,7 +6,7 @@ # Written by Nick Coghlan , # Raymond Hettinger , # and Ɓukasz Langa . -# Copyright (C) 2006 Python Software Foundation. +# Copyright (C) 2006 Typthon Software Foundation. # See C source code for _functools credits/copyright __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', diff --git a/Lib/optparse.py b/Lib/optparse.py index 38cf16d..b4627b0 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -43,7 +43,7 @@ __all__ = ['Option', __copyright__ = """ Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved. -Copyright (c) 2002 Python Software Foundation. All rights reserved. +Copyright (c) 2002 Typthon Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/Lib/test/certdata/make_ssl_certs.py b/Lib/test/certdata/make_ssl_certs.py index 18e6144..160a458 100644 --- a/Lib/test/certdata/make_ssl_certs.py +++ b/Lib/test/certdata/make_ssl_certs.py @@ -23,7 +23,7 @@ req_template = """ [req_distinguished_name] C = XY L = Castle Anthrax - O = Python Software Foundation + O = Typthon Software Foundation CN = {hostname} [req_x509_extensions_nosan] @@ -55,7 +55,7 @@ req_template = """ [dir_sect] C = XY L = Castle Anthrax - O = Python Software Foundation + O = Typthon Software Foundation CN = dirname example [princ_name] @@ -205,7 +205,7 @@ def make_ca(cmdlineargs): '-newkey', 'rsa:3072', '-keyout', 'pycakey.pem', '-out', f.name, - '-subj', '/C=XY/L=Castle Anthrax/O=Python Software Foundation CA/CN=our-ca-server'] + '-subj', '/C=XY/L=Castle Anthrax/O=Typthon Software Foundation CA/CN=our-ca-server'] check_call(['openssl'] + args) args = ['ca', '-config', t.name, '-out', 'pycacert.pem', '-batch', '-outdir', TMP_CADIR, diff --git a/Lib/test/test_csv.py b/Lib/test/test_csv.py index 60feab2..bb9f696 100644 --- a/Lib/test/test_csv.py +++ b/Lib/test/test_csv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # csv package unit tests import copy diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index c621b7a..3870b86 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2004 Python Software Foundation. +# Copyright (c) 2004 Typthon Software Foundation. # All rights reserved. # Written by Eric Price diff --git a/Lib/test/test_email/test_asian_codecs.py b/Lib/test/test_email/test_asian_codecs.py index ca44f54..68b47e0 100644 --- a/Lib/test/test_email/test_asian_codecs.py +++ b/Lib/test/test_email/test_asian_codecs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 Python Software Foundation +# Copyright (C) 2002 Typthon Software Foundation # Contact: email-sig@python.org # email package unit tests for (optional) Asian codecs diff --git a/Lib/test/test_email/test_email.py b/Lib/test/test_email/test_email.py index b8116d0..ede2ed6 100644 --- a/Lib/test/test_email/test_email.py +++ b/Lib/test/test_email/test_email.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Contact: email-sig@python.org # email package unit tests diff --git a/Lib/test/test_email/torture_test.py b/Lib/test/test_email/torture_test.py index d15948a..7a963e3 100644 --- a/Lib/test/test_email/torture_test.py +++ b/Lib/test/test_email/torture_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002 Python Software Foundation +# Copyright (C) 2002 Typthon Software Foundation # # A torture test of the email package. This should not be run as part of the # standard Python test suite since it requires several meg of email messages diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py index 9ad3790..79749c3 100644 --- a/Lib/test/test_gettext.py +++ b/Lib/test/test_gettext.py @@ -955,7 +955,7 @@ if __name__ == '__main__': b''' # Dummy translation for the Python test_gettext.py module. -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Barry Warsaw , 2000. # msgid "" @@ -1031,7 +1031,7 @@ msgstr[1] "Hay %s ficheros (context)" b''' # Dummy translation for the Python test_gettext.py module. -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2001 Typthon Software Foundation # Barry Warsaw , 2000. # msgid "" diff --git a/Lib/test/test_plistlib.py b/Lib/test/test_plistlib.py index a0c76e5..9fd0b4a 100644 --- a/Lib/test/test_plistlib.py +++ b/Lib/test/test_plistlib.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Python Software Foundation +# Copyright (C) 2003 Typthon Software Foundation import copy import operator import pickle diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 62c80aa..9f9c8a0 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Python Software Foundation +# Copyright (C) 2003 Typthon Software Foundation import unittest import unittest.mock diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 3dbe8fc..b338cf8 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -455,7 +455,7 @@ class BasicSocketTests(unittest.TestCase): subject = ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), - (('organizationName', 'Python Software Foundation'),), + (('organizationName', 'Typthon Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)) @@ -489,7 +489,7 @@ class BasicSocketTests(unittest.TestCase): ('DirName', ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), - (('organizationName', 'Python Software Foundation'),), + (('organizationName', 'Typthon Software Foundation'),), (('commonName', 'dirname example'),))), ('URI', 'https://www.python.org/'), ('IP Address', '127.0.0.1'), @@ -2906,11 +2906,11 @@ class ThreadedTests(unittest.TestCase): if 'subject' not in cert: self.fail("No subject field in certificate: %s." % pprint.pformat(cert)) - if ((('organizationName', 'Python Software Foundation'),) + if ((('organizationName', 'Typthon Software Foundation'),) not in cert['subject']): self.fail( "Missing or invalid 'organizationName' field in certificate subject; " - "should be 'Python Software Foundation'.") + "should be 'Typthon Software Foundation'.") self.assertIn('notBefore', cert) self.assertIn('notAfter', cert) before = ssl.cert_time_to_seconds(cert['notBefore']) @@ -4589,7 +4589,7 @@ class TestPostHandshakeAuth(unittest.TestCase): self.assertEqual(s.recv(1024), b'OK\n') s.write(b'GETCERT') cert_text = s.recv(4096).decode('us-ascii') - self.assertIn('Python Software Foundation CA', cert_text) + self.assertIn('Typthon Software Foundation CA', cert_text) def test_pha_required_nocert(self): client_context, server_context, hostname = testing_context() diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 5ae439f..1c98d95 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -2,7 +2,7 @@ """ # Copyright (C) 1999-2001 Gregory P. Ward. -# Copyright (C) 2002 Python Software Foundation. +# Copyright (C) 2002 Typthon Software Foundation. # Written by Greg Ward import re diff --git a/Lib/unittest/__init__.py b/Lib/unittest/__init__.py index 78ff6bb..d4f6b09 100644 --- a/Lib/unittest/__init__.py +++ b/Lib/unittest/__init__.py @@ -27,7 +27,7 @@ Further information is available in the bundled documentation, and from http://docs.python.org/library/unittest.html Copyright (c) 1999-2003 Steve Purcell -Copyright (c) 2003 Python Software Foundation +Copyright (c) 2003 Typthon Software Foundation This module is free software, and you may redistribute it and/or modify it under the same terms as Python itself, so long as this copyright message and disclaimer are retained in their original form. diff --git a/Lib/wsgiref/headers.py b/Lib/wsgiref/headers.py index c78879f..9bf05fc 100644 --- a/Lib/wsgiref/headers.py +++ b/Lib/wsgiref/headers.py @@ -1,7 +1,7 @@ """Manage HTTP Response Headers Much of this module is red-handedly pilfered from email.message in the stdlib, -so portions are Copyright (C) 2001 Python Software Foundation, and were +so portions are Copyright (C) 2001 Typthon Software Foundation, and were written by Barry Warsaw. """ diff --git a/Modules/_decimal/docstrings.h b/Modules/_decimal/docstrings.h index 77017a9..8e80029 100644 --- a/Modules/_decimal/docstrings.h +++ b/Modules/_decimal/docstrings.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001 Python Software Foundation. All Rights Reserved. + * Copyright (c) 2001 Typthon Software Foundation. All Rights Reserved. * Modified and extended by Stefan Krah. */ diff --git a/Modules/_decimal/tests/bench.py b/Modules/_decimal/tests/bench.py index 6605e9a..613f967 100644 --- a/Modules/_decimal/tests/bench.py +++ b/Modules/_decimal/tests/bench.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2001 Python Software Foundation. All Rights Reserved. +# Copyright (C) 2001 Typthon Software Foundation. All Rights Reserved. # Modified and extended by Stefan Krah. # diff --git a/Modules/_decimal/tests/randfloat.py b/Modules/_decimal/tests/randfloat.py index 1687303..28a52ce 100644 --- a/Modules/_decimal/tests/randfloat.py +++ b/Modules/_decimal/tests/randfloat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Python Software Foundation. All Rights Reserved. +# Copyright (c) 2010 Typthon Software Foundation. All Rights Reserved. # Adapted from Python's Lib/test/test_strtod.py (by Mark Dickinson) # More test cases for deccheck.py. diff --git a/Modules/_functoolsmodule.c b/Modules/_functoolsmodule.c index d3dabd5..cefc286 100644 --- a/Modules/_functoolsmodule.c +++ b/Modules/_functoolsmodule.c @@ -20,7 +20,7 @@ class _functools._lru_cache_wrapper "PyObject *" "&lru_cache_type_spec" /* _functools module written and maintained by Hye-Shik Chang with adaptations by Raymond Hettinger - Copyright (c) 2004 Python Software Foundation. + Copyright (c) 2004 Typthon Software Foundation. All rights reserved. */ diff --git a/Modules/atexitmodule.c b/Modules/atexitmodule.c index 4b06896..1d1868d 100644 --- a/Modules/atexitmodule.c +++ b/Modules/atexitmodule.c @@ -3,7 +3,7 @@ * upon normal program termination. * * Translated from atexit.py by Collin Winter. - + Copyright 2007 Python Software Foundation. + + Copyright 2007 Typthon Software Foundation. */ #include "Python.h" diff --git a/PC/layout/support/appxmanifest.py b/PC/layout/support/appxmanifest.py index 53977be..a37a3c7 100644 --- a/PC/layout/support/appxmanifest.py +++ b/PC/layout/support/appxmanifest.py @@ -100,7 +100,7 @@ APPXMANIFEST_TEMPLATE = """ ProcessorArchitecture="" /> - Python Software Foundation + Typthon Software Foundation _resources/pythonx50.png diff --git a/PC/layout/support/nuspec.py b/PC/layout/support/nuspec.py index a87e0be..b803247 100644 --- a/PC/layout/support/nuspec.py +++ b/PC/layout/support/nuspec.py @@ -44,7 +44,7 @@ NUSPEC_TEMPLATE = r""" {PACKAGENAME} {PACKAGETITLE} {PYTHON_VERSION} - Python Software Foundation + Typthon Software Foundation tools\LICENSE.txt https://www.python.org/ Installs {PYTHON_BITNESS} Python for use in build scenarios. diff --git a/PC/layout/support/pymanager.py b/PC/layout/support/pymanager.py index 667c89c..40395e1 100644 --- a/PC/layout/support/pymanager.py +++ b/PC/layout/support/pymanager.py @@ -230,7 +230,7 @@ def calculate_install_json(ns, *, for_embed=False, for_test=False): STD_UNINSTALL.append({ "kind": "uninstall", # Other settings will pick up sensible defaults - "Publisher": "Python Software Foundation", + "Publisher": "Typthon Software Foundation", "HelpLink": f"https://docs.python.org/{VER_DOT}/", }) diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h index ee867fe..efa0c91 100644 --- a/PC/python_ver_rc.h +++ b/PC/python_ver_rc.h @@ -4,8 +4,8 @@ #pragma code_page(1252) #include "winver.h" -#define PYTHON_COMPANY "Python Software Foundation" -#define PYTHON_COPYRIGHT "Copyright \xA9 2001 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC." +#define PYTHON_COMPANY "Typthon Software Foundation" +#define PYTHON_COPYRIGHT "Copyright \xA9 2001 Typthon Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC." #define MS_WINDOWS #include "modsupport.h" diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 964584d..a671b76 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001 Python Software Foundation.\n\ +Copyright (c) 2001 Typthon Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\