[Python-checkins] CVS: python/dist/src/Objects bufferobject.c,2.12,2.13 classobject.c,2.107,2.108 cobject.c,2.12,2.13 complexobject.c,2.30,2.31 dictobject.c,2.64,2.65 fileobject.c,2.86,2.87 floatobject.c,2.68,2.69 frameobject.c,2.42,2.43 funcobject.c,2.29,2.30 intobject.c,2.48,2.49 listobject.c,2.86,2.87 longobject.c,1.66,1.67 methodobject.c,2.32,2.33 moduleobject.c,2.28,2.29 object.c,2.98,2.99 rangeobject.c,2.19,2.20 stringobject.c,2.85,2.86 tupleobject.c,2.43,2.44 typeobject.c,2.15,2.16 xxobject.c,2.18,2.19

Guido van Rossum python-dev@python.org
Fri, 1 Sep 2000 16:29:32 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12117/Objects

Modified Files:
	bufferobject.c classobject.c cobject.c complexobject.c 
	dictobject.c fileobject.c floatobject.c frameobject.c 
	funcobject.c intobject.c listobject.c longobject.c 
	methodobject.c moduleobject.c object.c rangeobject.c 
	stringobject.c tupleobject.c typeobject.c xxobject.c 
Log Message:
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.


Index: bufferobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/bufferobject.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** bufferobject.c	2000/08/04 15:36:13	2.12
--- bufferobject.c	2000/09/01 23:29:27	2.13
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: classobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/classobject.c,v
retrieving revision 2.107
retrieving revision 2.108
diff -C2 -r2.107 -r2.108
*** classobject.c	2000/09/01 02:47:25	2.107
--- classobject.c	2000/09/01 23:29:27	2.108
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: cobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/cobject.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** cobject.c	2000/07/09 04:14:42	2.12
--- cobject.c	2000/09/01 23:29:27	2.13
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: complexobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/complexobject.c,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -r2.30 -r2.31
*** complexobject.c	2000/08/15 03:34:48	2.30
--- complexobject.c	2000/09/01 23:29:27	2.31
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: dictobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/dictobject.c,v
retrieving revision 2.64
retrieving revision 2.65
diff -C2 -r2.64 -r2.65
*** dictobject.c	2000/08/31 19:31:38	2.64
--- dictobject.c	2000/09/01 23:29:27	2.65
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: fileobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/fileobject.c,v
retrieving revision 2.86
retrieving revision 2.87
diff -C2 -r2.86 -r2.87
*** fileobject.c	2000/08/31 05:18:54	2.86
--- fileobject.c	2000/09/01 23:29:27	2.87
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: floatobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/floatobject.c,v
retrieving revision 2.68
retrieving revision 2.69
diff -C2 -r2.68 -r2.69
*** floatobject.c	2000/08/18 05:00:03	2.68
--- floatobject.c	2000/09/01 23:29:27	2.69
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: frameobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/frameobject.c,v
retrieving revision 2.42
retrieving revision 2.43
diff -C2 -r2.42 -r2.43
*** frameobject.c	2000/07/09 05:40:56	2.42
--- frameobject.c	2000/09/01 23:29:27	2.43
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: funcobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/funcobject.c,v
retrieving revision 2.29
retrieving revision 2.30
diff -C2 -r2.29 -r2.30
*** funcobject.c	2000/07/09 06:03:25	2.29
--- funcobject.c	2000/09/01 23:29:27	2.30
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: intobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/intobject.c,v
retrieving revision 2.48
retrieving revision 2.49
diff -C2 -r2.48 -r2.49
*** intobject.c	2000/07/16 12:04:31	2.48
--- intobject.c	2000/09/01 23:29:27	2.49
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: listobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/listobject.c,v
retrieving revision 2.86
retrieving revision 2.87
diff -C2 -r2.86 -r2.87
*** listobject.c	2000/08/24 20:08:19	2.86
--- listobject.c	2000/09/01 23:29:27	2.87
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: longobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/longobject.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** longobject.c	2000/08/15 03:34:48	1.66
--- longobject.c	2000/09/01 23:29:27	1.67
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: methodobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/methodobject.c,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** methodobject.c	2000/07/09 06:03:25	2.32
--- methodobject.c	2000/09/01 23:29:27	2.33
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: moduleobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/moduleobject.c,v
retrieving revision 2.28
retrieving revision 2.29
diff -C2 -r2.28 -r2.29
*** moduleobject.c	2000/07/09 06:03:25	2.28
--- moduleobject.c	2000/09/01 23:29:27	2.29
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.98
retrieving revision 2.99
diff -C2 -r2.98 -r2.99
*** object.c	2000/08/30 15:53:50	2.98
--- object.c	2000/09/01 23:29:27	2.99
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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) */
--- 1,2 ----

Index: rangeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/rangeobject.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** rangeobject.c	2000/08/04 03:05:40	2.19
--- rangeobject.c	2000/09/01 23:29:27	2.20
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: stringobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/stringobject.c,v
retrieving revision 2.85
retrieving revision 2.86
diff -C2 -r2.85 -r2.86
*** stringobject.c	2000/08/16 23:41:01	2.85
--- stringobject.c	2000/09/01 23:29:27	2.86
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: tupleobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/tupleobject.c,v
retrieving revision 2.43
retrieving revision 2.44
diff -C2 -r2.43 -r2.44
*** tupleobject.c	2000/07/09 07:04:36	2.43
--- tupleobject.c	2000/09/01 23:29:27	2.44
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** typeobject.c	2000/07/09 06:21:27	2.15
--- typeobject.c	2000/09/01 23:29:27	2.16
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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 */
--- 1,2 ----

Index: xxobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/xxobject.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** xxobject.c	2000/07/09 07:04:36	2.18
--- xxobject.c	2000/09/01 23:29:27	2.19
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- 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.
--- 1,2 ----