[Python-checkins] CVS: python/dist/src/Include Python.h,2.26,2.27 bitset.h,2.12,2.13 bufferobject.h,2.5,2.6 ceval.h,2.38,2.39 classobject.h,2.32,2.33 cobject.h,2.9,2.10 compile.h,2.22,2.23 dictobject.h,2.19,2.20 errcode.h,2.13,2.14 eval.h,2.13,2.14 fileobject.h,2.21,2.22 floatobject.h,2.16,2.17 frameobject.h,2.27,2.28 funcobject.h,2.19,2.20 grammar.h,2.14,2.15 import.h,2.26,2.27 intobject.h,2.20,2.21 intrcheck.h,2.8,2.9 listobject.h,2.20,2.21 longintrepr.h,2.10,2.11 longobject.h,2.17,2.18 marshal.h,2.9,2.10 metagrammar.h,2.9,2.10 methodobject.h,2.21,2.22 modsupport.h,2.33,2.34 moduleobject.h,2.16,2.17 node.h,2.17,2.18 object.h,2.64,2.65 objimpl.h,2.26,2.27 opcode.h,2.30,2.31 osdefs.h,2.12,2.13 parsetok.h,2.14,2.15 patchlevel.h,2.38,2.39 pgenheaders.h,2.23,2.24 pydebug.h,2.14,2.15 pyerrors.h,2.40,2.41 pymem.h,2.2,2.3 pyport.h,2.15,2.16 pystate.h,2.12,2.13 pythonrun.h,2.34,2.35 pythread.h,2.16,2.17 rangeobject.h,2.14,2.15 stringobject.h,2.21,2.22 structmember.h,2.15,2.16 sysmodule.h,2.! 21,2.22 token.h,2.17,2.18 traceback.h,2.17,2.18 tupleobject.h,2.23,2.24

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


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

Modified Files:
	Python.h bitset.h bufferobject.h ceval.h classobject.h 
	cobject.h compile.h dictobject.h errcode.h eval.h fileobject.h 
	floatobject.h frameobject.h funcobject.h grammar.h import.h 
	intobject.h intrcheck.h listobject.h longintrepr.h 
	longobject.h marshal.h metagrammar.h methodobject.h 
	modsupport.h moduleobject.h node.h object.h objimpl.h opcode.h 
	osdefs.h parsetok.h patchlevel.h pgenheaders.h pydebug.h 
	pyerrors.h pymem.h pyport.h pystate.h pythonrun.h pythread.h 
	rangeobject.h stringobject.h structmember.h sysmodule.h 
	token.h traceback.h tupleobject.h 
Log Message:
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.


Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** Python.h	2000/07/31 22:19:30	2.26
--- Python.h	2000/09/01 23:29:26	2.27
***************
*** 3,15 ****
  /* 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
--- 3,6 ----

Index: bitset.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/bitset.h,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** bitset.h	2000/07/08 23:37:28	2.12
--- bitset.h	2000/09/01 23:29:26	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.
- ******************************************************************/
  
  #ifndef Py_BITSET_H
--- 1,2 ----

Index: bufferobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/bufferobject.h,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** bufferobject.h	2000/07/09 00:20:36	2.5
--- bufferobject.h	2000/09/01 23:29:26	2.6
***************
*** 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 interface */
--- 1,2 ----

Index: ceval.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/ceval.h,v
retrieving revision 2.38
retrieving revision 2.39
diff -C2 -r2.38 -r2.39
*** ceval.h	2000/09/01 00:01:58	2.38
--- ceval.h	2000/09/01 23:29:26	2.39
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: classobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/classobject.h,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** classobject.h	2000/08/24 20:09:45	2.32
--- classobject.h	2000/09/01 23:29:26	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.
- ******************************************************************/
  
  /* Class object interface */
--- 1,2 ----

Index: cobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/cobject.h,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** cobject.h	2000/07/16 12:04:30	2.9
--- cobject.h	2000/09/01 23:29:26	2.10
***************
*** 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.
- ******************************************************************/
  
  /* C objects to be exported from one extension module to another.
--- 1,2 ----

Index: compile.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/compile.h,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** compile.h	2000/07/09 00:20:36	2.22
--- compile.h	2000/09/01 23:29:26	2.23
***************
*** 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.
- ******************************************************************/
  
  /* Definitions for bytecode */
--- 1,2 ----

Index: dictobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/dictobject.h,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** dictobject.h	2000/07/04 17:44:48	2.19
--- dictobject.h	2000/09/01 23:29:26	2.20
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: errcode.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/errcode.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** errcode.h	2000/07/11 19:49:15	2.13
--- errcode.h	2000/09/01 23:29:26	2.14
***************
*** 5,17 ****
  #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
--- 5,8 ----

Index: eval.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/eval.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** eval.h	2000/07/08 23:37:28	2.13
--- eval.h	2000/09/01 23:29:26	2.14
***************
*** 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.
- ******************************************************************/
  
  /* Interface to execute compiled code */
