summaryrefslogtreecommitdiff
path: root/Objects
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-09-01 23:29:29 +0000
committerGuido van Rossum <guido@python.org>2000-09-01 23:29:29 +0000
commit8586991099e4ace18ee94163a96b8ea1bed77ebe (patch)
treeba6eb91446d702b0841d1eb13bcaac2c8f1974e5 /Objects
parentbb8be93a50b0293b812634575a493c4eaf676773 (diff)
downloadcpython-git-8586991099e4ace18ee94163a96b8ea1bed77ebe.tar.gz
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/bufferobject.c9
-rw-r--r--Objects/classobject.c9
-rw-r--r--Objects/cobject.c9
-rw-r--r--Objects/complexobject.c9
-rw-r--r--Objects/dictobject.c9
-rw-r--r--Objects/fileobject.c9
-rw-r--r--Objects/floatobject.c9
-rw-r--r--Objects/frameobject.c9
-rw-r--r--Objects/funcobject.c9
-rw-r--r--Objects/intobject.c9
-rw-r--r--Objects/listobject.c9
-rw-r--r--Objects/longobject.c9
-rw-r--r--Objects/methodobject.c9
-rw-r--r--Objects/moduleobject.c9
-rw-r--r--Objects/object.c9
-rw-r--r--Objects/rangeobject.c9
-rw-r--r--Objects/stringobject.c9
-rw-r--r--Objects/tupleobject.c9
-rw-r--r--Objects/typeobject.c9
-rw-r--r--Objects/xxobject.c9
20 files changed, 0 insertions, 180 deletions
diff --git a/Objects/bufferobject.c b/Objects/bufferobject.c
index 91f58c906b..1a17ec5ba8 100644
--- a/Objects/bufferobject.c
+++ b/Objects/bufferobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Buffer object implementation */
diff --git a/Objects/classobject.c b/Objects/classobject.c
index 615c8bab54..8bbd834cdb 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Class object implementation */
diff --git a/Objects/cobject.c b/Objects/cobject.c
index 48abb4a645..872e51591c 100644
--- a/Objects/cobject.c
+++ b/Objects/cobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Wrap void* pointers to be passed between C modules */
diff --git a/Objects/complexobject.c b/Objects/complexobject.c
index 6f1cfea923..3c9830f6b1 100644
--- a/Objects/complexobject.c
+++ b/Objects/complexobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Complex object implementation */
diff --git a/Objects/dictobject.c b/Objects/dictobject.c
index 37111d26d4..7be1c67de0 100644
--- a/Objects/dictobject.c
+++ b/Objects/dictobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Dictionary object implementation using a hash table */
diff --git a/Objects/fileobject.c b/Objects/fileobject.c
index 6305520d14..a5d2fcc837 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* File object implementation */
diff --git a/Objects/floatobject.c b/Objects/floatobject.c
index 5650b41302..946e3d99d3 100644
--- a/Objects/floatobject.c
+++ b/Objects/floatobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Float object implementation */
diff --git a/Objects/frameobject.c b/Objects/frameobject.c
index 4a01f3d526..f541f1e9c7 100644
--- a/Objects/frameobject.c
+++ b/Objects/frameobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Frame object implementation */
diff --git a/Objects/funcobject.c b/Objects/funcobject.c
index 32d9a61f28..8b045f4695 100644
--- a/Objects/funcobject.c
+++ b/Objects/funcobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Function object implementation */
diff --git a/Objects/intobject.c b/Objects/intobject.c
index 20bb3702cd..411e4dd174 100644
--- a/Objects/intobject.c
+++ b/Objects/intobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Integer object implementation */
diff --git a/Objects/listobject.c b/Objects/listobject.c
index 5a704fedf3..3d02b5f9a2 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* List object implementation */
diff --git a/Objects/longobject.c b/Objects/longobject.c
index 86b4ababf5..65dcaa06de 100644
--- a/Objects/longobject.c
+++ b/Objects/longobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Long (arbitrary precision) integer object implementation */
diff --git a/Objects/methodobject.c b/Objects/methodobject.c
index 4a1fa93f4a..f0bbeeacc9 100644
--- a/Objects/methodobject.c
+++ b/Objects/methodobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Method object implementation */
diff --git a/Objects/moduleobject.c b/Objects/moduleobject.c
index 4e4395e116..c655e957ef 100644
--- a/Objects/moduleobject.c
+++ b/Objects/moduleobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Module object implementation */
diff --git a/Objects/object.c b/Objects/object.c
index 9f73cd313a..150f3576c6 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Generic object operations; and implementation of None (NoObject) */
diff --git a/Objects/rangeobject.c b/Objects/rangeobject.c
index 20b077f4f9..5c794fc204 100644
--- a/Objects/rangeobject.c
+++ b/Objects/rangeobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Range object implementation */
diff --git a/Objects/stringobject.c b/Objects/stringobject.c
index 25621c2a59..f7c3f4b157 100644
--- a/Objects/stringobject.c
+++ b/Objects/stringobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* String object implementation */
diff --git a/Objects/tupleobject.c b/Objects/tupleobject.c
index 8e05e86512..71e9764ec3 100644
--- a/Objects/tupleobject.c
+++ b/Objects/tupleobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Tuple object implementation */
diff --git a/Objects/typeobject.c b/Objects/typeobject.c
index 250350497d..c96c0aa729 100644
--- a/Objects/typeobject.c
+++ b/Objects/typeobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Type object implementation */
diff --git a/Objects/xxobject.c b/Objects/xxobject.c
index 21d0aa2e1d..21a00b09e1 100644
--- a/Objects/xxobject.c
+++ b/Objects/xxobject.c
@@ -1,12 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
/* Use this file as a template to start implementing a new object type.
If your objects will be called foobar, start by copying this file to