]> granicus.if.org Git - python/commitdiff
[2.7] advance copyright years to 2018 (GH-5094). (#5105)
authorBenjamin Peterson <benjamin@python.org>
Fri, 5 Jan 2018 07:02:11 +0000 (23:02 -0800)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2018 07:02:11 +0000 (23:02 -0800)
(cherry picked from commit 65f2a6dcc2bc28a8566b74c8e9273f982331ec48)

Doc/copyright.rst
Doc/license.rst
LICENSE
Mac/PythonLauncher/Info.plist.in
Mac/Resources/app/Info.plist.in
Mac/Resources/framework/Info.plist.in
Python/getcopyright.c
README

index 22d7705846ea936e751bb78490f5445cda3aa62d..540ff5ef0593af71039f7b9fc384e4d3174620c1 100644 (file)
@@ -4,7 +4,7 @@ Copyright
 
 Python and this documentation is:
 
-Copyright © 2001-2016 Python Software Foundation. All rights reserved.
+Copyright © 2001-2018 Python Software Foundation. All rights reserved.
 
 Copyright © 2000 BeOpen.com. All rights reserved.
 
index 942ad20e47bfadf720b4bfbb899a7a9975a77faf..f33495ab1ef9433ff81b55f76f9d4d2a4d95f04c 100644 (file)
@@ -87,7 +87,7 @@ PSF LICENSE AGREEMENT FOR PYTHON |release|
       analyze, test, perform and/or display publicly, prepare derivative works,
       distribute, and otherwise use Python |release| alone or in any derivative
       version, provided, however, that PSF's License Agreement and PSF's notice of
-      copyright, i.e., "Copyright © 2001-2017 Python Software Foundation; All Rights
+      copyright, i.e., "Copyright © 2001-2018 Python Software Foundation; All Rights
       Reserved" are retained in Python |release| alone or in any derivative version
       prepared by Licensee.
 
diff --git a/LICENSE b/LICENSE
index 529349e4b38c0500290a8ff5513d3cd5336fdb85..1afbedba92b33c6b418c343f7b4c6948318eb197 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -73,9 +73,9 @@ 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.
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 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
index 1a8e2b44553d5f241431aa3e9c49f87c79d0358c..b84fffeec64a7daeb76f51c352112c71b5e32ef5 100644 (file)
@@ -40,7 +40,7 @@
        <key>CFBundleExecutable</key>
        <string>PythonLauncher</string>
        <key>CFBundleGetInfoString</key>
-       <string>%VERSION%, © 2001-2017 Python Software Foundation</string>
+       <string>%VERSION%, © 2001-2018 Python Software Foundation</string>
        <key>CFBundleIconFile</key>
        <string>PythonLauncher.icns</string>
        <key>CFBundleIdentifier</key>
index a23166e6d32d87e1b0057e5107733408f2e7bd82..abe9ae23e341a766eb60a23f10c102781540534e 100644 (file)
@@ -37,7 +37,7 @@
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleLongVersionString</key>
-       <string>%version%, (c) 2001-2017 Python Software Foundation.</string>
+       <string>%version%, (c) 2001-2018 Python Software Foundation.</string>
        <key>CFBundleName</key>
        <string>Python</string>
        <key>CFBundlePackageType</key>
index 7a64619e295f65b24a46c6a5894fe71e46b4444e..c1ea9f6889209b416fa552816832a5b1b668c72f 100644 (file)
@@ -17,9 +17,9 @@
        <key>CFBundlePackageType</key>
        <string>FMWK</string>
        <key>CFBundleShortVersionString</key>
-       <string>%VERSION%, (c) 2001-2017 Python Software Foundation.</string>
+       <string>%VERSION%, (c) 2001-2018 Python Software Foundation.</string>
        <key>CFBundleLongVersionString</key>
-       <string>%VERSION%, (c) 2001-2017 Python Software Foundation.</string>
+       <string>%VERSION%, (c) 2001-2018 Python Software Foundation.</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
index c37f8fa81cbe2a1d3062dce6a45959e4842d462a..1b69012fbc1795c666a136c5e39b46b2a5dcd605 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2017 Python Software Foundation.\n\
+Copyright (c) 2001-2018 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index 00a6b3946550aa8cacfc35310f72b9dc47f0a6dd..387b437cc29f00b92b70f4a63908b476e5e09e80 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ This is Python version 2.7.14
 =============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation.  All rights
+2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation.  All rights
 reserved.
 
 Copyright (c) 2000 BeOpen.com.