[Python-checkins] CVS: python/dist/src/Modules _tkinter.c,1.102,1.103 almodule.c,1.24,1.25 arraymodule.c,2.42,2.43 audioop.c,1.36,1.37 binascii.c,2.19,2.20 bsddbmodule.c,1.19,1.20 cdmodule.c,1.19,1.20 cgensupport.c,2.11,2.12 cgensupport.h,2.11,2.12 clmodule.c,2.20,2.21 config.c.in,1.67,1.68 cstubs,2.18,2.19 dbmmodule.c,2.17,2.18 dlmodule.c,2.7,2.8 errnomodule.c,2.9,2.10 fcntlmodule.c,2.19,2.20 flmodule.c,1.37,1.38 fmmodule.c,1.11,1.12 gdbmmodule.c,2.22,2.23 getpath.c,1.23,1.24 glmodule.c,2.3,2.4 grpmodule.c,2.9,2.10 imageop.c,2.20,2.21 imgfile.c,1.22,1.23 main.c,1.38,1.39 mathmodule.c,2.45,2.46 md5module.c,2.15,2.16 mpzmodule.c,2.25,2.26 newmodule.c,2.21,2.22 parsermodule.c,2.39,2.40 pcremodule.c,2.19,2.20 posixmodule.c,2.139,2.140 pwdmodule.c,1.17,1.18 pyexpat.c,2.5,2.6 regexmodule.c,1.34,1.35 resource.c,2.10,2.11 selectmodule.c,2.33,2.34 sgimodule.c,1.11,1.12 shamodule.c,2.5,2.6 signalmodule.c,2.41,2.42 socketmodule.c,1.109,1.110 stropmodule.c,2.63,2.64 structmodule.c,2.31,2.32 sun! audiodev.c,1.17,1.18 svmodule.c,2.11,2.12 threadmodule.c,2.31,2.32 timemodule.c,2.86,2.87 xxmodule.c,2.16,2.17 yuv.h,2.5,2.6 yuvconvert.c,2.4,2.5

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


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

Modified Files:
	_tkinter.c almodule.c arraymodule.c audioop.c binascii.c 
	bsddbmodule.c cdmodule.c cgensupport.c cgensupport.h 
	clmodule.c config.c.in cstubs dbmmodule.c dlmodule.c 
	errnomodule.c fcntlmodule.c flmodule.c fmmodule.c gdbmmodule.c 
	getpath.c glmodule.c grpmodule.c imageop.c imgfile.c main.c 
	mathmodule.c md5module.c mpzmodule.c newmodule.c 
	parsermodule.c pcremodule.c posixmodule.c pwdmodule.c 
	pyexpat.c regexmodule.c resource.c selectmodule.c sgimodule.c 
	shamodule.c signalmodule.c socketmodule.c stropmodule.c 
	structmodule.c sunaudiodev.c svmodule.c threadmodule.c 
	timemodule.c xxmodule.c yuv.h yuvconvert.c 
Log Message:
Change copyright notice.

