]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
REMOVED all CWI, CNRI and BeOpen copyright markings.
authorGuido van Rossum <guido@python.org>
Fri, 1 Sep 2000 23:29:29 +0000 (23:29 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 1 Sep 2000 23:29:29 +0000 (23:29 +0000)
This should match the situation in the 1.6b1 tree.

194 files changed:
BeOS/dl_export.h
Include/Python.h
Include/bitset.h
Include/bufferobject.h
Include/ceval.h
Include/classobject.h
Include/cobject.h
Include/compile.h
Include/dictobject.h
Include/errcode.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/marshal.h
Include/metagrammar.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/osdefs.h
Include/parsetok.h
Include/patchlevel.h
Include/pgenheaders.h
Include/pydebug.h
Include/pyerrors.h
Include/pymem.h
Include/pyport.h
Include/pystate.h
Include/pythonrun.h
Include/pythread.h
Include/rangeobject.h
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Makefile.in
Modules/_tkinter.c
Modules/almodule.c
Modules/arraymodule.c
Modules/audioop.c
Modules/binascii.c
Modules/bsddbmodule.c
Modules/cdmodule.c
Modules/cgensupport.c
Modules/cgensupport.h
Modules/clmodule.c
Modules/cstubs
Modules/dbmmodule.c
Modules/dlmodule.c
Modules/errnomodule.c
Modules/fcntlmodule.c
Modules/flmodule.c
Modules/fmmodule.c
Modules/gdbmmodule.c
Modules/getpath.c
Modules/glmodule.c
Modules/grpmodule.c
Modules/imageop.c
Modules/imgfile.c
Modules/main.c
Modules/mathmodule.c
Modules/md5module.c
Modules/mpzmodule.c
Modules/newmodule.c
Modules/parsermodule.c
Modules/pcremodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/pyexpat.c
Modules/regexmodule.c
Modules/resource.c
Modules/selectmodule.c
Modules/sgimodule.c
Modules/shamodule.c
Modules/signalmodule.c
Modules/stropmodule.c
Modules/structmodule.c
Modules/sunaudiodev.c
Modules/svmodule.c
Modules/threadmodule.c
Modules/timemodule.c
Modules/xxmodule.c
Modules/yuv.h
Modules/yuvconvert.c
Objects/bufferobject.c
Objects/classobject.c
Objects/cobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/funcobject.c
Objects/intobject.c
Objects/listobject.c
Objects/longobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/rangeobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/xxobject.c
PC/config.c
PC/getpathp.c
PC/os2vacpp/getpathp.c
Parser/acceler.c
Parser/assert.h
Parser/bitset.c
Parser/firstsets.c
Parser/grammar.c
Parser/grammar1.c
Parser/intrcheck.c
Parser/listnode.c
Parser/metagrammar.c
Parser/myreadline.c
Parser/node.c
Parser/parser.c
Parser/parser.h
Parser/parsetok.c
Parser/pgen.c
Parser/pgen.h
Parser/pgenmain.c
Parser/printgrammar.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/atof.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/dynload_aix.c
Python/dynload_beos.c
Python/dynload_dl.c
Python/dynload_hpux.c
Python/dynload_mac.c
Python/dynload_next.c
Python/dynload_os2.c
Python/dynload_shlib.c
Python/dynload_stub.c
Python/dynload_win.c
Python/errors.c
Python/fmod.c
Python/frozen.c
Python/frozenmain.c
Python/getargs.c
Python/getcompiler.c
Python/getcopyright.c
Python/getcwd.c
Python/getmtime.c
Python/getplatform.c
Python/getversion.c
Python/import.c
Python/importdl.c
Python/importdl.h
Python/marshal.c
Python/memmove.c
Python/modsupport.c
Python/mystrtoul.c
Python/pystate.c
Python/pythonrun.c
Python/sigcheck.c
Python/strerror.c
Python/structmember.c
Python/sysmodule.c
Python/thread.c
Python/thread_beos.h
Python/thread_cthread.h
Python/thread_foobar.h
Python/thread_lwp.h
Python/thread_nt.h
Python/thread_os2.h
Python/thread_pth.h
Python/thread_pthread.h
Python/thread_sgi.h
Python/thread_solaris.h
Python/thread_wince.h
Python/traceback.c
Tools/modulator/Templates/copyright
Tools/scripts/fixnotice.py

index d65d534fde6bb887680904a91c71792f1ea49fcb..5c1af8de6bdaa728b3e42a0b00c1b4ad1bf4f248 100644 (file)
@@ -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
index b994401a52f99483119706e2145c0c1caa90f0ea..fd7ddb63ed1ce4920a96ea50cfa8ac62823e62c6 100644 (file)
@@ -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. */
index e3ef1a18f3aae4b6d0a5aee6e36b0c2c0e7341f7..faeb41913df31f995d772b211fd05e5f65196bf8 100644 (file)
@@ -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
index 5a205f3e7c66ce525fc7cb641f9a487103e11960..e4109aeb134a43e4e2d0d401d72faa27d89f5baf 100644 (file)
@@ -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 */
 
index b20d775b77f05853b84c92b71e7eed36cea00198..0319fd6c3cafc3ad4db09c380b00f55d31b376cc 100644 (file)
@@ -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 */
 
index 67416e49b29aeb404551ba4f0a872fc3397fda38..059730b4095c101ecebe69d0645cda55961012a8 100644 (file)
@@ -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 */
 
index e7b75f59fbde61526e74561e049130ef4326c460..f710d4af77248eaf3c93eae8efaed1b4a3852ba7 100644 (file)
@@ -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.
  
index 56973cd4f24db4e703df61359ad2fdaffd1931be..f8acdb44fdcc005f9d200ec4281a09742a76a1f4 100644 (file)
@@ -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 */
 
index b79ed600467da7fc6d7531a6d6e20977e058a52d..4f5f94a115c5f055bcd026fac6f3f41b49d460a2 100644 (file)
@@ -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 */
 
index a8fe458417736df3166da0e358b84ebddb4527f4..daa702f7e177c518bd62529907f244b99ac21d53 100644 (file)
@@ -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
index 9671fc0031de09a6215e0de0654a6c86d6f2c92e..2a45009025781a170f8237d1595460227ba54d2f 100644 (file)
@@ -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 */
 
index 15d1d5c7a8ceffb9e93cba8dc6dcc6895d2233b4..aefeffec4e67fb77ee8ffc9bf2acfcc06b9ec036 100644 (file)
@@ -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 */
 
index fd7f9d2549071d2711c725427adda3ad930c4d37..1d0b50a620dbae1aad1d019f7a5503bc7197f275 100644 (file)
@@ -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 */
 
index 5021d4ed4893603a15756ba1071134fe3f331339..1bbe2a16bfa42a0f343e341914508d46e84ceffd 100644 (file)
@@ -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 */
 
index e85fc1a6115494c1f5bde797a78f31ba4a05629e..6ba1e0925e66859bfa06596dcb7505f7eda28c97 100644 (file)
@@ -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 */
 
index b842393f6eae370f60a9cc99dfa3f672ffa19447..8426da30d9c65341ff7fc78cb37db64afd0072a3 100644 (file)
@@ -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 */
 
index c11d33e1c1192bf0771584c24ae3b0a18884bd47..f90dd2081b7e72304a846c69f2bfd33615663187 100644 (file)
@@ -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 */
 
index 925e19a35fb3eac5868c6ca4e6859376d28a73d5..a22d38a9b5e12db3026d0cb0a7070863ccb12247 100644 (file)
@@ -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 */
 
index 9e9f6ac4d0bc8c22dad7e4e4c83d2fd175d59b4e..6ccdc3b3ee722f86137523e2bb58cf3befa828a9 100644 (file)
@@ -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
index 0fea447877e4862db62427962a547a7e59b94950..73ac724e08f0271e04a7cea062c3bc1aa9bdfbd6 100644 (file)
@@ -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 */
 
index 1e78d05e5d136d821765dc8b25dbd97e638141db..1154e0b02bd537d4dc6e74779a863736423ba72c 100644 (file)
@@ -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. */
 
index 8fa0bbd8015c153b7afb8dcf50487bc26d5f438a..f2dea9340b53ab48537f4875eeb933a7bb2ec0fa 100644 (file)
@@ -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 */
 
index 98bd5238c56c003ec6ee9d52c6c15386d2d3b942..cf11d53128bc247c4daf8afc9c713d45c2308522 100644 (file)
@@ -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 */
 
index cef685a714d55c9e6a78d9f8806a046f6bde1999..15c8ef8f3f1ac02a1daf00e2c4922fcf353d0096 100644 (file)
@@ -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
index ee0cb7eb43cad4430e35a0aab350b11c1aa21cff..a205011e696726c7f9c75bbcc9135b3ad7d1066b 100644 (file)
@@ -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 */
 
index 75449f215afeb19d173b16fe7afdd3f6114daf05..a678257aac9dd8ad84932820889bef29f48808c7 100644 (file)
@@ -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
index b03306cf2c5a36909f9fc7248f27b0bbbc3b0522..00a23aae207a384926fc8b58bfbb7959ea1e3ccc 100644 (file)
@@ -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 */
 
index 96eb350f0a9ed1dd1bfecfbd02efb0d98044642e..df6e5186d35f848deaa766ba1d27223549186270 100644 (file)
@@ -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 */
 
index 0cfa179e10a5466fe9c14aa4986b69f5fe141bea..ab7a2c7eea077ca5d47c09e0e025b5e37895e539 100644 (file)
@@ -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 */
 
index f44963c7b3368ae622081984dc88b803dbdbf7aa..1a2255dc4ee25e59481ad12e6d0d10caa41388d2 100644 (file)
@@ -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
index d46e5b8fde03c11a906fe6b5e4e65e723fec0141..349756cf1d9083a02c7535a6bb82c65783f5a027 100644 (file)
@@ -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 */
 
index 06d0e2f81da2127e1c9abf8ca6eb7bf84987c9ca..b13c08d52a73e81c1d34c76deb4b5c916ca063fa 100644 (file)
@@ -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 */
 
index 71e7d899436d0a3e54c395a7ce8fee3b96a7f43d..aebc83cdd856020b443508cab0030e21fce99faa 100644 (file)
@@ -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 */
 
index 1471a31f0a8d0ae263e551b9190ba8bce8f8ec35..63680937df7fa6d213ae979c9bbcf7fffd853daf 100644 (file)
@@ -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.
 
index 0b2e4ce6cecfcdf56a0c5731021d0fcf93ffa2a2..dcd3c5ef5bae7ac8c33c65f331e28b2f42729348 100644 (file)
@@ -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. */
 
index 45752d07893dea853489589741afbd120c00ecbe..0372401932743f6f0fbfe6f158090f1658a6ddb5 100644 (file)
@@ -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
index 311e258a3bf5cedd85bbe407960e4f42417a0bcb..8747aec9c57a7a7a06707e2f959323840bfc82de 100644 (file)
@@ -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 */
 
index 09067a8fbaf9e3cdce8a000f9cc0ed789b82af9d..71fc8b58d8404effc249721f95af5a2105601f3a 100644 (file)
@@ -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 */
 
index f59ba37ca3629c8f070ada969d8d926a99b6568e..27193fef9177345069231a4553726a6d6f97eb08 100644 (file)
@@ -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
 
index fcc0aea13438b79628751dad1cecf8a8e072c7ff..be5649798920c355595b48631d2d09179df0457c 100644 (file)
@@ -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 */
 
index bbf2903a397978ae0439e170797319ec7212a744..97d6f4f5fdf493cfba23b19f946e655351c4c73f 100644 (file)
@@ -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 */
 
index e40eb5759c3df0b2011593e5dabc0829519dcd43..c0a718e5ade187b7f3917688846d0347dbc1eb2b 100644 (file)
@@ -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
index a208581b6cdd27b7ca10ebb0ac1c77929b02fa43..145f774af85e295698f1f935d01e9f3b7c16c66c 100644 (file)
@@ -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 */
 
index 361cbc06830b35eaad75184fc493daa3715462b9..7afd347c856eb38d3e8df169246cd4ef73c5de83 100644 (file)
@@ -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 */
 
index 4ed9d42bf3375c84814abff833728945b6434517..09e62cf13b01e2aed8d38d43134c48bcf93277af 100644 (file)
@@ -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 */
 
index a2920c031c5aaacf30d231baec01dd2e5ec1a4cb..ca3aff7b4d1bd437394ce8f65c32ecfefadcd741 100644 (file)
@@ -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 */
 
index 63d92b48373f33715994d870995966338a2eae6e..77e3de7cd2e06255e4a99da6bf7f3eb7d56e0a0b 100644 (file)
@@ -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 */
 
index a8ed86e025dba1ee16488d06afd62dd9afa6c10f..baf82e1b23a0c3f5237542028c998f206814ba37 100644 (file)
@@ -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
index acfac8b2e96f33b0e2170c08339f10baaae86314..9a614846ff61be98805dff18d73347e6f5d40b04 100644 (file)
@@ -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 */
 
index 8d4b96f80941b455d137fa5daa0662c4314e4f14..2c09129bb4bc4aa497ed1876fae2ab8be3aff338 100644 (file)
@@ -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
index 9601f0680f504e5e17aad5309efdc3371ebf6bd0..34360fe077698e4b6a8c2bcc97595c0ce37f5122 100644 (file)
@@ -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. */
index 23fd96f02c6f12f0bec0ab9438436bfaa3e94ae8..6621b9c024f31763f82dd5042738fac9441b5088 100644 (file)
@@ -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 */
 
index 530b214c1ab16b6dea13607468ebee36462116b4..43be90cb72ef13f0020d2c15f3b893d93a0ae52e 100644 (file)
@@ -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 */
 
index 8c916171cf29b8b9efafa9b4584d512e3aaa5efe..d12642afb08a8c63df853cc0bd5001535fcb984c 100644 (file)
@@ -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 */
 
index a9e190b359fe092e42e694ebe87913f125b242f0..010e22d9c8fcf654ec5a5ba0cd04f634c48374dc 100644 (file)
@@ -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
 **
index 48c221e7eb332fa9837fee25d702c03b6a02236a..24d859b56448704e53764ed681837631191f5b82 100644 (file)
@@ -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
index 5f88a0f8cd0aa6dafbf53a4eb75f214df783b44a..ee58c5efbd38fb60dec317e7e04a424784493cb7 100644 (file)
@@ -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). */
 
index 71b55865e8381fa0a8c95ca928c153cf556fcef0..7e7d0ff9f4c6356ffacafaae27901903de37745a 100644 (file)
@@ -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 */
 
index 2277a4738d656cb2bfc6a1d0643115fd31cdef90..bc901f6e81a675c2a775cd552193834a24471e87 100644 (file)
@@ -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 */
 
index d38a0c33e00931dc6de07d572fbeaf224d508d4b..2ff184cce615864b1a47cd472f6a9cd9105b9115 100644 (file)
@@ -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 */
index 3ce58da952f89b0efd076a6d6930d5251b73583c..53bd4ab310698b171b34d3cdd35f6e3a6d8113ac 100644 (file)
@@ -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".
index b95c0ba8534335c940f263ce059fc5dae24aa014..c0cfb29c15ff739d5d36caa5c3de45f32ba4dddc 100644 (file)
@@ -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 */
 
index 18e1458f1c67b7367f45b55d471ab7f296bd9f2f..b094be76eb9b8aa1138f62f05bd0d4f4df69b184 100644 (file)
@@ -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 */
 
index b47feb62817fc74fa5735150b1733975955bfcc5..3ca43724b94a2ceafbe06169e5d06426f495a705 100644 (file)
@@ -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 */
 
index fd4c3e304a5df2b0e4cfec4672eaafe1dff081f3..93fdf401f330c8cce467a7596a8254c08391f36c 100644 (file)
@@ -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 */
 
