diff --git a/Include/Python.h b/Include/Python.h index fb9672ae1fc3..b3b07e0183e3 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -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 */ diff --git a/Include/abstract.h b/Include/abstract.h index adace8badd51..f1808061f128 100644 --- a/Include/abstract.h +++ b/Include/abstract.h @@ -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) */ diff --git a/Include/bitset.h b/Include/bitset.h index 2464b8060fca..a6905b203c4a 100644 --- a/Include/bitset.h +++ b/Include/bitset.h @@ -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 */ diff --git a/Include/bufferobject.h b/Include/bufferobject.h index 7949d53c648a..da978c258a45 100644 --- a/Include/bufferobject.h +++ b/Include/bufferobject.h @@ -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 */ diff --git a/Include/ceval.h b/Include/ceval.h index be873124c5ad..b0f5e144eb5c 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -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 */ diff --git a/Include/classobject.h b/Include/classobject.h index 288b68edd128..7fcf6ec78961 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -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 */ diff --git a/Include/cobject.h b/Include/cobject.h index 9fd3ba6631f0..49c54509a0ed 100644 --- a/Include/cobject.h +++ b/Include/cobject.h @@ -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. diff --git a/Include/compile.h b/Include/compile.h index bbca6c17de1e..de1b5792dcf4 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -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 */ diff --git a/Include/dictobject.h b/Include/dictobject.h index f34d4d3b432b..54e5751a45d3 100644 --- a/Include/dictobject.h +++ b/Include/dictobject.h @@ -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 */ diff --git a/Include/errcode.h b/Include/errcode.h index ba00511c41ac..b872e182062a 100644 --- a/Include/errcode.h +++ b/Include/errcode.h @@ -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 diff --git a/Include/eval.h b/Include/eval.h index 99c9eeafaa32..dd1cfa3692c5 100644 --- a/Include/eval.h +++ b/Include/eval.h @@ -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 */ diff --git a/Include/fileobject.h b/Include/fileobject.h index 94081788e239..c30d63baa052 100644 --- a/Include/fileobject.h +++ b/Include/fileobject.h @@ -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 */ diff --git a/Include/floatobject.h b/Include/floatobject.h index 830951e76a0c..2d104679fe89 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h @@ -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 */ diff --git a/Include/frameobject.h b/Include/frameobject.h index c51f58f9a3cc..58545fb92380 100644 --- a/Include/frameobject.h +++ b/Include/frameobject.h @@ -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 */ diff --git a/Include/funcobject.h b/Include/funcobject.h index 2110ef87aaab..dc9a9426dc03 100644 --- a/Include/funcobject.h +++ b/Include/funcobject.h @@ -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 */ diff --git a/Include/grammar.h b/Include/grammar.h index a469ca51c6c2..a15316eca280 100644 --- a/Include/grammar.h +++ b/Include/grammar.h @@ -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 */ diff --git a/Include/import.h b/Include/import.h index 50ca53e93620..ec73d02a8f52 100644 --- a/Include/import.h +++ b/Include/import.h @@ -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 */ diff --git a/Include/intobject.h b/Include/intobject.h index b61326739b7c..50a74746b201 100644 --- a/Include/intobject.h +++ b/Include/intobject.h @@ -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 */ diff --git a/Include/intrcheck.h b/Include/intrcheck.h index fb2d39625636..8d5dcd3f50fc 100644 --- a/Include/intrcheck.h +++ b/Include/intrcheck.h @@ -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)); diff --git a/Include/listobject.h b/Include/listobject.h index 84478c2e4c7f..e6f008ed1fa0 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -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 */ diff --git a/Include/longintrepr.h b/Include/longintrepr.h index 2f56d87b6473..9b08397524e3 100644 --- a/Include/longintrepr.h +++ b/Include/longintrepr.h @@ -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. */ diff --git a/Include/longobject.h b/Include/longobject.h index 9cfcce7d5b45..aed56ef4f72b 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -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 */ diff --git a/Include/marshal.h b/Include/marshal.h index 486db9369b55..d9498a7ce802 100644 --- a/Include/marshal.h +++ b/Include/marshal.h @@ -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 */ diff --git a/Include/metagrammar.h b/Include/metagrammar.h index a65242b10b30..cef685a714d5 100644 --- a/Include/metagrammar.h +++ b/Include/metagrammar.h @@ -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 diff --git a/Include/methodobject.h b/Include/methodobject.h index 9d134a8579d2..c01e8a8f6a29 100644 --- a/Include/methodobject.h +++ b/Include/methodobject.h @@ -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 */ diff --git a/Include/modsupport.h b/Include/modsupport.h index 7a947d460937..86dbb0e648e2 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -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 */ diff --git a/Include/moduleobject.h b/Include/moduleobject.h index 195da54ccdc9..845b6ffab7a4 100644 --- a/Include/moduleobject.h +++ b/Include/moduleobject.h @@ -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 */ diff --git a/Include/mymalloc.h b/Include/mymalloc.h index 4c9b52da24e8..3d6ab063d629 100644 --- a/Include/mymalloc.h +++ b/Include/mymalloc.h @@ -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 */ diff --git a/Include/myproto.h b/Include/myproto.h index 1ffbb3fd83e3..40abdea83725 100644 --- a/Include/myproto.h +++ b/Include/myproto.h @@ -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 diff --git a/Include/myselect.h b/Include/myselect.h index 8e8f81f0e3ce..6696251b3b45 100644 --- a/Include/myselect.h +++ b/Include/myselect.h @@ -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() */ diff --git a/Include/mytime.h b/Include/mytime.h index 2933247ab9b2..40670d9dd23f 100644 --- a/Include/mytime.h +++ b/Include/mytime.h @@ -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 and/or */ diff --git a/Include/node.h b/Include/node.h index bc1522051902..55fcd0f6bce9 100644 --- a/Include/node.h +++ b/Include/node.h @@ -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 */ diff --git a/Include/object.h b/Include/object.h index f8c27d2f9441..6be720c2d261 100644 --- a/Include/object.h +++ b/Include/object.h @@ -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 */ diff --git a/Include/objimpl.h b/Include/objimpl.h index 6fc9bf38d7c8..665cec59eb41 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -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" diff --git a/Include/opcode.h b/Include/opcode.h index fdcaecb66eb5..630d5dd37692 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -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 */ diff --git a/Include/osdefs.h b/Include/osdefs.h index 37af08df4d6d..06d0e2f81da2 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h @@ -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 */ diff --git a/Include/parsetok.h b/Include/parsetok.h index 0d63ea50f4d3..151990d06af6 100644 --- a/Include/parsetok.h +++ b/Include/parsetok.h @@ -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 */ diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a7755a383649..1471a31f0a8d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Newfangled version identification scheme. diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index dbb4173cc2a2..3834ff242d59 100644 --- a/Include/pgenheaders.h +++ b/Include/pgenheaders.h @@ -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. */ diff --git a/Include/pydebug.h b/Include/pydebug.h index c84c8e1ee354..b286313505a6 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #ifndef Py_PYDEBUG_H diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 361cfa0ef067..e521fe2bad67 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -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 */ diff --git a/Include/pystate.h b/Include/pystate.h index 9d589b749c64..de821f50764e 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -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 */ diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 0f0e0bc34184..bb5b6fd1617a 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -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 */ diff --git a/Include/pythread.h b/Include/pythread.h index d9a273fd06f2..7d4e0ea5f269 100644 --- a/Include/pythread.h +++ b/Include/pythread.h @@ -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() */ diff --git a/Include/rangeobject.h b/Include/rangeobject.h index 8a48be3a6736..77398697f49b 100644 --- a/Include/rangeobject.h +++ b/Include/rangeobject.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Range object interface */ diff --git a/Include/stringobject.h b/Include/stringobject.h index 17f43ee07167..377ab251737d 100644 --- a/Include/stringobject.h +++ b/Include/stringobject.h @@ -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 */ diff --git a/Include/structmember.h b/Include/structmember.h index 001e12130838..ff62c69f6ee5 100644 --- a/Include/structmember.h +++ b/Include/structmember.h @@ -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 */ diff --git a/Include/sysmodule.h b/Include/sysmodule.h index 6a2c08a8751c..2dee5302507b 100644 --- a/Include/sysmodule.h +++ b/Include/sysmodule.h @@ -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 */ diff --git a/Include/token.h b/Include/token.h index 43136e49584d..4b256576af20 100644 --- a/Include/token.h +++ b/Include/token.h @@ -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 */ diff --git a/Include/traceback.h b/Include/traceback.h index 3150d8726740..cb6599e125a0 100644 --- a/Include/traceback.h +++ b/Include/traceback.h @@ -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 */ diff --git a/Include/tupleobject.h b/Include/tupleobject.h index a02e66073698..1630efa81a75 100644 --- a/Include/tupleobject.h +++ b/Include/tupleobject.h @@ -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 */ diff --git a/Modules/almodule.c b/Modules/almodule.c index 815dd04f825a..13c9ebc30563 100644 --- a/Modules/almodule.c +++ b/Modules/almodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #define OLD_INTERFACE /* define for pre-Irix 6 interface */ diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index c59beb05786b..ba5105cc0c08 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Array object implementation */ diff --git a/Modules/audioop.c b/Modules/audioop.c index 43824b286b9a..cc5634de4717 100644 --- a/Modules/audioop.c +++ b/Modules/audioop.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* audioopmodule - Module to detect peak values in arrays */ diff --git a/Modules/bsddbmodule.c b/Modules/bsddbmodule.c index 36e7ca82187d..23c2894ce10d 100644 --- a/Modules/bsddbmodule.c +++ b/Modules/bsddbmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Berkeley DB interface. diff --git a/Modules/cdmodule.c b/Modules/cdmodule.c index ceef23d94a6b..614eca1b06f5 100644 --- a/Modules/cdmodule.c +++ b/Modules/cdmodule.c @@ -1,9 +1,4 @@ /********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* CD module -- interface to Mark Callow's and Roger Chickering's */ diff --git a/Modules/cgensupport.c b/Modules/cgensupport.c index 06ae6638c8a0..23fb2a983bf4 100644 --- a/Modules/cgensupport.c +++ b/Modules/cgensupport.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Functions used by cgen output */ diff --git a/Modules/cgensupport.h b/Modules/cgensupport.h index 30701befa70c..e70720b3f275 100644 --- a/Modules/cgensupport.h +++ b/Modules/cgensupport.h @@ -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 */ diff --git a/Modules/clmodule.c b/Modules/clmodule.c index b6e1a0aaabc2..ff4c1593b355 100644 --- a/Modules/clmodule.c +++ b/Modules/clmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ diff --git a/Modules/config.c.in b/Modules/config.c.in index e64e5722bf2d..08358db41aae 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -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 */ diff --git a/Modules/cstubs b/Modules/cstubs index 88d57c55be91..257f8c65203f 100644 --- a/Modules/cstubs +++ b/Modules/cstubs @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* diff --git a/Modules/dbmmodule.c b/Modules/dbmmodule.c index a2ee516905d1..53db0fa6a7e6 100644 --- a/Modules/dbmmodule.c +++ b/Modules/dbmmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* DBM module using dictionary interface */ diff --git a/Modules/dlmodule.c b/Modules/dlmodule.c index d6df199f01ee..6a0a113b61dc 100644 --- a/Modules/dlmodule.c +++ b/Modules/dlmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* dl module */ diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index 9ae6b00dfedb..677759038311 100644 --- a/Modules/errnomodule.c +++ b/Modules/errnomodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Errno module */ diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index 5a3e6a91dff2..075517142277 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* fcntl module */ diff --git a/Modules/flmodule.c b/Modules/flmodule.c index e3bf3881dd59..6f22f6e2ade3 100644 --- a/Modules/flmodule.c +++ b/Modules/flmodule.c @@ -1,9 +1,4 @@ /********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* FL module -- interface to Mark Overmars' FORMS Library. */ diff --git a/Modules/fmmodule.c b/Modules/fmmodule.c index 407255e7f5cb..65dffece3b9f 100644 --- a/Modules/fmmodule.c +++ b/Modules/fmmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Font Manager module */ diff --git a/Modules/gdbmmodule.c b/Modules/gdbmmodule.c index 00b8c6335ba9..1e7298862513 100644 --- a/Modules/gdbmmodule.c +++ b/Modules/gdbmmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* DBM module using dictionary interface */ diff --git a/Modules/getpath.c b/Modules/getpath.c index 3d12f4435d5d..010fbaabef61 100644 --- a/Modules/getpath.c +++ b/Modules/getpath.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Return the initial module search path. */ diff --git a/Modules/glmodule.c b/Modules/glmodule.c index 85a2efe04e50..bb14c65784c2 100644 --- a/Modules/glmodule.c +++ b/Modules/glmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c index eac1b9987ff7..00d8af3b0321 100644 --- a/Modules/grpmodule.c +++ b/Modules/grpmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* UNIX group file access module */ diff --git a/Modules/imageop.c b/Modules/imageop.c index 825e4fa05903..108d4504be1e 100644 --- a/Modules/imageop.c +++ b/Modules/imageop.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* imageopmodule - Various operations on pictures */ diff --git a/Modules/imgfile.c b/Modules/imgfile.c index 2d72ec8fb20c..5bab5403670a 100644 --- a/Modules/imgfile.c +++ b/Modules/imgfile.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* IMGFILE module - Interface to sgi libimage */ diff --git a/Modules/main.c b/Modules/main.c index 254f6247f120..90a3961fef87 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Python interpreter main program */ diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index ed4e9c268b06..45a865c47dfd 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Math module -- standard C math library functions, pi and e */ diff --git a/Modules/md5module.c b/Modules/md5module.c index 37094a365ad1..53f987a36daa 100644 --- a/Modules/md5module.c +++ b/Modules/md5module.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* MD5 module */ diff --git a/Modules/mpzmodule.c b/Modules/mpzmodule.c index 38fa221f4d93..62478b889201 100644 --- a/Modules/mpzmodule.c +++ b/Modules/mpzmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* MPZ module */ diff --git a/Modules/newmodule.c b/Modules/newmodule.c index 1cf068f091f8..0a0760ae233d 100644 --- a/Modules/newmodule.c +++ b/Modules/newmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Module new -- create new objects of various types */ diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index d69d460ef518..4bcf1726e9f0 100644 --- a/Modules/parsermodule.c +++ b/Modules/parsermodule.c @@ -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* diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index d46cbd9c871b..d85b91cc0b49 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* POSIX module implementation */ diff --git a/Modules/pwdmodule.c b/Modules/pwdmodule.c index 3c5401ab8b32..cfb2c034fa4b 100644 --- a/Modules/pwdmodule.c +++ b/Modules/pwdmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* UNIX password file access module */ diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c index dc3dbdb35cbf..2455b0639c22 100644 --- a/Modules/regexmodule.c +++ b/Modules/regexmodule.c @@ -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 */ diff --git a/Modules/resource.c b/Modules/resource.c index 59bd3e61c221..98a77efe3326 100644 --- a/Modules/resource.c +++ b/Modules/resource.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include "Python.h" diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 0742f5a4a13e..343007719873 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* select - Module containing unix select(2) call. diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c index 93aa12f140ba..d0a4cc903517 100644 --- a/Modules/sgimodule.c +++ b/Modules/sgimodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* SGI module -- random SGI-specific things */ diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c index 004cefa2bc71..f75ec4311861 100644 --- a/Modules/signalmodule.c +++ b/Modules/signalmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Signal module -- many thanks to Lance Ellinghaus */ diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 5c5eaa3d2be7..6502ced1fe2f 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Socket module */ diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c index 4f3082d2a341..2950b15c81e2 100644 --- a/Modules/stropmodule.c +++ b/Modules/stropmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* strop module */ diff --git a/Modules/structmodule.c b/Modules/structmodule.c index 5411363e61cc..5b52a396db99 100644 --- a/Modules/structmodule.c +++ b/Modules/structmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* struct module -- pack values into and (out of) strings */ diff --git a/Modules/sunaudiodev.c b/Modules/sunaudiodev.c index b41ca8bb4b04..89a59b7f4c65 100644 --- a/Modules/sunaudiodev.c +++ b/Modules/sunaudiodev.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Sad objects */ diff --git a/Modules/svmodule.c b/Modules/svmodule.c index 1b0325cc2964..9e311b52853c 100644 --- a/Modules/svmodule.c +++ b/Modules/svmodule.c @@ -1,9 +1,4 @@ /********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* SV module -- interface to the Indigo video board */ diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c index 80a8c4fc2894..ab6340f5570d 100644 --- a/Modules/threadmodule.c +++ b/Modules/threadmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Thread module */ diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 38849f40b153..aa0be8015f2e 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Time module */ diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index 67b5474c1b4e..c9d96f7af9f8 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Use this file as a template to start implementing a module that diff --git a/Modules/yuv.h b/Modules/yuv.h index 2424c558377f..1b7db6266eac 100644 --- a/Modules/yuv.h +++ b/Modules/yuv.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #ifndef Py_YUV_H diff --git a/Modules/yuvconvert.c b/Modules/yuvconvert.c index ab1e3e29a72c..3a5c03672eac 100644 --- a/Modules/yuvconvert.c +++ b/Modules/yuvconvert.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include "yuv.h" diff --git a/Objects/abstract.c b/Objects/abstract.c index 9da4173a90aa..1800912548f1 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Abstract Object Interface (many thanks to Jim Fulton) */ diff --git a/Objects/bufferobject.c b/Objects/bufferobject.c index 8f82cd01b8b2..9bce20e89a5e 100644 --- a/Objects/bufferobject.c +++ b/Objects/bufferobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Buffer object implementation */ diff --git a/Objects/classobject.c b/Objects/classobject.c index 3ea321721066..4a7de7b46cbe 100644 --- a/Objects/classobject.c +++ b/Objects/classobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Class object implementation */ diff --git a/Objects/cobject.c b/Objects/cobject.c index 387c30eb0f4b..b184acb27928 100644 --- a/Objects/cobject.c +++ b/Objects/cobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Wrap void* pointers to be passed between C modules */ diff --git a/Objects/complexobject.c b/Objects/complexobject.c index df8cf5a73cb7..7ef8a512681c 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Complex object implementation */ diff --git a/Objects/dictobject.c b/Objects/dictobject.c index fb6b8581f86f..fd0ad10e94e5 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Dictionary object implementation using a hash table */ diff --git a/Objects/fileobject.c b/Objects/fileobject.c index e919baef74ab..5d2ef8fca7a9 100644 --- a/Objects/fileobject.c +++ b/Objects/fileobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* File object implementation */ diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 8bde6f6c0302..55fcd06b95c8 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Float object implementation */ diff --git a/Objects/frameobject.c b/Objects/frameobject.c index c7ed0bd382c0..fcf25fdef016 100644 --- a/Objects/frameobject.c +++ b/Objects/frameobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Frame object implementation */ diff --git a/Objects/funcobject.c b/Objects/funcobject.c index 94f515da3a35..289a29f21d72 100644 --- a/Objects/funcobject.c +++ b/Objects/funcobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Function object implementation */ diff --git a/Objects/intobject.c b/Objects/intobject.c index 3b7f8e19a5f7..ba3dde1b738a 100644 --- a/Objects/intobject.c +++ b/Objects/intobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Integer object implementation */ diff --git a/Objects/listobject.c b/Objects/listobject.c index 52fe448a298d..2cf381f74f36 100644 --- a/Objects/listobject.c +++ b/Objects/listobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* List object implementation */ diff --git a/Objects/longobject.c b/Objects/longobject.c index c539e50b3564..c67d48fb9766 100644 --- a/Objects/longobject.c +++ b/Objects/longobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Long (arbitrary precision) integer object implementation */ diff --git a/Objects/methodobject.c b/Objects/methodobject.c index c21d22c80959..4874c285043c 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Method object implementation */ diff --git a/Objects/moduleobject.c b/Objects/moduleobject.c index 2f23cc6ff4fa..23b630c89137 100644 --- a/Objects/moduleobject.c +++ b/Objects/moduleobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Module object implementation */ diff --git a/Objects/object.c b/Objects/object.c index 91be3a6d8c0d..4479e7dba12f 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Generic object operations; and implementation of None (NoObject) */ diff --git a/Objects/rangeobject.c b/Objects/rangeobject.c index 7eb2dc38f5ac..558130ea8eeb 100644 --- a/Objects/rangeobject.c +++ b/Objects/rangeobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Range object implementation */ diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 3b7fcde09ac8..b547aa34bdf5 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* String object implementation */ diff --git a/Objects/tupleobject.c b/Objects/tupleobject.c index 8d13d13b2def..f39f6c088587 100644 --- a/Objects/tupleobject.c +++ b/Objects/tupleobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Tuple object implementation */ diff --git a/Objects/typeobject.c b/Objects/typeobject.c index 43a7e5902470..059f7ce26402 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Type object implementation */ diff --git a/Objects/xxobject.c b/Objects/xxobject.c index 6309931f15e3..bb8a4022e3f0 100644 --- a/Objects/xxobject.c +++ b/Objects/xxobject.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Use this file as a template to start implementing a new object type. diff --git a/PC/config.c b/PC/config.c index a652560cb3ba..f85415d8311a 100644 --- a/PC/config.c +++ b/PC/config.c @@ -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 */ diff --git a/PC/getpathp.c b/PC/getpathp.c index 5bfcadc3b1a3..ea388f2a98f5 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Return the initial module search path. */ diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c index a0d870868e42..3b8f85406b36 100644 --- a/PC/os2vacpp/config.c +++ b/PC/os2vacpp/config.c @@ -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 */ diff --git a/PC/os2vacpp/getpathp.c b/PC/os2vacpp/getpathp.c index 17c96e3cfe0f..f79685149333 100644 --- a/PC/os2vacpp/getpathp.c +++ b/PC/os2vacpp/getpathp.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Return the initial module search path. */ diff --git a/Parser/acceler.c b/Parser/acceler.c index 4f6eb54e5c7a..b20322d13e81 100644 --- a/Parser/acceler.c +++ b/Parser/acceler.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Parser accelerator module */ diff --git a/Parser/assert.h b/Parser/assert.h index 92e7909c2cd9..e97534e791a0 100644 --- a/Parser/assert.h +++ b/Parser/assert.h @@ -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 */ diff --git a/Parser/bitset.c b/Parser/bitset.c index ba6666e4df2b..fba9331fe55a 100644 --- a/Parser/bitset.c +++ b/Parser/bitset.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Bitset primitives used by the parser generator */ diff --git a/Parser/firstsets.c b/Parser/firstsets.c index 5097feaed086..c7127c131517 100644 --- a/Parser/firstsets.c +++ b/Parser/firstsets.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Computation of FIRST stets */ diff --git a/Parser/grammar.c b/Parser/grammar.c index 84bba8a2a899..6fbb84396687 100644 --- a/Parser/grammar.c +++ b/Parser/grammar.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Grammar implementation */ diff --git a/Parser/grammar1.c b/Parser/grammar1.c index 781485d507b1..f9a24c00f7bb 100644 --- a/Parser/grammar1.c +++ b/Parser/grammar1.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Grammar subroutines needed by parser */ diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index b37819210041..3d4a27fa6d0f 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Check for interrupts */ diff --git a/Parser/listnode.c b/Parser/listnode.c index f866df22d0d7..24559f50f3c2 100644 --- a/Parser/listnode.c +++ b/Parser/listnode.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* List a node on a file */ diff --git a/Parser/metagrammar.c b/Parser/metagrammar.c index d1fbf985c411..589d7accaf3f 100644 --- a/Parser/metagrammar.c +++ b/Parser/metagrammar.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include "pgenheaders.h" diff --git a/Parser/myreadline.c b/Parser/myreadline.c index 24f62592d06c..22a05cfc9683 100644 --- a/Parser/myreadline.c +++ b/Parser/myreadline.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Readline interface for tokenizer.c and [raw_]input() in bltinmodule.c. diff --git a/Parser/node.c b/Parser/node.c index 158b9e23419e..5cef376d621c 100644 --- a/Parser/node.c +++ b/Parser/node.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include diff --git a/Parser/parser.c b/Parser/parser.c index c3e5bc0608a5..fb1a05152a60 100644 --- a/Parser/parser.c +++ b/Parser/parser.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Parser implementation */ diff --git a/Parser/parser.h b/Parser/parser.h index c4bb92280f99..0fd0081f0ce8 100644 --- a/Parser/parser.h +++ b/Parser/parser.h @@ -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 */ diff --git a/Parser/parsetok.c b/Parser/parsetok.c index cff5af104022..1d6e024ae0e3 100644 --- a/Parser/parsetok.c +++ b/Parser/parsetok.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Parser-tokenizer link implementation */ diff --git a/Parser/pgen.c b/Parser/pgen.c index 7f9292bd3db3..36279b0b2275 100644 --- a/Parser/pgen.c +++ b/Parser/pgen.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Parser generator */ diff --git a/Parser/pgen.h b/Parser/pgen.h index 90380560e06a..a20a0c24c282 100644 --- a/Parser/pgen.h +++ b/Parser/pgen.h @@ -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 */ diff --git a/Parser/pgenmain.c b/Parser/pgenmain.c index bde77a1fde6f..ef24d75307ad 100644 --- a/Parser/pgenmain.c +++ b/Parser/pgenmain.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Parser generator main program */ diff --git a/Parser/printgrammar.c b/Parser/printgrammar.c index 0ce75993ef34..e3a87aaa57f5 100644 --- a/Parser/printgrammar.c +++ b/Parser/printgrammar.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Print a bunch of C initializers that represent a grammar */ diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index f4c08b99200a..ef0d7118b8c1 100644 --- a/Parser/tokenizer.c +++ b/Parser/tokenizer.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Tokenizer implementation */ diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index bfae39f311fc..0a717fe08bf8 100644 --- a/Parser/tokenizer.h +++ b/Parser/tokenizer.h @@ -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 */ diff --git a/Python/atof.c b/Python/atof.c index db4f706a117c..34fd9512c7d7 100644 --- a/Python/atof.c +++ b/Python/atof.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Just in case you haven't got an atof() around... diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 51414e9c36bd..bbd9969a9332 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Built-in functions */ diff --git a/Python/ceval.c b/Python/ceval.c index 70e3d0028545..dfd477693b84 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Execute compiled code */ diff --git a/Python/compile.c b/Python/compile.c index b75bf450025d..d713c7e250a9 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Compile an expression node to intermediate code */ diff --git a/Python/dynload_aix.c b/Python/dynload_aix.c index b878f019279b..9c6b60ab88ce 100644 --- a/Python/dynload_aix.c +++ b/Python/dynload_aix.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_beos.c b/Python/dynload_beos.c index a31534ffdd49..86ba71104afd 100644 --- a/Python/dynload_beos.c +++ b/Python/dynload_beos.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c index 303f887fc920..af95254f3344 100644 --- a/Python/dynload_dl.c +++ b/Python/dynload_dl.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c index 14b54b8ecb52..4624b64938e2 100644 --- a/Python/dynload_hpux.c +++ b/Python/dynload_hpux.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c index 7fcf7c8fea51..697895672dfd 100644 --- a/Python/dynload_mac.c +++ b/Python/dynload_mac.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_next.c b/Python/dynload_next.c index 32ccb01b5825..2d02cc662371 100644 --- a/Python/dynload_next.c +++ b/Python/dynload_next.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c index 03c6f6703e08..5ccfd8152d72 100644 --- a/Python/dynload_os2.c +++ b/Python/dynload_os2.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_shlib.c b/Python/dynload_shlib.c index 279e2403d7ba..6a56648f0f48 100644 --- a/Python/dynload_shlib.c +++ b/Python/dynload_shlib.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_stub.c b/Python/dynload_stub.c index f26dec8d1334..978cc84af5f9 100644 --- a/Python/dynload_stub.c +++ b/Python/dynload_stub.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* This module provides the necessary stubs for when dynamic loading is diff --git a/Python/dynload_win.c b/Python/dynload_win.c index b610ebb2ed65..50e374401198 100644 --- a/Python/dynload_win.c +++ b/Python/dynload_win.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/errors.c b/Python/errors.c index 72a132b3bf24..d2aa3dd603f6 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Error handling */ diff --git a/Python/fmod.c b/Python/fmod.c index b983b549e92d..07283bc12da1 100644 --- a/Python/fmod.c +++ b/Python/fmod.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Portable fmod(x, y) implementation for systems that don't have it */ diff --git a/Python/frozen.c b/Python/frozen.c index 35a443dd7c94..d2a7353c1c17 100644 --- a/Python/frozen.c +++ b/Python/frozen.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Dummy frozen modules initializer */ diff --git a/Python/frozenmain.c b/Python/frozenmain.c index bf4ab86f01db..2fb1c2e8b6b6 100644 --- a/Python/frozenmain.c +++ b/Python/frozenmain.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Python interpreter main program for frozen scripts */ diff --git a/Python/getargs.c b/Python/getargs.c index 496c35555223..c1a5d6b8e01c 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* New getargs implementation */ diff --git a/Python/getcompiler.c b/Python/getcompiler.c index f0b1183aa6f1..9ceb738e216f 100644 --- a/Python/getcompiler.c +++ b/Python/getcompiler.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Return the compiler identification, if possible. */ diff --git a/Python/getcwd.c b/Python/getcwd.c index 0f1ce1063267..7646d835a722 100644 --- a/Python/getcwd.c +++ b/Python/getcwd.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Two PD getcwd() implementations. diff --git a/Python/getmtime.c b/Python/getmtime.c index 7f4d4a9572f3..55ec5a3b635c 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Subroutine to get the last modification time of a file */ diff --git a/Python/getplatform.c b/Python/getplatform.c index b4f215f5c22f..b8e89ef1467e 100644 --- a/Python/getplatform.c +++ b/Python/getplatform.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include "Python.h" diff --git a/Python/getversion.c b/Python/getversion.c index 360bea43513c..bc235aa207c5 100644 --- a/Python/getversion.c +++ b/Python/getversion.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Return the full version string. */ diff --git a/Python/import.c b/Python/import.c index c2b3033fbb01..a34d6c36d2eb 100644 --- a/Python/import.c +++ b/Python/import.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Module definition and import implementation */ diff --git a/Python/importdl.c b/Python/importdl.c index d34b4cf78d5e..8a7517e3403a 100644 --- a/Python/importdl.c +++ b/Python/importdl.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/importdl.h b/Python/importdl.h index 2f774db5d4a8..8b2f21ec8402 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -6,11 +6,6 @@ extern "C" { #endif /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -18,7 +13,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Definitions for dynamic loading of extension modules */ diff --git a/Python/marshal.c b/Python/marshal.c index 4e226baee2b0..8fcbe3a840d4 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Write Python objects to files and read them back. diff --git a/Python/memmove.c b/Python/memmove.c index a062a3c1c391..267cf569b5a8 100644 --- a/Python/memmove.c +++ b/Python/memmove.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* A perhaps slow but I hope correct implementation of memmove */ diff --git a/Python/modsupport.c b/Python/modsupport.c index 603bd764efa9..4a206a13344a 100644 --- a/Python/modsupport.c +++ b/Python/modsupport.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Module support implementation */ diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index a80faa70782c..f785c51e31a2 100644 --- a/Python/mystrtoul.c +++ b/Python/mystrtoul.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include "Python.h" diff --git a/Python/pystate.c b/Python/pystate.c index 9306a57715a7..34d913bcedf9 100644 --- a/Python/pystate.c +++ b/Python/pystate.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Thread and interpreter state structures and their interfaces */ diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 9c9897d46a9b..1d16db5c9002 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Python interpreter top-level routines, including init/exit */ diff --git a/Python/sigcheck.c b/Python/sigcheck.c index 8e949a04d4d3..2249ed93c7f6 100644 --- a/Python/sigcheck.c +++ b/Python/sigcheck.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Sigcheck is similar to intrcheck() but sets an exception when an diff --git a/Python/strerror.c b/Python/strerror.c index cbb2aab69830..5c2a2f08317c 100644 --- a/Python/strerror.c +++ b/Python/strerror.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* PD implementation of strerror() for systems that don't have it. diff --git a/Python/structmember.c b/Python/structmember.c index a64b4eb3232b..5b0ca908296a 100644 --- a/Python/structmember.c +++ b/Python/structmember.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Map C struct members to Python object attributes */ diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 2a30934b3547..e0fca9535cad 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* System module */ diff --git a/Python/thread.c b/Python/thread.c index 6d5d77cc4992..f3c1d452a495 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Thread package. diff --git a/Python/thread_beos.h b/Python/thread_beos.h index 60940bc0d945..f70c4dfa1bac 100644 --- a/Python/thread_beos.h +++ b/Python/thread_beos.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - BeOS thread support by Chris Herborth (chrish@qnx.com) ******************************************************************/ diff --git a/Python/thread_cthread.h b/Python/thread_cthread.h index 4f1c1c9d2595..776e8e1adb9f 100644 --- a/Python/thread_cthread.h +++ b/Python/thread_cthread.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include diff --git a/Python/thread_foobar.h b/Python/thread_foobar.h index 96646fe8ab8f..f2da913179a1 100644 --- a/Python/thread_foobar.h +++ b/Python/thread_foobar.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h index e29bfa5253d4..fcfabf57830e 100644 --- a/Python/thread_lwp.h +++ b/Python/thread_lwp.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include diff --git a/Python/thread_nt.h b/Python/thread_nt.h index 7704b58ff589..aaa3b23be74d 100644 --- a/Python/thread_nt.h +++ b/Python/thread_nt.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* This code implemented by Dag.Gruneau@elsa.preseco.comm.se */ diff --git a/Python/thread_pth.h b/Python/thread_pth.h index 93af4ee2445d..60e0b25aa833 100644 --- a/Python/thread_pth.h +++ b/Python/thread_pth.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* GNU pth threads interface diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 6d0342e751ec..e788d82e55c0 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Posix threads interface */ diff --git a/Python/thread_sgi.h b/Python/thread_sgi.h index e0d2c9ce887b..942097a73391 100644 --- a/Python/thread_sgi.h +++ b/Python/thread_sgi.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #ifdef WITH_SGI_DL diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index ce9b98c583a7..15e286aebe7a 100644 --- a/Python/thread_solaris.h +++ b/Python/thread_solaris.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ #include diff --git a/Python/thread_wince.h b/Python/thread_wince.h index b069dced5506..a5423f6de4e7 100644 --- a/Python/thread_wince.h +++ b/Python/thread_wince.h @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* This code implemented by Mark Hammond (MHammond@skippinet.com.au) */ diff --git a/Python/traceback.c b/Python/traceback.c index a9ae5f9eda86..8f6ff721905e 100644 --- a/Python/traceback.c +++ b/Python/traceback.c @@ -1,9 +1,4 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -11,7 +6,6 @@ All rights reserved. See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* Traceback implementation */ diff --git a/Tools/modulator/Templates/copyright b/Tools/modulator/Templates/copyright index f0d492aa29fc..98ff132dbb39 100644 --- a/Tools/modulator/Templates/copyright +++ b/Tools/modulator/Templates/copyright @@ -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. - ******************************************************************/