summaryrefslogtreecommitdiff
path: root/Python/codecs.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-08-03 16:24:25 +0000
committerGuido van Rossum <guido@python.org>2000-08-03 16:24:25 +0000
commit791a25621d78a7a722345da7a414d586ca1e5156 (patch)
treecb4d6115be31e43bff422bd461a9225fd9b3b18b /Python/codecs.c
parentd0cb5a611556b09e6d112ef597cf60821c538abb (diff)
downloadcpython-791a25621d78a7a722345da7a414d586ca1e5156.tar.gz
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. :-)
Diffstat (limited to 'Python/codecs.c')
-rw-r--r--Python/codecs.c2
1 files changed, 1 insertions, 1 deletions
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.
------------------------------------------------------------------------ */