summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2004-07-23 10:09:57 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2004-07-23 10:09:57 (GMT)
commit5ae638c78e46da78443ef312b128000f42606dc5 (patch)
tree56e3b3d60299c9ae85ba33dedbc1fea708d13a90 /Tools
parentf9cbf211578c3d5a7d5fe2ac3bf09b1b5a2dd5e2 (diff)
downloadcpython-5ae638c78e46da78443ef312b128000f42606dc5.zip
cpython-5ae638c78e46da78443ef312b128000f42606dc5.tar.gz
cpython-5ae638c78e46da78443ef312b128000f42606dc5.tar.bz2
Remove copyright notices from gencodec.py output.
The script was originally used to create the initial set of codecs (and these were (c) CNRI). While the script itself still is (c) CNRI, the output certainly isn't anymore.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/gencodec.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py
index fdaa8fe..75337d6 100644
--- a/Tools/scripts/gencodec.py
+++ b/Tools/scripts/gencodec.py
@@ -154,11 +154,6 @@ def codegen(name,map,comments=1):
'''\
""" Python Character Mapping Codec generated from '%s' with gencodec.py.
-Written by Marc-Andre Lemburg (mal@lemburg.com).
-
-(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
-(c) Copyright 2000 Guido van Rossum.
-
"""#"
import codecs