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.
This commit is contained in:
Guido van Rossum 2002-04-04 17:52:50 +00:00
parent bfc2e5ee8e
commit 2e1c09c1fd
11 changed files with 14 additions and 228 deletions

View file

@ -242,7 +242,7 @@ class PyBuildExt(build_ext):
# Fred Drake's interface to the Python parser
exts.append( Extension('parser', ['parsermodule.c']) )
# Digital Creations' cStringIO and cPickle
# cStringIO and cPickle
exts.append( Extension('cStringIO', ['cStringIO.c']) )
exts.append( Extension('cPickle', ['cPickle.c']) )