[Zope-Checkins] CVS: Zope/lib/Components/cPickle - cPickle.c:1.74.30.1 cPickle.stx:1.9.316.1 cStringIO.c:1.30.236.1 cStringIO.h:1.4.316.1

Chris McDonough chrism@zope.com
Thu, 29 Aug 2002 01:31:47 -0400


Update of /cvs-repository/Zope/lib/Components/cPickle
In directory cvs.zope.org:/tmp/cvs-serv30531/lib/Components/cPickle

Modified Files:
      Tag: chrism-install-branch
	cPickle.c cPickle.stx cStringIO.c cStringIO.h 
Log Message:
CVS up -j from HEAD on chrism-installer-branch.

Sorry folks on various mailing lists whom are subjected to this.
If I knew how to cut down on unnecessary checkin messages to
the lists, I would.



=== Zope/lib/Components/cPickle/cPickle.c 1.74 => 1.74.30.1 ===
--- Zope/lib/Components/cPickle/cPickle.c:1.74	Thu Mar 21 10:48:54 2002
+++ Zope/lib/Components/cPickle/cPickle.c	Thu Aug 29 01:31:13 2002
@@ -1,7 +1,7 @@
 /*
  * $Id$
  * 
- * Copyright (c) 1996-1998, Digital Creations, Fredericksburg, VA, USA.  
+ * Copyright (c) 1996-1998, Zope Corporation, Fredericksburg, VA, USA.  
  * All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
@@ -16,7 +16,7 @@
  *     the documentation and/or other materials provided with the
  *     distribution.
  * 
- *   o Neither the name of Digital Creations nor the names of its
+ *   o Neither the name of Zope Corporation nor the names of its
  *     contributors may be used to endorse or promote products derived
  *     from this software without specific prior written permission.
  * 
@@ -37,11 +37,8 @@
  # 
  # If you have questions regarding this software, contact:
  #
- #   Digital Creations, L.C.
- #   910 Princess Ann Street
- #   Fredericksburge, Virginia  22401
- #
- #   info@digicool.com
+ #   Zope Corporation
+ #   info@zope.com
  #
  #   (540) 371-6909
  */


=== Zope/lib/Components/cPickle/cPickle.stx 1.9 => 1.9.316.1 ===
--- Zope/lib/Components/cPickle/cPickle.stx:1.9	Sun Dec  7 09:42:09 1997
+++ Zope/lib/Components/cPickle/cPickle.stx	Thu Aug 29 01:31:14 2002
@@ -1,7 +1,6 @@
 cPickle, A C Pickle Implementation
 
-  "cPickle", http://www.digicool.com/releases/cPickle/cPickle-1.0b2.tar.gz,
-  is a C implementation of the Python module, pickle.py, and is
+  "cPickle" is a C implementation of the Python module, pickle.py, and is
   fully compatible with pickle: all types picklable by pickle can be
   pickled using cPickle [1], and pickles generated using pickle may be
   unpickled using cPickle and vice versa.
@@ -112,9 +111,8 @@
   
   Status
 
-    The current release of cPickle is "1.0b2",
-    http://www.digicool.com/releases/cPickle/cPickle-1.0b2.tar.gz.
-    This release requires Python version 1.4 or higher.
+    The current release of cPickle is "1.0b2". This release requires 
+    Python version 1.4 or higher.
 
     This version introduces a special binary mode format for floats.
     Since this could not be implemented in the python version, it is


=== Zope/lib/Components/cPickle/cStringIO.c 1.30 => 1.30.236.1 ===
--- Zope/lib/Components/cPickle/cStringIO.c:1.30	Wed Oct  4 18:00:51 2000
+++ Zope/lib/Components/cPickle/cStringIO.c	Thu Aug 29 01:31:14 2002
@@ -1,7 +1,7 @@
 /*
  * cStringIO.c,v 1.29 1999/06/15 14:10:27 jim Exp
  * 
- * Copyright (c) 1996-1998, Digital Creations, Fredericksburg, VA, USA.  
+ * Copyright (c) 1996-1998, Zope Corporation, Fredericksburg, VA, USA.  
  * All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without
@@ -19,19 +19,19 @@
  *   o All advertising materials mentioning features or use of this
  *     software must display the following acknowledgement:
  * 
- *       This product includes software developed by Digital Creations
+ *       This product includes software developed by Zope Corporation
  *       and its contributors.
  * 
- *   o Neither the name of Digital Creations nor the names of its
+ *   o Neither the name of Zope Corporation nor the names of its
  *     contributors may be used to endorse or promote products derived
  *     from this software without specific prior written permission.
  * 
  * 
- * THIS SOFTWARE IS PROVIDED BY DIGITAL CREATIONS AND CONTRIBUTORS *AS
+ * THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION AND CONTRIBUTORS *AS
  * IS* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL DIGITAL
- * CREATIONS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL ZOPE CORPORATION
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
@@ -43,11 +43,8 @@
  # 
  # If you have questions regarding this software, contact:
  #
- #   Digital Creations, L.C.
- #   910 Princess Ann Street
- #   Fredericksburge, Virginia  22401
- #
- #   info@digicool.com
+ #   Zope Corporation
+ #   info@zope.com
  #
  #   (540) 371-6909
  */


=== Zope/lib/Components/cPickle/cStringIO.h 1.4 => 1.4.316.1 ===
--- Zope/lib/Components/cPickle/cStringIO.h:1.4	Sun Dec  7 09:27:00 1997
+++ Zope/lib/Components/cPickle/cStringIO.h	Thu Aug 29 01:31:14 2002
@@ -8,21 +8,21 @@
 
      Copyright 
 
-       Copyright 1996 Digital Creations, L.C., 910 Princess Anne
-       Street, Suite 300, Fredericksburg, Virginia 22401 U.S.A. All
-       rights reserved.  Copyright in this software is owned by DCLC,
+       Copyright 1996 Zope Corporation, Fredericksburg, Virginia 22401 
+       U.S.A. All
+       rights reserved.  Copyright in this software is owned by ZC,
        unless otherwise indicated. Permission to use, copy and
        distribute this software is hereby granted, provided that the
        above copyright notice appear in all copies and that both that
        copyright notice and this permission notice appear. Note that
        any product, process or technology described in this software
        may be the subject of other Intellectual Property rights
-       reserved by Digital Creations, L.C. and are not licensed
+       reserved by Zope Corporation and are not licensed
        hereunder.
 
      Trademarks 
 
-       Digital Creations & DCLC, are trademarks of Digital Creations, L.C..
+       Zope Corporation is a trademark of Zope Corporation.
        All other trademarks are owned by their respective companies. 
 
      No Warranty 
@@ -33,13 +33,14 @@
        purpose, or non-infringement. This software could include
        technical inaccuracies or typographical errors. Changes are
        periodically made to the software; these changes will be
-       incorporated in new editions of the software. DCLC may make
-       improvements and/or changes in this software at any time
+       incorporated in new editions of the software. Zope Corporation
+       may make improvements and/or changes in this software at any time
        without notice.
 
      Limitation Of Liability 
 
-       In no event will DCLC be liable for direct, indirect, special,
+       In no event will Zope Corporation be liable for direct, indirect, 
+       special, 
        incidental, economic, cover, or consequential damages arising
        out of the use of or inability to use this software even if
        advised of the possibility of such damages. Some states do not
@@ -51,8 +52,8 @@
     If you have questions regarding this software,
     contact:
    
-      info@digicool.com
-      Digital Creations L.C.  
+      Zope Corporation
+      info@zope.com
    
       (540) 371-6909