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.
diff --git a/Lib/site.py b/Lib/site.py
index fee13f8..770eb52 100644
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -261,7 +261,7 @@
         "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(