[Python-checkins] CVS: python/dist/src/Lib site.py,1.41,1.42

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 04 Apr 2002 09:52:52 -0800


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

Modified Files:
	site.py 
Log Message:
Removed old Digital Creations copyright/license notices (with
permission from Paul Everitt).  Also removed a few other references to
Digital Creations and changed the remaining ones to Zope Corporation.


Index: site.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/site.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** site.py	24 Feb 2002 05:32:32 -0000	1.41
--- site.py	4 Apr 2002 17:52:50 -0000	1.42
***************
*** 262,266 ****
  else:
      __builtin__.credits = _Printer("credits", """\
! Thanks to CWI, CNRI, BeOpen.com, Digital Creations and a cast of thousands
  for supporting Python development.  See www.python.org for more information.""")
  here = os.path.dirname(os.__file__)
--- 262,266 ----
  else:
      __builtin__.credits = _Printer("credits", """\
! Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
  for supporting Python development.  See www.python.org for more information.""")
  here = os.path.dirname(os.__file__)