]> granicus.if.org Git - python/commitdiff
Change copyright notice - 2nd try.
authorGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 23:58:06 +0000 (23:58 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 23:58:06 +0000 (23:58 +0000)
191 files changed:
Include/Python.h
Include/abstract.h
Include/bitset.h
Include/bufferobject.h
Include/ceval.h
Include/classobject.h
Include/cobject.h
Include/compile.h
Include/dictobject.h
Include/errcode.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/marshal.h
Include/metagrammar.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/mymalloc.h
Include/myproto.h
Include/myselect.h
Include/mytime.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/osdefs.h
Include/parsetok.h
Include/patchlevel.h
Include/pgenheaders.h
Include/pydebug.h
Include/pyerrors.h
Include/pystate.h
Include/pythonrun.h
Include/pythread.h
Include/rangeobject.h
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Modules/almodule.c
Modules/arraymodule.c
Modules/audioop.c
Modules/bsddbmodule.c
Modules/cdmodule.c
Modules/cgensupport.c
Modules/cgensupport.h
Modules/clmodule.c
Modules/config.c.in
Modules/cstubs
Modules/dbmmodule.c
Modules/dlmodule.c
Modules/errnomodule.c
Modules/fcntlmodule.c
Modules/flmodule.c
Modules/fmmodule.c
Modules/gdbmmodule.c
Modules/getpath.c
Modules/glmodule.c
Modules/grpmodule.c
Modules/imageop.c
Modules/imgfile.c
Modules/main.c
Modules/mathmodule.c
Modules/md5module.c
Modules/mpzmodule.c
Modules/newmodule.c
Modules/parsermodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/regexmodule.c
Modules/resource.c
Modules/selectmodule.c
Modules/sgimodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/stropmodule.c
Modules/structmodule.c
Modules/sunaudiodev.c
Modules/svmodule.c
Modules/threadmodule.c
Modules/timemodule.c
Modules/xxmodule.c
Modules/yuv.h
Modules/yuvconvert.c
Objects/abstract.c
Objects/bufferobject.c
Objects/classobject.c
Objects/cobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/funcobject.c
Objects/intobject.c
Objects/listobject.c
Objects/longobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/rangeobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/xxobject.c
PC/config.c
PC/getpathp.c
PC/os2vacpp/config.c
PC/os2vacpp/getpathp.c
Parser/acceler.c
Parser/assert.h
Parser/bitset.c
Parser/firstsets.c
Parser/grammar.c
Parser/grammar1.c
Parser/intrcheck.c
Parser/listnode.c
Parser/metagrammar.c
Parser/myreadline.c
Parser/node.c
Parser/parser.c
Parser/parser.h
Parser/parsetok.c
Parser/pgen.c
Parser/pgen.h
Parser/pgenmain.c
Parser/printgrammar.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/atof.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/dynload_aix.c
Python/dynload_beos.c
Python/dynload_dl.c
Python/dynload_hpux.c
Python/dynload_mac.c
Python/dynload_next.c
Python/dynload_os2.c
Python/dynload_shlib.c
Python/dynload_stub.c
Python/dynload_win.c
Python/errors.c
Python/fmod.c
Python/frozen.c
Python/frozenmain.c
Python/getargs.c
Python/getcompiler.c
Python/getcwd.c
Python/getmtime.c
Python/getplatform.c
Python/getversion.c
Python/import.c
Python/importdl.c
Python/importdl.h
Python/marshal.c
Python/memmove.c
Python/modsupport.c
Python/mystrtoul.c
Python/pystate.c
Python/pythonrun.c
Python/sigcheck.c
Python/strerror.c
Python/structmember.c
Python/sysmodule.c
Python/thread.c
Python/thread_beos.h
Python/thread_cthread.h
Python/thread_foobar.h
Python/thread_lwp.h
Python/thread_nt.h
Python/thread_pth.h
Python/thread_pthread.h
Python/thread_sgi.h
Python/thread_solaris.h
Python/thread_wince.h
Python/traceback.c
Tools/modulator/Templates/copyright

index fb9672ae1fc3aac1845eab2c75bbed15a5572d5f..b3b07e0183e343814b963275356da792781fcda5 100644 (file)
@@ -3,11 +3,6 @@
 /* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
 
 /***********************************************************
-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.
@@ -15,7 +10,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 nearly all Python header files */
index adace8badd51b2904e2ca8d42279a7efcb47781c..f1808061f12879c9bc78c37af6cf62197391f98f 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Abstract Object Interface (many thanks to Jim Fulton) */
index 2464b8060fca830a23381b2416bb934b3c3da692..a6905b203c4a665bee43eb8e4d5d781cf507ed59 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Bitset interface */
index 7949d53c648a167ec091e9b5658dcd95d1118958..da978c258a45b35ade12eef36e59e22041993b34 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Buffer object interface */
index be873124c5ad3c82932c603dada7e4764b93b812..b0f5e144eb5c4e82f228fcead7702bd5a850188a 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Interface to random parts in ceval.c */
index 288b68edd12845bb92294cb351292c119fbfbe41..7fcf6ec7896185464a15680780d99fc61610b002 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Class object interface */
index 9fd3ba6631f0f7f9f2cbeea099834c2a9691de89..49c54509a0ed7372713f7dcf35b70b7f911ffe19 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* C objects to be exported from one extension module to another.
index bbca6c17de1ecf9c9f9f1e8d3f49b42c7d688c79..de1b5792dcf4d1ee6491a5ffcf59be2e7ea19c6e 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 bytecode */
index f34d4d3b432bf3cd2dcb2054eb86c5394ccb8d5d..54e5751a45d3ea1be8de746dd31d68ce96d158bb 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Dictionary object type -- mapping from hashable object to object */
index ba00511c41ac6b4da8dcf11e7561f64be3fe218d..b872e182062a1dfc9fafe2c3f2435bc530a56b38 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 codes passed around between file input, tokenizer, parser and
index 99c9eeafaa322f95c2ce858f5f19ab9cea6271bc..dd1cfa3692c5379e496597196212e2a3d136da98 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Interface to execute compiled code */
index 94081788e23980868ec69f778490b6861161666e..c30d63baa052919286d0483c18a0dc1594698900 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* File object interface */
index 830951e76a0c92529979725b8ac8bb0b3f1bf9e4..2d104679fe89ffb0cf75cc7832d2ba0bf90c9459 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Float object interface */
index c51f58f9a3cc5898e0cf3ac18992998bc50946b8..58545fb9238069d7ed651a0b4f8b27baafc2fa53 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Frame object interface */
index 2110ef87aaabd5ea627e898ad5a910f05a5255f6..dc9a9426dc032eb1566a2227addba458c9eb3d90 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Function object interface */
index a469ca51c6c25548b16d0b115d1d0c44aaa471ab..a15316eca280829cd2c1fe694db056b1b3096e35 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Grammar interface */
index 50ca53e93620685087123dfd9a183ba3eb22ca29..ec73d02a8f52b2375cb8aa5f209bb3a3907401cc 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 interface */
index b61326739b7ce63c1dac72a88c2df6ce574eb219..50a74746b20144c82de104845ccb5adf0b41acc2 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Integer object interface */
index fb2d3962563656e8f331996b28b7499276587b26..8d5dcd3f50fc014964c030147f577a550e7d7ce1 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 extern DL_IMPORT(int) PyOS_InterruptOccurred Py_PROTO((void));
index 84478c2e4c7f3cfc205b17b507daf97da838421d..e6f008ed1fa02105cdc12707d4d5594ad1de283b 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* List object interface */
index 2f56d87b6473db4f438eaab9a62439406ccb7885..9b08397524e3c376bd0bc33e34e7d26a627234c0 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 is published for the benefit of "friend" marshal.c only. */
index 9cfcce7d5b455ea7198a4358cd8243e503e63c87..aed56ef4f72bfc65dae3de70f13a05421252a0b3 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Long (arbitrary precision) integer object interface */
index 486db9369b55e1fdea1b733490b1464c5c996293..d9498a7ce802c315eada850b302436ef06cd7274 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Interface for marshal.c */
index a65242b10b304762d553d88ce20effeed616d7c7..cef685a714d55c9e6a78d9f8806a046f6bde1999 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 #define MSTART 256
index 9d134a8579d28069e39888d77259c8da00ff0a1b..c01e8a8f6a2933c361348913d06ffb4bff0e799f 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Method object interface */
index 7a947d460937d5c8a7ed758ce46f5875d87fe688..86dbb0e648e2e24fa6cf95f57c2837a758062e3a 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 interface */
index 195da54ccdc95b21ba4b3e10646a6d881762a487..845b6ffab7a4d055a73243f4086a2485ae449f56 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 object interface */
index 4c9b52da24e80604a75fa1907125e00da59b3763..3d6ab063d629f77fb5dd52d3f3fddb953ec2d91f 100644 (file)
@@ -1,11 +1,6 @@
 #ifndef Py_MYMALLOC_H
 #define Py_MYMALLOC_H
 /***********************************************************
-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.
@@ -13,7 +8,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.
-
 ******************************************************************/
 
 /* Lowest-level memory allocation interface */
index 1ffbb3fd83e372835fa260e236bcb552142c5966..40abdea83725dc418306a9b32c11c1e0594cda96 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 HAVE_PROTOTYPES
index 8e8f81f0e3ce6ff0a7c3dbb7151aac0d31b4ea28..6696251b3b454ffd558f36fd3e85fa02c580070f 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 file for users of select() */
index 2933247ab9b20c5f343ab47f797397e38fd99aab..40670d9dd23f947fc04a3a3fc1eeb4fae108b057 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 file instead of <time.h> and/or <sys/time.h> */
index bc1522051902e28c3994851a0e560d0130f392da..55fcd0f6bce967e85891345e7cab232d11f61075 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Parse tree node interface */
index f8c27d2f9441365686d57441b7b61f612f0aab27..6be720c2d261ea6351c3dbe54cead98ea5fa98f0 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Object and type object interface */
index 6fc9bf38d7c8cb5e89598185648fa4b9aedf201c..665cec59eb41d2441f9676d2254fc3b47cfb5527 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 "mymalloc.h"
index fdcaecb66eb51b8fb724852040af940570ac15aa..630d5dd37692fc10c121062665f4dcd44e5ce47c 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Instruction opcodes for compiled code */
index 37af08df4d6dcacff6415b188cab63bc995dc6bc..06d0e2f81da2127e1c9abf8ca6eb7bf84987c9ca 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Operating system dependencies */
index 0d63ea50f4d34ce2b3ffabf31bd5ab766d8618a0..151990d06af61a42806cc060a8319d4da5c17ac4 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Parser-tokenizer link interface */
index a7755a38364948289b73b2284c0a8b91c83e6edf..1471a31f0a8d0ae263e551b9190ba8bce8f8ec35 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Newfangled version identification scheme.
index dbb4173cc2a2804fe8e98a4a6af50405b0c4a0d5..3834ff242d59b79618cb72fe3ef28ab1d607e601 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 files and extern declarations used by most of the parser. */
index c84c8e1ee35403837f9f29ca4742855506e8a2a8..b286313505a6e841b9850070dcf82ec9dd6a37e8 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 #ifndef Py_PYDEBUG_H
index 361cfa0ef067e6acaf8bd04cc3e68563f029a4fb..e521fe2bad67b620c86f4b1d5b0ba05929d77d33 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 definitions */
index 9d589b749c6475969005db8f072921dcfd6c4719..de821f50764e8b945f54996bba0c5c3f734e642e 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 */
index 0f0e0bc341843610e95a89b528ab4dff9dfc1db6..bb5b6fd1617ab15ffbb521dfccd39533ce2f1ed6 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Interfaces to parse and execute pieces of python code */
index d9a273fd06f23b167307561e875df11ad4299c02..7d4e0ea5f269b3fb498bfdb2479d4671b1855861 100644 (file)
@@ -2,11 +2,6 @@
 #define Py_PYTHREAD_H
 
 /***********************************************************
-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.
@@ -14,7 +9,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.
-
 ******************************************************************/
 
 #define NO_EXIT_PROG           /* don't define PyThread_exit_prog() */
index 8a48be3a6736fbce2cc8ac292581750d781a578d..77398697f49ba32bb59beb1d187b60aacc9a480c 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Range object interface */
index 17f43ee07167303e05e371f3c198c98ad18ae72b..377ab251737d3db4743ffa8ff0114e0940b425ba 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* String object interface */
index 001e12130838df1b1057351daec8f77157b11043..ff62c69f6ee5bdd6439e4f6324cffa8673e7ed35 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Interface to map C struct members to Python object attributes */
index 6a2c08a8751caeb090a394c2a650c0a94e80d5c6..2dee5302507b425750c2b85c3fd8de24e5d5d6dd 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 interface */
index 43136e49584da7f3e7bd6fc65f3b3d21d9a0bd95..4b256576af20ffae1729298fb91dd919810614a2 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Token types */
index 3150d8726740bdbfa8a85bb4bc05af8b04d6f093..cb6599e125a02e52eec4595e93e38e6dad67658a 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 interface */
index a02e66073698773f9a0c11e93ce9187dc379f3f9..1630efa81a757b825847e8e4ec4a7a2e2c57f53e 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Tuple object interface */
index 815dd04f825aa96e2b6193231bb6c0c45492a2a0..13c9ebc30563c54536f583f961513dc1b64022df 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 #define OLD_INTERFACE          /* define for pre-Irix 6 interface */
index c59beb05786b1f37a9d779148772695d49ead9ad..ba5105cc0c0861f843ba755c4934bda358622f0a 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Array object implementation */
index 43824b286b9a143e34b65dd2fe7ce1cff5e514d7..cc5634de4717dfd1fddffb2389a53edb45ef9905 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* audioopmodule - Module to detect peak values in arrays */
index 36e7ca82187d423881c192fd438317d95d3c0120..23c2894ce10dc653c3142826661bf643ca9e11e4 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Berkeley DB interface.
index ceef23d94a6bccb60d66763f7657e3ec60fcc4ab..614eca1b06f555b3332c23c94157fd4c559f96d0 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* CD module -- interface to Mark Callow's and Roger Chickering's */
index 06ae6638c8a0dcae943e40d4b6e5c2b401c0ef5f..23fb2a983bf4ab28e3d1abe21fc3232b0b769322 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Functions used by cgen output */
index 30701befa70c7cb6a454fdee1a7e6dde84a7466f..e70720b3f2752c78a8b422b5212d0d91833516fc 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 used by cgen output */
index b6e1a0aaabc2e27df1bc69ba1dc1cf99d00d262d..ff4c1593b35567766b1b6e8a60ab08ff40a2e0e7 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 
index e64e5722bf2dae500d666c127edd1c8d2b11e43f..08358db41aae92e7551a0ce5a630cd9c3d0bf2be 100644 (file)
@@ -1,9 +1,4 @@
 /* -*- C -*- ***********************************************
-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 configuration */
index 88d57c55be91c303881dd50e57dc949c994cb9cc..257f8c65203f880c6c64070f57c2fcf175a4f6ad 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /*
index a2ee516905d158f3e27f63822c48501a5f7d6c3c..53db0fa6a7e696c18da4c54fa487323c3ac05f7f 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* DBM module using dictionary interface */
index d6df199f01eeeb84df9caf3641b7be018781d209..6a0a113b61dc47b3a6d2bdf07ebcd77bff9614f4 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* dl module */
index 9ae6b00dfedb9f61f500b885aadc5b78e79bc245..67775903831108b4a1fab96f4ae4c32880504723 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Errno module */
index 5a3e6a91dff2fed1cf48a54047515de7e5984e10..07551714227736e6279ee3c4734efb6d5885b227 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* fcntl module */
index e3bf3881dd5994318733cf974ce3879500eec519..6f22f6e2ade3e2048937a3f16a263af3f8362ce7 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* FL module -- interface to Mark Overmars' FORMS Library. */
index 407255e7f5cbe664bcdb758ea33c5b471620781e..65dffece3b9f851fadd87e8bb857b4c018b6dab0 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Font Manager module */
index 00b8c6335ba9aebe745da23b89cd568479ae6a87..1e72988625131ab7d67dd8494d30ad6575b8108e 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* DBM module using dictionary interface */
index 3d12f4435d5d99c4fb0a33656bc51c01520a3e5a..010fbaabef6173972063e9079e1aa852517cc646 100644 (file)
@@ -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 initial module search path. */
index 85a2efe04e50a8c98e85525b2e7d4c68d8698de1..bb14c65784c21f452daf04a33018205edb543cc4 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /*
index eac1b9987ff7807682f03885619f8562b73dcc50..00d8af3b03217033eabe15196200173d70c8091a 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* UNIX group file access module */
index 825e4fa05903334ae5498ed5d3e74d5f6f13ef79..108d4504be1e8e3bb0a3dba85b747c477f4bbf4f 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* imageopmodule - Various operations on pictures */
index 2d72ec8fb20c2a8fc8f9bb78608496d0871ff062..5bab5403670a7654cbef9a351ac6a2d808efe475 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* IMGFILE module - Interface to sgi libimage */
index 254f6247f1202068a3dc45e1614f41fe0f134dea..90a3961fef87fa48db80a81e5d08c1a21170dfd0 100644 (file)
@@ -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 */
index ed4e9c268b063ac10b37ac7b88551347fd54951f..45a865c47dfd77d24372083575f3ade29f153bbd 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Math module -- standard C math library functions, pi and e */
index 37094a365ad1e29b1743fa7a7a3eb82bb24a101c..53f987a36daa2002cd8ff61b93981dddacc71335 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* MD5 module */
index 38fa221f4d936fd84d643a57b739816a1dd9c383..62478b88920154a0669606802d23743adcd3eafb 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* MPZ module */
index 1cf068f091f882ed9e14f49392eeb7d9899206c6..0a0760ae233da1c85d3276f1c88293e6b8e2351a 100644 (file)
@@ -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 new -- create new objects of various types */
index d69d460ef5184291e907c91362667f3e17347736..4bcf1726e9f0bb74d8a0b8c3cec400e48f9d72e8 100644 (file)
@@ -76,11 +76,6 @@ typedef int (*SeqInserter) (PyObject* sequence,
  */
 
 /***********************************************************
-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.
@@ -88,7 +83,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.
-
 ******************************************************************/
 
 static PyObject*
index d46cbd9c871bbb4d9c22bd1d0899fe16efd5730f..d85b91cc0b49753d1c47cd1f74bb2ff2f70eacd5 100644 (file)
@@ -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 module implementation */
index 3c5401ab8b32323dd70397c3d22ff8f9dfd7e945..cfb2c034fa4b8573b84e64acd3383657ac62832e 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* UNIX password file access module */
index dc3dbdb35cbf5d3428265d904c8856069c06b1d6..2455b0639c22589b5487d22ac2aba5d438fb36a3 100644 (file)
@@ -4,11 +4,6 @@ XXX support mstop parameter on search
 */
 
 /***********************************************************
-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.
@@ -16,7 +11,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.
-
 ******************************************************************/
 
 /* Regular expression objects */
index 59bd3e61c2215fe3cdb5d745cbabecdb10662fbb..98a77efe332694696872a05229784fd04046bc8e 100644 (file)
@@ -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"
index 0742f5a4a13e992c33a1b33ae0f2f496a0709540..34300771987332fdb520e16bd4df63a22c2b9912 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* select - Module containing unix select(2) call.
index 93aa12f140bae1bea411821deed4a2e7ee219197..d0a4cc903517c70b16d1d3df8b035605455e0a34 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* SGI module -- random SGI-specific things */
index 004cefa2bc711b283e7faa6322b65131e950f893..f75ec43118613423a574c5b84171a760c94d908f 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Signal module -- many thanks to Lance Ellinghaus */
index 5c5eaa3d2be75eb40042f6c4ac6fb83b2aee4212..6502ced1fe2f023ba89d81ea38e8f80169ed0bb9 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Socket module */
index 4f3082d2a341b3b58b566b9a4b251b7cd52e3238..2950b15c81e2b1401cf53b7f44fac07955062db0 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* strop module */
index 5411363e61cc77e0f6544b0745aff3f5256fd7af..5b52a396db99b13c58a246c7a8391ce74cbf845b 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* struct module -- pack values into and (out of) strings */
index b41ca8bb4b04e3537edcd32e858397de3848a92b..89a59b7f4c6534a8c007142910fac8f9e62c7fbf 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Sad objects */
index 1b0325cc2964f482c1d911bc845a26c7895dafd8..9e311b52853cfda6c0f5832ad81df625471bf5b5 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* SV module -- interface to the Indigo video board */
index 80a8c4fc289426105baee843728f97f2505312e9..ab6340f5570d277ee9a08dab9e85d0242ab61451 100644 (file)
@@ -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 module */
index 38849f40b1533152d07ac823c49241d7e4727ed4..aa0be8015f2e3316d724f16908cf19aabcc27cc5 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Time module */
index 67b5474c1b4ea19391ca9611e042f46dc546eb91..c9d96f7af9f8f459abde528d1d113322d402288f 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Use this file as a template to start implementing a module that
index 2424c558377fe8f0f308e54064d821cea139b474..1b7db6266eacf8ecb5c6ab0208c40b328e83ce79 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 #ifndef Py_YUV_H
index ab1e3e29a72cac35d7d94bc716715173a244aede..3a5c03672eac1564c0acbc34ad5c210a8354607f 100644 (file)
@@ -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 "yuv.h"
index 9da4173a90aa134c08c1d21e6148f92a42c4cd93..1800912548f136262484b22a924aa0a99aa9ea34 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Abstract Object Interface (many thanks to Jim Fulton) */
index 8f82cd01b8b2a8f46b0c655322f37099120dbe10..9bce20e89a5ef172879790bd041460975fd0bd45 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Buffer object implementation */
index 3ea321721066bf4845d273ec7d4be0846fa49fac..4a7de7b46cbee00ad5abe773eba2067c08e2f514 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Class object implementation */
index 387c30eb0f4b4dcf8c130c9a3d5fbeeaac49cffe..b184acb27928280598842184970ed0c98abb16ab 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Wrap void* pointers to be passed between C modules */
index df8cf5a73cb7e5ae446a86b5f98ba22d4a6de4d3..7ef8a512681cf40c73c858226ee00ca04efb6524 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Complex object implementation */
index fb6b8581f86f3de43c19eb46bf96c6889690f9f2..fd0ad10e94e5603a3fe26afdd11249f7706d2868 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Dictionary object implementation using a hash table */
index e919baef74abb4b5a6ac76407825df6ca02be5b5..5d2ef8fca7a950ef5e09122365eae8d43c6349e8 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* File object implementation */
index 8bde6f6c030206dc0549194740b4851499f8e77e..55fcd06b95c85504cfdfcf33a1435ff832ec9b5d 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Float object implementation */
index c7ed0bd382c0d890350e9990006c65f664ec8fca..fcf25fdef01629cc06b9a015ac510a6317e41714 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Frame object implementation */
index 94f515da3a354f8ebeb3289d980d2bb074b3acdd..289a29f21d7263487a8f747820bf21ac4a2a3076 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Function object implementation */
index 3b7f8e19a5f73d654ffab5cd78278753d7761314..ba3dde1b738a1316e33bdfc06d431699d315b9c2 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Integer object implementation */
index 52fe448a298de074acfd19567f3d8aefaf40bee5..2cf381f74f367f238e927bc170db23f8b3c4ead6 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* List object implementation */
index c539e50b35646f3c2e695fad7b8038e83982176c..c67d48fb976628e49d893184df6875e31a4bc587 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Long (arbitrary precision) integer object implementation */
index c21d22c809590c8fa0bc63d7b8d18ec48e26bdbf..4874c285043cda6e75a9e9c25e65de25607f33e1 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Method object implementation */
index 2f23cc6ff4fa4c40d240900ce29ebaffb4656b6b..23b630c89137bfa96d5082ac426a7d18f609305c 100644 (file)
@@ -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 object implementation */
index 91be3a6d8c0dae525aea90bb6dc75f20dc6a5ee5..4479e7dba12f0c046dc61a96e8a16324d243a07e 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Generic object operations; and implementation of None (NoObject) */
index 7eb2dc38f5acc973317998cf5ef68228ebe233cf..558130ea8eeb6dbcde3481a2f44247a00ef98fcc 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Range object implementation */
index 3b7fcde09ac8d0a4075ca936af106f5d4ff07315..b547aa34bdf5e89e84797ddeb29eff24c57b8773 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* String object implementation */
index 8d13d13b2def7c4c5a421a1ffe04ac5afcc384bc..f39f6c0885872887345b403ba479c64e0b9ceb87 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Tuple object implementation */
index 43a7e59024702780487a96ac31482f80648b5990..059f7ce26402d5538f3d9eade9ac6e2feaa14085 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Type object implementation */
index 6309931f15e3d50aa3c5ce3ae743de98094edbbe..bb8a4022e3f0d13793a56d87d44323286a8ec73b 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Use this file as a template to start implementing a new object type.
index a652560cb3bad194cb1a71e8adc1825f2f75ba92..f85415d8311acea3c28749e7aee3557d81a0de31 100644 (file)
@@ -1,9 +1,4 @@
 /* -*- C -*- ***********************************************
-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 configuration */
index 5bfcadc3b1a3c7de93fe92dca6b2970da095f00d..ea388f2a98f52f293388cffe38d8668a283e271a 100644 (file)
@@ -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 initial module search path. */
index a0d870868e420b6bec62457f2c37ca178140f226..3b8f85406b360259ec213a1792ae3bb24a7a6bd2 100644 (file)
@@ -1,9 +1,4 @@
 /* -*- C -*- ***********************************************
-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 configuration */
index 17c96e3cfe0fc8e162b7a911a8c7c4b522e1a125..f796851493337e519752afcf0747602dc69350fd 100644 (file)
@@ -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 initial module search path. */
index 4f6eb54e5c7aca87b1f9089329b17c5b3f0eb5e0..b20322d13e81ace6a5ed531774fd79da9548b397 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Parser accelerator module */
index 92e7909c2cd9456a65398ce2a5153b521e215600..e97534e791a0c9c3ca2847b49111c0426055e62d 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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 MPW /* This is for MPW's File command */
index ba6666e4df2b7e637113c328b3f7e6942a0b9904..fba9331fe55a64da64a4e08eb4887e6d0f944735 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Bitset primitives used by the parser generator */
index 5097feaed0866709b58835629ae1e61b4a9712da..c7127c13151753c45f1c7518fe31d89206b6adf0 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Computation of FIRST stets */
index 84bba8a2a899766dbad63fdbdddea642c70bf99d..6fbb843966873f931f33110036f609331fa1b6ba 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Grammar implementation */
index 781485d507b1eb6cda3c25b3e49a889298849caf..f9a24c00f7bb9326c8817f7568d10daf1a2bf385 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Grammar subroutines needed by parser */
index b37819210041caba42ce9f8ae552de457c7841b0..3d4a27fa6d0f305efb0aaab4514219f17a45dd89 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Check for interrupts */
index f866df22d0d7975e8640f61b76f5562367e1e8e7..24559f50f3c238c1254be573eb79dfa5a8c24cea 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* List a node on a file */
index d1fbf985c411478cc18e9ded19369a18b0f2aeb2..589d7accaf3f4145fd7836dd50c731177ca84e7c 100644 (file)
@@ -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 "pgenheaders.h"
index 24f62592d06c773a7b8a3d3e47ee1de9884ba1f2..22a05cfc96836e2f25ad3d97db62aea38cbc4a9d 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Readline interface for tokenizer.c and [raw_]input() in bltinmodule.c.
index 158b9e23419e24b8a9fddfdca1130a32db879772..5cef376d621c04b93137f57be04013bd5033a097 100644 (file)
@@ -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 <limits.h>
index c3e5bc0608a5f9230e2ba36945cd8359d94e3f57..fb1a05152a60c8880dd782c94e20e26de0389667 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Parser implementation */
index c4bb92280f997daae705be2cdfef4dfe521aabe6..0fd0081f0ce88c3e9315b68c0f1fd8ba385badf4 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Parser interface */
index cff5af10402299c7f0770965a5306892c0635b7f..1d6e024ae0e3770b008afc9b5493e4182ba8cea8 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Parser-tokenizer link implementation */
index 7f9292bd3db3a3d13f2fa92eca56302c7859075d..36279b0b227546c4a33820d58dffd147418df74a 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Parser generator */
index 90380560e06afb6e5b1767fdde243583ff20d4fb..a20a0c24c2825206df316ec5d25a47ab1c368e04 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Parser generator interface */
index bde77a1fde6fadf0bb0e9d1375d38aec5fa3b902..ef24d75307ade8da9c05427d4e0c63b6d295f04a 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Parser generator main program */
index 0ce75993ef34f33ad7095cae16e16d9abd359e2e..e3a87aaa57f51564270b475435f0e4d1bf6958cb 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Print a bunch of C initializers that represent a grammar */
index f4c08b99200afc846acfa5c978efcbf9611303b4..ef0d7118b8c10e210cd8d5474522c9b0ce45e03b 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /* Tokenizer implementation */
index bfae39f311fc3f70fa0270f0d81986127e645986..0a717fe08bf862ce32d33e3ff3d4708ec29d3bd4 100644 (file)
@@ -5,11 +5,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.
@@ -17,7 +12,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.
-
 ******************************************************************/
 
 /* Tokenizer interface */
index db4f706a117ca51c6c1741106b42a6baa0cdbdd0..34fd9512c7d7041fa7c88e4d5908c90e29597101 100644 (file)
@@ -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...
index 51414e9c36bd109b07a3291d13c1b3793647290e..bbd9969a9332a4524690a5b604983e903636f930 100644 (file)
@@ -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 */
index 70e3d0028545102324574eb8bb2063af16c8983d..dfd477693b84db972a8f4d3553be263ea90234e3 100644 (file)
@@ -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 */
index b75bf450025d6a5ad21468948b2135b581e00601..d713c7e250a99ec3a3a4f7e006d29af135adccf2 100644 (file)
@@ -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 */
index b878f019279b95a5d58ef231f203e7dda343e599..9c6b60ab88cedd855b2b68fcf5bbd229cd30fa4c 100644 (file)
@@ -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 */
index a31534ffdd49659586359652626ea84aac0c9aa0..86ba71104afd701c3aa650d3875224baded62984 100644 (file)
@@ -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 */
index 303f887fc9209e89e949facbb9c1d5d5f1db371f..af95254f3344498ebbe580be3ae1a9bb25e888df 100644 (file)
@@ -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 */
index 14b54b8ecb528c28712e409e256578fe3782c180..4624b64938e2e7b7aa275c4cd875e5bbf7da5030 100644 (file)
@@ -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 */
index 7fcf7c8fea5126e42f573a513e3775ecf77cd7f2..697895672dfd6b9ee9671daa46251ea2550024bc 100644 (file)
@@ -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 */
index 32ccb01b58253d63596c3226adf580836eee8072..2d02cc662371bf8084f40fcd7023c73663e1ccf6 100644 (file)
@@ -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 */
index 03c6f6703e08f7238fea8dcd131fab9e43ef1eeb..5ccfd8152d72de919f492f3262f4cd60a6fe92ea 100644 (file)
@@ -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 */
index 279e2403d7bacaa102a133d273ff1c7c2b1e2d87..6a56648f0f481a22dfa0beef5f1f7ab72d79ed8f 100644 (file)
@@ -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 */
index f26dec8d1334ba10f61042e541cd31a6e40e4bdc..978cc84af5f91b6b78ee01cfd7e9626c9f0558f6 100644 (file)
@@ -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
index b610ebb2ed65295afbd7625c60f3c044b74d1e62..50e374401198756e8e486464386410fde65ea3b2 100644 (file)
@@ -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 */
index 72a132b3bf2426c2b57404d4a12613fb6e4f77ce..d2aa3dd603f67a25b82f52ba1ec352f409fd0f11 100644 (file)
@@ -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 */
index b983b549e92d31a527c17d7294c554e0a1edd0e3..07283bc12da13f3f9210e9b80a78b63be591fa33 100644 (file)
@@ -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 */
index 35a443dd7c94f69be497f03f9623a31d59092a94..d2a7353c1c1770cf80845361deb10766e6dde698 100644 (file)
@@ -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 */
index bf4ab86f01dbd80770acc63d1c6323f1a5b69b98..2fb1c2e8b6b61e65712d843716ad7e4eed91fc1b 100644 (file)
@@ -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 */
index 496c35555223a6fc011a2b6ed1bde3a18499b87c..c1a5d6b8e01ca5427d1219b9ccf3f36c14f78ae6 100644 (file)
@@ -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 */
index f0b1183aa6f10aad7943a435c20c28105fa4c983..9ceb738e216f329c7b37c70ae59cb114d0837b27 100644 (file)
@@ -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. */
index 0f1ce1063267440d7c83c00b8ef02903a658ba00..7646d835a722f79778860437d4d343629ca27039 100644 (file)
@@ -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.
index 7f4d4a9572f3259b88b717466e069daaee0f3ce2..55ec5a3b635c906301eba80e5009d8d3c3101c0b 100644 (file)
@@ -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 */
index b4f215f5c22f7ebeb29b69f5a68363ba1e81b996..b8e89ef1467e055926ea17a269b21034ee62f163 100644 (file)
@@ -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"
index 360bea43513c97daa48c97d7e5eef6d8b427912b..bc235aa207c50932dd3e946959cb5a2ee27a47d0 100644 (file)
@@ -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. */
index c2b3033fbb017f3a69406e6a64f6c0124eb3b39f..a34d6c36d2ebe28fee646f531d634706a0761117 100644 (file)
@@ -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 */
index d34b4cf78d5e72fe5d7034dc3c7a2c13a9c88de9..8a7517e3403ac8c1bdb5e1a887bc338ea9676c98 100644 (file)
@@ -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 */
index 2f774db5d4a856c135beee4dae884a456ceee698..8b2f21ec840266435ea8e860d217cfc08dd2c008 100644 (file)
@@ -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 */
index 4e226baee2b03a0db074a6230c3d3fb1737124a7..8fcbe3a840d4de580df4dabfaed38c4606df6ae9 100644 (file)
@@ -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.
index a062a3c1c3912512c2659174e748b5af21b5a71b..267cf569b5a8732b8900e7fbda1ab0d032e24df2 100644 (file)
@@ -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 */
index 603bd764efa9e4affda0ce62cdce68f365748ab5..4a206a13344af9bc8f937178722ac6a24a5a9c05 100644 (file)
@@ -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 */
index a80faa70782cbe89f241ce3b9440c6d9ff8d03fa..f785c51e31a207ca31bff6bd239c7d581bdc8c2e 100644 (file)
@@ -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"
index 9306a57715a747c1d626dd1623de28676350d5f3..34d913bcedf97c8b344740298f7884f12a687002 100644 (file)
@@ -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 */
index 9c9897d46a9bb2fa3984f6db247e8bec9b912d05..1d16db5c90026a41a7a164cdc4a9b91baeefa6d9 100644 (file)
@@ -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 */
index 8e949a04d4d30e8c1773430f26048968a3802765..2249ed93c7f691eea3503746670bbf81f6153aaf 100644 (file)
@@ -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
index cbb2aab69830510be5f5f178d229c16b4459059a..5c2a2f08317cf7671a0fd4772afb1496da022c30 100644 (file)
@@ -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.
index a64b4eb3232b977a59223a7892847aa46b79b21d..5b0ca908296a92b40d15535396aec2750b24edb5 100644 (file)
@@ -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 */
index 2a30934b3547197a4a923b8bcaf6586da4a09f03..e0fca9535cad52b50ce9db2eb63a560beb1f9743 100644 (file)
@@ -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 */
index 6d5d77cc49924eb8001db170f704c942d8fc5b79..f3c1d452a4951140062b49a7f4eae3ccc64af50a 100644 (file)
@@ -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.
index 60940bc0d945a280f84c19402735d2c46a488f4a..f70c4dfa1baced88f955e05d2e4e1da65a721df2 100644 (file)
@@ -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)
 ******************************************************************/
 
index 4f1c1c9d25951264bc79943b3da3f99dcc633e19..776e8e1adb9fffe940d135f9206900eb47364bbf 100644 (file)
@@ -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>
index 96646fe8ab8f941bff9732dc1664837ff12d5362..f2da913179a15e4bb709c6540f035300f9bc7cd8 100644 (file)
@@ -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.
-
 ******************************************************************/
 
 /*
index e29bfa5253d41e7154830aaaf9b6c50c2d138160..fcfabf57830e7b4bd9e2f3ffd7e92ceee4dfd99a 100644 (file)
@@ -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>
index 7704b58ff589781597404a564b71c9933b12d1b1..aaa3b23be74d31cd173b20795e447537eaca3727 100644 (file)
@@ -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 */
index 93af4ee2445d1633bee7e47605779a8f5b1d1b31..60e0b25aa833b101dd2014605a6a1c43740047ae 100644 (file)
@@ -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
index 6d0342e751ec55c15e4f02410f6b5df08ddd5ce4..e788d82e55c0fc87227d09637367bcab7b6dbfe3 100644 (file)
@@ -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 */
index e0d2c9ce887b17d9268a166e32e879f87d27f326..942097a73391bd7d857828c027f7955e3a5c4278 100644 (file)
@@ -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
index ce9b98c583a766c8d7fbfefa2062b043f8a31cea..15e286aebe7acc67311f10771c1da33281a6a6d3 100644 (file)
@@ -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>
index b069dced55065f62c22baf7c335b50f04248894f..a5423f6de4e708466e71e4c307977878fcc04e4a 100644 (file)
@@ -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) */
index a9ae5f9eda8675e53cef41002c9bcba2062f6154..8f6ff721905ec0439deaa7be8780b1ff0f3c3555 100644 (file)
@@ -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 */
index f0d492aa29fcb5384fb238d1a1b79606afc37ef7..98ff132dbb39c593de5a466f5c5c79eec98b340d 100644 (file)
@@ -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,5 +6,4 @@ All rights reserved.
 
 See the file "Misc/COPYRIGHT" for information on usage and
 redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
 ******************************************************************/