summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-30 23:58:06 +0000
committerGuido van Rossum <guido@python.org>2000-06-30 23:58:06 +0000
commitffcc3813d82e6b96db79f518f4e67b940a13ce64 (patch)
treebd67bf6fddc1d7555ebc56d961b9c3571458ebd4
parentfd71b9e9d496caa510dec56a9b69966558d6ba5d (diff)
downloadcpython-git-ffcc3813d82e6b96db79f518f4e67b940a13ce64.tar.gz
Change copyright notice - 2nd try.
-rw-r--r--Include/Python.h6
-rw-r--r--Include/abstract.h6
-rw-r--r--Include/bitset.h6
-rw-r--r--Include/bufferobject.h6
-rw-r--r--Include/ceval.h6
-rw-r--r--Include/classobject.h6
-rw-r--r--Include/cobject.h6
-rw-r--r--Include/compile.h6
-rw-r--r--Include/dictobject.h6
-rw-r--r--Include/errcode.h6
-rw-r--r--Include/eval.h6
-rw-r--r--Include/fileobject.h6
-rw-r--r--Include/floatobject.h6
-rw-r--r--Include/frameobject.h6
-rw-r--r--Include/funcobject.h6
-rw-r--r--Include/grammar.h6
-rw-r--r--Include/import.h6
-rw-r--r--Include/intobject.h6
-rw-r--r--Include/intrcheck.h6
-rw-r--r--Include/listobject.h6
-rw-r--r--Include/longintrepr.h6
-rw-r--r--Include/longobject.h6
-rw-r--r--Include/marshal.h6
-rw-r--r--Include/metagrammar.h6
-rw-r--r--Include/methodobject.h6
-rw-r--r--Include/modsupport.h6
-rw-r--r--Include/moduleobject.h6
-rw-r--r--Include/mymalloc.h6
-rw-r--r--Include/myproto.h6
-rw-r--r--Include/myselect.h6
-rw-r--r--Include/mytime.h6
-rw-r--r--Include/node.h6
-rw-r--r--Include/object.h6
-rw-r--r--Include/objimpl.h6
-rw-r--r--Include/opcode.h6
-rw-r--r--Include/osdefs.h6
-rw-r--r--Include/parsetok.h6
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Include/pgenheaders.h6
-rw-r--r--Include/pydebug.h6
-rw-r--r--Include/pyerrors.h6
-rw-r--r--Include/pystate.h6
-rw-r--r--Include/pythonrun.h6
-rw-r--r--Include/pythread.h6
-rw-r--r--Include/rangeobject.h6
-rw-r--r--Include/stringobject.h6
-rw-r--r--Include/structmember.h6
-rw-r--r--Include/sysmodule.h6
-rw-r--r--Include/token.h6
-rw-r--r--Include/traceback.h6
-rw-r--r--Include/tupleobject.h6
-rw-r--r--Modules/almodule.c6
-rw-r--r--Modules/arraymodule.c6
-rw-r--r--Modules/audioop.c6
-rw-r--r--Modules/bsddbmodule.c6
-rw-r--r--Modules/cdmodule.c6
-rw-r--r--Modules/cgensupport.c6
-rw-r--r--Modules/cgensupport.h6
-rw-r--r--Modules/clmodule.c6
-rw-r--r--Modules/config.c.in6
-rw-r--r--Modules/cstubs6
-rw-r--r--Modules/dbmmodule.c6
-rw-r--r--Modules/dlmodule.c6
-rw-r--r--Modules/errnomodule.c6
-rw-r--r--Modules/fcntlmodule.c6
-rw-r--r--Modules/flmodule.c6
-rw-r--r--Modules/fmmodule.c6
-rw-r--r--Modules/gdbmmodule.c6
-rw-r--r--Modules/getpath.c6
-rw-r--r--Modules/glmodule.c6
-rw-r--r--Modules/grpmodule.c6
-rw-r--r--Modules/imageop.c6
-rw-r--r--Modules/imgfile.c6
-rw-r--r--Modules/main.c6
-rw-r--r--Modules/mathmodule.c6
-rw-r--r--Modules/md5module.c6
-rw-r--r--Modules/mpzmodule.c6
-rw-r--r--Modules/newmodule.c6
-rw-r--r--Modules/parsermodule.c6
-rw-r--r--Modules/posixmodule.c6
-rw-r--r--Modules/pwdmodule.c6
-rw-r--r--Modules/regexmodule.c6
-rw-r--r--Modules/resource.c6
-rw-r--r--Modules/selectmodule.c6
-rw-r--r--Modules/sgimodule.c6
-rw-r--r--Modules/signalmodule.c6
-rw-r--r--Modules/socketmodule.c6
-rw-r--r--Modules/stropmodule.c6
-rw-r--r--Modules/structmodule.c6
-rw-r--r--Modules/sunaudiodev.c6
-rw-r--r--Modules/svmodule.c6
-rw-r--r--Modules/threadmodule.c6
-rw-r--r--Modules/timemodule.c6
-rw-r--r--Modules/xxmodule.c6
-rw-r--r--Modules/yuv.h6
-rw-r--r--Modules/yuvconvert.c6
-rw-r--r--Objects/abstract.c6
-rw-r--r--Objects/bufferobject.c6
-rw-r--r--Objects/classobject.c6
-rw-r--r--Objects/cobject.c6
-rw-r--r--Objects/complexobject.c6
-rw-r--r--Objects/dictobject.c6
-rw-r--r--Objects/fileobject.c6
-rw-r--r--Objects/floatobject.c6
-rw-r--r--Objects/frameobject.c6
-rw-r--r--Objects/funcobject.c6
-rw-r--r--Objects/intobject.c6
-rw-r--r--Objects/listobject.c6
-rw-r--r--Objects/longobject.c6
-rw-r--r--Objects/methodobject.c6
-rw-r--r--Objects/moduleobject.c6
-rw-r--r--Objects/object.c6
-rw-r--r--Objects/rangeobject.c6
-rw-r--r--Objects/stringobject.c6
-rw-r--r--Objects/tupleobject.c6
-rw-r--r--Objects/typeobject.c6
-rw-r--r--Objects/xxobject.c6
-rw-r--r--PC/config.c6
-rw-r--r--PC/getpathp.c6
-rw-r--r--PC/os2vacpp/config.c6
-rw-r--r--PC/os2vacpp/getpathp.c6
-rw-r--r--Parser/acceler.c6
-rw-r--r--Parser/assert.h6
-rw-r--r--Parser/bitset.c6
-rw-r--r--Parser/firstsets.c6
-rw-r--r--Parser/grammar.c6
-rw-r--r--Parser/grammar1.c6
-rw-r--r--Parser/intrcheck.c6
-rw-r--r--Parser/listnode.c6
-rw-r--r--Parser/metagrammar.c6
-rw-r--r--Parser/myreadline.c6
-rw-r--r--Parser/node.c6
-rw-r--r--Parser/parser.c6
-rw-r--r--Parser/parser.h6
-rw-r--r--Parser/parsetok.c6
-rw-r--r--Parser/pgen.c6
-rw-r--r--Parser/pgen.h6
-rw-r--r--Parser/pgenmain.c6
-rw-r--r--Parser/printgrammar.c6
-rw-r--r--Parser/tokenizer.c6
-rw-r--r--Parser/tokenizer.h6
-rw-r--r--Python/atof.c6
-rw-r--r--Python/bltinmodule.c6
-rw-r--r--Python/ceval.c6
-rw-r--r--Python/compile.c6
-rw-r--r--Python/dynload_aix.c6
-rw-r--r--Python/dynload_beos.c6
-rw-r--r--Python/dynload_dl.c6
-rw-r--r--Python/dynload_hpux.c6
-rw-r--r--Python/dynload_mac.c6
-rw-r--r--Python/dynload_next.c6
-rw-r--r--Python/dynload_os2.c6
-rw-r--r--Python/dynload_shlib.c6
-rw-r--r--Python/dynload_stub.c6
-rw-r--r--Python/dynload_win.c6
-rw-r--r--Python/errors.c6
-rw-r--r--Python/fmod.c6
-rw-r--r--Python/frozen.c6
-rw-r--r--Python/frozenmain.c6
-rw-r--r--Python/getargs.c6
-rw-r--r--Python/getcompiler.c6
-rw-r--r--Python/getcwd.c6
-rw-r--r--Python/getmtime.c6
-rw-r--r--Python/getplatform.c6
-rw-r--r--Python/getversion.c6
-rw-r--r--Python/import.c6
-rw-r--r--Python/importdl.c6
-rw-r--r--Python/importdl.h6
-rw-r--r--Python/marshal.c6
-rw-r--r--Python/memmove.c6
-rw-r--r--Python/modsupport.c6
-rw-r--r--Python/mystrtoul.c6
-rw-r--r--Python/pystate.c6
-rw-r--r--Python/pythonrun.c6
-rw-r--r--Python/sigcheck.c6
-rw-r--r--Python/strerror.c6
-rw-r--r--Python/structmember.c6
-rw-r--r--Python/sysmodule.c6
-rw-r--r--Python/thread.c6
-rw-r--r--Python/thread_beos.h6
-rw-r--r--Python/thread_cthread.h6
-rw-r--r--Python/thread_foobar.h6
-rw-r--r--Python/thread_lwp.h6
-rw-r--r--Python/thread_nt.h6
-rw-r--r--Python/thread_pth.h6
-rw-r--r--Python/thread_pthread.h6
-rw-r--r--Python/thread_sgi.h6
-rw-r--r--Python/thread_solaris.h6
-rw-r--r--Python/thread_wince.h6
-rw-r--r--Python/traceback.c6
-rw-r--r--Tools/modulator/Templates/copyright6
191 files changed, 0 insertions, 1146 deletions
diff --git a/Include/Python.h b/Include/Python.h
index fb9672ae1f..b3b07e0183 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -3,11 +3,6 @@
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -15,7 +10,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Include nearly all Python header files */
diff --git a/Include/abstract.h b/Include/abstract.h
index adace8badd..f1808061f1 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Abstract Object Interface (many thanks to Jim Fulton) */
diff --git a/Include/bitset.h b/Include/bitset.h
index 2464b8060f..a6905b203c 100644
--- a/Include/bitset.h
+++ b/Include/bitset.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Bitset interface */
diff --git a/Include/bufferobject.h b/Include/bufferobject.h
index 7949d53c64..da978c258a 100644
--- a/Include/bufferobject.h
+++ b/Include/bufferobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Buffer object interface */
diff --git a/Include/ceval.h b/Include/ceval.h
index be873124c5..b0f5e144eb 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Interface to random parts in ceval.c */
diff --git a/Include/classobject.h b/Include/classobject.h
index 288b68edd1..7fcf6ec789 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Class object interface */
diff --git a/Include/cobject.h b/Include/cobject.h
index 9fd3ba6631..49c54509a0 100644
--- a/Include/cobject.h
+++ b/Include/cobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* C objects to be exported from one extension module to another.
diff --git a/Include/compile.h b/Include/compile.h
index bbca6c17de..de1b5792dc 100644
--- a/Include/compile.h
+++ b/Include/compile.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Definitions for bytecode */
diff --git a/Include/dictobject.h b/Include/dictobject.h
index f34d4d3b43..54e5751a45 100644
--- a/Include/dictobject.h
+++ b/Include/dictobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Dictionary object type -- mapping from hashable object to object */
diff --git a/Include/errcode.h b/Include/errcode.h
index ba00511c41..b872e18206 100644
--- a/Include/errcode.h
+++ b/Include/errcode.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Error codes passed around between file input, tokenizer, parser and
diff --git a/Include/eval.h b/Include/eval.h
index 99c9eeafaa..dd1cfa3692 100644
--- a/Include/eval.h
+++ b/Include/eval.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Interface to execute compiled code */
diff --git a/Include/fileobject.h b/Include/fileobject.h
index 94081788e2..c30d63baa0 100644
--- a/Include/fileobject.h
+++ b/Include/fileobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* File object interface */
diff --git a/Include/floatobject.h b/Include/floatobject.h
index 830951e76a..2d104679fe 100644
--- a/Include/floatobject.h
+++ b/Include/floatobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Float object interface */
diff --git a/Include/frameobject.h b/Include/frameobject.h
index c51f58f9a3..58545fb923 100644
--- a/Include/frameobject.h
+++ b/Include/frameobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Frame object interface */
diff --git a/Include/funcobject.h b/Include/funcobject.h
index 2110ef87aa..dc9a9426dc 100644
--- a/Include/funcobject.h
+++ b/Include/funcobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Function object interface */
diff --git a/Include/grammar.h b/Include/grammar.h
index a469ca51c6..a15316eca2 100644
--- a/Include/grammar.h
+++ b/Include/grammar.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Grammar interface */
diff --git a/Include/import.h b/Include/import.h
index 50ca53e936..ec73d02a8f 100644
--- a/Include/import.h
+++ b/Include/import.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module definition and import interface */
diff --git a/Include/intobject.h b/Include/intobject.h
index b61326739b..50a74746b2 100644
--- a/Include/intobject.h
+++ b/Include/intobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Integer object interface */
diff --git a/Include/intrcheck.h b/Include/intrcheck.h
index fb2d396256..8d5dcd3f50 100644
--- a/Include/intrcheck.h
+++ b/Include/intrcheck.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
extern DL_IMPORT(int) PyOS_InterruptOccurred Py_PROTO((void));
diff --git a/Include/listobject.h b/Include/listobject.h
index 84478c2e4c..e6f008ed1f 100644
--- a/Include/listobject.h
+++ b/Include/listobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* List object interface */
diff --git a/Include/longintrepr.h b/Include/longintrepr.h
index 2f56d87b64..9b08397524 100644
--- a/Include/longintrepr.h
+++ b/Include/longintrepr.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* This is published for the benefit of "friend" marshal.c only. */
diff --git a/Include/longobject.h b/Include/longobject.h
index 9cfcce7d5b..aed56ef4f7 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Long (arbitrary precision) integer object interface */
diff --git a/Include/marshal.h b/Include/marshal.h
index 486db9369b..d9498a7ce8 100644
--- a/Include/marshal.h
+++ b/Include/marshal.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Interface for marshal.c */
diff --git a/Include/metagrammar.h b/Include/metagrammar.h
index a65242b10b..cef685a714 100644
--- a/Include/metagrammar.h
+++ b/Include/metagrammar.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#define MSTART 256
diff --git a/Include/methodobject.h b/Include/methodobject.h
index 9d134a8579..c01e8a8f6a 100644
--- a/Include/methodobject.h
+++ b/Include/methodobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Method object interface */
diff --git a/Include/modsupport.h b/Include/modsupport.h
index 7a947d4609..86dbb0e648 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module support interface */
diff --git a/Include/moduleobject.h b/Include/moduleobject.h
index 195da54ccd..845b6ffab7 100644
--- a/Include/moduleobject.h
+++ b/Include/moduleobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module object interface */
diff --git a/Include/mymalloc.h b/Include/mymalloc.h
index 4c9b52da24..3d6ab063d6 100644
--- a/Include/mymalloc.h
+++ b/Include/mymalloc.h
@@ -1,11 +1,6 @@
#ifndef Py_MYMALLOC_H
#define Py_MYMALLOC_H
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -13,7 +8,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Lowest-level memory allocation interface */
diff --git a/Include/myproto.h b/Include/myproto.h
index 1ffbb3fd83..40abdea837 100644
--- a/Include/myproto.h
+++ b/Include/myproto.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#ifdef HAVE_PROTOTYPES
diff --git a/Include/myselect.h b/Include/myselect.h
index 8e8f81f0e3..6696251b3b 100644
--- a/Include/myselect.h
+++ b/Include/myselect.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Include file for users of select() */
diff --git a/Include/mytime.h b/Include/mytime.h
index 2933247ab9..40670d9dd2 100644
--- a/Include/mytime.h
+++ b/Include/mytime.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Include file instead of <time.h> and/or <sys/time.h> */
diff --git a/Include/node.h b/Include/node.h
index bc15220519..55fcd0f6bc 100644
--- a/Include/node.h
+++ b/Include/node.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parse tree node interface */
diff --git a/Include/object.h b/Include/object.h
index f8c27d2f94..6be720c2d2 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Object and type object interface */
diff --git a/Include/objimpl.h b/Include/objimpl.h
index 6fc9bf38d7..665cec59eb 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include "mymalloc.h"
diff --git a/Include/opcode.h b/Include/opcode.h
index fdcaecb66e..630d5dd376 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Instruction opcodes for compiled code */
diff --git a/Include/osdefs.h b/Include/osdefs.h
index 37af08df4d..06d0e2f81d 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Operating system dependencies */
diff --git a/Include/parsetok.h b/Include/parsetok.h
index 0d63ea50f4..151990d06a 100644
--- a/Include/parsetok.h
+++ b/Include/parsetok.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser-tokenizer link interface */
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a7755a3836..1471a31f0a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Newfangled version identification scheme.
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index dbb4173cc2..3834ff242d 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Include files and extern declarations used by most of the parser. */
diff --git a/Include/pydebug.h b/Include/pydebug.h
index c84c8e1ee3..b286313505 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#ifndef Py_PYDEBUG_H
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index 361cfa0ef0..e521fe2bad 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Error handling definitions */
diff --git a/Include/pystate.h b/Include/pystate.h
index 9d589b749c..de821f5076 100644
--- a/Include/pystate.h
+++ b/Include/pystate.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Thread and interpreter state structures and their interfaces */
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index 0f0e0bc341..bb5b6fd161 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Interfaces to parse and execute pieces of python code */
diff --git a/Include/pythread.h b/Include/pythread.h
index d9a273fd06..7d4e0ea5f2 100644
--- a/Include/pythread.h
+++ b/Include/pythread.h
@@ -2,11 +2,6 @@
#define Py_PYTHREAD_H
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -14,7 +9,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#define NO_EXIT_PROG /* don't define PyThread_exit_prog() */
diff --git a/Include/rangeobject.h b/Include/rangeobject.h
index 8a48be3a67..77398697f4 100644
--- a/Include/rangeobject.h
+++ b/Include/rangeobject.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Range object interface */
diff --git a/Include/stringobject.h b/Include/stringobject.h
index 17f43ee071..377ab25173 100644
--- a/Include/stringobject.h
+++ b/Include/stringobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* String object interface */
diff --git a/Include/structmember.h b/Include/structmember.h
index 001e121308..ff62c69f6e 100644
--- a/Include/structmember.h
+++ b/Include/structmember.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Interface to map C struct members to Python object attributes */
diff --git a/Include/sysmodule.h b/Include/sysmodule.h
index 6a2c08a875..2dee530250 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* System module interface */
diff --git a/Include/token.h b/Include/token.h
index 43136e4958..4b256576af 100644
--- a/Include/token.h
+++ b/Include/token.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Token types */
diff --git a/Include/traceback.h b/Include/traceback.h
index 3150d87267..cb6599e125 100644
--- a/Include/traceback.h
+++ b/Include/traceback.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Traceback interface */
diff --git a/Include/tupleobject.h b/Include/tupleobject.h
index a02e660736..1630efa81a 100644
--- a/Include/tupleobject.h
+++ b/Include/tupleobject.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Tuple object interface */
diff --git a/Modules/almodule.c b/Modules/almodule.c
index 815dd04f82..13c9ebc305 100644
--- a/Modules/almodule.c
+++ b/Modules/almodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#define OLD_INTERFACE /* define for pre-Irix 6 interface */
diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c
index c59beb0578..ba5105cc0c 100644
--- a/Modules/arraymodule.c
+++ b/Modules/arraymodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Array object implementation */
diff --git a/Modules/audioop.c b/Modules/audioop.c
index 43824b286b..cc5634de47 100644
--- a/Modules/audioop.c
+++ b/Modules/audioop.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* audioopmodule - Module to detect peak values in arrays */
diff --git a/Modules/bsddbmodule.c b/Modules/bsddbmodule.c
index 36e7ca8218..23c2894ce1 100644
--- a/Modules/bsddbmodule.c
+++ b/Modules/bsddbmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Berkeley DB interface.
diff --git a/Modules/cdmodule.c b/Modules/cdmodule.c
index ceef23d94a..614eca1b06 100644
--- a/Modules/cdmodule.c
+++ b/Modules/cdmodule.c
@@ -1,9 +1,4 @@
/**********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* CD module -- interface to Mark Callow's and Roger Chickering's */
diff --git a/Modules/cgensupport.c b/Modules/cgensupport.c
index 06ae6638c8..23fb2a983b 100644
--- a/Modules/cgensupport.c
+++ b/Modules/cgensupport.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Functions used by cgen output */
diff --git a/Modules/cgensupport.h b/Modules/cgensupport.h
index 30701befa7..e70720b3f2 100644
--- a/Modules/cgensupport.h
+++ b/Modules/cgensupport.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Definitions used by cgen output */
diff --git a/Modules/clmodule.c b/Modules/clmodule.c
index b6e1a0aaab..ff4c1593b3 100644
--- a/Modules/clmodule.c
+++ b/Modules/clmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
diff --git a/Modules/config.c.in b/Modules/config.c.in
index e64e5722bf..08358db41a 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -1,9 +1,4 @@
/* -*- C -*- ***********************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module configuration */
diff --git a/Modules/cstubs b/Modules/cstubs
index 88d57c55be..257f8c6520 100644
--- a/Modules/cstubs
+++ b/Modules/cstubs
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/*
diff --git a/Modules/dbmmodule.c b/Modules/dbmmodule.c
index a2ee516905..53db0fa6a7 100644
--- a/Modules/dbmmodule.c
+++ b/Modules/dbmmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* DBM module using dictionary interface */
diff --git a/Modules/dlmodule.c b/Modules/dlmodule.c
index d6df199f01..6a0a113b61 100644
--- a/Modules/dlmodule.c
+++ b/Modules/dlmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* dl module */
diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c
index 9ae6b00dfe..6777590383 100644
--- a/Modules/errnomodule.c
+++ b/Modules/errnomodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Errno module */
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c
index 5a3e6a91df..0755171422 100644
--- a/Modules/fcntlmodule.c
+++ b/Modules/fcntlmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* fcntl module */
diff --git a/Modules/flmodule.c b/Modules/flmodule.c
index e3bf3881dd..6f22f6e2ad 100644
--- a/Modules/flmodule.c
+++ b/Modules/flmodule.c
@@ -1,9 +1,4 @@
/**********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* FL module -- interface to Mark Overmars' FORMS Library. */
diff --git a/Modules/fmmodule.c b/Modules/fmmodule.c
index 407255e7f5..65dffece3b 100644
--- a/Modules/fmmodule.c
+++ b/Modules/fmmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Font Manager module */
diff --git a/Modules/gdbmmodule.c b/Modules/gdbmmodule.c
index 00b8c6335b..1e72988625 100644
--- a/Modules/gdbmmodule.c
+++ b/Modules/gdbmmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* DBM module using dictionary interface */
diff --git a/Modules/getpath.c b/Modules/getpath.c
index 3d12f4435d..010fbaabef 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Return the initial module search path. */
diff --git a/Modules/glmodule.c b/Modules/glmodule.c
index 85a2efe04e..bb14c65784 100644
--- a/Modules/glmodule.c
+++ b/Modules/glmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/*
diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c
index eac1b9987f..00d8af3b03 100644
--- a/Modules/grpmodule.c
+++ b/Modules/grpmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* UNIX group file access module */
diff --git a/Modules/imageop.c b/Modules/imageop.c
index 825e4fa059..108d4504be 100644
--- a/Modules/imageop.c
+++ b/Modules/imageop.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* imageopmodule - Various operations on pictures */
diff --git a/Modules/imgfile.c b/Modules/imgfile.c
index 2d72ec8fb2..5bab540367 100644
--- a/Modules/imgfile.c
+++ b/Modules/imgfile.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* IMGFILE module - Interface to sgi libimage */
diff --git a/Modules/main.c b/Modules/main.c
index 254f6247f1..90a3961fef 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Python interpreter main program */
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c
index ed4e9c268b..45a865c47d 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Math module -- standard C math library functions, pi and e */
diff --git a/Modules/md5module.c b/Modules/md5module.c
index 37094a365a..53f987a36d 100644
--- a/Modules/md5module.c
+++ b/Modules/md5module.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* MD5 module */
diff --git a/Modules/mpzmodule.c b/Modules/mpzmodule.c
index 38fa221f4d..62478b8892 100644
--- a/Modules/mpzmodule.c
+++ b/Modules/mpzmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* MPZ module */
diff --git a/Modules/newmodule.c b/Modules/newmodule.c
index 1cf068f091..0a0760ae23 100644
--- a/Modules/newmodule.c
+++ b/Modules/newmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module new -- create new objects of various types */
diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c
index d69d460ef5..4bcf1726e9 100644
--- a/Modules/parsermodule.c
+++ b/Modules/parsermodule.c
@@ -76,11 +76,6 @@ typedef int (*SeqInserter) (PyObject* sequence,
*/
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -88,7 +83,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
static PyObject*
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index d46cbd9c87..d85b91cc0b 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* POSIX module implementation */
diff --git a/Modules/pwdmodule.c b/Modules/pwdmodule.c
index 3c5401ab8b..cfb2c034fa 100644
--- a/Modules/pwdmodule.c
+++ b/Modules/pwdmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* UNIX password file access module */
diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c
index dc3dbdb35c..2455b0639c 100644
--- a/Modules/regexmodule.c
+++ b/Modules/regexmodule.c
@@ -4,11 +4,6 @@ XXX support mstop parameter on search
*/
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -16,7 +11,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Regular expression objects */
diff --git a/Modules/resource.c b/Modules/resource.c
index 59bd3e61c2..98a77efe33 100644
--- a/Modules/resource.c
+++ b/Modules/resource.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include "Python.h"
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 0742f5a4a1..3430077198 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* select - Module containing unix select(2) call.
diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c
index 93aa12f140..d0a4cc9035 100644
--- a/Modules/sgimodule.c
+++ b/Modules/sgimodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* SGI module -- random SGI-specific things */
diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c
index 004cefa2bc..f75ec43118 100644
--- a/Modules/signalmodule.c
+++ b/Modules/signalmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Signal module -- many thanks to Lance Ellinghaus */
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 5c5eaa3d2b..6502ced1fe 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Socket module */
diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c
index 4f3082d2a3..2950b15c81 100644
--- a/Modules/stropmodule.c
+++ b/Modules/stropmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* strop module */
diff --git a/Modules/structmodule.c b/Modules/structmodule.c
index 5411363e61..5b52a396db 100644
--- a/Modules/structmodule.c
+++ b/Modules/structmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* struct module -- pack values into and (out of) strings */
diff --git a/Modules/sunaudiodev.c b/Modules/sunaudiodev.c
index b41ca8bb4b..89a59b7f4c 100644
--- a/Modules/sunaudiodev.c
+++ b/Modules/sunaudiodev.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Sad objects */
diff --git a/Modules/svmodule.c b/Modules/svmodule.c
index 1b0325cc29..9e311b5285 100644
--- a/Modules/svmodule.c
+++ b/Modules/svmodule.c
@@ -1,9 +1,4 @@
/**********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* SV module -- interface to the Indigo video board */
diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c
index 80a8c4fc28..ab6340f557 100644
--- a/Modules/threadmodule.c
+++ b/Modules/threadmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Thread module */
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index 38849f40b1..aa0be8015f 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Time module */
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c
index 67b5474c1b..c9d96f7af9 100644
--- a/Modules/xxmodule.c
+++ b/Modules/xxmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Use this file as a template to start implementing a module that
diff --git a/Modules/yuv.h b/Modules/yuv.h
index 2424c55837..1b7db6266e 100644
--- a/Modules/yuv.h
+++ b/Modules/yuv.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#ifndef Py_YUV_H
diff --git a/Modules/yuvconvert.c b/Modules/yuvconvert.c
index ab1e3e29a7..3a5c03672e 100644
--- a/Modules/yuvconvert.c
+++ b/Modules/yuvconvert.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include "yuv.h"
diff --git a/Objects/abstract.c b/Objects/abstract.c
index 9da4173a90..1800912548 100644
--- a/Objects/abstract.c
+++ b/Objects/abstract.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Abstract Object Interface (many thanks to Jim Fulton) */
diff --git a/Objects/bufferobject.c b/Objects/bufferobject.c
index 8f82cd01b8..9bce20e89a 100644
--- a/Objects/bufferobject.c
+++ b/Objects/bufferobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Buffer object implementation */
diff --git a/Objects/classobject.c b/Objects/classobject.c
index 3ea3217210..4a7de7b46c 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Class object implementation */
diff --git a/Objects/cobject.c b/Objects/cobject.c
index 387c30eb0f..b184acb279 100644
--- a/Objects/cobject.c
+++ b/Objects/cobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Wrap void* pointers to be passed between C modules */
diff --git a/Objects/complexobject.c b/Objects/complexobject.c
index df8cf5a73c..7ef8a51268 100644
--- a/Objects/complexobject.c
+++ b/Objects/complexobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Complex object implementation */
diff --git a/Objects/dictobject.c b/Objects/dictobject.c
index fb6b8581f8..fd0ad10e94 100644
--- a/Objects/dictobject.c
+++ b/Objects/dictobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Dictionary object implementation using a hash table */
diff --git a/Objects/fileobject.c b/Objects/fileobject.c
index e919baef74..5d2ef8fca7 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* File object implementation */
diff --git a/Objects/floatobject.c b/Objects/floatobject.c
index 8bde6f6c03..55fcd06b95 100644
--- a/Objects/floatobject.c
+++ b/Objects/floatobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Float object implementation */
diff --git a/Objects/frameobject.c b/Objects/frameobject.c
index c7ed0bd382..fcf25fdef0 100644
--- a/Objects/frameobject.c
+++ b/Objects/frameobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Frame object implementation */
diff --git a/Objects/funcobject.c b/Objects/funcobject.c
index 94f515da3a..289a29f21d 100644
--- a/Objects/funcobject.c
+++ b/Objects/funcobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Function object implementation */
diff --git a/Objects/intobject.c b/Objects/intobject.c
index 3b7f8e19a5..ba3dde1b73 100644
--- a/Objects/intobject.c
+++ b/Objects/intobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Integer object implementation */
diff --git a/Objects/listobject.c b/Objects/listobject.c
index 52fe448a29..2cf381f74f 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* List object implementation */
diff --git a/Objects/longobject.c b/Objects/longobject.c
index c539e50b35..c67d48fb97 100644
--- a/Objects/longobject.c
+++ b/Objects/longobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Long (arbitrary precision) integer object implementation */
diff --git a/Objects/methodobject.c b/Objects/methodobject.c
index c21d22c809..4874c28504 100644
--- a/Objects/methodobject.c
+++ b/Objects/methodobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Method object implementation */
diff --git a/Objects/moduleobject.c b/Objects/moduleobject.c
index 2f23cc6ff4..23b630c891 100644
--- a/Objects/moduleobject.c
+++ b/Objects/moduleobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module object implementation */
diff --git a/Objects/object.c b/Objects/object.c
index 91be3a6d8c..4479e7dba1 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Generic object operations; and implementation of None (NoObject) */
diff --git a/Objects/rangeobject.c b/Objects/rangeobject.c
index 7eb2dc38f5..558130ea8e 100644
--- a/Objects/rangeobject.c
+++ b/Objects/rangeobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Range object implementation */
diff --git a/Objects/stringobject.c b/Objects/stringobject.c
index 3b7fcde09a..b547aa34bd 100644
--- a/Objects/stringobject.c
+++ b/Objects/stringobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* String object implementation */
diff --git a/Objects/tupleobject.c b/Objects/tupleobject.c
index 8d13d13b2d..f39f6c0885 100644
--- a/Objects/tupleobject.c
+++ b/Objects/tupleobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Tuple object implementation */
diff --git a/Objects/typeobject.c b/Objects/typeobject.c
index 43a7e59024..059f7ce264 100644
--- a/Objects/typeobject.c
+++ b/Objects/typeobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Type object implementation */
diff --git a/Objects/xxobject.c b/Objects/xxobject.c
index 6309931f15..bb8a4022e3 100644
--- a/Objects/xxobject.c
+++ b/Objects/xxobject.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Use this file as a template to start implementing a new object type.
diff --git a/PC/config.c b/PC/config.c
index a652560cb3..f85415d831 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -1,9 +1,4 @@
/* -*- C -*- ***********************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module configuration */
diff --git a/PC/getpathp.c b/PC/getpathp.c
index 5bfcadc3b1..ea388f2a98 100644
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Return the initial module search path. */
diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c
index a0d870868e..3b8f85406b 100644
--- a/PC/os2vacpp/config.c
+++ b/PC/os2vacpp/config.c
@@ -1,9 +1,4 @@
/* -*- C -*- ***********************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module configuration */
diff --git a/PC/os2vacpp/getpathp.c b/PC/os2vacpp/getpathp.c
index 17c96e3cfe..f796851493 100644
--- a/PC/os2vacpp/getpathp.c
+++ b/PC/os2vacpp/getpathp.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Return the initial module search path. */
diff --git a/Parser/acceler.c b/Parser/acceler.c
index 4f6eb54e5c..b20322d13e 100644
--- a/Parser/acceler.c
+++ b/Parser/acceler.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser accelerator module */
diff --git a/Parser/assert.h b/Parser/assert.h
index 92e7909c2c..e97534e791 100644
--- a/Parser/assert.h
+++ b/Parser/assert.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#ifdef MPW /* This is for MPW's File command */
diff --git a/Parser/bitset.c b/Parser/bitset.c
index ba6666e4df..fba9331fe5 100644
--- a/Parser/bitset.c
+++ b/Parser/bitset.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Bitset primitives used by the parser generator */
diff --git a/Parser/firstsets.c b/Parser/firstsets.c
index 5097feaed0..c7127c1315 100644
--- a/Parser/firstsets.c
+++ b/Parser/firstsets.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Computation of FIRST stets */
diff --git a/Parser/grammar.c b/Parser/grammar.c
index 84bba8a2a8..6fbb843966 100644
--- a/Parser/grammar.c
+++ b/Parser/grammar.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Grammar implementation */
diff --git a/Parser/grammar1.c b/Parser/grammar1.c
index 781485d507..f9a24c00f7 100644
--- a/Parser/grammar1.c
+++ b/Parser/grammar1.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Grammar subroutines needed by parser */
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c
index b378192100..3d4a27fa6d 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Check for interrupts */
diff --git a/Parser/listnode.c b/Parser/listnode.c
index f866df22d0..24559f50f3 100644
--- a/Parser/listnode.c
+++ b/Parser/listnode.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* List a node on a file */
diff --git a/Parser/metagrammar.c b/Parser/metagrammar.c
index d1fbf985c4..589d7accaf 100644
--- a/Parser/metagrammar.c
+++ b/Parser/metagrammar.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include "pgenheaders.h"
diff --git a/Parser/myreadline.c b/Parser/myreadline.c
index 24f62592d0..22a05cfc96 100644
--- a/Parser/myreadline.c
+++ b/Parser/myreadline.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Readline interface for tokenizer.c and [raw_]input() in bltinmodule.c.
diff --git a/Parser/node.c b/Parser/node.c
index 158b9e2341..5cef376d62 100644
--- a/Parser/node.c
+++ b/Parser/node.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include <limits.h>
diff --git a/Parser/parser.c b/Parser/parser.c
index c3e5bc0608..fb1a05152a 100644
--- a/Parser/parser.c
+++ b/Parser/parser.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser implementation */
diff --git a/Parser/parser.h b/Parser/parser.h
index c4bb92280f..0fd0081f0c 100644
--- a/Parser/parser.h
+++ b/Parser/parser.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser interface */
diff --git a/Parser/parsetok.c b/Parser/parsetok.c
index cff5af1040..1d6e024ae0 100644
--- a/Parser/parsetok.c
+++ b/Parser/parsetok.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser-tokenizer link implementation */
diff --git a/Parser/pgen.c b/Parser/pgen.c
index 7f9292bd3d..36279b0b22 100644
--- a/Parser/pgen.c
+++ b/Parser/pgen.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser generator */
diff --git a/Parser/pgen.h b/Parser/pgen.h
index 90380560e0..a20a0c24c2 100644
--- a/Parser/pgen.h
+++ b/Parser/pgen.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser generator interface */
diff --git a/Parser/pgenmain.c b/Parser/pgenmain.c
index bde77a1fde..ef24d75307 100644
--- a/Parser/pgenmain.c
+++ b/Parser/pgenmain.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser generator main program */
diff --git a/Parser/printgrammar.c b/Parser/printgrammar.c
index 0ce75993ef..e3a87aaa57 100644
--- a/Parser/printgrammar.c
+++ b/Parser/printgrammar.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Print a bunch of C initializers that represent a grammar */
diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c
index f4c08b9920..ef0d7118b8 100644
--- a/Parser/tokenizer.c
+++ b/Parser/tokenizer.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Tokenizer implementation */
diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h
index bfae39f311..0a717fe08b 100644
--- a/Parser/tokenizer.h
+++ b/Parser/tokenizer.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Tokenizer interface */
diff --git a/Python/atof.c b/Python/atof.c
index db4f706a11..34fd9512c7 100644
--- a/Python/atof.c
+++ b/Python/atof.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Just in case you haven't got an atof() around...
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index 51414e9c36..bbd9969a93 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Built-in functions */
diff --git a/Python/ceval.c b/Python/ceval.c
index 70e3d00285..dfd477693b 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Execute compiled code */
diff --git a/Python/compile.c b/Python/compile.c
index b75bf45002..d713c7e250 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Compile an expression node to intermediate code */
diff --git a/Python/dynload_aix.c b/Python/dynload_aix.c
index b878f01927..9c6b60ab88 100644
--- a/Python/dynload_aix.c
+++ b/Python/dynload_aix.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_beos.c b/Python/dynload_beos.c
index a31534ffdd..86ba71104a 100644
--- a/Python/dynload_beos.c
+++ b/Python/dynload_beos.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c
index 303f887fc9..af95254f33 100644
--- a/Python/dynload_dl.c
+++ b/Python/dynload_dl.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c
index 14b54b8ecb..4624b64938 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c
index 7fcf7c8fea..697895672d 100644
--- a/Python/dynload_mac.c
+++ b/Python/dynload_mac.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_next.c b/Python/dynload_next.c
index 32ccb01b58..2d02cc6623 100644
--- a/Python/dynload_next.c
+++ b/Python/dynload_next.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c
index 03c6f6703e..5ccfd8152d 100644
--- a/Python/dynload_os2.c
+++ b/Python/dynload_os2.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_shlib.c b/Python/dynload_shlib.c
index 279e2403d7..6a56648f0f 100644
--- a/Python/dynload_shlib.c
+++ b/Python/dynload_shlib.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_stub.c b/Python/dynload_stub.c
index f26dec8d13..978cc84af5 100644
--- a/Python/dynload_stub.c
+++ b/Python/dynload_stub.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* This module provides the necessary stubs for when dynamic loading is
diff --git a/Python/dynload_win.c b/Python/dynload_win.c
index b610ebb2ed..50e3744011 100644
--- a/Python/dynload_win.c
+++ b/Python/dynload_win.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/errors.c b/Python/errors.c
index 72a132b3bf..d2aa3dd603 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Error handling */
diff --git a/Python/fmod.c b/Python/fmod.c
index b983b549e9..07283bc12d 100644
--- a/Python/fmod.c
+++ b/Python/fmod.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Portable fmod(x, y) implementation for systems that don't have it */
diff --git a/Python/frozen.c b/Python/frozen.c
index 35a443dd7c..d2a7353c1c 100644
--- a/Python/frozen.c
+++ b/Python/frozen.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Dummy frozen modules initializer */
diff --git a/Python/frozenmain.c b/Python/frozenmain.c
index bf4ab86f01..2fb1c2e8b6 100644
--- a/Python/frozenmain.c
+++ b/Python/frozenmain.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Python interpreter main program for frozen scripts */
diff --git a/Python/getargs.c b/Python/getargs.c
index 496c355552..c1a5d6b8e0 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* New getargs implementation */
diff --git a/Python/getcompiler.c b/Python/getcompiler.c
index f0b1183aa6..9ceb738e21 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Return the compiler identification, if possible. */
diff --git a/Python/getcwd.c b/Python/getcwd.c
index 0f1ce10632..7646d835a7 100644
--- a/Python/getcwd.c
+++ b/Python/getcwd.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Two PD getcwd() implementations.
diff --git a/Python/getmtime.c b/Python/getmtime.c
index 7f4d4a9572..55ec5a3b63 100644
--- a/Python/getmtime.c
+++ b/Python/getmtime.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Subroutine to get the last modification time of a file */
diff --git a/Python/getplatform.c b/Python/getplatform.c
index b4f215f5c2..b8e89ef146 100644
--- a/Python/getplatform.c
+++ b/Python/getplatform.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include "Python.h"
diff --git a/Python/getversion.c b/Python/getversion.c
index 360bea4351..bc235aa207 100644
--- a/Python/getversion.c
+++ b/Python/getversion.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Return the full version string. */
diff --git a/Python/import.c b/Python/import.c
index c2b3033fbb..a34d6c36d2 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module definition and import implementation */
diff --git a/Python/importdl.c b/Python/importdl.c
index d34b4cf78d..8a7517e340 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/importdl.h b/Python/importdl.h
index 2f774db5d4..8b2f21ec84 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -6,11 +6,6 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -18,7 +13,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Definitions for dynamic loading of extension modules */
diff --git a/Python/marshal.c b/Python/marshal.c
index 4e226baee2..8fcbe3a840 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Write Python objects to files and read them back.
diff --git a/Python/memmove.c b/Python/memmove.c
index a062a3c1c3..267cf569b5 100644
--- a/Python/memmove.c
+++ b/Python/memmove.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* A perhaps slow but I hope correct implementation of memmove */
diff --git a/Python/modsupport.c b/Python/modsupport.c
index 603bd764ef..4a206a1334 100644
--- a/Python/modsupport.c
+++ b/Python/modsupport.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Module support implementation */
diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c
index a80faa7078..f785c51e31 100644
--- a/Python/mystrtoul.c
+++ b/Python/mystrtoul.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include "Python.h"
diff --git a/Python/pystate.c b/Python/pystate.c
index 9306a57715..34d913bced 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Thread and interpreter state structures and their interfaces */
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 9c9897d46a..1d16db5c90 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Python interpreter top-level routines, including init/exit */
diff --git a/Python/sigcheck.c b/Python/sigcheck.c
index 8e949a04d4..2249ed93c7 100644
--- a/Python/sigcheck.c
+++ b/Python/sigcheck.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Sigcheck is similar to intrcheck() but sets an exception when an
diff --git a/Python/strerror.c b/Python/strerror.c
index cbb2aab698..5c2a2f0831 100644
--- a/Python/strerror.c
+++ b/Python/strerror.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* PD implementation of strerror() for systems that don't have it.
diff --git a/Python/structmember.c b/Python/structmember.c
index a64b4eb323..5b0ca90829 100644
--- a/Python/structmember.c
+++ b/Python/structmember.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Map C struct members to Python object attributes */
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 2a30934b35..e0fca9535c 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* System module */
diff --git a/Python/thread.c b/Python/thread.c
index 6d5d77cc49..f3c1d452a4 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Thread package.
diff --git a/Python/thread_beos.h b/Python/thread_beos.h
index 60940bc0d9..f70c4dfa1b 100644
--- a/Python/thread_beos.h
+++ b/Python/thread_beos.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
BeOS thread support by Chris Herborth (chrish@qnx.com)
******************************************************************/
diff --git a/Python/thread_cthread.h b/Python/thread_cthread.h
index 4f1c1c9d25..776e8e1adb 100644
--- a/Python/thread_cthread.h
+++ b/Python/thread_cthread.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include <mach/cthreads.h>
diff --git a/Python/thread_foobar.h b/Python/thread_foobar.h
index 96646fe8ab..f2da913179 100644
--- a/Python/thread_foobar.h
+++ b/Python/thread_foobar.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/*
diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h
index e29bfa5253..fcfabf5783 100644
--- a/Python/thread_lwp.h
+++ b/Python/thread_lwp.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include <stdlib.h>
diff --git a/Python/thread_nt.h b/Python/thread_nt.h
index 7704b58ff5..aaa3b23be7 100644
--- a/Python/thread_nt.h
+++ b/Python/thread_nt.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* This code implemented by Dag.Gruneau@elsa.preseco.comm.se */
diff --git a/Python/thread_pth.h b/Python/thread_pth.h
index 93af4ee244..60e0b25aa8 100644
--- a/Python/thread_pth.h
+++ b/Python/thread_pth.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* GNU pth threads interface
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h
index 6d0342e751..e788d82e55 100644
--- a/Python/thread_pthread.h
+++ b/Python/thread_pthread.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Posix threads interface */
diff --git a/Python/thread_sgi.h b/Python/thread_sgi.h
index e0d2c9ce88..942097a733 100644
--- a/Python/thread_sgi.h
+++ b/Python/thread_sgi.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#ifdef WITH_SGI_DL
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h
index ce9b98c583..15e286aebe 100644
--- a/Python/thread_solaris.h
+++ b/Python/thread_solaris.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include <stdlib.h>
diff --git a/Python/thread_wince.h b/Python/thread_wince.h
index b069dced55..a5423f6de4 100644
--- a/Python/thread_wince.h
+++ b/Python/thread_wince.h
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* This code implemented by Mark Hammond (MHammond@skippinet.com.au) */
diff --git a/Python/traceback.c b/Python/traceback.c
index a9ae5f9eda..8f6ff72190 100644
--- a/Python/traceback.c
+++ b/Python/traceback.c
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Traceback implementation */
diff --git a/Tools/modulator/Templates/copyright b/Tools/modulator/Templates/copyright
index f0d492aa29..98ff132dbb 100644
--- a/Tools/modulator/Templates/copyright
+++ b/Tools/modulator/Templates/copyright
@@ -1,9 +1,4 @@
/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,5 +6,4 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/