REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
diff --git a/BeOS/dl_export.h b/BeOS/dl_export.h
index d65d534..5c1af8d 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 b994401..fd7ddb6 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 e3ef1a1..faeb419 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 5a205f3..e4109ae 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 b20d775..0319fd6 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 67416e4..059730b 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 e7b75f5..f710d4a 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 56973cd..f8acdb4 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 b79ed60..4f5f94a 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 a8fe458..daa702f 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 9671fc0..2a45009 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 15d1d5c..aefeffe 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 fd7f9d2..1d0b50a 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 5021d4e..1bbe2a1 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 e85fc1a..6ba1e09 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 b842393..8426da3 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 c11d33e..f90dd20 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 925e19a..a22d38a 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 9e9f6ac..6ccdc3b 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 0fea447..73ac724 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 1e78d05..1154e0b 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 8fa0bbd..f2dea93 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 98bd523..cf11d53 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 cef685a..15c8ef8 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 ee0cb7e..a205011 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 75449f2..a678257 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 b03306c..00a23aa 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 96eb350..df6e518 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 0cfa179..ab7a2c7 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 f44963c..1a2255d 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 d46e5b8..349756c 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 06d0e2f..b13c08d 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 71e7d89..aebc83c 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 1471a31..6368093 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 0b2e4ce..dcd3c5e 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 45752d0..0372401 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 311e258..8747aec 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 09067a8..71fc8b5 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 f59ba37..27193fe 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 fcc0aea..be56497 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 bbf2903a..97d6f4f 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 e40eb57..c0a718e 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 a208581..145f774 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 361cbc0..7afd347 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 4ed9d42..09e62cf 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 a2920c0..ca3aff7 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 63d92b4..77e3de7 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 a8ed86e..baf82e1 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 acfac8b..9a61484 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 8d4b96f..2c09129 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 9601f06..34360fe 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 23fd96f..6621b9c 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 530b214..43be90c 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 8c91617..d12642a 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 a9e190b..010e22d 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 48c221e..24d859b 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 5f88a0f..ee58c5e 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 71b5586..7e7d0ff 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 2277a47..bc901f6 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 d38a0c3..2ff184c 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 3ce58da..53bd4ab 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 b95c0ba..c0cfb29 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 18e1458..b094be7 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 b47feb6..3ca4372 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 fd4c3e3..93fdf40 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 8bfd83a..ef853f5 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 df5f27b..065aed6 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 6d2e6ce..3b7b0bc 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 f96f7ed..c295d30 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 2d314b9..4a1b66f 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 f13472f..41a5ec9 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 7c7116d..586133b 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 9a7f74f..e8f0b8c 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 9afe80b..32d7c39 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 569e8c9..fcd88ad 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 5eac97b..269a298 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 8be9f08..44349e9 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 1595c0c..f29c37b 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 056d2bb..f4fb805 100644
--- a/Modules/parsermodule.c
+++ b/Modules/parsermodule.c
@@ -75,15 +75,6 @@
  *  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 21629b8..fe45bac 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 d921eee..cb3c72d 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 7f58ed3..290dc45 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 28fb42b..d270aa2 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 ff3b895..749de9e 100644
--- a/Modules/regexmodule.c
+++ b/Modules/regexmodule.c
@@ -3,15 +3,6 @@
 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 cca6d82..9f2d9c0 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 1c1f3d8..55c3a49 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 04bd3be..b19efe6 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 cc11f12..8f95230 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 368955e..1347c6d 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 617eb26..b8f7519 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 ff10b18..c253a76 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 2774e05..7bf867b 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 95b3e14..ead0ca5 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 46dd35a..97ab4e1 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 edf09d1..116b377 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 e80c2ee..621eab8 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 1b7db62..738c4e5 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 3a5c036..e5333d9 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 91f58c9..1a17ec5 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 615c8ba..8bbd834 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 48abb4a..872e515 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 6f1cfea..3c9830f 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 37111d2..7be1c67 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 6305520..a5d2fcc 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 5650b41..946e3d9 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 4a01f3d..f541f1e 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 32d9a61..8b045f4 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 20bb370..411e4dd 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 5a704fe..3d02b5f 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 86b4aba..65dcaa0 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 4a1fa93..f0bbeea 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 4e4395e..c655e95 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 9f73cd3..150f357 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 20b077f..5c794fc 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 25621c2..f7c3f4b 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 8e05e86..71e9764 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 2503504..c96c0aa 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 21d0aa2..21a00b0 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 d71b669..e0776fa 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 8178ab2..3ed9124 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 533689c..35ce996 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 cd8e444..1b789e7 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 e97534e..d4ed72c 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 a69cc36..3834e19 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 295f67d..d6c4084 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 c4efce7..2a0574d 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 16821f4..b2631b7 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 d20ed61..4c11e4c 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 68f28bf..c0b3b66 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 16b7626..ae67eb1 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 a996a6e..6451824 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 6844965..277520a 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 5017a50..d379f60 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 d0df8cf..cf8d318 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 5f51f6a..b68fbd7 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 0bc38dc..961f3bc 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 ddf52e6..8a325ed 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 a366981..0c155de 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 1cd45ee..5540698 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 eb84d14..6ae5084 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 93a04ab..8fded37 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 35d3feb..ae690e1 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 c2a7499..47c8af3 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 e8f8e8a..09ae132 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 ba910c4..15c4606 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 013e8f8..e67f921 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 86ba711..8de1454 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 84fc9c4..5a62d6f 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 4624b64..e435cd8 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 2a291a8..8f057e7 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 a352edc..9a5c828 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 5ccfd81..24ad74e 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 6a56648..16f15d9 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 978cc84..69f8b45 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 50e3744..a08e417 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 6469f9f..ba58790 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 dcd1e62..de88f83 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 d2a7353..21a0b52 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 576baac..a03a2f8 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 359e3bd..0823515 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 fc19e4c..798837a 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 6248334..ac2fe2b 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 ad9eb17..5c57291 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 8bae191..4c7ecd6 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 9830917..6899140 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 7e0ff0e..b0ef389 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 2e058bd..9d65c70 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 42bf5b4..4a1048d 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 d67688a..4193620 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 f644713..91d322b 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 f44bf04..6fb0dad 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 dacc1a0..2cadeb8 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 29728e5..db98d2b 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 1cd9cca..85a9ce7 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 b00b18f..924ebf3 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 dba4bfb..022d0e8 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 fc7f8d1..b803b29 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 891ffa0..bc1ba25 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 31d7abf..ade9063 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 0f4c392..9c75c2f 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 f70c4df..046d37e 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 80b10f7..07bd190 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 18ddc21..6edd0f9 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 8858e91..bf44e04 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 5e295cb..f32304f 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 d95d765..3f913c5 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 608778d..a5ae91b 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 2d6a4f8..db3115a 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 a1ebe6d..863284e 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 24ceef0..66bdfa2 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 efce15c..3790bda 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 15b18b4..c17dbe2 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 98ff132..e69de29 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 cf18866..a69a981 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 @@
 
 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