mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
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.
This commit is contained in:
parent
f9cbf21157
commit
5ae638c78e
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue