aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BeOS/dl_export.h10
-rw-r--r--Include/Python.h9
-rw-r--r--Include/bitset.h9
-rw-r--r--Include/bufferobject.h9
-rw-r--r--Include/ceval.h9
-rw-r--r--Include/classobject.h9
-rw-r--r--Include/cobject.h9
-rw-r--r--Include/compile.h9
-rw-r--r--Include/dictobject.h9
-rw-r--r--Include/errcode.h9
-rw-r--r--Include/eval.h9
-rw-r--r--Include/fileobject.h9
-rw-r--r--Include/floatobject.h9
-rw-r--r--Include/frameobject.h9
-rw-r--r--Include/funcobject.h9
-rw-r--r--Include/grammar.h9
-rw-r--r--Include/import.h9
-rw-r--r--Include/intobject.h9
-rw-r--r--Include/intrcheck.h9
-rw-r--r--Include/listobject.h9
-rw-r--r--Include/longintrepr.h9
-rw-r--r--Include/longobject.h9
-rw-r--r--Include/marshal.h9
-rw-r--r--Include/metagrammar.h9
-rw-r--r--Include/methodobject.h9
-rw-r--r--Include/modsupport.h9
-rw-r--r--Include/moduleobject.h9
-rw-r--r--Include/node.h9
-rw-r--r--Include/object.h9
-rw-r--r--Include/objimpl.h9
-rw-r--r--Include/opcode.h9
-rw-r--r--Include/osdefs.h9
-rw-r--r--Include/parsetok.h9
-rw-r--r--Include/patchlevel.h9
-rw-r--r--Include/pgenheaders.h9
-rw-r--r--Include/pydebug.h9
-rw-r--r--Include/pyerrors.h9
-rw-r--r--Include/pymem.h9
-rw-r--r--Include/pyport.h8
-rw-r--r--Include/pystate.h9
-rw-r--r--Include/pythonrun.h9
-rw-r--r--Include/pythread.h9
-rw-r--r--Include/rangeobject.h9
-rw-r--r--Include/stringobject.h9
-rw-r--r--Include/structmember.h9
-rw-r--r--Include/sysmodule.h9
-rw-r--r--Include/token.h9
-rw-r--r--Include/traceback.h9
-rw-r--r--Include/tupleobject.h9
-rw-r--r--Makefile.in10
-rw-r--r--Modules/_tkinter.c10
-rw-r--r--Modules/almodule.c9
-rw-r--r--Modules/arraymodule.c9
-rw-r--r--Modules/audioop.c9
-rw-r--r--Modules/binascii.c16
-rw-r--r--Modules/bsddbmodule.c9
-rw-r--r--Modules/cdmodule.c10
-rw-r--r--Modules/cgensupport.c9
-rw-r--r--Modules/cgensupport.h9
-rw-r--r--Modules/clmodule.c9
-rw-r--r--Modules/cstubs9
-rw-r--r--Modules/dbmmodule.c9
-rw-r--r--Modules/dlmodule.c9
-rw-r--r--Modules/errnomodule.c9
-rw-r--r--Modules/fcntlmodule.c9
-rw-r--r--Modules/flmodule.c10
-rw-r--r--Modules/fmmodule.c9
-rw-r--r--Modules/gdbmmodule.c9
-rw-r--r--Modules/getpath.c9
-rw-r--r--Modules/glmodule.c9
-rw-r--r--Modules/grpmodule.c9
-rw-r--r--Modules/imageop.c9
-rw-r--r--Modules/imgfile.c9
-rw-r--r--Modules/main.c9
-rw-r--r--Modules/mathmodule.c9
-rw-r--r--Modules/md5module.c9
-rw-r--r--Modules/mpzmodule.c9
-rw-r--r--Modules/newmodule.c9
-rw-r--r--Modules/parsermodule.c9
-rw-r--r--Modules/pcremodule.c16
-rw-r--r--Modules/posixmodule.c9
-rw-r--r--Modules/pwdmodule.c9
-rw-r--r--Modules/pyexpat.c16
-rw-r--r--Modules/regexmodule.c9
-rw-r--r--Modules/resource.c9
-rw-r--r--Modules/selectmodule.c9
-rw-r--r--Modules/sgimodule.c9
-rw-r--r--Modules/shamodule.c16
-rw-r--r--Modules/signalmodule.c9
-rw-r--r--Modules/stropmodule.c9
-rw-r--r--Modules/structmodule.c9
-rw-r--r--Modules/sunaudiodev.c9
-rw-r--r--Modules/svmodule.c10
-rw-r--r--Modules/threadmodule.c9
-rw-r--r--Modules/timemodule.c9
-rw-r--r--Modules/xxmodule.c9
-rw-r--r--Modules/yuv.h9
-rw-r--r--Modules/yuvconvert.c9
-rw-r--r--Objects/bufferobject.c9
-rw-r--r--Objects/classobject.c9
-rw-r--r--Objects/cobject.c9
-rw-r--r--Objects/complexobject.c9
-rw-r--r--Objects/dictobject.c9
-rw-r--r--Objects/fileobject.c9
-rw-r--r--Objects/floatobject.c9
-rw-r--r--Objects/frameobject.c9
-rw-r--r--Objects/funcobject.c9
-rw-r--r--Objects/intobject.c9
-rw-r--r--Objects/listobject.c9
-rw-r--r--Objects/longobject.c9
-rw-r--r--Objects/methodobject.c9
-rw-r--r--Objects/moduleobject.c9
-rw-r--r--Objects/object.c9
-rw-r--r--Objects/rangeobject.c9
-rw-r--r--Objects/stringobject.c9
-rw-r--r--Objects/tupleobject.c9
-rw-r--r--Objects/typeobject.c9
-rw-r--r--Objects/xxobject.c9
-rw-r--r--PC/config.c10
-rw-r--r--PC/getpathp.c9
-rw-r--r--PC/os2vacpp/getpathp.c9
-rw-r--r--Parser/acceler.c9
-rw-r--r--Parser/assert.h9
-rw-r--r--Parser/bitset.c9
-rw-r--r--Parser/firstsets.c9
-rw-r--r--Parser/grammar.c9
-rw-r--r--Parser/grammar1.c9
-rw-r--r--Parser/intrcheck.c9
-rw-r--r--Parser/listnode.c9
-rw-r--r--Parser/metagrammar.c9
-rw-r--r--Parser/myreadline.c9
-rw-r--r--Parser/node.c9
-rw-r--r--Parser/parser.c9
-rw-r--r--Parser/parser.h9
-rw-r--r--Parser/parsetok.c9
-rw-r--r--Parser/pgen.c9
-rw-r--r--Parser/pgen.h9
-rw-r--r--Parser/pgenmain.c9
-rw-r--r--Parser/printgrammar.c9
-rw-r--r--Parser/tokenizer.c9
-rw-r--r--Parser/tokenizer.h9
-rw-r--r--Python/atof.c9
-rw-r--r--Python/bltinmodule.c9
-rw-r--r--Python/ceval.c9
-rw-r--r--Python/compile.c9
-rw-r--r--Python/dynload_aix.c9
-rw-r--r--Python/dynload_beos.c9
-rw-r--r--Python/dynload_dl.c9
-rw-r--r--Python/dynload_hpux.c9
-rw-r--r--Python/dynload_mac.c9
-rw-r--r--Python/dynload_next.c9
-rw-r--r--Python/dynload_os2.c9
-rw-r--r--Python/dynload_shlib.c9
-rw-r--r--Python/dynload_stub.c9
-rw-r--r--Python/dynload_win.c9
-rw-r--r--Python/errors.c9
-rw-r--r--Python/fmod.c9
-rw-r--r--Python/frozen.c9
-rw-r--r--Python/frozenmain.c9
-rw-r--r--Python/getargs.c9
-rw-r--r--Python/getcompiler.c9
-rw-r--r--Python/getcopyright.c16
-rw-r--r--Python/getcwd.c9
-rw-r--r--Python/getmtime.c9
-rw-r--r--Python/getplatform.c9
-rw-r--r--Python/getversion.c9
-rw-r--r--Python/import.c9
-rw-r--r--Python/importdl.c9
-rw-r--r--Python/importdl.h9
-rw-r--r--Python/marshal.c9
-rw-r--r--Python/memmove.c9
-rw-r--r--Python/modsupport.c9
-rw-r--r--Python/mystrtoul.c9
-rw-r--r--Python/pystate.c9
-rw-r--r--Python/pythonrun.c9
-rw-r--r--Python/sigcheck.c9
-rw-r--r--Python/strerror.c9
-rw-r--r--Python/structmember.c9
-rw-r--r--Python/sysmodule.c9
-rw-r--r--Python/thread.c9
-rw-r--r--Python/thread_beos.h11
-rw-r--r--Python/thread_cthread.h9
-rw-r--r--Python/thread_foobar.h9
-rw-r--r--Python/thread_lwp.h9
-rw-r--r--Python/thread_nt.h9
-rw-r--r--Python/thread_os2.h16
-rw-r--r--Python/thread_pth.h9
-rw-r--r--Python/thread_pthread.h9
-rw-r--r--Python/thread_sgi.h9
-rw-r--r--Python/thread_solaris.h9
-rw-r--r--Python/thread_wince.h9
-rw-r--r--Python/traceback.c9
-rw-r--r--Tools/modulator/Templates/copyright9
-rwxr-xr-xTools/scripts/fixnotice.py23
194 files changed, 5 insertions, 1805 deletions
diff --git a/BeOS/dl_export.h b/BeOS/dl_export.h
index d65d534fde6..5c1af8de6bd 100644
--- a/BeOS/dl_export.h
+++ b/BeOS/dl_export.h
@@ -7,15 +7,7 @@
* (in our case, BeOS) for dynamic object loading.
*
* This trivial header is released under the same license as the rest of
- * Python:
- *
- * Copyright (c) 2000, BeOpen.com.
- * Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- * Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- * 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.
*
* - Chris Herborth (chrish@beoscentral.com)
* January 11, 1999
diff --git a/Include/Python.h b/Include/Python.h
index b994401a52f..fd7ddb63ed1 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -2,15 +2,6 @@
#define Py_PYTHON_H
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Enable compiler features; switching on C lib defines doesn't work
here, because the symbols haven't necessarily been defined yet. */
diff --git a/Include/bitset.h b/Include/bitset.h
index e3ef1a18f3a..faeb41913df 100644
--- a/Include/bitset.h
+++ b/Include/bitset.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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_BITSET_H
#define Py_BITSET_H
diff --git a/Include/bufferobject.h b/Include/bufferobject.h
index 5a205f3e7c6..e4109aeb134 100644
--- a/Include/bufferobject.h
+++ b/Include/bufferobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 b20d775b77f..0319fd6c3ca 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 67416e49b29..059730b4095 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 e7b75f59fbd..f710d4af772 100644
--- a/Include/cobject.h
+++ b/Include/cobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 56973cd4f24..f8acdb44fdc 100644
--- a/Include/compile.h
+++ b/Include/compile.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 b79ed600467..4f5f94a115c 100644
--- a/Include/dictobject.h
+++ b/Include/dictobject.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 a8fe4584177..daa702f7e17 100644
--- a/Include/errcode.h
+++ b/Include/errcode.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
interpreter. This is necessary so we can turn them into Python
diff --git a/Include/eval.h b/Include/eval.h
index 9671fc0031d..2a450090257 100644
--- a/Include/eval.h
+++ b/Include/eval.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 15d1d5c7a8c..aefeffec4e6 100644
--- a/Include/fileobject.h
+++ b/Include/fileobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 fd7f9d25490..1d0b50a620d 100644
--- a/Include/floatobject.h
+++ b/Include/floatobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 5021d4ed489..1bbe2a16bfa 100644
--- a/Include/frameobject.h
+++ b/Include/frameobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 e85fc1a6115..6ba1e0925e6 100644
--- a/Include/funcobject.h
+++ b/Include/funcobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 b842393f6ea..8426da30d9c 100644
--- a/Include/grammar.h
+++ b/Include/grammar.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 c11d33e1c11..f90dd2081b7 100644
--- a/Include/import.h
+++ b/Include/import.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 925e19a35fb..a22d38a9b5e 100644
--- a/Include/intobject.h
+++ b/Include/intobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 9e9f6ac4d0b..6ccdc3b3ee7 100644
--- a/Include/intrcheck.h
+++ b/Include/intrcheck.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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_INTRCHECK_H
#define Py_INTRCHECK_H
diff --git a/Include/listobject.h b/Include/listobject.h
index 0fea447877e..73ac724e08f 100644
--- a/Include/listobject.h
+++ b/Include/listobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 1e78d05e5d1..1154e0b02bd 100644
--- a/Include/longintrepr.h
+++ b/Include/longintrepr.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 8fa0bbd8015..f2dea9340b5 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 98bd5238c56..cf11d53128b 100644
--- a/Include/marshal.h
+++ b/Include/marshal.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 cef685a714d..15c8ef8f3f1 100644
--- a/Include/metagrammar.h
+++ b/Include/metagrammar.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
#define RULE 257
diff --git a/Include/methodobject.h b/Include/methodobject.h
index ee0cb7eb43c..a205011e696 100644
--- a/Include/methodobject.h
+++ b/Include/methodobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 75449f215af..a678257aac9 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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_MODSUPPORT_H
#define Py_MODSUPPORT_H
diff --git a/Include/moduleobject.h b/Include/moduleobject.h
index b03306cf2c5..00a23aae207 100644
--- a/Include/moduleobject.h
+++ b/Include/moduleobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/node.h b/Include/node.h
index 96eb350f0a9..df6e5186d35 100644
--- a/Include/node.h
+++ b/Include/node.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 0cfa179e10a..ab7a2c7eea0 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 f44963c7b33..1a2255dc4ee 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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_OBJIMPL_H
#define Py_OBJIMPL_H
diff --git a/Include/opcode.h b/Include/opcode.h
index d46e5b8fde0..349756cf1d9 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 06d0e2f81da..b13c08d52a7 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 71e7d899436..aebc83cdd85 100644
--- a/Include/parsetok.h
+++ b/Include/parsetok.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 1471a31f0a8..63680937df7 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 0b2e4ce6cec..dcd3c5ef5ba 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 45752d07893..03724019327 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
#define Py_PYDEBUG_H
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index 311e258a3bf..8747aec9c57 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/pymem.h b/Include/pymem.h
index 09067a8fbaf..71fc8b58d84 100644
--- a/Include/pymem.h
+++ b/Include/pymem.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/pyport.h b/Include/pyport.h
index f59ba37ca36..27193fef917 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -1,11 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-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_PYPORT_H
#define Py_PYPORT_H
diff --git a/Include/pystate.h b/Include/pystate.h
index fcc0aea1343..be564979892 100644
--- a/Include/pystate.h
+++ b/Include/pystate.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 bbf2903a397..97d6f4f5fdf 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 e40eb5759c3..c0a718e5ade 100644
--- a/Include/pythread.h
+++ b/Include/pythread.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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_PYTHREAD_H
#define Py_PYTHREAD_H
diff --git a/Include/rangeobject.h b/Include/rangeobject.h
index a208581b6cd..145f774af85 100644
--- a/Include/rangeobject.h
+++ b/Include/rangeobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 361cbc06830..7afd347c856 100644
--- a/Include/stringobject.h
+++ b/Include/stringobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 4ed9d42bf33..09e62cf13b0 100644
--- a/Include/structmember.h
+++ b/Include/structmember.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 a2920c031c5..ca3aff7b4d1 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 63d92b48373..77e3de7cd2e 100644
--- a/Include/token.h
+++ b/Include/token.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 a8ed86e025d..baf82e1b23a 100644
--- a/Include/traceback.h
+++ b/Include/traceback.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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_TRACEBACK_H
#define Py_TRACEBACK_H
diff --git a/Include/tupleobject.h b/Include/tupleobject.h
index acfac8b2e96..9a614846ff6 100644
--- a/Include/tupleobject.h
+++ b/Include/tupleobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/Makefile.in b/Makefile.in
index 8d4b96f8094..2c09129bb4b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,13 +1,3 @@
-########################################################################
-# Copyright (c) 2000, BeOpen.com.
-# Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-# Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-# All rights reserved.
-#
-# See the file "Misc/COPYRIGHT" for information on usage and
-# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-########################################################################
-
# Top-level Makefile for Python
#
# As distributed, this file is called Makefile.in; it is processed
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 9601f0680f5..34360fe0776 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -1,18 +1,8 @@
/***********************************************************
Copyright (C) 1994 Steen Lumholt.
-Copyright 1994-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.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* _tkinter.c -- Interface to libtk.a and libtcl.a. */
diff --git a/Modules/almodule.c b/Modules/almodule.c
index 23fd96f02c6..6621b9c024f 100644
--- a/Modules/almodule.c
+++ b/Modules/almodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 530b214c1ab..43be90cb72e 100644
--- a/Modules/arraymodule.c
+++ b/Modules/arraymodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 8c916171cf2..d12642afb08 100644
--- a/Modules/audioop.c
+++ b/Modules/audioop.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/binascii.c b/Modules/binascii.c
index a9e190b359f..010e22d9c8f 100644
--- a/Modules/binascii.c
+++ b/Modules/binascii.c
@@ -1,19 +1,3 @@
-/***********************************************************
-Copyright 1991, 1992, 1993, 1994 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.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
-******************************************************************/
-
/*
** Routines to represent binary data in ASCII and vice-versa
**
diff --git a/Modules/bsddbmodule.c b/Modules/bsddbmodule.c
index 48c221e7eb3..24d859b5644 100644
--- a/Modules/bsddbmodule.c
+++ b/Modules/bsddbmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
Author: Michael McLay
diff --git a/Modules/cdmodule.c b/Modules/cdmodule.c
index 5f88a0f8cd0..ee58c5efbd3 100644
--- a/Modules/cdmodule.c
+++ b/Modules/cdmodule.c
@@ -1,13 +1,3 @@
-/**********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* CD Audio Library (CD). */
diff --git a/Modules/cgensupport.c b/Modules/cgensupport.c
index 71b55865e83..7e7d0ff9f4c 100644
--- a/Modules/cgensupport.c
+++ b/Modules/cgensupport.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 2277a4738d6..bc901f6e81a 100644
--- a/Modules/cgensupport.h
+++ b/Modules/cgensupport.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 d38a0c33e00..2ff184cce61 100644
--- a/Modules/clmodule.c
+++ b/Modules/clmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Cl objects */
diff --git a/Modules/cstubs b/Modules/cstubs
index 3ce58da952f..53bd4ab3106 100644
--- a/Modules/cstubs
+++ b/Modules/cstubs
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/*
Input used to generate the Python module "glmodule.c".
diff --git a/Modules/dbmmodule.c b/Modules/dbmmodule.c
index b95c0ba8534..c0cfb29c15f 100644
--- a/Modules/dbmmodule.c
+++ b/Modules/dbmmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 18e1458f1c6..b094be76eb9 100644
--- a/Modules/dlmodule.c
+++ b/Modules/dlmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 b47feb62817..3ca43724b94 100644
--- a/Modules/errnomodule.c
+++ b/Modules/errnomodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 fd4c3e304a5..93fdf401f33 100644
--- a/Modules/fcntlmodule.c
+++ b/Modules/fcntlmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 8bfd83aa091..ef853f5520e 100644
--- a/Modules/flmodule.c
+++ b/Modules/flmodule.c
@@ -1,13 +1,3 @@
-/**********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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. */
/* This code works with FORMS version 2.2 (if you defined
diff --git a/Modules/fmmodule.c b/Modules/fmmodule.c
index df5f27ba67f..065aed60045 100644
--- a/Modules/fmmodule.c
+++ b/Modules/fmmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 6d2e6ce1440..3b7b0bccfd9 100644
--- a/Modules/gdbmmodule.c
+++ b/Modules/gdbmmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* Author: Anthony Baxter, after dbmmodule.c */
diff --git a/Modules/getpath.c b/Modules/getpath.c
index f96f7ed4836..c295d307ccf 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 2d314b9e5f6..4a1b66fb697 100644
--- a/Modules/glmodule.c
+++ b/Modules/glmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/*
Input used to generate the Python module "glmodule.c".
diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c
index f13472f29b6..41a5ec97573 100644
--- a/Modules/grpmodule.c
+++ b/Modules/grpmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 7c7116d6cbd..586133bfed2 100644
--- a/Modules/imageop.c
+++ b/Modules/imageop.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 9a7f74fd3df..e8f0b8c5fba 100644
--- a/Modules/imgfile.c
+++ b/Modules/imgfile.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 9afe80b3b56..32d7c39ca94 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 569e8c9cdda..fcd88ad331c 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 5eac97b3fec..269a298c05a 100644
--- a/Modules/md5module.c
+++ b/Modules/md5module.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 8be9f08df45..44349e93579 100644
--- a/Modules/mpzmodule.c
+++ b/Modules/mpzmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 1595c0c64c3..f29c37bf57f 100644
--- a/Modules/newmodule.c
+++ b/Modules/newmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 056d2bbf272..f4fb805f69e 100644
--- a/Modules/parsermodule.c
+++ b/Modules/parsermodule.c
@@ -75,15 +75,6 @@ typedef int (*SeqInserter) (PyObject* sequence,
* lists as well as tuples, and optionally including the line numbers.
*/
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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*
node2tuple(node *n, /* node to convert */
diff --git a/Modules/pcremodule.c b/Modules/pcremodule.c
index 21629b806b4..fe45bacd564 100644
--- a/Modules/pcremodule.c
+++ b/Modules/pcremodule.c
@@ -1,19 +1,3 @@
-/***********************************************************
-Copyright 1997 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.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
-******************************************************************/
-
/* Pcre objects */
#include "Python.h"
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index d921eee5a57..cb3c72dd5c4 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 7f58ed34087..290dc451455 100644
--- a/Modules/pwdmodule.c
+++ b/Modules/pwdmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/pyexpat.c b/Modules/pyexpat.c
index 28fb42b1936..d270aa211d1 100644
--- a/Modules/pyexpat.c
+++ b/Modules/pyexpat.c
@@ -1,19 +1,3 @@
-/***********************************************************
-Copyright 2000 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.
-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"
#include "xmlparse.h"
diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c
index ff3b8950dd4..749de9e7ab4 100644
--- a/Modules/regexmodule.c
+++ b/Modules/regexmodule.c
@@ -3,15 +3,6 @@ XXX support range parameter on search
XXX support mstop parameter on search
*/
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* This uses Tatu Ylonen's copyleft-free reimplementation of
diff --git a/Modules/resource.c b/Modules/resource.c
index cca6d823fe6..9f2d9c06a74 100644
--- a/Modules/resource.c
+++ b/Modules/resource.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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"
#include <sys/resource.h>
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 1c1f3d8cdbe..55c3a49c535 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
Under Unix, the file descriptors are small integers.
diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c
index 04bd3bec3c4..b19efe6f79c 100644
--- a/Modules/sgimodule.c
+++ b/Modules/sgimodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/shamodule.c b/Modules/shamodule.c
index cc11f128852..8f9523050e4 100644
--- a/Modules/shamodule.c
+++ b/Modules/shamodule.c
@@ -1,19 +1,3 @@
-/***********************************************************
-Copyright 1999 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.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
-******************************************************************/
-
/* SHA module */
/* This module provides an interface to NIST's Secure Hash Algorithm */
diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c
index 368955e0c59..1347c6d291e 100644
--- a/Modules/signalmodule.c
+++ b/Modules/signalmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/stropmodule.c b/Modules/stropmodule.c
index 617eb26ec4d..b8f7519f2df 100644
--- a/Modules/stropmodule.c
+++ b/Modules/stropmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 ff10b18ae90..c253a76df78 100644
--- a/Modules/structmodule.c
+++ b/Modules/structmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 2774e054c5d..7bf867bcb2b 100644
--- a/Modules/sunaudiodev.c
+++ b/Modules/sunaudiodev.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 95b3e142adc..ead0ca589ff 100644
--- a/Modules/svmodule.c
+++ b/Modules/svmodule.c
@@ -1,13 +1,3 @@
-/**********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* WARNING! This module is for hardware that we don't have any more,
diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c
index 46dd35a69ad..97ab4e1375c 100644
--- a/Modules/threadmodule.c
+++ b/Modules/threadmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* Interface to Sjoerd's portable C thread library */
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index edf09d11312..116b377e8ef 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 e80c2eee98d..621eab81022 100644
--- a/Modules/xxmodule.c
+++ b/Modules/xxmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
also declares object types. All occurrences of 'Xxo' should be changed
diff --git a/Modules/yuv.h b/Modules/yuv.h
index 1b7db6266ea..738c4e50c19 100644
--- a/Modules/yuv.h
+++ b/Modules/yuv.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
#define Py_YUV_H
diff --git a/Modules/yuvconvert.c b/Modules/yuvconvert.c
index 3a5c03672ea..e5333d9c388 100644
--- a/Modules/yuvconvert.c
+++ b/Modules/yuvconvert.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/bufferobject.c b/Objects/bufferobject.c
index 91f58c906b0..1a17ec5ba8c 100644
--- a/Objects/bufferobject.c
+++ b/Objects/bufferobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 615c8bab549..8bbd834cdbd 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 48abb4a645d..872e51591c3 100644
--- a/Objects/cobject.c
+++ b/Objects/cobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 6f1cfea9233..3c9830f6b19 100644
--- a/Objects/complexobject.c
+++ b/Objects/complexobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 37111d26d4e..7be1c67de07 100644
--- a/Objects/dictobject.c
+++ b/Objects/dictobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 6305520d145..a5d2fcc837c 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 5650b41302e..946e3d99d3b 100644
--- a/Objects/floatobject.c
+++ b/Objects/floatobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 4a01f3d526d..f541f1e9c79 100644
--- a/Objects/frameobject.c
+++ b/Objects/frameobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 32d9a61f281..8b045f4695e 100644
--- a/Objects/funcobject.c
+++ b/Objects/funcobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 20bb3702cd8..411e4dd1746 100644
--- a/Objects/intobject.c
+++ b/Objects/intobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 5a704fedf3f..3d02b5f9a2b 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 86b4ababf53..65dcaa06ded 100644
--- a/Objects/longobject.c
+++ b/Objects/longobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 4a1fa93f4aa..f0bbeeacc99 100644
--- a/Objects/methodobject.c
+++ b/Objects/methodobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 4e4395e1164..c655e957ef5 100644
--- a/Objects/moduleobject.c
+++ b/Objects/moduleobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 9f73cd313a2..150f3576c60 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 20b077f4f9e..5c794fc204f 100644
--- a/Objects/rangeobject.c
+++ b/Objects/rangeobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 25621c2a599..f7c3f4b157d 100644
--- a/Objects/stringobject.c
+++ b/Objects/stringobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 8e05e865129..71e9764ec3d 100644
--- a/Objects/tupleobject.c
+++ b/Objects/tupleobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 250350497d7..c96c0aa7299 100644
--- a/Objects/typeobject.c
+++ b/Objects/typeobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 21d0aa2e1d3..21a00b09e19 100644
--- a/Objects/xxobject.c
+++ b/Objects/xxobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
If your objects will be called foobar, start by copying this file to
diff --git a/PC/config.c b/PC/config.c
index d71b6697317..e0776fa44a4 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -1,13 +1,3 @@
-/* -*- C -*- ***********************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* This file contains the table of built-in modules.
diff --git a/PC/getpathp.c b/PC/getpathp.c
index 8178ab27cff..3ed91246471 100644
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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. */
/* Used by DOS, OS/2, Windows 3.1, Windows 95/98, Windows NT. */
diff --git a/PC/os2vacpp/getpathp.c b/PC/os2vacpp/getpathp.c
index 533689c63f5..35ce99601ce 100644
--- a/PC/os2vacpp/getpathp.c
+++ b/PC/os2vacpp/getpathp.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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. */
/* Used by DOS, OS/2, Windows 3.1. Works on NT too. */
diff --git a/Parser/acceler.c b/Parser/acceler.c
index cd8e444cf6b..1b789e7e836 100644
--- a/Parser/acceler.c
+++ b/Parser/acceler.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 e97534e791a..d4ed72c006b 100644
--- a/Parser/assert.h
+++ b/Parser/assert.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 a69cc36395f..3834e195b11 100644
--- a/Parser/bitset.c
+++ b/Parser/bitset.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 295f67d4f23..d6c4084d066 100644
--- a/Parser/firstsets.c
+++ b/Parser/firstsets.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 c4efce76906..2a0574da9e8 100644
--- a/Parser/grammar.c
+++ b/Parser/grammar.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 16821f4639a..b2631b785d5 100644
--- a/Parser/grammar1.c
+++ b/Parser/grammar1.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 d20ed6100b0..4c11e4c1fa2 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 68f28bfb394..c0b3b666fe7 100644
--- a/Parser/listnode.c
+++ b/Parser/listnode.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 16b76268d54..ae67eb1a02b 100644
--- a/Parser/metagrammar.c
+++ b/Parser/metagrammar.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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"
#include "metagrammar.h"
diff --git a/Parser/myreadline.c b/Parser/myreadline.c
index a996a6ef908..6451824ede0 100644
--- a/Parser/myreadline.c
+++ b/Parser/myreadline.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
By default, or when stdin is not a tty device, we have a super
diff --git a/Parser/node.c b/Parser/node.c
index 6844965ea83..277520a68ca 100644
--- a/Parser/node.c
+++ b/Parser/node.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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_LIMITS_H
#include <limits.h>
diff --git a/Parser/parser.c b/Parser/parser.c
index 5017a506695..d379f604b73 100644
--- a/Parser/parser.c
+++ b/Parser/parser.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 d0df8cfb690..cf8d3186972 100644
--- a/Parser/parser.h
+++ b/Parser/parser.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 5f51f6adbdb..b68fbd701a1 100644
--- a/Parser/parsetok.c
+++ b/Parser/parsetok.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 0bc38dc343f..961f3bc1ebf 100644
--- a/Parser/pgen.c
+++ b/Parser/pgen.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* XXX This file is not yet fully PROTOized */
diff --git a/Parser/pgen.h b/Parser/pgen.h
index ddf52e60dd3..8a325ed0748 100644
--- a/Parser/pgen.h
+++ b/Parser/pgen.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 a366981a1b2..0c155de041a 100644
--- a/Parser/pgenmain.c
+++ b/Parser/pgenmain.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 1cd45eeae85..55406981407 100644
--- a/Parser/printgrammar.c
+++ b/Parser/printgrammar.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 eb84d144768..6ae5084c11f 100644
--- a/Parser/tokenizer.c
+++ b/Parser/tokenizer.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 93a04abf47a..8fded37ad99 100644
--- a/Parser/tokenizer.h
+++ b/Parser/tokenizer.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 35d3feb425c..ae690e1b16d 100644
--- a/Python/atof.c
+++ b/Python/atof.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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...
This one doesn't check for bad syntax or overflow,
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index c2a74996446..47c8af3e7c2 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 e8f8e8a61f4..09ae132c2fe 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 ba910c41346..15c46067de3 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 013e8f8bf5d..e67f921d974 100644
--- a/Python/dynload_aix.c
+++ b/Python/dynload_aix.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 86ba71104af..8de14548027 100644
--- a/Python/dynload_beos.c
+++ b/Python/dynload_beos.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 84fc9c4ed98..5a62d6f9aa1 100644
--- a/Python/dynload_dl.c
+++ b/Python/dynload_dl.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 4624b64938e..e435cd895c6 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 2a291a8e7c0..8f057e74748 100644
--- a/Python/dynload_mac.c
+++ b/Python/dynload_mac.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 a352edcf18e..9a5c828add9 100644
--- a/Python/dynload_next.c
+++ b/Python/dynload_next.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 5ccfd8152d7..24ad74ef757 100644
--- a/Python/dynload_os2.c
+++ b/Python/dynload_os2.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 6a56648f0f4..16f15d9a814 100644
--- a/Python/dynload_shlib.c
+++ b/Python/dynload_shlib.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 978cc84af5f..69f8b450b3a 100644
--- a/Python/dynload_stub.c
+++ b/Python/dynload_stub.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
not present. */
diff --git a/Python/dynload_win.c b/Python/dynload_win.c
index 50e37440119..a08e417aced 100644
--- a/Python/dynload_win.c
+++ b/Python/dynload_win.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 6469f9f7901..ba587909541 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 dcd1e62deaf..de88f83ef63 100644
--- a/Python/fmod.c
+++ b/Python/fmod.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 d2a7353c1c1..21a0b525498 100644
--- a/Python/frozen.c
+++ b/Python/frozen.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 576baacc6b9..a03a2f8ddb0 100644
--- a/Python/frozenmain.c
+++ b/Python/frozenmain.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 359e3bdf268..0823515989f 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 fc19e4cd359..798837a7401 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/getcopyright.c b/Python/getcopyright.c
index 6248334b79a..ac2fe2bbb43 100644
--- a/Python/getcopyright.c
+++ b/Python/getcopyright.c
@@ -1,19 +1,3 @@
-/***********************************************************
-Copyright 1991-1996 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.
-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 copyright string. This is updated manually. */
#include "Python.h"
diff --git a/Python/getcwd.c b/Python/getcwd.c
index ad9eb179b30..5c572914599 100644
--- a/Python/getcwd.c
+++ b/Python/getcwd.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
Author: Guido van Rossum, CWI Amsterdam, Jan 1991, <guido@cwi.nl>. */
diff --git a/Python/getmtime.c b/Python/getmtime.c
index 8bae191505a..4c7ecd68a2f 100644
--- a/Python/getmtime.c
+++ b/Python/getmtime.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 9830917494a..68991402b5b 100644
--- a/Python/getplatform.c
+++ b/Python/getplatform.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 7e0ff0edd60..b0ef3896ef4 100644
--- a/Python/getversion.c
+++ b/Python/getversion.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 2e058bd0b54..9d65c70f47b 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 42bf5b447a1..4a1048d4960 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 d67688adeb1..4193620bd28 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -5,15 +5,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
enum filetype {
diff --git a/Python/marshal.c b/Python/marshal.c
index f6447131d0e..91d322bb263 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
This is intended for writing and reading compiled Python code only;
diff --git a/Python/memmove.c b/Python/memmove.c
index f44bf0433a5..6fb0dad934d 100644
--- a/Python/memmove.c
+++ b/Python/memmove.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 dacc1a0a815..2cadeb8268c 100644
--- a/Python/modsupport.c
+++ b/Python/modsupport.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 29728e5682c..db98d2b31a5 100644
--- a/Python/mystrtoul.c
+++ b/Python/mystrtoul.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 1cd9cca8fea..85a9ce76040 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 b00b18f5c5c..924ebf33570 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 dba4bfb913f..022d0e8ac39 100644
--- a/Python/sigcheck.c
+++ b/Python/sigcheck.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
interrupt occurs. It can't be in the intrcheck.c file since that
diff --git a/Python/strerror.c b/Python/strerror.c
index fc7f8d193fb..b803b29835e 100644
--- a/Python/strerror.c
+++ b/Python/strerror.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, <guido@cwi.nl>. */
diff --git a/Python/structmember.c b/Python/structmember.c
index 891ffa0c6d8..bc1ba251acc 100644
--- a/Python/structmember.c
+++ b/Python/structmember.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 31d7abf2768..ade90636695 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 0f4c392b2de..9c75c2f9dac 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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.
This is intended to be usable independently from Python.
diff --git a/Python/thread_beos.h b/Python/thread_beos.h
index f70c4dfa1ba..046d37eea79 100644
--- a/Python/thread_beos.h
+++ b/Python/thread_beos.h
@@ -1,14 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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)
-******************************************************************/
-
#include <kernel/OS.h>
#include <support/SupportDefs.h>
#include <errno.h>
diff --git a/Python/thread_cthread.h b/Python/thread_cthread.h
index 80b10f76753..07bd190d270 100644
--- a/Python/thread_cthread.h
+++ b/Python/thread_cthread.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 18ddc21cf08..6edd0f93a50 100644
--- a/Python/thread_foobar.h
+++ b/Python/thread_foobar.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/*
* Initialization.
diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h
index 8858e911bd2..bf44e0425cb 100644
--- a/Python/thread_lwp.h
+++ b/Python/thread_lwp.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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>
#include <lwp/lwp.h>
diff --git a/Python/thread_nt.h b/Python/thread_nt.h
index 5e295cbce4f..f32304f175f 100644
--- a/Python/thread_nt.h
+++ b/Python/thread_nt.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 */
/* Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru */
diff --git a/Python/thread_os2.h b/Python/thread_os2.h
index d95d7655c3f..3f913c5dbef 100644
--- a/Python/thread_os2.h
+++ b/Python/thread_os2.h
@@ -1,19 +1,3 @@
-/***********************************************************
-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.
-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 cvale@netcom.com */
#define INCL_DOSPROCESS
diff --git a/Python/thread_pth.h b/Python/thread_pth.h
index 608778df0a7..a5ae91b6aae 100644
--- a/Python/thread_pth.h
+++ b/Python/thread_pth.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
http://www.gnu.org/software/pth
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h
index 2d6a4f80629..db3115ad2ec 100644
--- a/Python/thread_pthread.h
+++ b/Python/thread_pthread.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 a1ebe6d4388..863284e412a 100644
--- a/Python/thread_sgi.h
+++ b/Python/thread_sgi.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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
#define USE_DL
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h
index 24ceef00323..66bdfa25a34 100644
--- a/Python/thread_solaris.h
+++ b/Python/thread_solaris.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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>
#include <stdio.h>
diff --git a/Python/thread_wince.h b/Python/thread_wince.h
index efce15ce5e7..3790bdab7d0 100644
--- a/Python/thread_wince.h
+++ b/Python/thread_wince.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 15b18b42f78..c17dbe2d6e5 100644
--- a/Python/traceback.c
+++ b/Python/traceback.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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 98ff132dbb3..e69de29bb2d 100644
--- a/Tools/modulator/Templates/copyright
+++ b/Tools/modulator/Templates/copyright
@@ -1,9 +0,0 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-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/Tools/scripts/fixnotice.py b/Tools/scripts/fixnotice.py
index cf18866b95f..a69a9815af9 100755
--- a/Tools/scripts/fixnotice.py
+++ b/Tools/scripts/fixnotice.py
@@ -1,24 +1,6 @@
#! /usr/bin/env python
-OLD_NOTICE = """
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the names of Stichting Mathematisch
-Centrum or CWI not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior permission.
-
-STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
-THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
-FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
-OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-"""
-
-NEW_NOTICE = """
+OLD_NOTICE = """/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -26,8 +8,11 @@ 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_NOTICE = ""
+
# " <-- Help Emacs
import os, sys, string