mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
bfc2e5ee8e
commit
2e1c09c1fd
11 changed files with 14 additions and 228 deletions
|
@ -261,7 +261,7 @@ if sys.platform[:4] == 'java':
|
|||
"Jython is maintained by the Jython developers (www.jython.org).")
|
||||
else:
|
||||
__builtin__.credits = _Printer("credits", """\
|
||||
Thanks to CWI, CNRI, BeOpen.com, Digital Creations and a cast of thousands
|
||||
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__)
|
||||
__builtin__.license = _Printer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue