summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/atof.c6
-rw-r--r--Python/bltinmodule.c6
-rw-r--r--Python/ceval.c6
-rw-r--r--Python/compile.c6
-rw-r--r--Python/dynload_aix.c6
-rw-r--r--Python/dynload_beos.c6
-rw-r--r--Python/dynload_dl.c6
-rw-r--r--Python/dynload_hpux.c6
-rw-r--r--Python/dynload_mac.c6
-rw-r--r--Python/dynload_next.c6
-rw-r--r--Python/dynload_os2.c6
-rw-r--r--Python/dynload_shlib.c6
-rw-r--r--Python/dynload_stub.c6
-rw-r--r--Python/dynload_win.c6
-rw-r--r--Python/errors.c6
-rw-r--r--Python/fmod.c6
-rw-r--r--Python/frozen.c6
-rw-r--r--Python/frozenmain.c6
-rw-r--r--Python/getargs.c6
-rw-r--r--Python/getcompiler.c6
-rw-r--r--Python/getcwd.c6
-rw-r--r--Python/getmtime.c6
-rw-r--r--Python/getplatform.c6
-rw-r--r--Python/getversion.c6
-rw-r--r--Python/import.c6
-rw-r--r--Python/importdl.c6
-rw-r--r--Python/importdl.h6
-rw-r--r--Python/marshal.c6
-rw-r--r--Python/memmove.c6
-rw-r--r--Python/modsupport.c6
-rw-r--r--Python/mystrtoul.c6
-rw-r--r--Python/pystate.c6
-rw-r--r--Python/pythonrun.c6
-rw-r--r--Python/sigcheck.c6
-rw-r--r--Python/strerror.c6
-rw-r--r--Python/structmember.c6
-rw-r--r--Python/sysmodule.c6
-rw-r--r--Python/thread.c6
-rw-r--r--Python/thread_beos.h6
-rw-r--r--Python/thread_cthread.h6
-rw-r--r--Python/thread_foobar.h6
-rw-r--r--Python/thread_lwp.h6
-rw-r--r--Python/thread_nt.h6
-rw-r--r--Python/thread_pth.h6
-rw-r--r--Python/thread_pthread.h6
-rw-r--r--Python/thread_sgi.h6
-rw-r--r--Python/thread_solaris.h6
-rw-r--r--Python/thread_wince.h6
-rw-r--r--Python/traceback.c6
49 files changed, 0 insertions, 294 deletions
diff --git a/Python/atof.c b/Python/atof.c
index db4f706a11..34fd9512c7 100644
--- a/Python/atof.c
+++ b/Python/atof.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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...
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index 51414e9c36..bbd9969a93 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 70e3d00285..dfd477693b 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 b75bf45002..d713c7e250 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 b878f01927..9c6b60ab88 100644
--- a/Python/dynload_aix.c
+++ b/Python/dynload_aix.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 a31534ffdd..86ba71104a 100644
--- a/Python/dynload_beos.c
+++ b/Python/dynload_beos.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 303f887fc9..af95254f33 100644
--- a/Python/dynload_dl.c
+++ b/Python/dynload_dl.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 14b54b8ecb..4624b64938 100644
--- a/Python/dynload_hpux.c
+++ b/Python/dynload_hpux.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 7fcf7c8fea..697895672d 100644
--- a/Python/dynload_mac.c
+++ b/Python/dynload_mac.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 32ccb01b58..2d02cc6623 100644
--- a/Python/dynload_next.c
+++ b/Python/dynload_next.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 03c6f6703e..5ccfd8152d 100644
--- a/Python/dynload_os2.c
+++ b/Python/dynload_os2.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 279e2403d7..6a56648f0f 100644
--- a/Python/dynload_shlib.c
+++ b/Python/dynload_shlib.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 f26dec8d13..978cc84af5 100644
--- a/Python/dynload_stub.c
+++ b/Python/dynload_stub.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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
diff --git a/Python/dynload_win.c b/Python/dynload_win.c
index b610ebb2ed..50e3744011 100644
--- a/Python/dynload_win.c
+++ b/Python/dynload_win.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 72a132b3bf..d2aa3dd603 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 b983b549e9..07283bc12d 100644
--- a/Python/fmod.c
+++ b/Python/fmod.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 35a443dd7c..d2a7353c1c 100644
--- a/Python/frozen.c
+++ b/Python/frozen.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 bf4ab86f01..2fb1c2e8b6 100644
--- a/Python/frozenmain.c
+++ b/Python/frozenmain.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 496c355552..c1a5d6b8e0 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 f0b1183aa6..9ceb738e21 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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/getcwd.c b/Python/getcwd.c
index 0f1ce10632..7646d835a7 100644
--- a/Python/getcwd.c
+++ b/Python/getcwd.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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.
diff --git a/Python/getmtime.c b/Python/getmtime.c
index 7f4d4a9572..55ec5a3b63 100644
--- a/Python/getmtime.c
+++ b/Python/getmtime.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 b4f215f5c2..b8e89ef146 100644
--- a/Python/getplatform.c
+++ b/Python/getplatform.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 360bea4351..bc235aa207 100644
--- a/Python/getversion.c
+++ b/Python/getversion.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 c2b3033fbb..a34d6c36d2 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 d34b4cf78d..8a7517e340 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 2f774db5d4..8b2f21ec84 100644
--- a/Python/importdl.h
+++ b/Python/importdl.h
@@ -6,11 +6,6 @@ extern "C" {
#endif
/***********************************************************
-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.
@@ -18,7 +13,6 @@ 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 */
diff --git a/Python/marshal.c b/Python/marshal.c
index 4e226baee2..8fcbe3a840 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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.
diff --git a/Python/memmove.c b/Python/memmove.c
index a062a3c1c3..267cf569b5 100644
--- a/Python/memmove.c
+++ b/Python/memmove.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 603bd764ef..4a206a1334 100644
--- a/Python/modsupport.c
+++ b/Python/modsupport.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 a80faa7078..f785c51e31 100644
--- a/Python/mystrtoul.c
+++ b/Python/mystrtoul.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 9306a57715..34d913bced 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 9c9897d46a..1d16db5c90 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 8e949a04d4..2249ed93c7 100644
--- a/Python/sigcheck.c
+++ b/Python/sigcheck.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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
diff --git a/Python/strerror.c b/Python/strerror.c
index cbb2aab698..5c2a2f0831 100644
--- a/Python/strerror.c
+++ b/Python/strerror.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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.
diff --git a/Python/structmember.c b/Python/structmember.c
index a64b4eb323..5b0ca90829 100644
--- a/Python/structmember.c
+++ b/Python/structmember.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 2a30934b35..e0fca9535c 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 6d5d77cc49..f3c1d452a4 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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.
diff --git a/Python/thread_beos.h b/Python/thread_beos.h
index 60940bc0d9..f70c4dfa1b 100644
--- a/Python/thread_beos.h
+++ b/Python/thread_beos.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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)
******************************************************************/
diff --git a/Python/thread_cthread.h b/Python/thread_cthread.h
index 4f1c1c9d25..776e8e1adb 100644
--- a/Python/thread_cthread.h
+++ b/Python/thread_cthread.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 96646fe8ab..f2da913179 100644
--- a/Python/thread_foobar.h
+++ b/Python/thread_foobar.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/*
diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h
index e29bfa5253..fcfabf5783 100644
--- a/Python/thread_lwp.h
+++ b/Python/thread_lwp.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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>
diff --git a/Python/thread_nt.h b/Python/thread_nt.h
index 7704b58ff5..aaa3b23be7 100644
--- a/Python/thread_nt.h
+++ b/Python/thread_nt.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 */
diff --git a/Python/thread_pth.h b/Python/thread_pth.h
index 93af4ee244..60e0b25aa8 100644
--- a/Python/thread_pth.h
+++ b/Python/thread_pth.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h
index 6d0342e751..e788d82e55 100644
--- a/Python/thread_pthread.h
+++ b/Python/thread_pthread.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 e0d2c9ce88..942097a733 100644
--- a/Python/thread_sgi.h
+++ b/Python/thread_sgi.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h
index ce9b98c583..15e286aebe 100644
--- a/Python/thread_solaris.h
+++ b/Python/thread_solaris.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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>
diff --git a/Python/thread_wince.h b/Python/thread_wince.h
index b069dced55..a5423f6de4 100644
--- a/Python/thread_wince.h
+++ b/Python/thread_wince.h
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 a9ae5f9eda..8f6ff72190 100644
--- a/Python/traceback.c
+++ b/Python/traceback.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
@@ -11,7 +6,6 @@ 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 */