Commit 14324c7d authored by Brian Lloyd's avatar Brian Lloyd

fixed old digicool references

parent 6a0f58d9
/* /*
* $Id: cPickle.c,v 1.74 2002/03/21 15:48:54 htrd Exp $ * $Id: cPickle.c,v 1.75 2002/08/26 13:40:29 Brian Exp $
* *
* Copyright (c) 1996-1998, Digital Creations, Fredericksburg, VA, USA. * Copyright (c) 1996-1998, Zope Corporation, Fredericksburg, VA, USA.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* the documentation and/or other materials provided with the * the documentation and/or other materials provided with the
* distribution. * 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 * contributors may be used to endorse or promote products derived
* from this software without specific prior written permission. * from this software without specific prior written permission.
* *
...@@ -37,11 +37,8 @@ ...@@ -37,11 +37,8 @@
# #
# If you have questions regarding this software, contact: # If you have questions regarding this software, contact:
# #
# Digital Creations, L.C. # Zope Corporation
# 910 Princess Ann Street # info@zope.com
# Fredericksburge, Virginia 22401
#
# info@digicool.com
# #
# (540) 371-6909 # (540) 371-6909
*/ */
...@@ -49,7 +46,7 @@ ...@@ -49,7 +46,7 @@
static char cPickle_module_documentation[] = static char cPickle_module_documentation[] =
"C implementation and optimization of the Python pickle module\n" "C implementation and optimization of the Python pickle module\n"
"\n" "\n"
"$Id: cPickle.c,v 1.74 2002/03/21 15:48:54 htrd Exp $\n" "$Id: cPickle.c,v 1.75 2002/08/26 13:40:29 Brian Exp $\n"
; ;
#include "Python.h" #include "Python.h"
......
cPickle, A C Pickle Implementation cPickle, A C Pickle Implementation
"cPickle", http://www.digicool.com/releases/cPickle/cPickle-1.0b2.tar.gz, "cPickle" is a C implementation of the Python module, pickle.py, and is
is a C implementation of the Python module, pickle.py, and is
fully compatible with pickle: all types picklable by pickle can be fully compatible with pickle: all types picklable by pickle can be
pickled using cPickle [1], and pickles generated using pickle may be pickled using cPickle [1], and pickles generated using pickle may be
unpickled using cPickle and vice versa. unpickled using cPickle and vice versa.
...@@ -112,9 +111,8 @@ cPickle, A C Pickle Implementation ...@@ -112,9 +111,8 @@ cPickle, A C Pickle Implementation
Status Status
The current release of cPickle is "1.0b2", The current release of cPickle is "1.0b2". This release requires
http://www.digicool.com/releases/cPickle/cPickle-1.0b2.tar.gz. Python version 1.4 or higher.
This release requires Python version 1.4 or higher.
This version introduces a special binary mode format for floats. This version introduces a special binary mode format for floats.
Since this could not be implemented in the python version, it is Since this could not be implemented in the python version, it is
......
/* /*
* cStringIO.c,v 1.29 1999/06/15 14:10:27 jim Exp * 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. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
...@@ -19,19 +19,19 @@ ...@@ -19,19 +19,19 @@
* o All advertising materials mentioning features or use of this * o All advertising materials mentioning features or use of this
* software must display the following acknowledgement: * 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. * 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 * contributors may be used to endorse or promote products derived
* from this software without specific prior written permission. * 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 * IS* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL DIGITAL * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZOPE CORPORATION
* CREATIONS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
...@@ -43,11 +43,8 @@ ...@@ -43,11 +43,8 @@
# #
# If you have questions regarding this software, contact: # If you have questions regarding this software, contact:
# #
# Digital Creations, L.C. # Zope Corporation
# 910 Princess Ann Street # info@zope.com
# Fredericksburge, Virginia 22401
#
# info@digicool.com
# #
# (540) 371-6909 # (540) 371-6909
*/ */
......
...@@ -2,27 +2,27 @@ ...@@ -2,27 +2,27 @@
#define CSTRINGIO_INCLUDED #define CSTRINGIO_INCLUDED
/* /*
$Id: cStringIO.h,v 1.4 1997/12/07 14:27:00 jim Exp $ $Id: cStringIO.h,v 1.5 2002/08/26 13:40:29 Brian Exp $
cStringIO C API cStringIO C API
Copyright Copyright
Copyright 1996 Digital Creations, L.C., 910 Princess Anne Copyright 1996 Zope Corporation, Fredericksburg, Virginia 22401
Street, Suite 300, Fredericksburg, Virginia 22401 U.S.A. All U.S.A. All
rights reserved. Copyright in this software is owned by DCLC, rights reserved. Copyright in this software is owned by ZC,
unless otherwise indicated. Permission to use, copy and unless otherwise indicated. Permission to use, copy and
distribute this software is hereby granted, provided that the distribute this software is hereby granted, provided that the
above copyright notice appear in all copies and that both that above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear. Note that copyright notice and this permission notice appear. Note that
any product, process or technology described in this software any product, process or technology described in this software
may be the subject of other Intellectual Property rights 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. hereunder.
Trademarks 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. All other trademarks are owned by their respective companies.
No Warranty No Warranty
...@@ -33,13 +33,14 @@ ...@@ -33,13 +33,14 @@
purpose, or non-infringement. This software could include purpose, or non-infringement. This software could include
technical inaccuracies or typographical errors. Changes are technical inaccuracies or typographical errors. Changes are
periodically made to the software; these changes will be periodically made to the software; these changes will be
incorporated in new editions of the software. DCLC may make incorporated in new editions of the software. Zope Corporation
improvements and/or changes in this software at any time may make improvements and/or changes in this software at any time
without notice. without notice.
Limitation Of Liability 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 incidental, economic, cover, or consequential damages arising
out of the use of or inability to use this software even if out of the use of or inability to use this software even if
advised of the possibility of such damages. Some states do not advised of the possibility of such damages. Some states do not
...@@ -51,8 +52,8 @@ ...@@ -51,8 +52,8 @@
If you have questions regarding this software, If you have questions regarding this software,
contact: contact:
info@digicool.com Zope Corporation
Digital Creations L.C. info@zope.com
(540) 371-6909 (540) 371-6909
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment