summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-02-27 13:29:46 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-02-27 13:29:46 (GMT)
commit494cdb6d78752071679184f155720acf075c0549 (patch)
treeecd650033f6061f0908ae45eb5610221043dd1e1
parent06ee2531a821100859e9c5a245599866ed9af0e6 (diff)
downloadcpython-494cdb6d78752071679184f155720acf075c0549.zip
cpython-494cdb6d78752071679184f155720acf075c0549.tar.gz
cpython-494cdb6d78752071679184f155720acf075c0549.tar.bz2
Add 2002 to PSF copyrights.
Doc/README is odd; it assigns some copyright to the PSF in 2000, when I didn't think it existed...
-rw-r--r--Doc/README2
-rw-r--r--Doc/texinputs/license.tex4
-rw-r--r--LICENSE5
-rw-r--r--Python/getcopyright.c2
-rw-r--r--README2
5 files changed, 8 insertions, 7 deletions
diff --git a/Doc/README b/Doc/README
index 64fe304..4ff9783 100644
--- a/Doc/README
+++ b/Doc/README
@@ -213,7 +213,7 @@ The Python source is copyrighted, but you can freely use and copy it
as long as you don't change or remove the copyright notice:
----------------------------------------------------------------------
-Copyright (c) 2000, 2001 Python Software Foundation.
+Copyright (c) 2000-2002 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.
diff --git a/Doc/texinputs/license.tex b/Doc/texinputs/license.tex
index edf0a90..6330c83 100644
--- a/Doc/texinputs/license.tex
+++ b/Doc/texinputs/license.tex
@@ -64,8 +64,8 @@ license to reproduce, analyze, test, perform and/or display publicly,
prepare derivative works, distribute, and otherwise use Python
\version{} alone or in any derivative version, provided, however, that
PSF's License Agreement and PSF's notice of copyright, i.e.,
-``Copyright \copyright{} 2001 Python Software Foundation; All Rights
-Reserved'' are retained in Python \version{} alone or in any
+``Copyright \copyright{} 2001, 2002 Python Software Foundation; All
+Rights Reserved'' are retained in Python \version{} alone or in any
derivative version prepared by Licensee.
\item
diff --git a/LICENSE b/LICENSE
index f7c8691..3984158 100644
--- a/LICENSE
+++ b/LICENSE
@@ -66,8 +66,9 @@ license to reproduce, analyze, test, perform and/or display publicly,
prepare derivative works, distribute, and otherwise use Python 2.2
alone or in any derivative version, provided, however, that PSF's
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
-2001 Python Software Foundation; All Rights Reserved" are retained in
-Python 2.2 alone or in any derivative version prepared by Licensee.
+2001, 2002 Python Software Foundation; All Rights Reserved" are
+retained in Python 2.2 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 2.2 or any part thereof, and wants to make
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index ca56f46..0ba0fd7 100644
--- a/Python/getcopyright.c
+++ b/Python/getcopyright.c
@@ -4,7 +4,7 @@
static char cprt[] =
"\
-Copyright (c) 2001 Python Software Foundation.\n\
+Copyright (c) 2001, 2002 Python Software Foundation.\n\
All Rights Reserved.\n\
\n\
Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index ccf6ac3..42c87df 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
This is Python version 2.2
==========================
-Copyright (c) 2001 Python Software Foundation.
+Copyright (c) 2001, 2002 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.