Skip to content

Commit

Permalink
REMOVED all CWI, CNRI and BeOpen copyright markings.
Browse files Browse the repository at this point in the history
This should match the situation in the 1.6b1 tree.
  • Loading branch information
gvanrossum committed Sep 1, 2000
1 parent bb8be93 commit 8586991
Show file tree
Hide file tree
Showing 194 changed files with 5 additions and 1,805 deletions.
10 changes: 1 addition & 9 deletions BeOS/dl_export.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions Include/Python.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
9 changes: 0 additions & 9 deletions Include/bitset.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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
Expand Down
9 changes: 0 additions & 9 deletions Include/bufferobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/ceval.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/classobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/cobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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.
Expand Down
9 changes: 0 additions & 9 deletions Include/compile.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/dictobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/errcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions Include/eval.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/fileobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/floatobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/frameobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/funcobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/grammar.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/import.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/intobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/intrcheck.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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
Expand Down
9 changes: 0 additions & 9 deletions Include/listobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/longintrepr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down
9 changes: 0 additions & 9 deletions Include/longobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/marshal.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/metagrammar.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions Include/methodobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/modsupport.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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
Expand Down
9 changes: 0 additions & 9 deletions Include/moduleobject.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
9 changes: 0 additions & 9 deletions Include/node.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
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 */

Expand Down
Loading

0 comments on commit 8586991

Please sign in to comment.