index 8bfd83aa0916faa85ccfc4f2be489dab35bce725..ef853f5520ed9a76cd69f8b2c3f3cd881c13dbec 100644 (file)
@@ -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
index df5f27ba67f277c4d1838571f7daf6a24b7ef3f8..065aed60045984329279dfc644f87918616546a6 100644 (file)
@@ -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 */
 
index 6d2e6ce1440bf3223424a29dcf2e89af277a48e7..3b7b0bccfd96a393f8bf5191590f2340ad2b706c 100644 (file)
@@ -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 */
index f96f7ed48369f8852bda56d61792b3f66fa57d37..c295d307ccf2c5ce5109fbc94215669428a1b387 100644 (file)
@@ -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. */
 
index 2d314b9e5f69e546b7468839f8b765472a3fd969..4a1b66fb6979ca3a0530844044a5a7d8e106c51b 100644 (file)
@@ -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".
index f13472f29b6f11136a610d5597e023563c1357d2..41a5ec975735c61883215ece711874db59ac1404 100644 (file)
@@ -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 */
 
index 7c7116d6cbd678701b0d43586f0a71b324d1da1f..586133bfed21d25c88a15a018645066f152b293b 100644 (file)
@@ -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 */
 
index 9a7f74fd3dfd233129f71ff9fb7250574001d6e4..e8f0b8c5fbad97a3f790b62e8f0049955869a5a2 100644 (file)
@@ -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 */
 
index 9afe80b3b5642ee24ef9c1da735450fe216c2065..32d7c39ca94f202ebfdcaa2b501ef8070d3847da 100644 (file)
@@ -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 */
 
index 569e8c9cdda526f3e3d49490d81ee74b50208cd1..fcd88ad331c0a4d1b43ee4b032f4c2d4e485ee0a 100644 (file)
@@ -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 */
 
index 5eac97b3fec19b4b4dd8b571e39fd95b2fb092ce..269a298c05ade1fa5da388a452fbb835dcfb572b 100644 (file)
@@ -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 */
 
index 8be9f08df45d92158e74cc53753b2d88e17aff21..44349e9357963812ad48acec866cf1f537f66cba 100644 (file)
@@ -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 */
 
index 1595c0c64c3a48c1f35ffb5be5d7de33c331a6de..f29c37bf57fe19daf355a440fcb8c7c017cecbfd 100644 (file)
@@ -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 */
 
index 056d2bbf27227bd37fc8ee24a033d8b07ba4ee02..f4fb805f69e373a3db14ddc4d1c6a9cc704b7b3a 100644 (file)
@@ -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               */
index 21629b806b435f37a4daf30a951ed00a3d45e89d..fe45bacd564500ccb4e42eca4ab8e308b9c6e0ce 100644 (file)
@@ -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"
index d921eee5a57e85b84021a49a20d9bb74ffa319df..cb3c72dd5c4faf9edce3657ea8b5250d4cbe8efb 100644 (file)
@@ -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 */
 
index 7f58ed34087bb278d0ff91a286e5292717d8263a..290dc45145592ba2dc003c24e47d362e29e39cbb 100644 (file)
@@ -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 */
 
index 28fb42b1936a1b5e68c9ac136fc8d9cb735b28c7..d270aa211d112988cd970f61d816f4881356a0ae 100644 (file)
@@ -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"
 
index ff3b8950dd47916d7beced1b27088b2ee9a3d432..749de9e7ab48632ccfb5a82d235d9f51e6e38c99 100644 (file)
@@ -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
index cca6d823fe607db9c7f1920480d8eb4cdb5236bd..9f2d9c06a747ccf51c6bfffe29666afc4da393fc 100644 (file)
@@ -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>
index 1c1f3d8cdbe8f1009605cf6d8686478dfbd24697..55c3a49c5359a19f631d967e362bb82ae2a1c7a0 100644 (file)
@@ -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.
index 04bd3bec3c45c203840bcbe56b85028d56fc9066..b19efe6f79c04d1f926c823261d0eaf12a691da0 100644 (file)
@@ -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 */
 
index cc11f128852e966e51906f4f9c3fd71353254ec9..8f9523050e4f9672c95373f3dbc2644636d9e44e 100644 (file)
@@ -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 */
index 368955e0c596e2d5b33cc9d461737d0ffd98b448..1347c6d291e9ec54f6dfc8d35cdb7d931a795a5d 100644 (file)
@@ -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 */
 
index 617eb26ec4d558370330a7397e5d7926bd443dcc..b8f7519f2dfee07933a60e3ce3aa79af9a7e2314 100644 (file)
@@ -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 */
 
index ff10b18ae909a0a8e950ec1fbeb214f2fcd9fae4..c253a76df78f375ad95a08985bdc291d7afd1f91 100644 (file)
@@ -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 */
 
index 2774e054c5dba3795273e9158c6934a48f2860ee..7bf867bcb2b9c5e49fe4e7a20b553eb543ba59ae 100644 (file)
@@ -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 */
 
index 95b3e142adca2004a8545483d2505a87c3d2b5bd..ead0ca589ff57b6e80ea2006967755ce3ec5bc65 100644 (file)
@@ -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,
index 46dd35a69ad744c8deb14c0b7074f87c5f5e45db..97ab4e1375cd06eada55fae70f8d853bc9392290 100644 (file)
@@ -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 */
index edf09d11312a497738b900e8853d666bcbc4bb5c..116b377e8ef7459d770f1927f029ff6e5a16c7b6 100644 (file)
@@ -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 */
 
index e80c2eee98d44bbb6c0c581342aaafb5e4340177..621eab81022ed025bb6d4208a5852a793e757bc9 100644 (file)
@@ -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
index 1b7db6266eacf8ecb5c6ab0208c40b328e83ce79..738c4e50c199a8328f9b9f2ecdc80bdd7eda9282 100644 (file)
@@ -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
index 3a5c03672eac1564c0acbc34ad5c210a8354607f..e5333d9c38879e8664a3b557bf31f580693f0774 100644 (file)
@@ -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"
 
index 91f58c906b0852e83cef87a05a8221385cf91fc9..1a17ec5ba8c915702ddd7124fe18f22e0652e4f5 100644 (file)
@@ -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 */
 
index 615c8bab5497a7fdb85dd4bf295781e125994a2b..8bbd834cdbda1386bcb309b989b0bbf911ddc54d 100644 (file)
@@ -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 */
 
index 48abb4a645d7ff1a500fe98c13cf7d1a76b1796f..872e51591c360c747d1d149a9b5ad68b0bebb0ef 100644 (file)
@@ -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 */
 
index 6f1cfea9233498098f7f14ede7689215f8d5bd49..3c9830f6b196ae871433b55f7ee5f8b46486dc8a 100644 (file)
@@ -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 */
 
index 37111d26d4e1282f196043107ed402cd7489e9c2..7be1c67de079a8473e8c198b2a0d658d00bdb314 100644 (file)
@@ -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 */
 
index 6305520d145529c36cf931079788926e286db0cc..a5d2fcc837c5b9f8b7060e3485c6aa4af6b65dde 100644 (file)
@@ -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 */
 
index 5650b41302e59dc11d4d84292a4cf5f67a6b34e0..946e3d99d3b83d78d5cdd640f5ffd0842829e974 100644 (file)
@@ -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 */
 
index 4a01f3d526d715e149341588c83f56f37fbb40b7..f541f1e9c79e38a2472d0c13f93927669bac1cfa 100644 (file)
@@ -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 */
 
index 32d9a61f2819a36f6b774e87f84f8ef775f997f0..8b045f4695ea2f6c2903d4144d632971ac6c7a6f 100644 (file)
@@ -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 */
 
index 20bb3702cd88522f91cb4973bf71a3473a9e9561..411e4dd17467325537448663e8d4a2f9a69832e7 100644 (file)
@@ -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 */
 
index 5a704fedf3f49e4374ef742ea1de47630229a255..3d02b5f9a2bb54e732564e3956fddd49bf1fe58a 100644 (file)
@@ -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 */
 
index 86b4ababf53e93a9d6c49711ad0aaad09c2334ed..65dcaa06ded93c3a8afc06c9ff45a9d3485bcca2 100644 (file)
@@ -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 */
 
index 4a1fa93f4aa4d75d40077ba146421416fda0c24c..f0bbeeacc990f1c47e8c73e7fb9530a2c4b62f8e 100644 (file)
@@ -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 */
 
index 4e4395e1164aa3e45476db6d6083465d2b45a7ee..c655e957ef5e52bcaf797134c4b4d56dc689eeb2 100644 (file)
@@ -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 */
 
index 9f73cd313a2524d4ab37b41574260047e89cf3d9..150f3576c6014f86164a37b2812358ca94748f88 100644 (file)
@@ -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) */
 
index 20b077f4f9e69e8636ae54b06bbe312abed935b7..5c794fc204f42a940ee30fe274e6fa3d8984a6df 100644 (file)
@@ -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 */
 
index 25621c2a599318edda665122571098b954859ad0..f7c3f4b157d8adc49d3d4cfd31aec26bd4ba2a59 100644 (file)
@@ -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 */
 
index 8e05e865129a8f7838e84771b19319c726d73060..71e9764ec3dc5d4f16cb251214372b64005e0ce1 100644 (file)
@@ -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 */
 
index 250350497d7e76f730e67819b0ae5e87a8895822..c96c0aa729974d794f3764ea11a8883960223494 100644 (file)
@@ -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 */
 
index 21d0aa2e1d3075e41bdc2a823fd4836bdbadb722..21a00b09e19d2fe6df49883a83b96aed3ad2ca3f 100644 (file)
@@ -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
index d71b66973176384efdde60b08bc0f20eae00fcf2..e0776fa44a4bf7fa07f21c739b39c63cdc196000 100644 (file)
@@ -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.
index 8178ab27cff30476ae8a6fc8415d6cc370428850..3ed912464711186ac2ed401781be709999c9d5c8 100644 (file)
@@ -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. */
index 533689c63f53b8d3f27308e640ab62599061766a..35ce99601ce1877815e4ead21c04d8fd1a7ea985 100644 (file)
@@ -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. */
index cd8e444cf6b0e955657c06a0f25c13e3e8365d5e..1b789e7e836927d27b41b24850221cf867916f58 100644 (file)
@@ -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 */
 
index e97534e791a0c9c3ca2847b49111c0426055e62d..d4ed72c006b7edb5ccfdea5e45d118303a503300 100644 (file)
@@ -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 */
 
index a69cc36395fe15cfdb4fef0c81b7c1db0ebcb962..3834e195b113b0d611da8f80f27943f798ee464c 100644 (file)
@@ -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 */
 
index 295f67d4f234c8fadd329ac45d073e772bca63cd..d6c4084d066815a92e20640a2513e3254200f87c 100644 (file)
@@ -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 */
 
index c4efce76906161355225832edd241230bcd8227d..2a0574da9e8adece77b9749c89a4166f366a23b2 100644 (file)
@@ -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 */
 
index 16821f4639ac68f427be1d2a457516edc89b7de0..b2631b785d5471c2357b3c05947b6ec35911407a 100644 (file)
@@ -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 */
 
index d20ed6100b0b1da76b97231221db6082790f9951..4c11e4c1fa239cb65013d6f8804d4f4a708cd463 100644 (file)
@@ -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 */
 
index 68f28bfb394ef16671ad1a796b5e78c7f7b34bf2..c0b3b666fe7e573a215adc07b7875c3e8bff9943 100644 (file)
@@ -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 */
 
index 16b76268d54a292b90dbde778d4ccf8b8808d243..ae67eb1a02b7be88b6d3f9334c47a0fb274e0796 100644 (file)
@@ -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"
index a996a6ef908574a8891a2c5c7f4d891901cd6da6..6451824ede05d305b3f439b4ce66bfe62404e7ce 100644 (file)
@@ -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
index 6844965ea837fe77410a3124becaf4199d84148e..277520a68caf7aab01ae87e8e72edaa2ddf10996 100644 (file)
@@ -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>
index 5017a506695c973511b2e0a7389184c307ba2bb0..d379f604b734e262940e315b6e9bdcc27cfceecc 100644 (file)
@@ -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 */
 
index d0df8cfb6903ed42a59c5389a847bca5de7e5232..cf8d318697209a17a0aa0052c98c68ed53aeb184 100644 (file)
@@ -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 */
 
index 5f51f6adbdb6e95828caa292cab409433633723f..b68fbd701a1ca0870b08b49e8559d95c3281fe26 100644 (file)
@@ -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 */
 
index 0bc38dc343fe78561201201bc4c922d22f06e1af..961f3bc1ebf3fa3977418912df049da01b5bfa0c 100644 (file)
@@ -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 */
index ddf52e60dd3ff4842a66710d0bc2b8e93327ebaf..8a325ed07488f8aecce0eb2897c115c6fa5d9b19 100644 (file)
@@ -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 */
 
index a366981a1b2089d1bdb0d6ba64a0328c0249125a..0c155de041ae3784fc8834a824311feaa083570e 100644 (file)
@@ -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 */
 
index 1cd45eeae85e9152d0774a4b4b074f75b887ecaf..55406981407ae19482f0ec84e797b85154d3b018 100644 (file)
@@ -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 */
 
index eb84d144768e46727f0eb9374927f0e628fc0d55..6ae5084c11f62b7256fdc57ecb44e429f84fefc8 100644 (file)
@@ -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 */
 
index 93a04abf47aa287bcf5b79205fa26e54d1bcaaf2..8fded37ad998cbe17352458ec6739c5a66c29607 100644 (file)
@@ -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 */
 
index 35d3feb425cf3e630bcf44cc158d8ddb9a2c4aec..ae690e1b16d7c5627bef717e2f7897149f6dfc0c 100644 (file)
@@ -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,
index c2a74996446e33bc2e97fba93dcd8d608b9eea65..47c8af3e7c2e3f2d7325069600b29ec193a26678 100644 (file)
@@ -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 */
 
index e8f8e8a61f422a1690ec1a35d0464ad24d4097a9..09ae132c2fe188c7681125b0a2780de67ecf69d6 100644 (file)
@@ -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 */
 
index ba910c41346bf37d3bbb363543867bdd9899696d..15c46067de3146e4d178d1707dbca3fca0c1d98d 100644 (file)
@@ -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 */
 
index 013e8f8bf5ddaa1fb48ca88c82ef2bb963b7df9c..e67f921d974ac1d531a5ed6405b059fd21c0b76a 100644 (file)
@@ -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 */
 
index 86ba71104afd701c3aa650d3875224baded62984..8de14548027533eaad78b0a22f3410e093afaa09 100644 (file)
@@ -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 */
 
index 84fc9c4ed98a3e3264cc85bfff3b4463f4c388ec..5a62d6f9aa176c8a68eb82f43ed85ae035d063e3 100644 (file)
@@ -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 */
 
index 4624b64938e2e7b7aa275c4cd875e5bbf7da5030..e435cd895c6ef9214da4106e298e45a99474fae1 100644 (file)
@@ -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 */
 
index 2a291a8e7c0e41d8a8acb355dd13777caaeed8e0..8f057e747489cfed6509b7251e2cdf61afd3270a 100644 (file)
@@ -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 */
 
index a352edcf18e3955122c2c24a181c245194f1eb17..9a5c828add938265a08a5074ff4decbcec58f54f 100644 (file)
@@ -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 */
 
index 5ccfd8152d72de919f492f3262f4cd60a6fe92ea..24ad74ef7571ca8213147d3a7779985757ac0bac 100644 (file)
@@ -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 */
 
index 6a56648f0f481a22dfa0beef5f1f7ab72d79ed8f..16f15d9a8147655442ef576ccd49539aa1c853af 100644 (file)
@@ -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 */
 
index 978cc84af5f91b6b78ee01cfd7e9626c9f0558f6..69f8b450b3aecc4ef7e82bd2f6f488226b22c2d0 100644 (file)
@@ -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. */
index 50e374401198756e8e486464386410fde65ea3b2..a08e417aced67c003b3795ba708f83cb64631968 100644 (file)
@@ -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 */
 
index 6469f9f7901462bbf838433fcf4fcd23621bd513..ba5879095415cbf5d19950c5fbc68cffb9d14cbd 100644 (file)
@@ -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 */
 
index dcd1e62deaf68d91c3e16ccd680b2db61c3b3c0c..de88f83ef6398c53610c4cd11ed4b357efdd556e 100644 (file)
@@ -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 */
 
index d2a7353c1c1770cf80845361deb10766e6dde698..21a0b525498e4a88e8d20221dcc593399a852224 100644 (file)
@@ -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 */
 
index 576baacc6b91ee1e1ad2c25d8d4cab451005ca41..a03a2f8ddb0fd6c81eb8eda2ab59401460c16797 100644 (file)
@@ -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 */
 
index 359e3bdf2689607eb8b725d4ecaa58f554048cd7..0823515989f8efa3177d966eac10e016aab28c56 100644 (file)
@@ -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 */
 
index fc19e4cd359bf48115d5fd5fad6f58bbe0fec78b..798837a7401abf209d8625ef931cdb8c75770fa0 100644 (file)
@@ -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. */
 
index 6248334b79a8ac26904e333b1733b636934e7a33..ac2fe2bbb4351bc828d3c305d0c97a5c7641a49d 100644 (file)
@@ -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"
index ad9eb179b3090ee88117a505c9e904720ebe4f81..5c57291459906db2261c46d3673d6f5a9df1e110 100644 (file)
@@ -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>. */
index 8bae191505af7a577f73ffecf239bd239614e22a..4c7ecd68a2fb5f1d9328f89430f68bc0cea9569c 100644 (file)
@@ -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 */
 
index 9830917494a62eddef8f6c053b144d1891a62cce..68991402b5b0001cfbf52a9394baa3340f52fe88 100644 (file)
@@ -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"
 
index 7e0ff0edd60b4e6c5c91f3be59b3836434919b54..b0ef3896ef40153bb958be339b5311583338bfb2 100644 (file)
@@ -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. */
 
