diff options
Diffstat (limited to 'Python')
51 files changed, 0 insertions, 475 deletions
diff --git a/Python/atof.c b/Python/atof.c index 35d3feb425c..ae690e1b16d 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 c2a74996446..47c8af3e7c2 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 e8f8e8a61f4..09ae132c2fe 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 ba910c41346..15c46067de3 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 013e8f8bf5d..e67f921d974 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 86ba71104af..8de14548027 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 84fc9c4ed98..5a62d6f9aa1 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 4624b64938e..e435cd895c6 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 2a291a8e7c0..8f057e74748 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 a352edcf18e..9a5c828add9 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 5ccfd8152d7..24ad74ef757 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 6a56648f0f4..16f15d9a814 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 978cc84af5f..69f8b450b3a 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 50e37440119..a08e417aced 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 6469f9f7901..ba587909541 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 dcd1e62deaf..de88f83ef63 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 d2a7353c1c1..21a0b525498 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 576baacc6b9..a03a2f8ddb0 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 359e3bdf268..0823515989f 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 fc19e4cd359..798837a7401 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 6248334b79a..ac2fe2bbb43 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 ad9eb179b30..5c572914599 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 8bae191505a..4c7ecd68a2f 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 9830917494a..68991402b5b 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 7e0ff0edd60..b0ef3896ef4 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 2e058bd0b54..9d65c70f47b 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 42bf5b447a1..4a1048d4960 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 d67688adeb1..4193620bd28 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 f6447131d0e..91d322bb263 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 f44bf0433a5..6fb0dad934d 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 dacc1a0a815..2cadeb8268c 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 29728e5682c..db98d2b31a5 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 1cd9cca8fea..85a9ce76040 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 b00b18f5c5c..924ebf33570 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 dba4bfb913f..022d0e8ac39 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 fc7f8d193fb..b803b29835e 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 891ffa0c6d8..bc1ba251acc 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 31d7abf2768..ade90636695 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 0f4c392b2de..9c75c2f9dac 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 f70c4dfa1ba..046d37eea79 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 80b10f76753..07bd190d270 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 18ddc21cf08..6edd0f93a50 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 8858e911bd2..bf44e0425cb 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 5e295cbce4f..f32304f175f 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 d95d7655c3f..3f913c5dbef 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 608778df0a7..a5ae91b6aae 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 2d6a4f80629..db3115ad2ec 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 a1ebe6d4388..863284e412a 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 24ceef00323..66bdfa25a34 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 efce15ce5e7..3790bdab7d0 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 15b18b42f78..c17dbe2d6e5 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 */ |