From 2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 4 Apr 2002 17:52:50 +0000 Subject: 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. --- Lib/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/site.py') diff --git a/Lib/site.py b/Lib/site.py index fee13f8459..770eb5291c 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -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( -- cgit v1.2.1