From 9a5d8d3efdd76cf0efabd354990af49589e0b448 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Fri, 10 Feb 2017 15:13:59 -0800 Subject: [PATCH 1/3] Update Python Software Foundation Copyright Year. Make it current. --- Doc/copyright.rst | 2 +- Lib/_pydecimal.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/lib2to3/pgen2/tokenize.py | 2 +- Lib/optparse.py | 2 +- 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/textwrap.py | 2 +- Lib/unittest/__init__.py | 2 +- Lib/wsgiref/headers.py | 2 +- Mac/BuildScript/resources/License.rtf | 6 +++--- Mac/Resources/app/Info.plist.in | 4 ++-- 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 +- Modules/ossaudiodev.c | 2 +- PC/python_ver_rc.h | 2 +- README | 2 +- 48 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Doc/copyright.rst b/Doc/copyright.rst index 22d7705846ea93..2b5400cd9fb036 100644 --- a/Doc/copyright.rst +++ b/Doc/copyright.rst @@ -4,7 +4,7 @@ Copyright Python and this documentation is: -Copyright © 2001-2016 Python Software Foundation. All rights reserved. +Copyright © 2001-2017 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. diff --git a/Lib/_pydecimal.py b/Lib/_pydecimal.py index 0b40928ff8d109..0c7008daa9bdd3 100644 --- a/Lib/_pydecimal.py +++ b/Lib/_pydecimal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2004 Python Software Foundation. +# Copyright (c) 2017 Python Software Foundation. # All rights reserved. # Written by Eric Price diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index fae872439edc66..1718c95c60ad45 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/_parseaddr.py b/Lib/email/_parseaddr.py index cdfa3729adc79e..1f46f65d29c904 100644 --- a/Lib/email/_parseaddr.py +++ b/Lib/email/_parseaddr.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2007 Python Software Foundation +# Copyright (C) 2002-2017 Python Software Foundation # Contact: email-sig@python.org """Email address parsing code. diff --git a/Lib/email/base64mime.py b/Lib/email/base64mime.py index 17f0818f6caa81..c263e1b11ff3c3 100644 --- a/Lib/email/base64mime.py +++ b/Lib/email/base64mime.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2007 Python Software Foundation +# Copyright (C) 2002-2017 Python Software Foundation # Author: Ben Gertzfield # Contact: email-sig@python.org diff --git a/Lib/email/charset.py b/Lib/email/charset.py index ee564040c68f8b..888bc4fc2a5450 100644 --- a/Lib/email/charset.py +++ b/Lib/email/charset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 0a66acb6240bd7..ab616a4b3002f3 100644 --- a/Lib/email/encoders.py +++ b/Lib/email/encoders.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/errors.py b/Lib/email/errors.py index 791239fa6a54cc..e9b30b215cc1d4 100644 --- a/Lib/email/errors.py +++ b/Lib/email/errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py index 7c07ca86457a2a..55ffa2a0caddf4 100644 --- a/Lib/email/feedparser.py +++ b/Lib/email/feedparser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2006 Python Software Foundation +# Copyright (C) 2004-2017 Python 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 ae670c2353c858..9f950409122d6d 100644 --- a/Lib/email/generator.py +++ b/Lib/email/generator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/header.py b/Lib/email/header.py index c7b2dd9f310b01..2a348f5c888d98 100644 --- a/Lib/email/header.py +++ b/Lib/email/header.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2007 Python Software Foundation +# Copyright (C) 2002-2017 Python 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 b5502ee975266b..8582d723665922 100644 --- a/Lib/email/iterators.py +++ b/Lib/email/iterators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/message.py b/Lib/email/message.py index b6512f2198af43..7b7f5b6e607412 100644 --- a/Lib/email/message.py +++ b/Lib/email/message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 6877e554e10271..19c25a1fbc3b0b 100644 --- a/Lib/email/mime/application.py +++ b/Lib/email/mime/application.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 4bcd7b224a862a..566facd5306419 100644 --- a/Lib/email/mime/audio.py +++ b/Lib/email/mime/audio.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 1a3f9b51f6c045..6457b253d045ef 100644 --- a/Lib/email/mime/base.py +++ b/Lib/email/mime/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 92724643cdeeac..5ea04cd52d22e5 100644 --- a/Lib/email/mime/image.py +++ b/Lib/email/mime/image.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 07e4f2d1196151..f8f8779e8d9207 100644 --- a/Lib/email/mime/message.py +++ b/Lib/email/mime/message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 2d3f288810dd91..e76f307185d183 100644 --- a/Lib/email/mime/multipart.py +++ b/Lib/email/mime/multipart.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2006 Python Software Foundation +# Copyright (C) 2002-2017 Python 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 e1f51968b59eb1..f4a2e1f2041f8e 100644 --- a/Lib/email/mime/nonmultipart.py +++ b/Lib/email/mime/nonmultipart.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2006 Python Software Foundation +# Copyright (C) 2002-2017 Python 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 35b442383002b2..fa3635d56a27dc 100644 --- a/Lib/email/mime/text.py +++ b/Lib/email/mime/text.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/email/parser.py b/Lib/email/parser.py index 555b1725606194..85e531b39131b3 100644 --- a/Lib/email/parser.py +++ b/Lib/email/parser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 c543eb59ae79aa..ac614b4b7d70ff 100644 --- a/Lib/email/quoprimime.py +++ b/Lib/email/quoprimime.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2006 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Ben Gertzfield # Contact: email-sig@python.org diff --git a/Lib/email/utils.py b/Lib/email/utils.py index a759d23308d302..4f7aedbb2cae39 100644 --- a/Lib/email/utils.py +++ b/Lib/email/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org diff --git a/Lib/functools.py b/Lib/functools.py index 89f2cf4f5f7d69..5764fecf4866bb 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-2013 Python Software Foundation. +# Copyright (C) 2006-2017 Python Software Foundation. # See C source code for _functools credits/copyright __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', diff --git a/Lib/lib2to3/pgen2/tokenize.py b/Lib/lib2to3/pgen2/tokenize.py index d14db60f7da89e..142f29f5aed28a 100644 --- a/Lib/lib2to3/pgen2/tokenize.py +++ b/Lib/lib2to3/pgen2/tokenize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation. +# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2017 Python Software Foundation. # All rights reserved. """Tokenization help for Python programs. diff --git a/Lib/optparse.py b/Lib/optparse.py index e8ac1e156a2b29..f34a73a1b70447 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -43,7 +43,7 @@ __copyright__ = """ Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved. -Copyright (c) 2002-2006 Python Software Foundation. All rights reserved. +Copyright (c) 2002-2017 Python 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/test_csv.py b/Lib/test/test_csv.py index 03ab1840dd0df9..92f3c1e868936e 100644 --- a/Lib/test/test_csv.py +++ b/Lib/test/test_csv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001,2002 Python Software Foundation +# Copyright (C) 2001,2017 Python Software Foundation # csv package unit tests import copy diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index 59a17af278c052..c04681e80c36c1 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) 2017 Python 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 1e0caeeaed0810..3114e3c705b46c 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-2006 Python Software Foundation +# Copyright (C) 2002-2017 Python 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 f97ccc6711cc73..b25c437455bca1 100644 --- a/Lib/test/test_email/test_email.py +++ b/Lib/test/test_email/test_email.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2010 Python Software Foundation +# Copyright (C) 2001-2017 Python 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 e72a146eca8b01..6275e9e59a2025 100644 --- a/Lib/test/test_email/torture_test.py +++ b/Lib/test/test_email/torture_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2004 Python Software Foundation +# Copyright (C) 2002-2017 Python 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 a852443e687837..036eb7c3565ad0 100644 --- a/Lib/test/test_gettext.py +++ b/Lib/test/test_gettext.py @@ -546,7 +546,7 @@ def test_main(): ''' # Dummy translation for the Python test_gettext.py module. -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2017 Python Software Foundation # Barry Warsaw , 2000. # msgid "" @@ -606,7 +606,7 @@ def test_main(): ''' # Dummy translation for the Python test_gettext.py module. -# Copyright (C) 2001 Python Software Foundation +# Copyright (C) 2017 Python Software Foundation # Barry Warsaw , 2000. # msgid "" diff --git a/Lib/test/test_plistlib.py b/Lib/test/test_plistlib.py index c77a6bf9d03fd3..864b4567090791 100644 --- a/Lib/test/test_plistlib.py +++ b/Lib/test/test_plistlib.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2013 Python Software Foundation +# Copyright (C) 2003-2017 Python Software Foundation import unittest import plistlib diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 3688eae9470c5d..799208a917f520 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) 2017 Python Software Foundation import unittest import unittest.mock diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 0c18dc582e17ae..9ba51ae475658c 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -2,7 +2,7 @@ """ # Copyright (C) 1999-2001 Gregory P. Ward. -# Copyright (C) 2002, 2003 Python Software Foundation. +# Copyright (C) 2002, 2017 Python Software Foundation. # Written by Greg Ward import re diff --git a/Lib/unittest/__init__.py b/Lib/unittest/__init__.py index c55d563e0c38eb..3107dc0e761cb1 100644 --- a/Lib/unittest/__init__.py +++ b/Lib/unittest/__init__.py @@ -27,7 +27,7 @@ def testMultiply(self): http://docs.python.org/library/unittest.html Copyright (c) 1999-2003 Steve Purcell -Copyright (c) 2003-2010 Python Software Foundation +Copyright (c) 2003-2017 Python 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 fab851c5a44430..8c66cb1fad6c1e 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,2002 Python Software Foundation, and were +so portions are Copyright (C) 2001,2017 Python Software Foundation, and were written by Barry Warsaw. """ diff --git a/Mac/BuildScript/resources/License.rtf b/Mac/BuildScript/resources/License.rtf index 20982a46cc36a9..6170df401b5ff5 100644 --- a/Mac/BuildScript/resources/License.rtf +++ b/Mac/BuildScript/resources/License.rtf @@ -38,7 +38,7 @@ All Python releases are Open Source (see http://www.opensource.org for the Open \f0 \ -\b Note: +\b Note: \b0 GPL-compatible doesn't mean that we're distributing Python under the GPL. All Python licenses, unlike the GPL, let you distribute a modified version without making your changes open source. The GPL-compatible licenses make it possible to combine Python with other software that is released under the GPL; the others don't.\ \ Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible.\ @@ -54,7 +54,7 @@ Thanks to the many outside volunteers who have worked under Guido's direction to \b0 \ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.\ \ -2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.\ +2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.\ \ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.\ \ @@ -139,4 +139,4 @@ This installer incorporates portions of the following third-party software:\ \ \ \ -} \ No newline at end of file +} diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index a23166e6d32d87..1dc287a9b2ef65 100644 --- a/Mac/Resources/app/Info.plist.in +++ b/Mac/Resources/app/Info.plist.in @@ -20,7 +20,7 @@ CFBundleExecutable Python CFBundleGetInfoString - %version%, (c) 2001-2016 Python Software Foundation. + %version%, (c) 2001-2017 Python Software Foundation. CFBundleHelpBookFolder Documentation @@ -55,7 +55,7 @@ NSAppleScriptEnabled NSHumanReadableCopyright - (c) 2001-2016 Python Software Foundation. + (c) 2001-2017 Python Software Foundation. NSHighResolutionCapable diff --git a/Modules/_decimal/docstrings.h b/Modules/_decimal/docstrings.h index f7fd6e79529984..ceda51abce47e6 100644 --- a/Modules/_decimal/docstrings.h +++ b/Modules/_decimal/docstrings.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2012 Python Software Foundation. All Rights Reserved. + * Copyright (c) 2001-2017 Python 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 56566cc339058f..c02709547da1e6 100644 --- a/Modules/_decimal/tests/bench.py +++ b/Modules/_decimal/tests/bench.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2001-2012 Python Software Foundation. All Rights Reserved. +# Copyright (C) 2001-2017 Python 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 16873035689cf3..425bc96a1732c3 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) 2017 Python 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 4170883368f953..c96ae55ebc1f2d 100644 --- a/Modules/_functoolsmodule.c +++ b/Modules/_functoolsmodule.c @@ -5,7 +5,7 @@ /* _functools module written and maintained by Hye-Shik Chang with adaptations by Raymond Hettinger - Copyright (c) 2004, 2005, 2006 Python Software Foundation. + Copyright (c) 2004, 2005, 2017 Python Software Foundation. All rights reserved. */ diff --git a/Modules/atexitmodule.c b/Modules/atexitmodule.c index 3cdf2d7e56348a..6c5a3ea0ccb928 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 2017 Python Software Foundation. */ #include "Python.h" diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c index 1cdbbae3f31b63..ca148e38032327 100644 --- a/Modules/ossaudiodev.c +++ b/Modules/ossaudiodev.c @@ -12,7 +12,7 @@ * * (c) 2000 Peter Bosch. All Rights Reserved. * (c) 2002 Gregory P. Ward. All Rights Reserved. - * (c) 2002 Python Software Foundation. All Rights Reserved. + * (c) 2017 Python Software Foundation. All Rights Reserved. * * XXX need a license statement * diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h index f95e755bb8bd78..c98e9f7dd6336c 100644 --- a/PC/python_ver_rc.h +++ b/PC/python_ver_rc.h @@ -4,7 +4,7 @@ #include "winver.h" #define PYTHON_COMPANY "Python Software Foundation" -#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2016 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC." +#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2017 Python 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/README b/README index bd2735da87a520..f83c9c02069664 100644 --- a/README +++ b/README @@ -214,7 +214,7 @@ Copyright and License Information --------------------------------- Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved. +2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved. From c5f3ccb0e8bedd38921e78b92a54b58a301f25d3 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 14 Feb 2017 01:13:12 -0800 Subject: [PATCH 2/3] Address review feedback. --- Lib/_pydecimal.py | 2 +- Lib/lib2to3/pgen2/tokenize.py | 2 +- Lib/test/test_csv.py | 2 +- Lib/test/test_decimal.py | 2 +- Lib/test/test_gettext.py | 4 ++-- Lib/test/test_shutil.py | 2 +- Lib/textwrap.py | 2 +- Lib/wsgiref/headers.py | 2 +- Mac/BuildScript/resources/License.rtf | 7 ++++++- Modules/_decimal/tests/randfloat.py | 2 +- Modules/_functoolsmodule.c | 2 +- Modules/atexitmodule.c | 2 +- Modules/ossaudiodev.c | 2 +- 13 files changed, 19 insertions(+), 14 deletions(-) diff --git a/Lib/_pydecimal.py b/Lib/_pydecimal.py index 0c7008daa9bdd3..0b40928ff8d109 100644 --- a/Lib/_pydecimal.py +++ b/Lib/_pydecimal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Python Software Foundation. +# Copyright (c) 2004 Python Software Foundation. # All rights reserved. # Written by Eric Price diff --git a/Lib/lib2to3/pgen2/tokenize.py b/Lib/lib2to3/pgen2/tokenize.py index 142f29f5aed28a..d14db60f7da89e 100644 --- a/Lib/lib2to3/pgen2/tokenize.py +++ b/Lib/lib2to3/pgen2/tokenize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2017 Python Software Foundation. +# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation. # All rights reserved. """Tokenization help for Python programs. diff --git a/Lib/test/test_csv.py b/Lib/test/test_csv.py index 92f3c1e868936e..dcf264f45db10a 100644 --- a/Lib/test/test_csv.py +++ b/Lib/test/test_csv.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001,2017 Python Software Foundation +# Copyright (C) 2001-2017 Python Software Foundation # csv package unit tests import copy diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index c04681e80c36c1..59a17af278c052 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Python Software Foundation. +# Copyright (c) 2004 Python Software Foundation. # All rights reserved. # Written by Eric Price diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py index 036eb7c3565ad0..a852443e687837 100644 --- a/Lib/test/test_gettext.py +++ b/Lib/test/test_gettext.py @@ -546,7 +546,7 @@ def test_main(): ''' # Dummy translation for the Python test_gettext.py module. -# Copyright (C) 2017 Python Software Foundation +# Copyright (C) 2001 Python Software Foundation # Barry Warsaw , 2000. # msgid "" @@ -606,7 +606,7 @@ def test_main(): ''' # Dummy translation for the Python test_gettext.py module. -# Copyright (C) 2017 Python Software Foundation +# Copyright (C) 2001 Python Software Foundation # Barry Warsaw , 2000. # msgid "" diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 799208a917f520..3688eae9470c5d 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 Python Software Foundation +# Copyright (C) 2003 Python Software Foundation import unittest import unittest.mock diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 9ba51ae475658c..0c18dc582e17ae 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -2,7 +2,7 @@ """ # Copyright (C) 1999-2001 Gregory P. Ward. -# Copyright (C) 2002, 2017 Python Software Foundation. +# Copyright (C) 2002, 2003 Python Software Foundation. # Written by Greg Ward import re diff --git a/Lib/wsgiref/headers.py b/Lib/wsgiref/headers.py index 8c66cb1fad6c1e..f00ef1ddb270fd 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,2017 Python Software Foundation, and were +so portions are Copyright (C) 2001 Python Software Foundation, and were written by Barry Warsaw. """ diff --git a/Mac/BuildScript/resources/License.rtf b/Mac/BuildScript/resources/License.rtf index 6170df401b5ff5..dea541d9314987 100644 --- a/Mac/BuildScript/resources/License.rtf +++ b/Mac/BuildScript/resources/License.rtf @@ -54,7 +54,12 @@ Thanks to the many outside volunteers who have worked under Guido's direction to \b0 \ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation.\ \ -2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.\ +2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, +royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative +works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License + Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All Rights Reserved" are retained in + Python alone or in any derivative version prepared by Licensee.\ \ 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python.\ \ diff --git a/Modules/_decimal/tests/randfloat.py b/Modules/_decimal/tests/randfloat.py index 425bc96a1732c3..16873035689cf3 100644 --- a/Modules/_decimal/tests/randfloat.py +++ b/Modules/_decimal/tests/randfloat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Python Software Foundation. All Rights Reserved. +# Copyright (c) 2010 Python 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 c96ae55ebc1f2d..4170883368f953 100644 --- a/Modules/_functoolsmodule.c +++ b/Modules/_functoolsmodule.c @@ -5,7 +5,7 @@ /* _functools module written and maintained by Hye-Shik Chang with adaptations by Raymond Hettinger - Copyright (c) 2004, 2005, 2017 Python Software Foundation. + Copyright (c) 2004, 2005, 2006 Python Software Foundation. All rights reserved. */ diff --git a/Modules/atexitmodule.c b/Modules/atexitmodule.c index 6c5a3ea0ccb928..3cdf2d7e56348a 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 2017 Python Software Foundation. + + Copyright 2007 Python Software Foundation. */ #include "Python.h" diff --git a/Modules/ossaudiodev.c b/Modules/ossaudiodev.c index ca148e38032327..1cdbbae3f31b63 100644 --- a/Modules/ossaudiodev.c +++ b/Modules/ossaudiodev.c @@ -12,7 +12,7 @@ * * (c) 2000 Peter Bosch. All Rights Reserved. * (c) 2002 Gregory P. Ward. All Rights Reserved. - * (c) 2017 Python Software Foundation. All Rights Reserved. + * (c) 2002 Python Software Foundation. All Rights Reserved. * * XXX need a license statement * From f4f4f4b3ae87f1d73f602983ab9f95cfa4bded47 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 14 Feb 2017 01:15:37 -0800 Subject: [PATCH 3/3] updated README.rst --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index c6cca80b41273a..fe56120aeea4da 100644 --- a/README.rst +++ b/README.rst @@ -9,12 +9,6 @@ This is Python version 3.7.0 alpha 1 :alt: CPython code coverage on Codecov :target: https://codecov.io/gh/python/cpython -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights -reserved. - -See the end of this file for further copyright and license information. - Using Python ------------