Index: _tkinter.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_tkinter.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -r1.102 -r1.103
*** _tkinter.c	2000/06/30 15:00:59	1.102
--- _tkinter.c	2000/06/30 23:50:38	1.103
***************
*** 6,31 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 6,16 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: almodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/almodule.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** almodule.c	2000/05/03 23:44:31	1.24
--- almodule.c	2000/06/30 23:50:38	1.25
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: arraymodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/arraymodule.c,v
retrieving revision 2.42
retrieving revision 2.43
diff -C2 -r2.42 -r2.43
*** arraymodule.c	2000/06/28 21:27:21	2.42
--- arraymodule.c	2000/06/30 23:50:38	2.43
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: audioop.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/audioop.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** audioop.c	2000/05/02 21:18:13	1.36
--- audioop.c	2000/06/30 23:50:38	1.37
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: binascii.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/binascii.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** binascii.c	2000/02/29 13:59:22	2.19
--- binascii.c	2000/06/30 23:50:38	2.20
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: bsddbmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/bsddbmodule.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** bsddbmodule.c	2000/06/30 04:17:11	1.19
--- bsddbmodule.c	2000/06/30 23:50:38	1.20
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: cdmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cdmodule.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** cdmodule.c	2000/05/03 23:44:31	1.19
--- cdmodule.c	2000/06/30 23:50:38	1.20
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: cgensupport.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cgensupport.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** cgensupport.c	1997/04/29 15:43:55	2.11
--- cgensupport.c	2000/06/30 23:50:38	2.12
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: cgensupport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cgensupport.h,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** cgensupport.h	1997/04/29 15:35:28	2.11
--- cgensupport.h	2000/06/30 23:50:38	2.12
***************
*** 11,36 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 11,21 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: clmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/clmodule.c,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** clmodule.c	2000/05/03 23:44:31	2.20
--- clmodule.c	2000/06/30 23:50:38	2.21
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: config.c.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/config.c.in,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** config.c.in	1997/04/29 20:31:59	1.67
--- config.c.in	2000/06/30 23:50:38	1.68
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: cstubs
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cstubs,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** cstubs	1998/04/28 16:09:16	2.18
--- cstubs	2000/06/30 23:50:38	2.19
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: dbmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/dbmmodule.c,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** dbmmodule.c	2000/05/03 23:44:32	2.17
--- dbmmodule.c	2000/06/30 23:50:38	2.18
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: dlmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/dlmodule.c,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -r2.7 -r2.8
*** dlmodule.c	2000/05/03 23:44:32	2.7
--- dlmodule.c	2000/06/30 23:50:38	2.8
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: errnomodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/errnomodule.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** errnomodule.c	1999/01/27 18:04:05	2.9
--- errnomodule.c	2000/06/30 23:50:38	2.10
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: fcntlmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/fcntlmodule.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** fcntlmodule.c	2000/02/29 13:59:23	2.19
--- fcntlmodule.c	2000/06/30 23:50:38	2.20
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: flmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/flmodule.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** flmodule.c	2000/06/30 15:00:59	1.37
--- flmodule.c	2000/06/30 23:50:38	1.38
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: fmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/fmmodule.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** fmmodule.c	2000/05/03 23:44:32	1.11
--- fmmodule.c	2000/06/30 23:50:38	1.12
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: gdbmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/gdbmmodule.c,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** gdbmmodule.c	2000/05/03 23:44:32	2.22
--- gdbmmodule.c	2000/06/30 23:50:38	2.23
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: getpath.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/getpath.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** getpath.c	2000/06/28 21:29:03	1.23
--- getpath.c	2000/06/30 23:50:38	1.24
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: glmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/glmodule.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** glmodule.c	1998/10/21 16:10:40	2.3
--- glmodule.c	2000/06/30 23:50:38	2.4
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: grpmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/grpmodule.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** grpmodule.c	1998/12/04 18:49:50	2.9
--- grpmodule.c	2000/06/30 23:50:38	2.10
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: imageop.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/imageop.c,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** imageop.c	1998/12/04 18:49:50	2.20
--- imageop.c	2000/06/30 23:50:38	2.21
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: imgfile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/imgfile.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** imgfile.c	1997/10/01 04:26:35	1.22
--- imgfile.c	2000/06/30 23:50:38	1.23
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: main.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/main.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** main.c	2000/05/02 19:20:26	1.38
--- main.c	2000/06/30 23:50:38	1.39
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: mathmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/mathmodule.c,v
retrieving revision 2.45
retrieving revision 2.46
diff -C2 -r2.45 -r2.46
*** mathmodule.c	2000/05/11 18:40:42	2.45
--- mathmodule.c	2000/06/30 23:50:38	2.46
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: md5module.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/md5module.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** md5module.c	2000/05/03 23:44:32	2.15
--- md5module.c	2000/06/30 23:50:38	2.16
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: mpzmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/mpzmodule.c,v
retrieving revision 2.25
retrieving revision 2.26
diff -C2 -r2.25 -r2.26
*** mpzmodule.c	2000/06/30 15:00:59	2.25
--- mpzmodule.c	2000/06/30 23:50:38	2.26
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: newmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/newmodule.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** newmodule.c	2000/06/30 05:02:53	2.21
--- newmodule.c	2000/06/30 23:50:38	2.22
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: parsermodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/parsermodule.c,v
retrieving revision 2.39
retrieving revision 2.40
diff -C2 -r2.39 -r2.40
*** parsermodule.c	2000/05/03 23:44:32	2.39
--- parsermodule.c	2000/06/30 23:50:38	2.40
***************
*** 82,107 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 82,92 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: pcremodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pcremodule.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** pcremodule.c	2000/05/03 23:44:32	2.19
--- pcremodule.c	2000/06/30 23:50:38	2.20
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.139
retrieving revision 2.140
diff -C2 -r2.139 -r2.140
*** posixmodule.c	2000/06/30 22:45:12	2.139
--- posixmodule.c	2000/06/30 23:50:38	2.140
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: pwdmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pwdmodule.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** pwdmodule.c	1998/12/04 18:50:00	1.17
--- pwdmodule.c	2000/06/30 23:50:38	1.18
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: pyexpat.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pyexpat.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** pyexpat.c	2000/06/27 00:33:30	2.5
--- pyexpat.c	2000/06/30 23:50:38	2.6
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: regexmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/regexmodule.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** regexmodule.c	2000/05/03 23:44:33	1.34
--- regexmodule.c	2000/06/30 23:50:38	1.35
***************
*** 10,35 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 10,20 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: resource.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/resource.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** resource.c	2000/02/29 13:59:23	2.10
--- resource.c	2000/06/30 23:50:38	2.11
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: selectmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/selectmodule.c,v
retrieving revision 2.33
retrieving revision 2.34
diff -C2 -r2.33 -r2.34
*** selectmodule.c	2000/06/28 21:18:13	2.33
--- selectmodule.c	2000/06/30 23:50:38	2.34
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: sgimodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/sgimodule.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** sgimodule.c	1996/12/10 00:32:31	1.11
--- sgimodule.c	2000/06/30 23:50:38	1.12
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: shamodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/shamodule.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** shamodule.c	2000/05/03 23:44:33	2.5
--- shamodule.c	2000/06/30 23:50:38	2.6
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: signalmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/signalmodule.c,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -r2.41 -r2.42
*** signalmodule.c	2000/06/30 23:04:18	2.41
--- signalmodule.c	2000/06/30 23:50:38	2.42
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** socketmodule.c	2000/06/30 02:46:07	1.109
--- socketmodule.c	2000/06/30 23:50:38	1.110
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: stropmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/stropmodule.c,v
retrieving revision 2.63
retrieving revision 2.64
diff -C2 -r2.63 -r2.64
*** stropmodule.c	2000/05/03 23:44:33	2.63
--- stropmodule.c	2000/06/30 23:50:38	2.64
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: structmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/structmodule.c,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -r2.31 -r2.32
*** structmodule.c	2000/06/01 02:02:46	2.31
--- structmodule.c	2000/06/30 23:50:38	2.32
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: sunaudiodev.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/sunaudiodev.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** sunaudiodev.c	2000/05/03 23:44:33	1.17
--- sunaudiodev.c	2000/06/30 23:50:39	1.18
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: svmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/svmodule.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** svmodule.c	2000/05/03 23:44:33	2.11
--- svmodule.c	2000/06/30 23:50:39	2.12
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: threadmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/threadmodule.c,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -r2.31 -r2.32
*** threadmodule.c	2000/05/03 23:44:33	2.31
--- threadmodule.c	2000/06/30 23:50:39	2.32
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: timemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/timemodule.c,v
retrieving revision 2.86
retrieving revision 2.87
diff -C2 -r2.86 -r2.87
*** timemodule.c	2000/06/29 21:31:02	2.86
--- timemodule.c	2000/06/30 23:50:39	2.87
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: xxmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/xxmodule.c,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** xxmodule.c	2000/05/03 23:44:33	2.16
--- xxmodule.c	2000/06/30 23:50:39	2.17
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: yuv.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/yuv.h,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** yuv.h	1996/10/25 14:41:05	2.5
--- yuv.h	2000/06/30 23:50:39	2.6
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/

Index: yuvconvert.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/yuvconvert.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** yuvconvert.c	1996/10/25 14:41:08	2.4
--- yuvconvert.c	2000/06/30 23:50:39	2.5
***************
*** 5,30 ****
                          All Rights Reserved
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI or Corporation for National Research Initiatives or
! CNRI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior
! permission.
  
! While CWI is the initial source for this software, a modified version
! is made available by the Corporation for National Research Initiatives
! (CNRI) at the Internet address ftp://ftp.python.org.
! 
! STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
! REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
! CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
! DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
! PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
! TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
! PERFORMANCE OF THIS SOFTWARE.
  
  ******************************************************************/
--- 5,15 ----
                          All Rights Reserved
  
! 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.
  
  ******************************************************************/