summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-04-04 17:52:50 (GMT)
committerGuido van Rossum <guido@python.org>2002-04-04 17:52:50 (GMT)
commit2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0 (patch)
tree436279d8d74b9d759f890ee3c8378e8d6e28d80e /setup.py
parentbfc2e5ee8ec66fb483e595eed16d49b75eb7e482 (diff)
downloadcpython-2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0.zip
cpython-2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0.tar.gz
cpython-2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0.tar.bz2
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e10981e..d557943 100644
--- a/setup.py
+++ b/setup.py
@@ -312,7 +312,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']) )