[Python-checkins] CVS: python/dist/src/Modules almodule.c,1.25,1.26 arraymodule.c,2.43,2.44 audioop.c,1.37,1.38 bsddbmodule.c,1.20,1.21 cdmodule.c,1.20,1.21 cgensupport.c,2.12,2.13 cgensupport.h,2.12,2.13 clmodule.c,2.21,2.22 config.c.in,1.68,1.69 cstubs,2.19,2.20 dbmmodule.c,2.18,2.19 dlmodule.c,2.8,2.9 errnomodule.c,2.10,2.11 fcntlmodule.c,2.20,2.21 flmodule.c,1.38,1.39 fmmodule.c,1.12,1.13 gdbmmodule.c,2.23,2.24 getpath.c,1.24,1.25 glmodule.c,2.4,2.5 grpmodule.c,2.10,2.11 imageop.c,2.21,2.22 imgfile.c,1.23,1.24 main.c,1.39,1.40 mathmodule.c,2.46,2.47 md5module.c,2.16,2.17 mpzmodule.c,2.26,2.27 newmodule.c,2.22,2.23 parsermodule.c,2.40,2.41 posixmodule.c,2.140,2.141 pwdmodule.c,1.18,1.19 regexmodule.c,1.35,1.36 resource.c,2.11,2.12 selectmodule.c,2.34,2.35 sgimodule.c,1.12,1.13 signalmodule.c,2.42,2.43 socketmodule.c,1.110,1.111 stropmodule.c,2.64,2.65 structmodule.c,2.32,2.33 sunaudiodev.c,1.18,1.19 svmodule.c,2.12,2.13 threadmodule.c,2.32,2.33 timemodule.c,2.87,2.88 xxmodule.c,2.! 17,2.18 yuv.h,2.6,2.7 yuvconvert.c,2.5,2.6

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


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

Modified Files:
	almodule.c arraymodule.c audioop.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 posixmodule.c 
	pwdmodule.c regexmodule.c resource.c selectmodule.c 
	sgimodule.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 - 2nd try.