--- 1,2 ----

Index: fileobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/fileobject.h,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** fileobject.h	2000/07/13 23:56:54	2.21
--- fileobject.h	2000/09/01 23:29:26	2.22
***************
*** 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 interface */
--- 1,2 ----

Index: floatobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/floatobject.h,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** floatobject.h	2000/07/09 00:20:36	2.16
--- floatobject.h	2000/09/01 23:29:26	2.17
***************
*** 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 interface */
--- 1,2 ----

Index: frameobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/frameobject.h,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -r2.27 -r2.28
*** frameobject.h	2000/07/09 00:20:36	2.27
--- frameobject.h	2000/09/01 23:29:26	2.28
***************
*** 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 interface */
--- 1,2 ----

Index: funcobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/funcobject.h,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** funcobject.h	2000/07/09 00:20:36	2.19
--- funcobject.h	2000/09/01 23:29:26	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.
- ******************************************************************/
  
  /* Function object interface */
--- 1,2 ----

Index: grammar.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/grammar.h,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** grammar.h	2000/07/24 10:58:31	2.14
--- grammar.h	2000/09/01 23:29:26	2.15
***************
*** 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.
- ******************************************************************/
  
  /* Grammar interface */
--- 1,2 ----

Index: import.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/import.h,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** import.h	2000/07/22 23:30:03	2.26
--- import.h	2000/09/01 23:29:26	2.27
***************
*** 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 definition and import interface */
--- 1,2 ----

Index: intobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/intobject.h,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** intobject.h	2000/07/09 00:20:36	2.20
--- intobject.h	2000/09/01 23:29:26	2.21
***************
*** 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 interface */
--- 1,2 ----

Index: intrcheck.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/intrcheck.h,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** intrcheck.h	2000/07/08 23:37:28	2.8
--- intrcheck.h	2000/09/01 23:29:26	2.9
***************
*** 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.
- ******************************************************************/
  
  #ifndef Py_INTRCHECK_H
--- 1,2 ----

Index: listobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/listobject.h,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** listobject.h	2000/07/09 00:20:36	2.20
--- listobject.h	2000/09/01 23:29:26	2.21
***************
*** 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 interface */
--- 1,2 ----

Index: longintrepr.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/longintrepr.h,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** longintrepr.h	2000/07/16 12:04:30	2.10
--- longintrepr.h	2000/09/01 23:29:26	2.11
***************
*** 5,17 ****
  #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. */
--- 5,8 ----

Index: longobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/longobject.h,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** longobject.h	2000/08/18 04:48:56	2.17
--- longobject.h	2000/09/01 23:29:26	2.18
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: marshal.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/marshal.h,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** marshal.h	2000/07/08 23:37:28	2.9
--- marshal.h	2000/09/01 23:29:26	2.10
***************
*** 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.
- ******************************************************************/
  
  /* Interface for marshal.c */
--- 1,2 ----

Index: metagrammar.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/metagrammar.h,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** metagrammar.h	2000/06/30 23:58:04	2.9
--- metagrammar.h	2000/09/01 23:29:26	2.10
***************
*** 5,17 ****
  #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
--- 5,8 ----

Index: methodobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/methodobject.h,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** methodobject.h	2000/08/03 02:28:54	2.21
--- methodobject.h	2000/09/01 23:29:26	2.22
***************
*** 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 interface */
--- 1,2 ----

Index: modsupport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/modsupport.h,v
retrieving revision 2.33
retrieving revision 2.34
diff -C2 -r2.33 -r2.34
*** modsupport.h	2000/07/22 23:30:03	2.33
--- modsupport.h	2000/09/01 23:29:26	2.34
***************
*** 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.
- ******************************************************************/
  
  #ifndef Py_MODSUPPORT_H
--- 1,2 ----

Index: moduleobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/moduleobject.h,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** moduleobject.h	2000/07/09 00:55:06	2.16
--- moduleobject.h	2000/09/01 23:29:26	2.17
***************
*** 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 interface */
--- 1,2 ----

Index: node.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/node.h,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** node.h	2000/08/24 00:32:09	2.17
--- node.h	2000/09/01 23:29:26	2.18
***************
*** 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.
- ******************************************************************/
  
  /* Parse tree node interface */
--- 1,2 ----

Index: object.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/object.h,v
retrieving revision 2.64
retrieving revision 2.65
diff -C2 -r2.64 -r2.65
*** object.h	2000/08/24 20:09:45	2.64
--- object.h	2000/09/01 23:29:26	2.65
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: objimpl.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/objimpl.h,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** objimpl.h	2000/08/16 12:27:23	2.26
--- objimpl.h	2000/09/01 23:29:26	2.27
***************
*** 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.
- ******************************************************************/
  
  #ifndef Py_OBJIMPL_H
--- 1,2 ----

