summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 708d476397..eee74a78ff 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 95e9f02741..af3a3768c6 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 3b117e6966..53e63c5f08 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 890fb97b64..36c6566ad4 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 e5904ee433..0589176b62 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 c89d91e9e8..b4bc1c6d0d 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 4fc12040df..dacdd1a9fa 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 7a3eb2242b..1adc743a72 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 0a315d9a23..c3f93ccda9 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.
------------------------------------------------------------------------ */