Index: almodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/almodule.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** almodule.c	2000/06/30 23:50:38	1.25
--- almodule.c	2000/06/30 23:58:05	1.26
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: arraymodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/arraymodule.c,v
retrieving revision 2.43
retrieving revision 2.44
diff -C2 -r2.43 -r2.44
*** arraymodule.c	2000/06/30 23:50:38	2.43
--- arraymodule.c	2000/06/30 23:58:05	2.44
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: audioop.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/audioop.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** audioop.c	2000/06/30 23:50:38	1.37
--- audioop.c	2000/06/30 23:58:05	1.38
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: bsddbmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/bsddbmodule.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** bsddbmodule.c	2000/06/30 23:50:38	1.20
--- bsddbmodule.c	2000/06/30 23:58:05	1.21
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: cdmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cdmodule.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** cdmodule.c	2000/06/30 23:50:38	1.20
--- cdmodule.c	2000/06/30 23:58:05	1.21
***************
*** 1,8 ****
  /**********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: cgensupport.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cgensupport.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** cgensupport.c	2000/06/30 23:50:38	2.12
--- cgensupport.c	2000/06/30 23:58:05	2.13
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: cgensupport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cgensupport.h,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** cgensupport.h	2000/06/30 23:50:38	2.12
--- cgensupport.h	2000/06/30 23:58:05	2.13
***************
*** 6,14 ****
  
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 6,9 ----
***************
*** 18,22 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 13,16 ----

Index: clmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/clmodule.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** clmodule.c	2000/06/30 23:50:38	2.21
--- clmodule.c	2000/06/30 23:58:05	2.22
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: config.c.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/config.c.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** config.c.in	2000/06/30 23:50:38	1.68
--- config.c.in	2000/06/30 23:58:05	1.69
***************
*** 1,8 ****
  /* -*- C -*- ***********************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: cstubs
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cstubs,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** cstubs	2000/06/30 23:50:38	2.19
--- cstubs	2000/06/30 23:58:05	2.20
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: dbmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/dbmmodule.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** dbmmodule.c	2000/06/30 23:50:38	2.18
--- dbmmodule.c	2000/06/30 23:58:05	2.19
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: dlmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/dlmodule.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** dlmodule.c	2000/06/30 23:50:38	2.8
--- dlmodule.c	2000/06/30 23:58:05	2.9
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: errnomodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/errnomodule.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** errnomodule.c	2000/06/30 23:50:38	2.10
--- errnomodule.c	2000/06/30 23:58:05	2.11
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: fcntlmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/fcntlmodule.c,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** fcntlmodule.c	2000/06/30 23:50:38	2.20
--- fcntlmodule.c	2000/06/30 23:58:05	2.21
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: flmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/flmodule.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** flmodule.c	2000/06/30 23:50:38	1.38
--- flmodule.c	2000/06/30 23:58:05	1.39
***************
*** 1,8 ****
  /**********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: fmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/fmmodule.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** fmmodule.c	2000/06/30 23:50:38	1.12
--- fmmodule.c	2000/06/30 23:58:05	1.13
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: gdbmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/gdbmmodule.c,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -r2.23 -r2.24
*** gdbmmodule.c	2000/06/30 23:50:38	2.23
--- gdbmmodule.c	2000/06/30 23:58:05	2.24
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: getpath.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/getpath.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** getpath.c	2000/06/30 23:50:38	1.24
--- getpath.c	2000/06/30 23:58:05	1.25
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: glmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/glmodule.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** glmodule.c	2000/06/30 23:50:38	2.4
--- glmodule.c	2000/06/30 23:58:05	2.5
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: grpmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/grpmodule.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** grpmodule.c	2000/06/30 23:50:38	2.10
--- grpmodule.c	2000/06/30 23:58:05	2.11
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: imageop.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/imageop.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** imageop.c	2000/06/30 23:50:38	2.21
--- imageop.c	2000/06/30 23:58:05	2.22
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: imgfile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/imgfile.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** imgfile.c	2000/06/30 23:50:38	1.23
--- imgfile.c	2000/06/30 23:58:05	1.24
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: main.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/main.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** main.c	2000/06/30 23:50:38	1.39
--- main.c	2000/06/30 23:58:05	1.40
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: mathmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/mathmodule.c,v
retrieving revision 2.46
retrieving revision 2.47
diff -C2 -r2.46 -r2.47
*** mathmodule.c	2000/06/30 23:50:38	2.46
--- mathmodule.c	2000/06/30 23:58:05	2.47
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: md5module.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/md5module.c,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** md5module.c	2000/06/30 23:50:38	2.16
--- md5module.c	2000/06/30 23:58:05	2.17
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: mpzmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/mpzmodule.c,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** mpzmodule.c	2000/06/30 23:50:38	2.26
--- mpzmodule.c	2000/06/30 23:58:05	2.27
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: newmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/newmodule.c,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** newmodule.c	2000/06/30 23:50:38	2.22
--- newmodule.c	2000/06/30 23:58:05	2.23
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: parsermodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/parsermodule.c,v
retrieving revision 2.40
retrieving revision 2.41
diff -C2 -r2.40 -r2.41
*** parsermodule.c	2000/06/30 23:50:38	2.40
--- parsermodule.c	2000/06/30 23:58:05	2.41
***************
*** 77,85 ****
  
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 77,80 ----
***************
*** 89,93 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 84,87 ----

Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.140
retrieving revision 2.141
diff -C2 -r2.140 -r2.141
*** posixmodule.c	2000/06/30 23:50:38	2.140
--- posixmodule.c	2000/06/30 23:58:05	2.141
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: pwdmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pwdmodule.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** pwdmodule.c	2000/06/30 23:50:38	1.18
--- pwdmodule.c	2000/06/30 23:58:05	1.19
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: regexmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/regexmodule.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** regexmodule.c	2000/06/30 23:50:38	1.35
--- regexmodule.c	2000/06/30 23:58:05	1.36
***************
*** 5,13 ****
  
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 5,8 ----
***************
*** 17,21 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 12,15 ----

Index: resource.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/resource.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** resource.c	2000/06/30 23:50:38	2.11
--- resource.c	2000/06/30 23:58:05	2.12
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: selectmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/selectmodule.c,v
retrieving revision 2.34
retrieving revision 2.35
diff -C2 -r2.34 -r2.35
*** selectmodule.c	2000/06/30 23:50:38	2.34
--- selectmodule.c	2000/06/30 23:58:05	2.35
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: sgimodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/sgimodule.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** sgimodule.c	2000/06/30 23:50:38	1.12
--- sgimodule.c	2000/06/30 23:58:05	1.13
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: signalmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/signalmodule.c,v
retrieving revision 2.42
retrieving revision 2.43
diff -C2 -r2.42 -r2.43
*** signalmodule.c	2000/06/30 23:50:38	2.42
--- signalmodule.c	2000/06/30 23:58:05	2.43
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -r1.110 -r1.111
*** socketmodule.c	2000/06/30 23:50:38	1.110
--- socketmodule.c	2000/06/30 23:58:05	1.111
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: stropmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/stropmodule.c,v
retrieving revision 2.64
retrieving revision 2.65
diff -C2 -r2.64 -r2.65
*** stropmodule.c	2000/06/30 23:50:38	2.64
--- stropmodule.c	2000/06/30 23:58:05	2.65
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: structmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/structmodule.c,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** structmodule.c	2000/06/30 23:50:38	2.32
--- structmodule.c	2000/06/30 23:58:05	2.33
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: sunaudiodev.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/sunaudiodev.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** sunaudiodev.c	2000/06/30 23:50:39	1.18
--- sunaudiodev.c	2000/06/30 23:58:05	1.19
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: svmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/svmodule.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** svmodule.c	2000/06/30 23:50:39	2.12
--- svmodule.c	2000/06/30 23:58:05	2.13
***************
*** 1,8 ****
  /**********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: threadmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/threadmodule.c,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** threadmodule.c	2000/06/30 23:50:39	2.32
--- threadmodule.c	2000/06/30 23:58:05	2.33
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: timemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/timemodule.c,v
retrieving revision 2.87
retrieving revision 2.88
diff -C2 -r2.87 -r2.88
*** timemodule.c	2000/06/30 23:50:39	2.87
--- timemodule.c	2000/06/30 23:58:05	2.88
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: xxmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/xxmodule.c,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** xxmodule.c	2000/06/30 23:50:39	2.17
--- xxmodule.c	2000/06/30 23:58:05	2.18
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: yuv.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/yuv.h,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -r2.6 -r2.7
*** yuv.h	2000/06/30 23:50:39	2.6
--- yuv.h	2000/06/30 23:58:05	2.7
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: yuvconvert.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/yuvconvert.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** yuvconvert.c	2000/06/30 23:50:39	2.5
--- yuvconvert.c	2000/06/30 23:58:05	2.6
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----