diff options
author | Guido van Rossum <guido@python.org> | 2002-04-04 17:52:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-04-04 17:52:50 (GMT) |
commit | 2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0 (patch) | |
tree | 436279d8d74b9d759f890ee3c8378e8d6e28d80e /Misc/BeOS-setup.py | |
parent | bfc2e5ee8ec66fb483e595eed16d49b75eb7e482 (diff) | |
download | cpython-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 'Misc/BeOS-setup.py')
-rw-r--r-- | Misc/BeOS-setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/BeOS-setup.py b/Misc/BeOS-setup.py index 012f50b..8f9b776 100644 --- a/Misc/BeOS-setup.py +++ b/Misc/BeOS-setup.py @@ -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']) ) |