index 2e058bd0b54595989732fa48f0e6ed20402db5cb..9d65c70f47b16705c66cdc78cc2e9528ea3338e5 100644 (file)
@@ -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 */
 
index 42bf5b447a114fc45d5edec8a542c62186fdfd87..4a1048d4960fd34b6132f252a625c94626bd0424 100644 (file)
@@ -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 */
 
index d67688adeb1828a439e5bd9bcd068008df620827..4193620bd2806be45a4abe9b699ef3202ef9ec39 100644 (file)
@@ -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 {
index f6447131d0edf47dd1e09b8a4e7d3e2341fce9ae..91d322bb2636dc74246b34e56d26ab7b4ba59c43 100644 (file)
@@ -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;
index f44bf0433a5e6a5d0df1117b302f95ab40289a7b..6fb0dad934d198586ab19c7b7a12964b76bc1ecb 100644 (file)
@@ -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 */
 
index dacc1a0a8158bcd854d796b31a7b722759fa85f3..2cadeb8268cbbb3ca7f2c45fd2ce51563d792074 100644 (file)
@@ -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 */
 
index 29728e5682cb02ea5b98e374e09240831e84ad19..db98d2b31a50db71a60ede594bfa78e1b11d8166 100644 (file)
@@ -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"
 
index 1cd9cca8feafa5c1cc22cfe04dee247e67de1ed8..85a9ce76040fd12504ad1978a36a966ab01b11de 100644 (file)
@@ -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 */
 
index b00b18f5c5cd065f173109c61e0b80b7df4364f6..924ebf33570761d309c50814acfdb725771a7709 100644 (file)
@@ -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 */
 
index dba4bfb913ff1d50eb8bb99806776cb61c04ff19..022d0e8ac39016512901e5bb2adbfde259612efe 100644 (file)
@@ -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
index fc7f8d193fbcb38e673ceb575301ad265d5923d6..b803b29835e00af826a6c85fd359e237a34ca910 100644 (file)
@@ -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>. */
index 891ffa0c6d887ec2f9e9d568b0b6d7da68556eb7..bc1ba251acceb4d6f0ede2b271ae2908a4e94cec 100644 (file)
@@ -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 */
 
index 31d7abf27682d04ea1d9d4e7a66520363d90c3b9..ade90636695c9a71fd81ec5ed4e6612fe7bbbbb7 100644 (file)
@@ -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 */
 
index 0f4c392b2de2077128d49c91b6d6dba659c786d1..9c75c2f9dacdd169402f367776cf0bedccd37988 100644 (file)
@@ -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.
index f70c4dfa1baced88f955e05d2e4e1da65a721df2..046d37eea79f9d718e01edb3eaf58845a791e177 100644 (file)
@@ -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>
index 80b10f767531cc1c06aef6e508159fee468e89ce..07bd190d2700ffaa1552a290ef1d244d881b8723 100644 (file)
@@ -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>
 
index 18ddc21cf0847d2327cab6fefdba7bd959a3facf..6edd0f93a50a45d289516d4bb53d3cfe810931db 100644 (file)
@@ -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.
index 8858e911bd221daf9df40ae29fbb149e0cb5a501..bf44e0425cb5acca17bba22a1999b98db21c89f9 100644 (file)
@@ -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>
index 5e295cbce4f27beac354717fb58898b2233150c7..f32304f175fe16fd924ee5d6b19ae08266b44ce1 100644 (file)
@@ -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 */
index d95d7655c3fc2a033ad546ebe8ffa652ea4b8b0a..3f913c5dbef6d0a87c4303b87a7805458e9b78c7 100644 (file)
@@ -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
index 608778df0a71615238942013fe49c1c224a8ab44..a5ae91b6aaec1bae1f5252b412d4e8609ab272ba 100644 (file)
@@ -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
index 2d6a4f80629e5db118abfd458ea00866bd19a139..db3115ad2eca0fb243bc1db3671f3b2531bc2024 100644 (file)
@@ -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 */
 
index a1ebe6d4388bb878250887a398e71a9a768c1997..863284e412a08cb466859e3877ba95afd48e999e 100644 (file)
@@ -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
index 24ceef00323cca25632c060151dcee008acec190..66bdfa25a3445438032ee7a71d1444db68672319 100644 (file)
@@ -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>
index efce15ce5e746592c4f03ff0f5fa58b5e7c1757a..3790bdab7d07e7ae82d7350d249bf9199c200b1c 100644 (file)
@@ -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) */
 
index 15b18b42f78b4aaaece422eabed19edf7e7193bc..c17dbe2d6e5aed5839efd4f5b679c17815854280 100644 (file)
@@ -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 */
 
index 98ff132dbb39c593de5a466f5c5c79eec98b340d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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.
-******************************************************************/
index cf18866b95f26aacb5676fec1b756d861a8905b3..a69a9815af9546748b8660215632bd2890072df8 100755 (executable)
@@ -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