Index: opcode.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/opcode.h,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -r2.30 -r2.31
*** opcode.h	2000/08/24 20:09:45	2.30
--- opcode.h	2000/09/01 23:29:26	2.31
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: osdefs.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/osdefs.h,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** osdefs.h	2000/06/30 23:58:04	2.12
--- osdefs.h	2000/09/01 23:29:26	2.13
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: parsetok.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/parsetok.h,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** parsetok.h	2000/07/11 17:52:59	2.14
--- parsetok.h	2000/09/01 23:29:26	2.15
***************
*** 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.
- ******************************************************************/
  
  /* Parser-tokenizer link interface */
--- 1,2 ----

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.38
retrieving revision 2.39
diff -C2 -r2.38 -r2.39
*** patchlevel.h	2000/06/30 23:58:04	2.38
--- patchlevel.h	2000/09/01 23:29:26	2.39
***************
*** 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.
- ******************************************************************/
  
  /* Newfangled version identification scheme.
--- 1,2 ----

Index: pgenheaders.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pgenheaders.h,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -r2.23 -r2.24
*** pgenheaders.h	2000/07/31 22:19:30	2.23
--- pgenheaders.h	2000/09/01 23:29:26	2.24
***************
*** 5,17 ****
  #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. */
--- 5,8 ----

Index: pydebug.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pydebug.h,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** pydebug.h	2000/07/08 23:37:28	2.14
--- pydebug.h	2000/09/01 23:29:26	2.15
***************
*** 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.
- ******************************************************************/
  
  #ifndef Py_PYDEBUG_H
--- 1,2 ----

Index: pyerrors.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyerrors.h,v
retrieving revision 2.40
retrieving revision 2.41
diff -C2 -r2.40 -r2.41
*** pyerrors.h	2000/09/01 02:47:24	2.40
--- pyerrors.h	2000/09/01 23:29:26	2.41
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: pymem.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pymem.h,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** pymem.h	2000/08/13 11:59:08	2.2
--- pymem.h	2000/09/01 23:29:26	2.3
***************
*** 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.
- ******************************************************************/
  
  /* Lowest-level memory allocation interface */
--- 1,2 ----

Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** pyport.h	2000/08/18 04:48:18	2.15
--- pyport.h	2000/09/01 23:29:26	2.16
***************
*** 1,10 ****
- /***********************************************************
- 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
--- 1,2 ----

Index: pystate.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pystate.h,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** pystate.h	2000/07/08 23:37:28	2.12
--- pystate.h	2000/09/01 23:29:26	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.
- ******************************************************************/
  
  /* Thread and interpreter state structures and their interfaces */
--- 1,2 ----

Index: pythonrun.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pythonrun.h,v
retrieving revision 2.34
retrieving revision 2.35
diff -C2 -r2.34 -r2.35
*** pythonrun.h	2000/08/27 19:19:26	2.34
--- pythonrun.h	2000/09/01 23:29:26	2.35
***************
*** 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.
- ******************************************************************/
  
  /* Interfaces to parse and execute pieces of python code */
--- 1,2 ----

Index: pythread.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pythread.h,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** pythread.h	2000/07/09 00:55:06	2.16
--- pythread.h	2000/09/01 23:29:26	2.17
***************
*** 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.
- ******************************************************************/
  
  #ifndef Py_PYTHREAD_H
--- 1,2 ----

Index: rangeobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/rangeobject.h,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** rangeobject.h	2000/07/09 00:55:06	2.14
--- rangeobject.h	2000/09/01 23:29:26	2.15
***************
*** 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 interface */
--- 1,2 ----

Index: stringobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/stringobject.h,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** stringobject.h	2000/07/09 00:55:06	2.21
--- stringobject.h	2000/09/01 23:29:26	2.22
***************
*** 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 interface */
--- 1,2 ----

Index: structmember.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/structmember.h,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** structmember.h	2000/07/08 23:37:28	2.15
--- structmember.h	2000/09/01 23:29:26	2.16
***************
*** 5,17 ****
  #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 */
--- 5,8 ----

Index: sysmodule.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/sysmodule.h,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** sysmodule.h	2000/07/22 23:30:03	2.21
--- sysmodule.h	2000/09/01 23:29:26	2.22
***************
*** 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.
- ******************************************************************/
  
  /* System module interface */
--- 1,2 ----

Index: token.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/token.h,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** token.h	2000/08/31 05:09:57	2.17
--- token.h	2000/09/01 23:29:26	2.18
***************
*** 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.
- ******************************************************************/
  
  /* Token types */
--- 1,2 ----

Index: traceback.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/traceback.h,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** traceback.h	2000/07/08 23:37:28	2.17
--- traceback.h	2000/09/01 23:29:26	2.18
***************
*** 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.
- ******************************************************************/
  
  #ifndef Py_TRACEBACK_H
--- 1,2 ----

Index: tupleobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/tupleobject.h,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -r2.23 -r2.24
*** tupleobject.h	2000/07/09 00:55:06	2.23
--- tupleobject.h	2000/09/01 23:29:26	2.24
***************
*** 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 interface */
--- 1,2 ----