summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-09-01 23:29:29 +0000
committerGuido van Rossum <guido@python.org>2000-09-01 23:29:29 +0000
commit2451d2ce005353bf2266619759359a762c713758 (patch)
treedeeeeb6dd09ba20a17b37d658e42756e1fa6f1dd /Include
parentcb85ffdf6fbe94abe022b79e52c5c436fa2da3a0 (diff)
downloadcpython-2451d2ce005353bf2266619759359a762c713758.tar.gz
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
Diffstat (limited to 'Include')
-rw-r--r--Include/Python.h9
-rw-r--r--Include/bitset.h9
-rw-r--r--Include/bufferobject.h9
-rw-r--r--Include/ceval.h9
-rw-r--r--Include/classobject.h9
-rw-r--r--Include/cobject.h9
-rw-r--r--Include/compile.h9
-rw-r--r--Include/dictobject.h9
-rw-r--r--Include/errcode.h9
-rw-r--r--Include/eval.h9
-rw-r--r--Include/fileobject.h9
-rw-r--r--Include/floatobject.h9
-rw-r--r--Include/frameobject.h9
-rw-r--r--Include/funcobject.h9
-rw-r--r--Include/grammar.h9
-rw-r--r--Include/import.h9
-rw-r--r--Include/intobject.h9
-rw-r--r--Include/intrcheck.h9
-rw-r--r--Include/listobject.h9
-rw-r--r--Include/longintrepr.h9
-rw-r--r--Include/longobject.h9
-rw-r--r--Include/marshal.h9
-rw-r--r--Include/metagrammar.h9
-rw-r--r--Include/methodobject.h9
-rw-r--r--Include/modsupport.h9
-rw-r--r--Include/moduleobject.h9
-rw-r--r--Include/node.h9
-rw-r--r--Include/object.h9
-rw-r--r--Include/objimpl.h9
-rw-r--r--Include/opcode.h9
-rw-r--r--Include/osdefs.h9
-rw-r--r--Include/parsetok.h9
-rw-r--r--Include/patchlevel.h9
-rw-r--r--Include/pgenheaders.h9
-rw-r--r--Include/pydebug.h9
-rw-r--r--Include/pyerrors.h9
-rw-r--r--Include/pymem.h9
-rw-r--r--Include/pyport.h8
-rw-r--r--Include/pystate.h9
-rw-r--r--Include/pythonrun.h9
-rw-r--r--Include/pythread.h9
-rw-r--r--Include/rangeobject.h9
-rw-r--r--Include/stringobject.h9
-rw-r--r--Include/structmember.h9
-rw-r--r--Include/sysmodule.h9
-rw-r--r--Include/token.h9
-rw-r--r--Include/traceback.h9
-rw-r--r--Include/tupleobject.h9
48 files changed, 0 insertions, 431 deletions
diff --git a/Include/Python.h b/Include/Python.h
index b994401a52..fd7ddb63ed 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 e3ef1a18f3..faeb41913d 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 5a205f3e7c..e4109aeb13 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 b20d775b77..0319fd6c3c 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 67416e49b2..059730b409 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 e7b75f59fb..f710d4af77 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 56973cd4f2..f8acdb44fd 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 b79ed60046..4f5f94a115 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 a8fe458417..daa702f7e1 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 9671fc0031..2a45009025 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 15d1d5c7a8..aefeffec4e 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 fd7f9d2549..1d0b50a620 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 5021d4ed48..1bbe2a16bf 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 e85fc1a611..6ba1e0925e 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 b842393f6e..8426da30d9 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 c11d33e1c1..f90dd2081b 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 925e19a35f..a22d38a9b5 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 9e9f6ac4d0..6ccdc3b3ee 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 0fea447877..73ac724e08 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 1e78d05e5d..1154e0b02b 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 8fa0bbd801..f2dea9340b 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 98bd5238c5..cf11d53128 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 cef685a714..15c8ef8f3f 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 ee0cb7eb43..a205011e69 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 75449f215a..a678257aac 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 b03306cf2c..00a23aae20 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 96eb350f0a..df6e5186d3 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 0cfa179e10..ab7a2c7eea 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 f44963c7b3..1a2255dc4e 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 d46e5b8fde..349756cf1d 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 06d0e2f81d..b13c08d52a 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 71e7d89943..aebc83cdd8 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 1471a31f0a..63680937df 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 0b2e4ce6ce..dcd3c5ef5b 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 45752d0789..0372401932 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 311e258a3b..8747aec9c5 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 09067a8fba..71fc8b58d8 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 f59ba37ca3..27193fef91 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 fcc0aea134..be56497989 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 bbf2903a39..97d6f4f5fd 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 e40eb5759c..c0a718e5ad 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 a208581b6c..145f774af8 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 361cbc0683..7afd347c85 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 4ed9d42bf3..09e62cf13b 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 a2920c031c..ca3aff7b4d 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 63d92b4837..77e3de7cd2 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 a8ed86e025..baf82e1b23 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 acfac8b2e9..9a614846ff 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 */