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. :-)
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 @@
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: