diff options
194 files changed, 5 insertions, 1805 deletions
diff --git a/BeOS/dl_export.h b/BeOS/dl_export.h index d65d534fde..5c1af8de6b 100644 --- a/BeOS/dl_export.h +++ b/BeOS/dl_export.h @@ -7,15 +7,7 @@ * (in our case, BeOS) for dynamic object loading. * * This trivial header is released under the same license as the rest of - * Python: - * - * Copyright (c) 2000, BeOpen.com. - * Copyright (c) 1995-2000, Corporation for National Research Initiatives. - * Copyright (c) 1990-1995, Stichting Mathematisch Centrum. - * All rights reserved. - * - * See the file "Misc/COPYRIGHT" for information on usage and - * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * Python. * * - Chris Herborth (chrish@beoscentral.com) * January 11, 1999 diff --git a/Include/Python.h b/Include/Python.h index b994401a52..fd7ddb63ed 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -2,15 +2,6 @@ #define Py_PYTHON_H /* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Enable compiler features; switching on C lib defines doesn't work here, because the symbols haven't necessarily been defined yet. */ diff --git a/Include/bitset.h b/Include/bitset.h index e3ef1a18f3..faeb41913d 100644 --- a/Include/bitset.h +++ b/Include/bitset.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_BITSET_H #define Py_BITSET_H diff --git a/Include/bufferobject.h b/Include/bufferobject.h index 5a205f3e7c..e4109aeb13 100644 --- a/Include/bufferobject.h +++ b/Include/bufferobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Buffer object interface */ diff --git a/Include/ceval.h b/Include/ceval.h index b20d775b77..0319fd6c3c 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Interface to random parts in ceval.c */ diff --git a/Include/classobject.h b/Include/classobject.h index 67416e49b2..059730b409 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Class object interface */ diff --git a/Include/cobject.h b/Include/cobject.h index e7b75f59fb..f710d4af77 100644 --- a/Include/cobject.h +++ b/Include/cobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* C objects to be exported from one extension module to another. diff --git a/Include/compile.h b/Include/compile.h index 56973cd4f2..f8acdb44fd 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Definitions for bytecode */ diff --git a/Include/dictobject.h b/Include/dictobject.h index b79ed60046..4f5f94a115 100644 --- a/Include/dictobject.h +++ b/Include/dictobject.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Dictionary object type -- mapping from hashable object to object */ diff --git a/Include/errcode.h b/Include/errcode.h index a8fe458417..daa702f7e1 100644 --- a/Include/errcode.h +++ b/Include/errcode.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Error codes passed around between file input, tokenizer, parser and interpreter. This is necessary so we can turn them into Python diff --git a/Include/eval.h b/Include/eval.h index 9671fc0031..2a45009025 100644 --- a/Include/eval.h +++ b/Include/eval.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Interface to execute compiled code */ diff --git a/Include/fileobject.h b/Include/fileobject.h index 15d1d5c7a8..aefeffec4e 100644 --- a/Include/fileobject.h +++ b/Include/fileobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* File object interface */ diff --git a/Include/floatobject.h b/Include/floatobject.h index fd7f9d2549..1d0b50a620 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Float object interface */ diff --git a/Include/frameobject.h b/Include/frameobject.h index 5021d4ed48..1bbe2a16bf 100644 --- a/Include/frameobject.h +++ b/Include/frameobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Frame object interface */ diff --git a/Include/funcobject.h b/Include/funcobject.h index e85fc1a611..6ba1e0925e 100644 --- a/Include/funcobject.h +++ b/Include/funcobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Function object interface */ diff --git a/Include/grammar.h b/Include/grammar.h index b842393f6e..8426da30d9 100644 --- a/Include/grammar.h +++ b/Include/grammar.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Grammar interface */ diff --git a/Include/import.h b/Include/import.h index c11d33e1c1..f90dd2081b 100644 --- a/Include/import.h +++ b/Include/import.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Module definition and import interface */ diff --git a/Include/intobject.h b/Include/intobject.h index 925e19a35f..a22d38a9b5 100644 --- a/Include/intobject.h +++ b/Include/intobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Integer object interface */ diff --git a/Include/intrcheck.h b/Include/intrcheck.h index 9e9f6ac4d0..6ccdc3b3ee 100644 --- a/Include/intrcheck.h +++ b/Include/intrcheck.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_INTRCHECK_H #define Py_INTRCHECK_H diff --git a/Include/listobject.h b/Include/listobject.h index 0fea447877..73ac724e08 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* List object interface */ diff --git a/Include/longintrepr.h b/Include/longintrepr.h index 1e78d05e5d..1154e0b02b 100644 --- a/Include/longintrepr.h +++ b/Include/longintrepr.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* This is published for the benefit of "friend" marshal.c only. */ diff --git a/Include/longobject.h b/Include/longobject.h index 8fa0bbd801..f2dea9340b 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Long (arbitrary precision) integer object interface */ diff --git a/Include/marshal.h b/Include/marshal.h index 98bd5238c5..cf11d53128 100644 --- a/Include/marshal.h +++ b/Include/marshal.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Interface for marshal.c */ diff --git a/Include/metagrammar.h b/Include/metagrammar.h index cef685a714..15c8ef8f3f 100644 --- a/Include/metagrammar.h +++ b/Include/metagrammar.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #define MSTART 256 #define RULE 257 diff --git a/Include/methodobject.h b/Include/methodobject.h index ee0cb7eb43..a205011e69 100644 --- a/Include/methodobject.h +++ b/Include/methodobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Method object interface */ diff --git a/Include/modsupport.h b/Include/modsupport.h index 75449f215a..a678257aac 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_MODSUPPORT_H #define Py_MODSUPPORT_H diff --git a/Include/moduleobject.h b/Include/moduleobject.h index b03306cf2c..00a23aae20 100644 --- a/Include/moduleobject.h +++ b/Include/moduleobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Module object interface */ diff --git a/Include/node.h b/Include/node.h index 96eb350f0a..df6e5186d3 100644 --- a/Include/node.h +++ b/Include/node.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parse tree node interface */ diff --git a/Include/object.h b/Include/object.h index 0cfa179e10..ab7a2c7eea 100644 --- a/Include/object.h +++ b/Include/object.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Object and type object interface */ diff --git a/Include/objimpl.h b/Include/objimpl.h index f44963c7b3..1a2255dc4e 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_OBJIMPL_H #define Py_OBJIMPL_H diff --git a/Include/opcode.h b/Include/opcode.h index d46e5b8fde..349756cf1d 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Instruction opcodes for compiled code */ diff --git a/Include/osdefs.h b/Include/osdefs.h index 06d0e2f81d..b13c08d52a 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Operating system dependencies */ diff --git a/Include/parsetok.h b/Include/parsetok.h index 71e7d89943..aebc83cdd8 100644 --- a/Include/parsetok.h +++ b/Include/parsetok.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser-tokenizer link interface */ diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1471a31f0a..63680937df 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Newfangled version identification scheme. diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index 0b2e4ce6ce..dcd3c5ef5b 100644 --- a/Include/pgenheaders.h +++ b/Include/pgenheaders.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Include files and extern declarations used by most of the parser. */ diff --git a/Include/pydebug.h b/Include/pydebug.h index 45752d0789..0372401932 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_PYDEBUG_H #define Py_PYDEBUG_H diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 311e258a3b..8747aec9c5 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Error handling definitions */ diff --git a/Include/pymem.h b/Include/pymem.h index 09067a8fba..71fc8b58d8 100644 --- a/Include/pymem.h +++ b/Include/pymem.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Lowest-level memory allocation interface */ diff --git a/Include/pyport.h b/Include/pyport.h index f59ba37ca3..27193fef91 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -1,11 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -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_PYPORT_H #define Py_PYPORT_H diff --git a/Include/pystate.h b/Include/pystate.h index fcc0aea134..be56497989 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Thread and interpreter state structures and their interfaces */ diff --git a/Include/pythonrun.h b/Include/pythonrun.h index bbf2903a39..97d6f4f5fd 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Interfaces to parse and execute pieces of python code */ diff --git a/Include/pythread.h b/Include/pythread.h index e40eb5759c..c0a718e5ad 100644 --- a/Include/pythread.h +++ b/Include/pythread.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_PYTHREAD_H #define Py_PYTHREAD_H diff --git a/Include/rangeobject.h b/Include/rangeobject.h index a208581b6c..145f774af8 100644 --- a/Include/rangeobject.h +++ b/Include/rangeobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Range object interface */ diff --git a/Include/stringobject.h b/Include/stringobject.h index 361cbc0683..7afd347c85 100644 --- a/Include/stringobject.h +++ b/Include/stringobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* String object interface */ diff --git a/Include/structmember.h b/Include/structmember.h index 4ed9d42bf3..09e62cf13b 100644 --- a/Include/structmember.h +++ b/Include/structmember.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Interface to map C struct members to Python object attributes */ diff --git a/Include/sysmodule.h b/Include/sysmodule.h index a2920c031c..ca3aff7b4d 100644 --- a/Include/sysmodule.h +++ b/Include/sysmodule.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* System module interface */ diff --git a/Include/token.h b/Include/token.h index 63d92b4837..77e3de7cd2 100644 --- a/Include/token.h +++ b/Include/token.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Token types */ diff --git a/Include/traceback.h b/Include/traceback.h index a8ed86e025..baf82e1b23 100644 --- a/Include/traceback.h +++ b/Include/traceback.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_TRACEBACK_H #define Py_TRACEBACK_H diff --git a/Include/tupleobject.h b/Include/tupleobject.h index acfac8b2e9..9a614846ff 100644 --- a/Include/tupleobject.h +++ b/Include/tupleobject.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Tuple object interface */ diff --git a/Makefile.in b/Makefile.in index 8d4b96f809..2c09129bb4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,13 +1,3 @@ -######################################################################## -# Copyright (c) 2000, BeOpen.com. -# Copyright (c) 1995-2000, Corporation for National Research Initiatives. -# Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -# All rights reserved. -# -# See the file "Misc/COPYRIGHT" for information on usage and -# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -######################################################################## - # Top-level Makefile for Python # # As distributed, this file is called Makefile.in; it is processed diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 9601f0680f..34360fe077 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -1,18 +1,8 @@ /*********************************************************** Copyright (C) 1994 Steen Lumholt. -Copyright 1994-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. All Rights Reserved -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - ******************************************************************/ /* _tkinter.c -- Interface to libtk.a and libtcl.a. */ diff --git a/Modules/almodule.c b/Modules/almodule.c index 23fd96f02c..6621b9c024 100644 --- a/Modules/almodule.c +++ b/Modules/almodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #define OLD_INTERFACE /* define for pre-Irix 6 interface */ diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index 530b214c1a..43be90cb72 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Array object implementation */ diff --git a/Modules/audioop.c b/Modules/audioop.c index 8c916171cf..d12642afb0 100644 --- a/Modules/audioop.c +++ b/Modules/audioop.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* audioopmodule - Module to detect peak values in arrays */ diff --git a/Modules/binascii.c b/Modules/binascii.c index a9e190b359..010e22d9c8 100644 --- a/Modules/binascii.c +++ b/Modules/binascii.c @@ -1,19 +1,3 @@ -/*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. - - All Rights Reserved - -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - -******************************************************************/ - /* ** Routines to represent binary data in ASCII and vice-versa ** diff --git a/Modules/bsddbmodule.c b/Modules/bsddbmodule.c index 48c221e7eb..24d859b564 100644 --- a/Modules/bsddbmodule.c +++ b/Modules/bsddbmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Berkeley DB interface. Author: Michael McLay diff --git a/Modules/cdmodule.c b/Modules/cdmodule.c index 5f88a0f8cd..ee58c5efbd 100644 --- a/Modules/cdmodule.c +++ b/Modules/cdmodule.c @@ -1,13 +1,3 @@ -/********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ - /* CD module -- interface to Mark Callow's and Roger Chickering's */ /* CD Audio Library (CD). */ diff --git a/Modules/cgensupport.c b/Modules/cgensupport.c index 71b55865e8..7e7d0ff9f4 100644 --- a/Modules/cgensupport.c +++ b/Modules/cgensupport.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Functions used by cgen output */ diff --git a/Modules/cgensupport.h b/Modules/cgensupport.h index 2277a4738d..bc901f6e81 100644 --- a/Modules/cgensupport.h +++ b/Modules/cgensupport.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Definitions used by cgen output */ diff --git a/Modules/clmodule.c b/Modules/clmodule.c index d38a0c33e0..2ff184cce6 100644 --- a/Modules/clmodule.c +++ b/Modules/clmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Cl objects */ diff --git a/Modules/cstubs b/Modules/cstubs index 3ce58da952..53bd4ab310 100644 --- a/Modules/cstubs +++ b/Modules/cstubs @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Input used to generate the Python module "glmodule.c". diff --git a/Modules/dbmmodule.c b/Modules/dbmmodule.c index b95c0ba853..c0cfb29c15 100644 --- a/Modules/dbmmodule.c +++ b/Modules/dbmmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* DBM module using dictionary interface */ diff --git a/Modules/dlmodule.c b/Modules/dlmodule.c index 18e1458f1c..b094be76eb 100644 --- a/Modules/dlmodule.c +++ b/Modules/dlmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* dl module */ diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index b47feb6281..3ca43724b9 100644 --- a/Modules/errnomodule.c +++ b/Modules/errnomodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Errno module */ diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index fd4c3e304a..93fdf401f3 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* fcntl module */ diff --git a/Modules/flmodule.c b/Modules/flmodule.c index 8bfd83aa09..ef853f5520 100644 --- a/Modules/flmodule.c +++ b/Modules/flmodule.c @@ -1,13 +1,3 @@ -/********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ - /* FL module -- interface to Mark Overmars' FORMS Library. */ /* This code works with FORMS version 2.2 (if you defined diff --git a/Modules/fmmodule.c b/Modules/fmmodule.c index df5f27ba67..065aed6004 100644 --- a/Modules/fmmodule.c +++ b/Modules/fmmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Font Manager module */ diff --git a/Modules/gdbmmodule.c b/Modules/gdbmmodule.c index 6d2e6ce144..3b7b0bccfd 100644 --- a/Modules/gdbmmodule.c +++ b/Modules/gdbmmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* DBM module using dictionary interface */ /* Author: Anthony Baxter, after dbmmodule.c */ diff --git a/Modules/getpath.c b/Modules/getpath.c index f96f7ed483..c295d307cc 100644 --- a/Modules/getpath.c +++ b/Modules/getpath.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Return the initial module search path. */ diff --git a/Modules/glmodule.c b/Modules/glmodule.c index 2d314b9e5f..4a1b66fb69 100644 --- a/Modules/glmodule.c +++ b/Modules/glmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Input used to generate the Python module "glmodule.c". diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c index f13472f29b..41a5ec9757 100644 --- a/Modules/grpmodule.c +++ b/Modules/grpmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* UNIX group file access module */ diff --git a/Modules/imageop.c b/Modules/imageop.c index 7c7116d6cb..586133bfed 100644 --- a/Modules/imageop.c +++ b/Modules/imageop.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* imageopmodule - Various operations on pictures */ diff --git a/Modules/imgfile.c b/Modules/imgfile.c index 9a7f74fd3d..e8f0b8c5fb 100644 --- a/Modules/imgfile.c +++ b/Modules/imgfile.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* IMGFILE module - Interface to sgi libimage */ diff --git a/Modules/main.c b/Modules/main.c index 9afe80b3b5..32d7c39ca9 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Python interpreter main program */ diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index 569e8c9cdd..fcd88ad331 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Math module -- standard C math library functions, pi and e */ diff --git a/Modules/md5module.c b/Modules/md5module.c index 5eac97b3fe..269a298c05 100644 --- a/Modules/md5module.c +++ b/Modules/md5module.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* MD5 module */ diff --git a/Modules/mpzmodule.c b/Modules/mpzmodule.c index 8be9f08df4..44349e9357 100644 --- a/Modules/mpzmodule.c +++ b/Modules/mpzmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* MPZ module */ diff --git a/Modules/newmodule.c b/Modules/newmodule.c index 1595c0c64c..f29c37bf57 100644 --- a/Modules/newmodule.c +++ b/Modules/newmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Module new -- create new objects of various types */ diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c index 056d2bbf27..f4fb805f69 100644 --- a/Modules/parsermodule.c +++ b/Modules/parsermodule.c @@ -75,15 +75,6 @@ typedef int (*SeqInserter) (PyObject* sequence, * lists as well as tuples, and optionally including the line numbers. */ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ static PyObject* node2tuple(node *n, /* node to convert */ diff --git a/Modules/pcremodule.c b/Modules/pcremodule.c index 21629b806b..fe45bacd56 100644 --- a/Modules/pcremodule.c +++ b/Modules/pcremodule.c @@ -1,19 +1,3 @@ -/*********************************************************** -Copyright 1997 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - -******************************************************************/ - /* Pcre objects */ #include "Python.h" diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index d921eee5a5..cb3c72dd5c 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* POSIX module implementation */ diff --git a/Modules/pwdmodule.c b/Modules/pwdmodule.c index 7f58ed3408..290dc45145 100644 --- a/Modules/pwdmodule.c +++ b/Modules/pwdmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* UNIX password file access module */ diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 28fb42b193..d270aa211d 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -1,19 +1,3 @@ -/*********************************************************** -Copyright 2000 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - -******************************************************************/ - #include "Python.h" #include "xmlparse.h" diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c index ff3b8950dd..749de9e7ab 100644 --- a/Modules/regexmodule.c +++ b/Modules/regexmodule.c @@ -3,15 +3,6 @@ XXX support range parameter on search XXX support mstop parameter on search */ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Regular expression objects */ /* This uses Tatu Ylonen's copyleft-free reimplementation of diff --git a/Modules/resource.c b/Modules/resource.c index cca6d823fe..9f2d9c06a7 100644 --- a/Modules/resource.c +++ b/Modules/resource.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include "Python.h" #include <sys/resource.h> diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 1c1f3d8cdb..55c3a49c53 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* select - Module containing unix select(2) call. Under Unix, the file descriptors are small integers. diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c index 04bd3bec3c..b19efe6f79 100644 --- a/Modules/sgimodule.c +++ b/Modules/sgimodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* SGI module -- random SGI-specific things */ diff --git a/Modules/shamodule.c b/Modules/shamodule.c index cc11f12885..8f9523050e 100644 --- a/Modules/shamodule.c +++ b/Modules/shamodule.c @@ -1,19 +1,3 @@ -/*********************************************************** -Copyright 1999 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - -******************************************************************/ - /* SHA module */ /* This module provides an interface to NIST's Secure Hash Algorithm */ diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c index 368955e0c5..1347c6d291 100644 --- a/Modules/signalmodule.c +++ b/Modules/signalmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Signal module -- many thanks to Lance Ellinghaus */ diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c index 617eb26ec4..b8f7519f2d 100644 --- a/Modules/stropmodule.c +++ b/Modules/stropmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* strop module */ diff --git a/Modules/structmodule.c b/Modules/structmodule.c index ff10b18ae9..c253a76df7 100644 --- a/Modules/structmodule.c +++ b/Modules/structmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* struct module -- pack values into and (out of) strings */ diff --git a/Modules/sunaudiodev.c b/Modules/sunaudiodev.c index 2774e054c5..7bf867bcb2 100644 --- a/Modules/sunaudiodev.c +++ b/Modules/sunaudiodev.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Sad objects */ diff --git a/Modules/svmodule.c b/Modules/svmodule.c index 95b3e142ad..ead0ca589f 100644 --- a/Modules/svmodule.c +++ b/Modules/svmodule.c @@ -1,13 +1,3 @@ -/********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ - /* SV module -- interface to the Indigo video board */ /* WARNING! This module is for hardware that we don't have any more, diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c index 46dd35a69a..97ab4e1375 100644 --- a/Modules/threadmodule.c +++ b/Modules/threadmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Thread module */ /* Interface to Sjoerd's portable C thread library */ diff --git a/Modules/timemodule.c b/Modules/timemodule.c index edf09d1131..116b377e8e 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Time module */ diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index e80c2eee98..621eab8102 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Use this file as a template to start implementing a module that also declares object types. All occurrences of 'Xxo' should be changed diff --git a/Modules/yuv.h b/Modules/yuv.h index 1b7db6266e..738c4e50c1 100644 --- a/Modules/yuv.h +++ b/Modules/yuv.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifndef Py_YUV_H #define Py_YUV_H diff --git a/Modules/yuvconvert.c b/Modules/yuvconvert.c index 3a5c03672e..e5333d9c38 100644 --- a/Modules/yuvconvert.c +++ b/Modules/yuvconvert.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include "yuv.h" diff --git a/Objects/bufferobject.c b/Objects/bufferobject.c index 91f58c906b..1a17ec5ba8 100644 --- a/Objects/bufferobject.c +++ b/Objects/bufferobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Buffer object implementation */ diff --git a/Objects/classobject.c b/Objects/classobject.c index 615c8bab54..8bbd834cdb 100644 --- a/Objects/classobject.c +++ b/Objects/classobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Class object implementation */ diff --git a/Objects/cobject.c b/Objects/cobject.c index 48abb4a645..872e51591c 100644 --- a/Objects/cobject.c +++ b/Objects/cobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Wrap void* pointers to be passed between C modules */ diff --git a/Objects/complexobject.c b/Objects/complexobject.c index 6f1cfea923..3c9830f6b1 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Complex object implementation */ diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 37111d26d4..7be1c67de0 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Dictionary object implementation using a hash table */ diff --git a/Objects/fileobject.c b/Objects/fileobject.c index 6305520d14..a5d2fcc837 100644 --- a/Objects/fileobject.c +++ b/Objects/fileobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* File object implementation */ diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 5650b41302..946e3d99d3 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Float object implementation */ diff --git a/Objects/frameobject.c b/Objects/frameobject.c index 4a01f3d526..f541f1e9c7 100644 --- a/Objects/frameobject.c +++ b/Objects/frameobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Frame object implementation */ diff --git a/Objects/funcobject.c b/Objects/funcobject.c index 32d9a61f28..8b045f4695 100644 --- a/Objects/funcobject.c +++ b/Objects/funcobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Function object implementation */ diff --git a/Objects/intobject.c b/Objects/intobject.c index 20bb3702cd..411e4dd174 100644 --- a/Objects/intobject.c +++ b/Objects/intobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Integer object implementation */ diff --git a/Objects/listobject.c b/Objects/listobject.c index 5a704fedf3..3d02b5f9a2 100644 --- a/Objects/listobject.c +++ b/Objects/listobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* List object implementation */ diff --git a/Objects/longobject.c b/Objects/longobject.c index 86b4ababf5..65dcaa06de 100644 --- a/Objects/longobject.c +++ b/Objects/longobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Long (arbitrary precision) integer object implementation */ diff --git a/Objects/methodobject.c b/Objects/methodobject.c index 4a1fa93f4a..f0bbeeacc9 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Method object implementation */ diff --git a/Objects/moduleobject.c b/Objects/moduleobject.c index 4e4395e116..c655e957ef 100644 --- a/Objects/moduleobject.c +++ b/Objects/moduleobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Module object implementation */ diff --git a/Objects/object.c b/Objects/object.c index 9f73cd313a..150f3576c6 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Generic object operations; and implementation of None (NoObject) */ diff --git a/Objects/rangeobject.c b/Objects/rangeobject.c index 20b077f4f9..5c794fc204 100644 --- a/Objects/rangeobject.c +++ b/Objects/rangeobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Range object implementation */ diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 25621c2a59..f7c3f4b157 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* String object implementation */ diff --git a/Objects/tupleobject.c b/Objects/tupleobject.c index 8e05e86512..71e9764ec3 100644 --- a/Objects/tupleobject.c +++ b/Objects/tupleobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Tuple object implementation */ diff --git a/Objects/typeobject.c b/Objects/typeobject.c index 250350497d..c96c0aa729 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Type object implementation */ diff --git a/Objects/xxobject.c b/Objects/xxobject.c index 21d0aa2e1d..21a00b09e1 100644 --- a/Objects/xxobject.c +++ b/Objects/xxobject.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Use this file as a template to start implementing a new object type. If your objects will be called foobar, start by copying this file to diff --git a/PC/config.c b/PC/config.c index d71b669731..e0776fa44a 100644 --- a/PC/config.c +++ b/PC/config.c @@ -1,13 +1,3 @@ -/* -*- C -*- *********************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ - /* Module configuration */ /* This file contains the table of built-in modules. diff --git a/PC/getpathp.c b/PC/getpathp.c index 8178ab27cf..3ed9124647 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Return the initial module search path. */ /* Used by DOS, OS/2, Windows 3.1, Windows 95/98, Windows NT. */ diff --git a/PC/os2vacpp/getpathp.c b/PC/os2vacpp/getpathp.c index 533689c63f..35ce99601c 100644 --- a/PC/os2vacpp/getpathp.c +++ b/PC/os2vacpp/getpathp.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Return the initial module search path. */ /* Used by DOS, OS/2, Windows 3.1. Works on NT too. */ diff --git a/Parser/acceler.c b/Parser/acceler.c index cd8e444cf6..1b789e7e83 100644 --- a/Parser/acceler.c +++ b/Parser/acceler.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser accelerator module */ diff --git a/Parser/assert.h b/Parser/assert.h index e97534e791..d4ed72c006 100644 --- a/Parser/assert.h +++ b/Parser/assert.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifdef MPW /* This is for MPW's File command */ diff --git a/Parser/bitset.c b/Parser/bitset.c index a69cc36395..3834e195b1 100644 --- a/Parser/bitset.c +++ b/Parser/bitset.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Bitset primitives used by the parser generator */ diff --git a/Parser/firstsets.c b/Parser/firstsets.c index 295f67d4f2..d6c4084d06 100644 --- a/Parser/firstsets.c +++ b/Parser/firstsets.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Computation of FIRST stets */ diff --git a/Parser/grammar.c b/Parser/grammar.c index c4efce7690..2a0574da9e 100644 --- a/Parser/grammar.c +++ b/Parser/grammar.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Grammar implementation */ diff --git a/Parser/grammar1.c b/Parser/grammar1.c index 16821f4639..b2631b785d 100644 --- a/Parser/grammar1.c +++ b/Parser/grammar1.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Grammar subroutines needed by parser */ diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index d20ed6100b..4c11e4c1fa 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Check for interrupts */ diff --git a/Parser/listnode.c b/Parser/listnode.c index 68f28bfb39..c0b3b666fe 100644 --- a/Parser/listnode.c +++ b/Parser/listnode.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* List a node on a file */ diff --git a/Parser/metagrammar.c b/Parser/metagrammar.c index 16b76268d5..ae67eb1a02 100644 --- a/Parser/metagrammar.c +++ b/Parser/metagrammar.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include "pgenheaders.h" #include "metagrammar.h" diff --git a/Parser/myreadline.c b/Parser/myreadline.c index a996a6ef90..6451824ede 100644 --- a/Parser/myreadline.c +++ b/Parser/myreadline.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Readline interface for tokenizer.c and [raw_]input() in bltinmodule.c. By default, or when stdin is not a tty device, we have a super diff --git a/Parser/node.c b/Parser/node.c index 6844965ea8..277520a68c 100644 --- a/Parser/node.c +++ b/Parser/node.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifdef HAVE_LIMITS_H #include <limits.h> diff --git a/Parser/parser.c b/Parser/parser.c index 5017a50669..d379f604b7 100644 --- a/Parser/parser.c +++ b/Parser/parser.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser implementation */ diff --git a/Parser/parser.h b/Parser/parser.h index d0df8cfb69..cf8d318697 100644 --- a/Parser/parser.h +++ b/Parser/parser.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser interface */ diff --git a/Parser/parsetok.c b/Parser/parsetok.c index 5f51f6adbd..b68fbd701a 100644 --- a/Parser/parsetok.c +++ b/Parser/parsetok.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser-tokenizer link implementation */ diff --git a/Parser/pgen.c b/Parser/pgen.c index 0bc38dc343..961f3bc1eb 100644 --- a/Parser/pgen.c +++ b/Parser/pgen.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser generator */ /* XXX This file is not yet fully PROTOized */ diff --git a/Parser/pgen.h b/Parser/pgen.h index ddf52e60dd..8a325ed074 100644 --- a/Parser/pgen.h +++ b/Parser/pgen.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser generator interface */ diff --git a/Parser/pgenmain.c b/Parser/pgenmain.c index a366981a1b..0c155de041 100644 --- a/Parser/pgenmain.c +++ b/Parser/pgenmain.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Parser generator main program */ diff --git a/Parser/printgrammar.c b/Parser/printgrammar.c index 1cd45eeae8..5540698140 100644 --- a/Parser/printgrammar.c +++ b/Parser/printgrammar.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Print a bunch of C initializers that represent a grammar */ diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index eb84d14476..6ae5084c11 100644 --- a/Parser/tokenizer.c +++ b/Parser/tokenizer.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Tokenizer implementation */ diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index 93a04abf47..8fded37ad9 100644 --- a/Parser/tokenizer.h +++ b/Parser/tokenizer.h @@ -4,15 +4,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Tokenizer interface */ diff --git a/Python/atof.c b/Python/atof.c index 35d3feb425..ae690e1b16 100644 --- a/Python/atof.c +++ b/Python/atof.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Just in case you haven't got an atof() around... This one doesn't check for bad syntax or overflow, diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index c2a7499644..47c8af3e7c 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Built-in functions */ diff --git a/Python/ceval.c b/Python/ceval.c index e8f8e8a61f..09ae132c2f 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Execute compiled code */ diff --git a/Python/compile.c b/Python/compile.c index ba910c4134..15c46067de 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Compile an expression node to intermediate code */ diff --git a/Python/dynload_aix.c b/Python/dynload_aix.c index 013e8f8bf5..e67f921d97 100644 --- a/Python/dynload_aix.c +++ b/Python/dynload_aix.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_beos.c b/Python/dynload_beos.c index 86ba71104a..8de1454802 100644 --- a/Python/dynload_beos.c +++ b/Python/dynload_beos.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c index 84fc9c4ed9..5a62d6f9aa 100644 --- a/Python/dynload_dl.c +++ b/Python/dynload_dl.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_hpux.c b/Python/dynload_hpux.c index 4624b64938..e435cd895c 100644 --- a/Python/dynload_hpux.c +++ b/Python/dynload_hpux.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c index 2a291a8e7c..8f057e7474 100644 --- a/Python/dynload_mac.c +++ b/Python/dynload_mac.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_next.c b/Python/dynload_next.c index a352edcf18..9a5c828add 100644 --- a/Python/dynload_next.c +++ b/Python/dynload_next.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c index 5ccfd8152d..24ad74ef75 100644 --- a/Python/dynload_os2.c +++ b/Python/dynload_os2.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_shlib.c b/Python/dynload_shlib.c index 6a56648f0f..16f15d9a81 100644 --- a/Python/dynload_shlib.c +++ b/Python/dynload_shlib.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/dynload_stub.c b/Python/dynload_stub.c index 978cc84af5..69f8b450b3 100644 --- a/Python/dynload_stub.c +++ b/Python/dynload_stub.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* This module provides the necessary stubs for when dynamic loading is not present. */ diff --git a/Python/dynload_win.c b/Python/dynload_win.c index 50e3744011..a08e417ace 100644 --- a/Python/dynload_win.c +++ b/Python/dynload_win.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/errors.c b/Python/errors.c index 6469f9f790..ba58790954 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Error handling */ diff --git a/Python/fmod.c b/Python/fmod.c index dcd1e62dea..de88f83ef6 100644 --- a/Python/fmod.c +++ b/Python/fmod.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Portable fmod(x, y) implementation for systems that don't have it */ diff --git a/Python/frozen.c b/Python/frozen.c index d2a7353c1c..21a0b52549 100644 --- a/Python/frozen.c +++ b/Python/frozen.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Dummy frozen modules initializer */ diff --git a/Python/frozenmain.c b/Python/frozenmain.c index 576baacc6b..a03a2f8ddb 100644 --- a/Python/frozenmain.c +++ b/Python/frozenmain.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Python interpreter main program for frozen scripts */ diff --git a/Python/getargs.c b/Python/getargs.c index 359e3bdf26..0823515989 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* New getargs implementation */ diff --git a/Python/getcompiler.c b/Python/getcompiler.c index fc19e4cd35..798837a740 100644 --- a/Python/getcompiler.c +++ b/Python/getcompiler.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Return the compiler identification, if possible. */ diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 6248334b79..ac2fe2bbb4 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -1,19 +1,3 @@ -/*********************************************************** -Copyright 1991-1996 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - -******************************************************************/ - /* Return the copyright string. This is updated manually. */ #include "Python.h" diff --git a/Python/getcwd.c b/Python/getcwd.c index ad9eb179b3..5c57291459 100644 --- a/Python/getcwd.c +++ b/Python/getcwd.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Two PD getcwd() implementations. Author: Guido van Rossum, CWI Amsterdam, Jan 1991, <guido@cwi.nl>. */ diff --git a/Python/getmtime.c b/Python/getmtime.c index 8bae191505..4c7ecd68a2 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Subroutine to get the last modification time of a file */ diff --git a/Python/getplatform.c b/Python/getplatform.c index 9830917494..68991402b5 100644 --- a/Python/getplatform.c +++ b/Python/getplatform.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include "Python.h" diff --git a/Python/getversion.c b/Python/getversion.c index 7e0ff0edd6..b0ef3896ef 100644 --- a/Python/getversion.c +++ b/Python/getversion.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Return the full version string. */ diff --git a/Python/import.c b/Python/import.c index 2e058bd0b5..9d65c70f47 100644 --- a/Python/import.c +++ b/Python/import.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Module definition and import implementation */ diff --git a/Python/importdl.c b/Python/importdl.c index 42bf5b447a..4a1048d496 100644 --- a/Python/importdl.c +++ b/Python/importdl.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Support for dynamic loading of extension modules */ diff --git a/Python/importdl.h b/Python/importdl.h index d67688adeb..4193620bd2 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -5,15 +5,6 @@ extern "C" { #endif -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Definitions for dynamic loading of extension modules */ enum filetype { diff --git a/Python/marshal.c b/Python/marshal.c index f6447131d0..91d322bb26 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Write Python objects to files and read them back. This is intended for writing and reading compiled Python code only; diff --git a/Python/memmove.c b/Python/memmove.c index f44bf0433a..6fb0dad934 100644 --- a/Python/memmove.c +++ b/Python/memmove.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* A perhaps slow but I hope correct implementation of memmove */ diff --git a/Python/modsupport.c b/Python/modsupport.c index dacc1a0a81..2cadeb8268 100644 --- a/Python/modsupport.c +++ b/Python/modsupport.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Module support implementation */ diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index 29728e5682..db98d2b31a 100644 --- a/Python/mystrtoul.c +++ b/Python/mystrtoul.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include "Python.h" diff --git a/Python/pystate.c b/Python/pystate.c index 1cd9cca8fe..85a9ce7604 100644 --- a/Python/pystate.c +++ b/Python/pystate.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Thread and interpreter state structures and their interfaces */ diff --git a/Python/pythonrun.c b/Python/pythonrun.c index b00b18f5c5..924ebf3357 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Python interpreter top-level routines, including init/exit */ diff --git a/Python/sigcheck.c b/Python/sigcheck.c index dba4bfb913..022d0e8ac3 100644 --- a/Python/sigcheck.c +++ b/Python/sigcheck.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Sigcheck is similar to intrcheck() but sets an exception when an interrupt occurs. It can't be in the intrcheck.c file since that diff --git a/Python/strerror.c b/Python/strerror.c index fc7f8d193f..b803b29835 100644 --- a/Python/strerror.c +++ b/Python/strerror.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* PD implementation of strerror() for systems that don't have it. Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, <guido@cwi.nl>. */ diff --git a/Python/structmember.c b/Python/structmember.c index 891ffa0c6d..bc1ba251ac 100644 --- a/Python/structmember.c +++ b/Python/structmember.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Map C struct members to Python object attributes */ diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 31d7abf276..ade9063669 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* System module */ diff --git a/Python/thread.c b/Python/thread.c index 0f4c392b2d..9c75c2f9da 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Thread package. This is intended to be usable independently from Python. diff --git a/Python/thread_beos.h b/Python/thread_beos.h index f70c4dfa1b..046d37eea7 100644 --- a/Python/thread_beos.h +++ b/Python/thread_beos.h @@ -1,14 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -BeOS thread support by Chris Herborth (chrish@qnx.com) -******************************************************************/ - #include <kernel/OS.h> #include <support/SupportDefs.h> #include <errno.h> diff --git a/Python/thread_cthread.h b/Python/thread_cthread.h index 80b10f7675..07bd190d27 100644 --- a/Python/thread_cthread.h +++ b/Python/thread_cthread.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include <mach/cthreads.h> diff --git a/Python/thread_foobar.h b/Python/thread_foobar.h index 18ddc21cf0..6edd0f93a5 100644 --- a/Python/thread_foobar.h +++ b/Python/thread_foobar.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* * Initialization. diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h index 8858e911bd..bf44e0425c 100644 --- a/Python/thread_lwp.h +++ b/Python/thread_lwp.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include <stdlib.h> #include <lwp/lwp.h> diff --git a/Python/thread_nt.h b/Python/thread_nt.h index 5e295cbce4..f32304f175 100644 --- a/Python/thread_nt.h +++ b/Python/thread_nt.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* This code implemented by Dag.Gruneau@elsa.preseco.comm.se */ /* Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru */ diff --git a/Python/thread_os2.h b/Python/thread_os2.h index d95d7655c3..3f913c5dbe 100644 --- a/Python/thread_os2.h +++ b/Python/thread_os2.h @@ -1,19 +1,3 @@ -/*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, -The Netherlands. - - All Rights Reserved - -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. - -******************************************************************/ - /* This code implemented by cvale@netcom.com */ #define INCL_DOSPROCESS diff --git a/Python/thread_pth.h b/Python/thread_pth.h index 608778df0a..a5ae91b6aa 100644 --- a/Python/thread_pth.h +++ b/Python/thread_pth.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* GNU pth threads interface http://www.gnu.org/software/pth diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 2d6a4f8062..db3115ad2e 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Posix threads interface */ diff --git a/Python/thread_sgi.h b/Python/thread_sgi.h index a1ebe6d438..863284e412 100644 --- a/Python/thread_sgi.h +++ b/Python/thread_sgi.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #ifdef WITH_SGI_DL #define USE_DL diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index 24ceef0032..66bdfa25a3 100644 --- a/Python/thread_solaris.h +++ b/Python/thread_solaris.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ #include <stdlib.h> #include <stdio.h> diff --git a/Python/thread_wince.h b/Python/thread_wince.h index efce15ce5e..3790bdab7d 100644 --- a/Python/thread_wince.h +++ b/Python/thread_wince.h @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* This code implemented by Mark Hammond (MHammond@skippinet.com.au) */ diff --git a/Python/traceback.c b/Python/traceback.c index 15b18b42f7..c17dbe2d6e 100644 --- a/Python/traceback.c +++ b/Python/traceback.c @@ -1,12 +1,3 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ /* Traceback implementation */ diff --git a/Tools/modulator/Templates/copyright b/Tools/modulator/Templates/copyright index 98ff132dbb..e69de29bb2 100644 --- a/Tools/modulator/Templates/copyright +++ b/Tools/modulator/Templates/copyright @@ -1,9 +0,0 @@ -/*********************************************************** -Copyright (c) 2000, BeOpen.com. -Copyright (c) 1995-2000, Corporation for National Research Initiatives. -Copyright (c) 1990-1995, Stichting Mathematisch Centrum. -All rights reserved. - -See the file "Misc/COPYRIGHT" for information on usage and -redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. -******************************************************************/ diff --git a/Tools/scripts/fixnotice.py b/Tools/scripts/fixnotice.py index cf18866b95..a69a9815af 100755 --- a/Tools/scripts/fixnotice.py +++ b/Tools/scripts/fixnotice.py @@ -1,24 +1,6 @@ #! /usr/bin/env python -OLD_NOTICE = """ -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation, and that the names of Stichting Mathematisch -Centrum or CWI not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior permission. - -STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO -THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE -FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT -OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -""" - -NEW_NOTICE = """ +OLD_NOTICE = """/*********************************************************** Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. Copyright (c) 1990-1995, Stichting Mathematisch Centrum. @@ -26,8 +8,11 @@ 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_NOTICE = "" + # " <-- Help Emacs import os, sys, string |