[Python-checkins] python/dist/src/Lib textwrap.py,1.6,1.7

gward@users.sourceforge.net gward@users.sourceforge.net
Fri, 07 Jun 2002 15:40:26 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv20517

Modified Files:
	textwrap.py 
Log Message:
Record copyright and author.


Index: textwrap.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/textwrap.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** textwrap.py	7 Jun 2002 22:35:41 -0000	1.6
--- textwrap.py	7 Jun 2002 22:40:23 -0000	1.7
***************
*** 3,6 ****
--- 3,10 ----
  """
  
+ # Copyright (C) 2001 Gregory P. Ward.
+ # Copyright (C) 2002 Python Software Foundation.
+ # Written by Greg Ward <gward@python.net>
+ 
  __revision__ = "$Id$"