[Python-checkins] CVS: python/dist/src LICENSE,1.19,1.20 setup.py,1.85,1.86

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


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

Modified Files:
	LICENSE setup.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: LICENSE
===================================================================
RCS file: /cvsroot/python/python/dist/src/LICENSE,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** LICENSE	27 Feb 2002 13:29:45 -0000	1.19
--- LICENSE	4 Apr 2002 17:52:49 -0000	1.20
***************
*** 14,22 ****
  In May 2000, Guido and the Python core development team moved to
  BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
! year, the PythonLabs team moved to Digital Creations (see
! http://www.digicool.com).  In 2001, the Python Software Foundation
! (PSF, see http://www.python.org/psf/) was formed, a non-profit
! organization created specifically to own Python-related Intellectual
! Property.  Digital Creations is a sponsoring member of the PSF.
  
  All Python releases are Open Source (see http://www.opensource.org for
--- 14,23 ----
  In May 2000, Guido and the Python core development team moved to
  BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
! year, the PythonLabs team moved to Digital Creations (now Zope
! Corporation, see http://www.zope.com).  In 2001, the Python Software
! Foundation (PSF, see http://www.python.org/psf/) was formed, a
! non-profit organization created specifically to own Python-related
! Intellectual Property.  Zope Corporation is a sponsoring member of
! the PSF.
  
  All Python releases are Open Source (see http://www.opensource.org for

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** setup.py	25 Mar 2002 14:20:09 -0000	1.85
--- setup.py	4 Apr 2002 17:52:49 -0000	1.86
***************
*** 313,317 ****
          exts.append( Extension('parser', ['parsermodule.c']) )
  
!         # Digital Creations' cStringIO and cPickle
          exts.append( Extension('cStringIO', ['cStringIO.c']) )
          exts.append( Extension('cPickle', ['cPickle.c']) )
--- 313,317 ----
          exts.append( Extension('parser', ['parsermodule.c']) )
  
!         # cStringIO and cPickle
          exts.append( Extension('cStringIO', ['cStringIO.c']) )
          exts.append( Extension('cPickle', ['cPickle.c']) )