summaryrefslogtreecommitdiff
path: root/Python
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 /Python
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 'Python')
-rw-r--r--Python/atof.c9
-rw-r--r--Python/bltinmodule.c9
-rw-r--r--Python/ceval.c9
-rw-r--r--Python/compile.c9
-rw-r--r--Python/dynload_aix.c9
-rw-r--r--Python/dynload_beos.c9
-rw-r--r--Python/dynload_dl.c9
-rw-r--r--Python/dynload_hpux.c9
-rw-r--r--Python/dynload_mac.c9
-rw-r--r--Python/dynload_next.c9
-rw-r--r--Python/dynload_os2.c9
-rw-r--r--Python/dynload_shlib.c9
-rw-r--r--Python/dynload_stub.c9
-rw-r--r--Python/dynload_win.c9
-rw-r--r--Python/errors.c9
-rw-r--r--Python/fmod.c9
-rw-r--r--Python/frozen.c9
-rw-r--r--Python/frozenmain.c9
-rw-r--r--Python/getargs.c9
-rw-r--r--Python/getcompiler.c9
-rw-r--r--Python/getcopyright.c16
-rw-r--r--Python/getcwd.c9
-rw-r--r--Python/getmtime.c9
-rw-r--r--Python/getplatform.c9
-rw-r--r--Python/getversion.c9
-rw-r--r--Python/import.c9
-rw-r--r--Python/importdl.c9
-rw-r--r--Python/importdl.h9
-rw-r--r--Python/marshal.c9
-rw-r--r--Python/memmove.c9
-rw-r--r--Python/modsupport.c9
-rw-r--r--Python/mystrtoul.c9
-rw-r--r--Python/pystate.c9
-rw-r--r--Python/pythonrun.c9
-rw-r--r--Python/sigcheck.c9
-rw-r--r--Python/strerror.c9
-rw-r--r--Python/structmember.c9
-rw-r--r--Python/sysmodule.c9
-rw-r--r--Python/thread.c9
-rw-r--r--Python/thread_beos.h11
-rw-r--r--Python/thread_cthread.h9
-rw-r--r--Python/thread_foobar.h9
-rw-r--r--Python/thread_lwp.h9
-rw-r--r--Python/thread_nt.h9
-rw-r--r--Python/thread_os2.h16
-rw-r--r--Python/thread_pth.h9
-rw-r--r--Python/thread_pthread.h9
-rw-r--r--Python/thread_sgi.h9
-rw-r--r--Python/thread_solaris.h9
-rw-r--r--Python/thread_wince.h9
-rw-r--r--Python/traceback.c9
51 files changed, 0 insertions, 475 deletions
diff --git a/Python/atof.c b/Python/atof.c
index 35d3feb425..ae690e1b16 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 c2a7499644..47c8af3e7c 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 e8f8e8a61f..09ae132c2f 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 ba910c4134..15c46067de 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 013e8f8bf5..e67f921d97 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 86ba71104a..8de1454802 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 84fc9c4ed9..5a62d6f9aa 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 4624b64938..e435cd895c 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 2a291a8e7c..8f057e7474 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 a352edcf18..9a5c828add 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 5ccfd8152d..24ad74ef75 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 6a56648f0f..16f15d9a81 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 978cc84af5..69f8b450b3 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 50e3744011..a08e417ace 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 6469f9f790..ba58790954 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 dcd1e62dea..de88f83ef6 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 d2a7353c1c..21a0b52549 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 576baacc6b..a03a2f8ddb 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 359e3bdf26..0823515989 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 fc19e4cd35..798837a740 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 6248334b79..ac2fe2bbb4 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 ad9eb179b3..5c57291459 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 8bae191505..4c7ecd68a2 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 9830917494..68991402b5 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 7e0ff0edd6..b0ef3896ef 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 2e058bd0b5..9d65c70f47 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 42bf5b447a..4a1048d496 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 d67688adeb..4193620bd2 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 f6447131d0..91d322bb26 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 f44bf0433a..6fb0dad934 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 dacc1a0a81..2cadeb8268 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 29728e5682..db98d2b31a 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 1cd9cca8fe..85a9ce7604 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 b00b18f5c5..924ebf3357 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 dba4bfb913..022d0e8ac3 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 fc7f8d193f..b803b29835 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 891ffa0c6d..bc1ba251ac 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 31d7abf276..ade9063669 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 0f4c392b2d..9c75c2f9da 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 f70c4dfa1b..046d37eea7 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 80b10f7675..07bd190d27 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 18ddc21cf0..6edd0f93a5 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 8858e911bd..bf44e0425c 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 5e295cbce4..f32304f175 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 d95d7655c3..3f913c5dbe 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 608778df0a..a5ae91b6aa 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 2d6a4f8062..db3115ad2e 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 a1ebe6d438..863284e412 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 24ceef0032..66bdfa25a3 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 efce15ce5e..3790bdab7d 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 15b18b42f7..c17dbe2d6e 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 */