aboutsummaryrefslogtreecommitdiff
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
commit8586991099e4ace18ee94163a96b8ea1bed77ebe (patch)
treeba6eb91446d702b0841d1eb13bcaac2c8f1974e5 /Include
parentRewritten some pieces of PyNumber_InPlaceAdd() for clarity. (diff)
downloadcpython-8586991099e4ace18ee94163a96b8ea1bed77ebe.tar.gz
cpython-8586991099e4ace18ee94163a96b8ea1bed77ebe.tar.bz2
cpython-8586991099e4ace18ee94163a96b8ea1bed77ebe.zip
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 b994401a52f..fd7ddb63ed1 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -2,15 +2,6 @@
#define Py_PYTHON_H
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Enable compiler features; switching on C lib defines doesn't work
here, because the symbols haven't necessarily been defined yet. */
diff --git a/Include/bitset.h b/Include/bitset.h
index e3ef1a18f3a..faeb41913df 100644
--- a/Include/bitset.h
+++ b/Include/bitset.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifndef Py_BITSET_H
#define Py_BITSET_H
diff --git a/Include/bufferobject.h b/Include/bufferobject.h
index 5a205f3e7c6..e4109aeb134 100644
--- a/Include/bufferobject.h
+++ b/Include/bufferobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Buffer object interface */
diff --git a/Include/ceval.h b/Include/ceval.h
index b20d775b77f..0319fd6c3ca 100644
--- a/Include/ceval.h
+++ b/Include/ceval.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Interface to random parts in ceval.c */
diff --git a/Include/classobject.h b/Include/classobject.h
index 67416e49b29..059730b4095 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Class object interface */
diff --git a/Include/cobject.h b/Include/cobject.h
index e7b75f59fbd..f710d4af772 100644
--- a/Include/cobject.h
+++ b/Include/cobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* C objects to be exported from one extension module to another.
diff --git a/Include/compile.h b/Include/compile.h
index 56973cd4f24..f8acdb44fdc 100644
--- a/Include/compile.h
+++ b/Include/compile.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Definitions for bytecode */
diff --git a/Include/dictobject.h b/Include/dictobject.h
index b79ed600467..4f5f94a115c 100644
--- a/Include/dictobject.h
+++ b/Include/dictobject.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Dictionary object type -- mapping from hashable object to object */
diff --git a/Include/errcode.h b/Include/errcode.h
index a8fe4584177..daa702f7e17 100644
--- a/Include/errcode.h
+++ b/Include/errcode.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Error codes passed around between file input, tokenizer, parser and
interpreter. This is necessary so we can turn them into Python
diff --git a/Include/eval.h b/Include/eval.h
index 9671fc0031d..2a450090257 100644
--- a/Include/eval.h
+++ b/Include/eval.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Interface to execute compiled code */
diff --git a/Include/fileobject.h b/Include/fileobject.h
index 15d1d5c7a8c..aefeffec4e6 100644
--- a/Include/fileobject.h
+++ b/Include/fileobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* File object interface */
diff --git a/Include/floatobject.h b/Include/floatobject.h
index fd7f9d25490..1d0b50a620d 100644
--- a/Include/floatobject.h
+++ b/Include/floatobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Float object interface */
diff --git a/Include/frameobject.h b/Include/frameobject.h
index 5021d4ed489..1bbe2a16bfa 100644
--- a/Include/frameobject.h
+++ b/Include/frameobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Frame object interface */
diff --git a/Include/funcobject.h b/Include/funcobject.h
index e85fc1a6115..6ba1e0925e6 100644
--- a/Include/funcobject.h
+++ b/Include/funcobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Function object interface */
diff --git a/Include/grammar.h b/Include/grammar.h
index b842393f6ea..8426da30d9c 100644
--- a/Include/grammar.h
+++ b/Include/grammar.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Grammar interface */
diff --git a/Include/import.h b/Include/import.h
index c11d33e1c11..f90dd2081b7 100644
--- a/Include/import.h
+++ b/Include/import.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Module definition and import interface */
diff --git a/Include/intobject.h b/Include/intobject.h
index 925e19a35fb..a22d38a9b5e 100644
--- a/Include/intobject.h
+++ b/Include/intobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Integer object interface */
diff --git a/Include/intrcheck.h b/Include/intrcheck.h
index 9e9f6ac4d0b..6ccdc3b3ee7 100644
--- a/Include/intrcheck.h
+++ b/Include/intrcheck.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifndef Py_INTRCHECK_H
#define Py_INTRCHECK_H
diff --git a/Include/listobject.h b/Include/listobject.h
index 0fea447877e..73ac724e08f 100644
--- a/Include/listobject.h
+++ b/Include/listobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* List object interface */
diff --git a/Include/longintrepr.h b/Include/longintrepr.h
index 1e78d05e5d1..1154e0b02bd 100644
--- a/Include/longintrepr.h
+++ b/Include/longintrepr.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* This is published for the benefit of "friend" marshal.c only. */
diff --git a/Include/longobject.h b/Include/longobject.h
index 8fa0bbd8015..f2dea9340b5 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Long (arbitrary precision) integer object interface */
diff --git a/Include/marshal.h b/Include/marshal.h
index 98bd5238c56..cf11d53128b 100644
--- a/Include/marshal.h
+++ b/Include/marshal.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Interface for marshal.c */
diff --git a/Include/metagrammar.h b/Include/metagrammar.h
index cef685a714d..15c8ef8f3f1 100644
--- a/Include/metagrammar.h
+++ b/Include/metagrammar.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#define MSTART 256
#define RULE 257
diff --git a/Include/methodobject.h b/Include/methodobject.h
index ee0cb7eb43c..a205011e696 100644
--- a/Include/methodobject.h
+++ b/Include/methodobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Method object interface */
diff --git a/Include/modsupport.h b/Include/modsupport.h
index 75449f215af..a678257aac9 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifndef Py_MODSUPPORT_H
#define Py_MODSUPPORT_H
diff --git a/Include/moduleobject.h b/Include/moduleobject.h
index b03306cf2c5..00a23aae207 100644
--- a/Include/moduleobject.h
+++ b/Include/moduleobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Module object interface */
diff --git a/Include/node.h b/Include/node.h
index 96eb350f0a9..df6e5186d35 100644
--- a/Include/node.h
+++ b/Include/node.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Parse tree node interface */
diff --git a/Include/object.h b/Include/object.h
index 0cfa179e10a..ab7a2c7eea0 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Object and type object interface */
diff --git a/Include/objimpl.h b/Include/objimpl.h
index f44963c7b33..1a2255dc4ee 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifndef Py_OBJIMPL_H
#define Py_OBJIMPL_H
diff --git a/Include/opcode.h b/Include/opcode.h
index d46e5b8fde0..349756cf1d9 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Instruction opcodes for compiled code */
diff --git a/Include/osdefs.h b/Include/osdefs.h
index 06d0e2f81da..b13c08d52a7 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Operating system dependencies */
diff --git a/Include/parsetok.h b/Include/parsetok.h
index 71e7d899436..aebc83cdd85 100644
--- a/Include/parsetok.h
+++ b/Include/parsetok.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Parser-tokenizer link interface */
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1471a31f0a8..63680937df7 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Newfangled version identification scheme.
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index 0b2e4ce6cec..dcd3c5ef5ba 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Include files and extern declarations used by most of the parser. */
diff --git a/Include/pydebug.h b/Include/pydebug.h
index 45752d07893..03724019327 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifndef Py_PYDEBUG_H
#define Py_PYDEBUG_H
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index 311e258a3bf..8747aec9c57 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Error handling definitions */
diff --git a/Include/pymem.h b/Include/pymem.h
index 09067a8fbaf..71fc8b58d84 100644
--- a/Include/pymem.h
+++ b/Include/pymem.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Lowest-level memory allocation interface */
diff --git a/Include/pyport.h b/Include/pyport.h
index f59ba37ca36..27193fef917 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -1,11 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
-
#ifndef Py_PYPORT_H
#define Py_PYPORT_H
diff --git a/Include/pystate.h b/Include/pystate.h
index fcc0aea1343..be564979892 100644
--- a/Include/pystate.h
+++ b/Include/pystate.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Thread and interpreter state structures and their interfaces */
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index bbf2903a397..97d6f4f5fdf 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Interfaces to parse and execute pieces of python code */
diff --git a/Include/pythread.h b/Include/pythread.h
index e40eb5759c3..c0a718e5ade 100644
--- a/Include/pythread.h
+++ b/Include/pythread.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifndef Py_PYTHREAD_H
#define Py_PYTHREAD_H
diff --git a/Include/rangeobject.h b/Include/rangeobject.h
index a208581b6cd..145f774af85 100644
--- a/Include/rangeobject.h
+++ b/Include/rangeobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Range object interface */
diff --git a/Include/stringobject.h b/Include/stringobject.h
index 361cbc06830..7afd347c856 100644
--- a/Include/stringobject.h
+++ b/Include/stringobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* String object interface */
diff --git a/Include/structmember.h b/Include/structmember.h
index 4ed9d42bf33..09e62cf13b0 100644
--- a/Include/structmember.h
+++ b/Include/structmember.h
@@ -4,15 +4,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Interface to map C struct members to Python object attributes */
diff --git a/Include/sysmodule.h b/Include/sysmodule.h
index a2920c031c5..ca3aff7b4d1 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* System module interface */
diff --git a/Include/token.h b/Include/token.h
index 63d92b48373..77e3de7cd2e 100644
--- a/Include/token.h
+++ b/Include/token.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Token types */
diff --git a/Include/traceback.h b/Include/traceback.h
index a8ed86e025d..baf82e1b23a 100644
--- a/Include/traceback.h
+++ b/Include/traceback.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifndef Py_TRACEBACK_H
#define Py_TRACEBACK_H
diff --git a/Include/tupleobject.h b/Include/tupleobject.h
index acfac8b2e96..9a614846ff6 100644
--- a/Include/tupleobject.h
+++ b/Include/tupleobject.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Tuple object interface */