Commit 20abf527 authored by Jim Fulton's avatar Jim Fulton

updated copyright.

parent 02591ed8
/* /*
$Id: cPickle.c,v 1.52 1998/05/05 15:39:02 jim Exp $ $Id: cPickle.c,v 1.53 1998/05/05 15:41:31 jim Exp $
Copyright Copyright
Copyright 1996 Digital Creations, L.C., 910 Princess Anne Copyright 1996, 1997, 1998 Digital Creations, Inc., 910
Street, Suite 300, Fredericksburg, Virginia 22401 U.S.A. All Princess Anne Street, Suite 300, Fredericksburg, Virginia 22401
rights reserved. Copyright in this software is owned by DCLC, U.S.A. All rights reserved. Copyright in this software is
unless otherwise indicated. Permission to use, copy and owned by DCLC, unless otherwise indicated. Permission to use,
distribute this software is hereby granted, provided that the copy and distribute this software is hereby granted, provided
above copyright notice appear in all copies and that both that that the above copyright notice appear in all copies and that
copyright notice and this permission notice appear. Note that both that copyright notice and this permission notice
any product, process or technology described in this software appear. Note that any product, process or technology described
may be the subject of other Intellectual Property rights in this software may be the subject of other Intellectual
reserved by Digital Creations, L.C. and are not licensed Property rights reserved by Digital Creations, L.C. and are not
hereunder. licensed hereunder.
Trademarks Trademarks
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,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.52 1998/05/05 15:39:02 jim Exp $\n" "$Id: cPickle.c,v 1.53 1998/05/05 15:41:31 jim Exp $\n"
; ;
#include "Python.h" #include "Python.h"
...@@ -4258,7 +4258,7 @@ init_stuff(PyObject *module, PyObject *module_dict) { ...@@ -4258,7 +4258,7 @@ init_stuff(PyObject *module, PyObject *module_dict) {
void void
initcPickle() { initcPickle() {
PyObject *m, *d, *v; PyObject *m, *d, *v;
char *rev="$Revision: 1.52 $"; char *rev="$Revision: 1.53 $";
PyObject *format_version; PyObject *format_version;
PyObject *compatible_formats; PyObject *compatible_formats;
......
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