]> granicus.if.org Git - python/commitdiff
Remove copyright notices from gencodec.py output.
authorMarc-André Lemburg <mal@egenix.com>
Fri, 23 Jul 2004 10:09:57 +0000 (10:09 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 23 Jul 2004 10:09:57 +0000 (10:09 +0000)
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.

Tools/scripts/gencodec.py

index fdaa8fefbb54cdaf0a516801629f8c389e34e6bb..75337d6dbb2c96629f4b89f8ad13119bde900675 100644 (file)
@@ -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