]> granicus.if.org Git - python/commitdiff
Record copyright and author.
authorGreg Ward <gward@python.net>
Fri, 7 Jun 2002 22:40:23 +0000 (22:40 +0000)
committerGreg Ward <gward@python.net>
Fri, 7 Jun 2002 22:40:23 +0000 (22:40 +0000)
Lib/textwrap.py

index 787d94347ea94dc483a64cc9ad6428b5ffff3704..cdcfe9b28a0bf19624edf78d82407981909c6362 100644 (file)
@@ -2,6 +2,10 @@
 Utilities for wrapping text strings and filling text paragraphs.
 """
 
+# Copyright (C) 2001 Gregory P. Ward.
+# Copyright (C) 2002 Python Software Foundation.
+# Written by Greg Ward <gward@python.net>
+
 __revision__ = "$Id$"
 
 import string, re