From 5ae638c78e46da78443ef312b128000f42606dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Fri, 23 Jul 2004 10:09:57 +0000 Subject: [PATCH] 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. --- Tools/scripts/gencodec.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py index fdaa8fefbb5..75337d6dbb2 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