[Python-checkins] CVS: python/dist/src/Objects abstract.c,2.36,2.37 bufferobject.c,2.9,2.10 classobject.c,2.95,2.96 cobject.c,2.9,2.10 complexobject.c,2.26,2.27 dictobject.c,2.56,2.57 fileobject.c,2.76,2.77 floatobject.c,2.60,2.61 frameobject.c,2.40,2.41 funcobject.c,2.26,2.27 intobject.c,2.44,2.45 listobject.c,2.77,2.78 longobject.c,1.59,1.60 methodobject.c,2.30,2.31 moduleobject.c,2.26,2.27 object.c,2.77,2.78 rangeobject.c,2.14,2.15 stringobject.c,2.71,2.72 tupleobject.c,2.40,2.41 typeobject.c,2.13,2.14 xxobject.c,2.16,2.17

Guido van Rossum python-dev@python.org
Fri, 30 Jun 2000 16:58:10 -0700


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

Modified Files:
	abstract.c 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:
Change copyright notice - 2nd try.

Index: abstract.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/abstract.c,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -r2.36 -r2.37
*** abstract.c	2000/06/30 23:50:39	2.36
--- abstract.c	2000/06/30 23:58:05	2.37
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: bufferobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/bufferobject.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** bufferobject.c	2000/06/30 23:50:39	2.9
--- bufferobject.c	2000/06/30 23:58:05	2.10
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: classobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/classobject.c,v
retrieving revision 2.95
retrieving revision 2.96
diff -C2 -r2.95 -r2.96
*** classobject.c	2000/06/30 23:50:39	2.95
--- classobject.c	2000/06/30 23:58:05	2.96
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: cobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/cobject.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** cobject.c	2000/06/30 23:50:39	2.9
--- cobject.c	2000/06/30 23:58:05	2.10
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: complexobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/complexobject.c,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** complexobject.c	2000/06/30 23:50:39	2.26
--- complexobject.c	2000/06/30 23:58:05	2.27
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: dictobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/dictobject.c,v
retrieving revision 2.56
retrieving revision 2.57
diff -C2 -r2.56 -r2.57
*** dictobject.c	2000/06/30 23:50:39	2.56
--- dictobject.c	2000/06/30 23:58:05	2.57
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: fileobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/fileobject.c,v
retrieving revision 2.76
retrieving revision 2.77
diff -C2 -r2.76 -r2.77
*** fileobject.c	2000/06/30 23:50:39	2.76
--- fileobject.c	2000/06/30 23:58:05	2.77
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: floatobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/floatobject.c,v
retrieving revision 2.60
retrieving revision 2.61
diff -C2 -r2.60 -r2.61
*** floatobject.c	2000/06/30 23:50:39	2.60
--- floatobject.c	2000/06/30 23:58:05	2.61
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: frameobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/frameobject.c,v
retrieving revision 2.40
retrieving revision 2.41
diff -C2 -r2.40 -r2.41
*** frameobject.c	2000/06/30 23:50:39	2.40
--- frameobject.c	2000/06/30 23:58:05	2.41
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: funcobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/funcobject.c,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** funcobject.c	2000/06/30 23:50:39	2.26
--- funcobject.c	2000/06/30 23:58:05	2.27
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: intobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/intobject.c,v
retrieving revision 2.44
retrieving revision 2.45
diff -C2 -r2.44 -r2.45
*** intobject.c	2000/06/30 23:50:39	2.44
--- intobject.c	2000/06/30 23:58:05	2.45
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: listobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/listobject.c,v
retrieving revision 2.77
retrieving revision 2.78
diff -C2 -r2.77 -r2.78
*** listobject.c	2000/06/30 23:50:39	2.77
--- listobject.c	2000/06/30 23:58:05	2.78
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: longobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/longobject.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** longobject.c	2000/06/30 23:50:39	1.59
--- longobject.c	2000/06/30 23:58:05	1.60
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: methodobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/methodobject.c,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -r2.30 -r2.31
*** methodobject.c	2000/06/30 23:50:39	2.30
--- methodobject.c	2000/06/30 23:58:05	2.31
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: moduleobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/moduleobject.c,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** moduleobject.c	2000/06/30 23:50:39	2.26
--- moduleobject.c	2000/06/30 23:58:05	2.27
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.77
retrieving revision 2.78
diff -C2 -r2.77 -r2.78
*** object.c	2000/06/30 23:50:39	2.77
--- object.c	2000/06/30 23:58:05	2.78
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: rangeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/rangeobject.c,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** rangeobject.c	2000/06/30 23:50:39	2.14
--- rangeobject.c	2000/06/30 23:58:05	2.15
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: stringobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/stringobject.c,v
retrieving revision 2.71
retrieving revision 2.72
diff -C2 -r2.71 -r2.72
*** stringobject.c	2000/06/30 23:50:39	2.71
--- stringobject.c	2000/06/30 23:58:05	2.72
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: tupleobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/tupleobject.c,v
retrieving revision 2.40
retrieving revision 2.41
diff -C2 -r2.40 -r2.41
*** tupleobject.c	2000/06/30 23:50:39	2.40
--- tupleobject.c	2000/06/30 23:58:05	2.41
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** typeobject.c	2000/06/30 23:50:39	2.13
--- typeobject.c	2000/06/30 23:58:05	2.14
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: xxobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/xxobject.c,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** xxobject.c	2000/06/30 23:50:39	2.16
--- xxobject.c	2000/06/30 23:58:05	2.17
***************
*** 1,8 ****
  /***********************************************************
- 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.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----