summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-08-03 16:24:25 (GMT)
committerGuido van Rossum <guido@python.org>2000-08-03 16:24:25 (GMT)
commit16b1ad9c7d431975353c06ad952237281e743b39 (patch)
treed6360baf78b860b501144fd0843ff57a46d0825f
parent29d0a002c8eeadc29e5fbee2252fa9f9498280f2 (diff)
downloadcpython-16b1ad9c7d431975353c06ad952237281e743b39.zip
cpython-16b1ad9c7d431975353c06ad952237281e743b39.tar.gz
cpython-16b1ad9c7d431975353c06ad952237281e743b39.tar.bz2
Changing the CNRI copyright notice according to CNRI's instructions.
This is a notice without a date, which apparently is not a claim to copyright but only advice to the reader. IANAL. :-)
-rw-r--r--Include/codecs.h2
-rw-r--r--Include/unicodeobject.h2
-rw-r--r--Modules/_codecsmodule.c2
-rw-r--r--Modules/unicodedata.c2
-rw-r--r--Modules/unicodedatabase.c2
-rw-r--r--Modules/unicodedatabase.h2
-rw-r--r--Objects/unicodectype.c2
-rw-r--r--Objects/unicodeobject.c2
-rw-r--r--Python/codecs.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/Include/codecs.h b/Include/codecs.h
index 708d476..eee74a7 100644
--- a/Include/codecs.h
+++ b/Include/codecs.h
@@ -11,7 +11,7 @@ extern "C" {
Written by Marc-Andre Lemburg (mal@lemburg.com).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
------------------------------------------------------------------------ */
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 95e9f02..af3a376 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -7,7 +7,7 @@ Unicode implementation based on original code by Fredrik Lundh,
modified by Marc-Andre Lemburg (mal@lemburg.com) according to the
Unicode Integration Proposal (see file Misc/unicode.txt).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
Original header:
diff --git a/Modules/_codecsmodule.c b/Modules/_codecsmodule.c
index 3b117e6..53e63c5 100644
--- a/Modules/_codecsmodule.c
+++ b/Modules/_codecsmodule.c
@@ -31,7 +31,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
------------------------------------------------------------------------ */
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 890fb97..36c6566 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -6,7 +6,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
------------------------------------------------------------------------ */
diff --git a/Modules/unicodedatabase.c b/Modules/unicodedatabase.c
index e5904ee..0589176 100644
--- a/Modules/unicodedatabase.c
+++ b/Modules/unicodedatabase.c
@@ -6,7 +6,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
------------------------------------------------------------------------ */
diff --git a/Modules/unicodedatabase.h b/Modules/unicodedatabase.h
index c89d91e..b4bc1c6 100644
--- a/Modules/unicodedatabase.h
+++ b/Modules/unicodedatabase.h
@@ -6,7 +6,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
------------------------------------------------------------------------ */
diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c
index 4fc1204..dacdd1a 100644
--- a/Objects/unicodectype.c
+++ b/Objects/unicodectype.c
@@ -6,7 +6,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
*/
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 7a3eb22..1adc743 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -4,7 +4,7 @@ Unicode implementation based on original code by Fredrik Lundh,
modified by Marc-Andre Lemburg <mal@lemburg.com> according to the
Unicode Integration Proposal (see file Misc/unicode.txt).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
Original header:
diff --git a/Python/codecs.c b/Python/codecs.c
index 0a315d9..c3f93cc 100644
--- a/Python/codecs.c
+++ b/Python/codecs.c
@@ -4,7 +4,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
+Copyright (c) Corporation for National Research Initiatives.
------------------------------------------------------------------------ */