From: Greg Ward Date: Fri, 7 Jun 2002 22:40:23 +0000 (+0000) Subject: Record copyright and author. X-Git-Tag: v2.3c1~5410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698d9f01c69997965994543978e42e7b13d31caa;p=python Record copyright and author. --- diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 787d94347e..cdcfe9b28a 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -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 + __revision__ = "$Id$" import string, re