summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-09-01 23:29:29 (GMT)
committerGuido van Rossum <guido@python.org>2000-09-01 23:29:29 (GMT)
commit8586991099e4ace18ee94163a96b8ea1bed77ebe (patch)
treeba6eb91446d702b0841d1eb13bcaac2c8f1974e5 /Python
parentbb8be93a50b0293b812634575a493c4eaf676773 (diff)
downloadcpython-8586991099e4ace18ee94163a96b8ea1bed77ebe.zip
cpython-8586991099e4ace18ee94163a96b8ea1bed77ebe.tar.gz
cpython-8586991099e4ace18ee94163a96b8ea1bed77ebe.tar.bz2
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 35d3feb..ae690e1 100644
--- a/Python/atof.c
+++ b/Python/atof.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Just in case you haven't got an atof() around...
This one doesn't check for bad syntax or overflow,
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index c2a7499..47c8af3 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Built-in functions */
diff --git a/Python/ceval.c b/Python/ceval.c
index e8f8e8a..09ae132 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Execute compiled code */
diff --git a/Python/compile.c b/Python/compile.c
index ba910c4..15c4606 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Compile an expression node to intermediate code */
diff --git a/Python/dynload_aix.c b/Python/dynload_aix.c
index 013e8f8..e67f921 100644
--- a/Python/dynload_aix.c
+++ b/Python/dynload_aix.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_beos.c b/Python/dynload_beos.c
index 86ba711..8de1454 100644
--- a/Python/dynload_beos.c
+++ b/Python/dynload_beos.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c
index 84fc9c4..5a62d6f 100644
--- a/Python/dynload_dl.c
+++ b/Python/dynload_dl.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c
index 4624b64..e435cd8 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c
index 2a291a8..8f057e7 100644
--- a/Python/dynload_mac.c
+++ b/Python/dynload_mac.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_next.c b/Python/dynload_next.c
index a352edc..9a5c828 100644
--- a/Python/dynload_next.c
+++ b/Python/dynload_next.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c
index 5ccfd81..24ad74e 100644
--- a/Python/dynload_os2.c
+++ b/Python/dynload_os2.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_shlib.c b/Python/dynload_shlib.c
index 6a56648..16f15d9 100644
--- a/Python/dynload_shlib.c
+++ b/Python/dynload_shlib.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/dynload_stub.c b/Python/dynload_stub.c
index 978cc84..69f8b45 100644
--- a/Python/dynload_stub.c
+++ b/Python/dynload_stub.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* This module provides the necessary stubs for when dynamic loading is
not present. */
diff --git a/Python/dynload_win.c b/Python/dynload_win.c
index 50e3744..a08e417 100644
--- a/Python/dynload_win.c
+++ b/Python/dynload_win.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/errors.c b/Python/errors.c
index 6469f9f..ba58790 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Error handling */
diff --git a/Python/fmod.c b/Python/fmod.c
index dcd1e62..de88f83 100644
--- a/Python/fmod.c
+++ b/Python/fmod.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Portable fmod(x, y) implementation for systems that don't have it */
diff --git a/Python/frozen.c b/Python/frozen.c
index d2a7353..21a0b52 100644
--- a/Python/frozen.c
+++ b/Python/frozen.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Dummy frozen modules initializer */
diff --git a/Python/frozenmain.c b/Python/frozenmain.c
index 576baac..a03a2f8 100644
--- a/Python/frozenmain.c
+++ b/Python/frozenmain.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Python interpreter main program for frozen scripts */
diff --git a/Python/getargs.c b/Python/getargs.c
index 359e3bd..0823515 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* New getargs implementation */
diff --git a/Python/getcompiler.c b/Python/getcompiler.c
index fc19e4c..798837a 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Return the compiler identification, if possible. */
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index 6248334..ac2fe2b 100644
--- a/Python/getcopyright.c
+++ b/Python/getcopyright.c
@@ -1,19 +1,3 @@
-/***********************************************************
-Copyright 1991-1996 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
-******************************************************************/
-
/* Return the copyright string. This is updated manually. */
#include "Python.h"
diff --git a/Python/getcwd.c b/Python/getcwd.c
index ad9eb17..5c57291 100644
--- a/Python/getcwd.c
+++ b/Python/getcwd.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Two PD getcwd() implementations.
Author: Guido van Rossum, CWI Amsterdam, Jan 1991, <guido@cwi.nl>. */
diff --git a/Python/getmtime.c b/Python/getmtime.c
index 8bae191..4c7ecd6 100644
--- a/Python/getmtime.c
+++ b/Python/getmtime.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Subroutine to get the last modification time of a file */
diff --git a/Python/getplatform.c b/Python/getplatform.c
index 9830917..6899140 100644
--- a/Python/getplatform.c
+++ b/Python/getplatform.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#include "Python.h"
diff --git a/Python/getversion.c b/Python/getversion.c
index 7e0ff0e..b0ef389 100644
--- a/Python/getversion.c
+++ b/Python/getversion.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Return the full version string. */
diff --git a/Python/import.c b/Python/import.c
index 2e058bd..9d65c70 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Module definition and import implementation */
diff --git a/Python/importdl.c b/Python/importdl.c
index 42bf5b4..4a1048d 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Support for dynamic loading of extension modules */
diff --git a/Python/importdl.h b/Python/importdl.h
index d67688a..4193620 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -5,15 +5,6 @@
extern "C" {
#endif
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Definitions for dynamic loading of extension modules */
enum filetype {
diff --git a/Python/marshal.c b/Python/marshal.c
index f644713..91d322b 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Write Python objects to files and read them back.
This is intended for writing and reading compiled Python code only;
diff --git a/Python/memmove.c b/Python/memmove.c
index f44bf04..6fb0dad 100644
--- a/Python/memmove.c
+++ b/Python/memmove.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* A perhaps slow but I hope correct implementation of memmove */
diff --git a/Python/modsupport.c b/Python/modsupport.c
index dacc1a0..2cadeb8 100644
--- a/Python/modsupport.c
+++ b/Python/modsupport.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Module support implementation */
diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c
index 29728e5..db98d2b 100644
--- a/Python/mystrtoul.c
+++ b/Python/mystrtoul.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#include "Python.h"
diff --git a/Python/pystate.c b/Python/pystate.c
index 1cd9cca..85a9ce7 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Thread and interpreter state structures and their interfaces */
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index b00b18f..924ebf3 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Python interpreter top-level routines, including init/exit */
diff --git a/Python/sigcheck.c b/Python/sigcheck.c
index dba4bfb..022d0e8 100644
--- a/Python/sigcheck.c
+++ b/Python/sigcheck.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Sigcheck is similar to intrcheck() but sets an exception when an
interrupt occurs. It can't be in the intrcheck.c file since that
diff --git a/Python/strerror.c b/Python/strerror.c
index fc7f8d1..b803b29 100644
--- a/Python/strerror.c
+++ b/Python/strerror.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* PD implementation of strerror() for systems that don't have it.
Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, <guido@cwi.nl>. */
diff --git a/Python/structmember.c b/Python/structmember.c
index 891ffa0..bc1ba25 100644
--- a/Python/structmember.c
+++ b/Python/structmember.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Map C struct members to Python object attributes */
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 31d7abf..ade9063 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* System module */
diff --git a/Python/thread.c b/Python/thread.c
index 0f4c392..9c75c2f 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Thread package.
This is intended to be usable independently from Python.
diff --git a/Python/thread_beos.h b/Python/thread_beos.h
index f70c4df..046d37e 100644
--- a/Python/thread_beos.h
+++ b/Python/thread_beos.h
@@ -1,14 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-BeOS thread support by Chris Herborth (chrish@qnx.com)
-******************************************************************/
-
#include <kernel/OS.h>
#include <support/SupportDefs.h>
#include <errno.h>
diff --git a/Python/thread_cthread.h b/Python/thread_cthread.h
index 80b10f7..07bd190 100644
--- a/Python/thread_cthread.h
+++ b/Python/thread_cthread.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#include <mach/cthreads.h>
diff --git a/Python/thread_foobar.h b/Python/thread_foobar.h
index 18ddc21..6edd0f9 100644
--- a/Python/thread_foobar.h
+++ b/Python/thread_foobar.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/*
* Initialization.
diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h
index 8858e91..bf44e04 100644
--- a/Python/thread_lwp.h
+++ b/Python/thread_lwp.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#include <stdlib.h>
#include <lwp/lwp.h>
diff --git a/Python/thread_nt.h b/Python/thread_nt.h
index 5e295cb..f32304f 100644
--- a/Python/thread_nt.h
+++ b/Python/thread_nt.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* This code implemented by Dag.Gruneau@elsa.preseco.comm.se */
/* Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru */
diff --git a/Python/thread_os2.h b/Python/thread_os2.h
index d95d765..3f913c5 100644
--- a/Python/thread_os2.h
+++ b/Python/thread_os2.h
@@ -1,19 +1,3 @@
-/***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
-The Netherlands.
-
- All Rights Reserved
-
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
-******************************************************************/
-
/* This code implemented by cvale@netcom.com */
#define INCL_DOSPROCESS
diff --git a/Python/thread_pth.h b/Python/thread_pth.h
index 608778d..a5ae91b 100644
--- a/Python/thread_pth.h
+++ b/Python/thread_pth.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* GNU pth threads interface
http://www.gnu.org/software/pth
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h
index 2d6a4f8..db3115a 100644
--- a/Python/thread_pthread.h
+++ b/Python/thread_pthread.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Posix threads interface */
diff --git a/Python/thread_sgi.h b/Python/thread_sgi.h
index a1ebe6d..863284e 100644
--- a/Python/thread_sgi.h
+++ b/Python/thread_sgi.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#ifdef WITH_SGI_DL
#define USE_DL
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h
index 24ceef0..66bdfa2 100644
--- a/Python/thread_solaris.h
+++ b/Python/thread_solaris.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
#include <stdlib.h>
#include <stdio.h>
diff --git a/Python/thread_wince.h b/Python/thread_wince.h
index efce15c..3790bda 100644
--- a/Python/thread_wince.h
+++ b/Python/thread_wince.h
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* This code implemented by Mark Hammond (MHammond@skippinet.com.au) */
diff --git a/Python/traceback.c b/Python/traceback.c
index 15b18b4..c17dbe2 100644
--- a/Python/traceback.c
+++ b/Python/traceback.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Traceback implementation */