aboutsummaryrefslogtreecommitdiffstatshomepage
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 db4f706a117..34fd9512c7d 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 51414e9c36b..bbd9969a933 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 70e3d002854..dfd477693b8 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 b75bf450025..d713c7e250a 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 b878f019279..9c6b60ab88c 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 a31534ffdd4..86ba71104af 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 303f887fc92..af95254f334 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 14b54b8ecb5..4624b64938e 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 7fcf7c8fea5..697895672df 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 32ccb01b582..2d02cc66237 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 03c6f6703e0..5ccfd8152d7 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 279e2403d7b..6a56648f0f4 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 f26dec8d133..978cc84af5f 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 b610ebb2ed6..50e37440119 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 72a132b3bf2..d2aa3dd603f 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 b983b549e92..07283bc12da 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 35a443dd7c9..d2a7353c1c1 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 bf4ab86f01d..2fb1c2e8b6b 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 496c3555522..c1a5d6b8e01 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 f0b1183aa6f..9ceb738e216 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 0f1ce106326..7646d835a72 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 7f4d4a9572f..55ec5a3b635 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 b4f215f5c22..b8e89ef1467 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 360bea43513..bc235aa207c 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 c2b3033fbb0..a34d6c36d2e 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 d34b4cf78d5..8a7517e3403 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 2f774db5d4a..8b2f21ec840 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 4e226baee2b..8fcbe3a840d 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 a062a3c1c39..267cf569b5a 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 603bd764efa..4a206a13344 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 a80faa70782..f785c51e31a 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 9306a57715a..34d913bcedf 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 9c9897d46a9..1d16db5c900 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 8e949a04d4d..2249ed93c7f 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 cbb2aab6983..5c2a2f08317 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 a64b4eb3232..5b0ca908296 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 2a30934b354..e0fca9535ca 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 6d5d77cc499..f3c1d452a49 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 60940bc0d94..f70c4dfa1ba 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 4f1c1c9d259..776e8e1adb9 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 96646fe8ab8..f2da913179a 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 e29bfa5253d..fcfabf57830 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 7704b58ff58..aaa3b23be74 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 93af4ee2445..60e0b25aa83 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 6d0342e751e..e788d82e55c 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 e0d2c9ce887..942097a7339 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 ce9b98c583a..15e286aebe7 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 b069dced550..a5423f6de4e 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 a9ae5f9eda8..8f6ff721905 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 */