[Python-checkins] CVS: python/dist/src/Python atof.c,2.4,2.5 bltinmodule.c,2.164,2.165 ceval.c,2.181,2.182 compile.c,2.111,2.112 dynload_aix.c,2.4,2.5 dynload_beos.c,2.3,2.4 dynload_dl.c,2.3,2.4 dynload_hpux.c,2.3,2.4 dynload_mac.c,2.5,2.6 dynload_next.c,2.4,2.5 dynload_os2.c,2.3,2.4 dynload_shlib.c,2.3,2.4 dynload_stub.c,2.2,2.3 dynload_win.c,2.4,2.5 errors.c,2.46,2.47 fmod.c,2.10,2.11 frozen.c,1.7,1.8 frozenmain.c,2.21,2.22 getargs.c,2.35,2.36 getcompiler.c,1.6,1.7 getcwd.c,1.11,1.12 getmtime.c,2.11,2.12 getplatform.c,1.5,1.6 getversion.c,1.11,1.12 import.c,2.137,2.138 importdl.c,2.65,2.66 importdl.h,2.13,2.14 marshal.c,1.50,1.51 memmove.c,2.5,2.6 modsupport.c,2.44,2.45 mystrtoul.c,2.18,2.19 pystate.c,2.10,2.11 pythonrun.c,2.99,2.100 sigcheck.c,2.5,2.6 strerror.c,2.7,2.8 structmember.c,2.15,2.16 sysmodule.c,2.67,2.68 thread.c,2.30,2.31 thread_beos.h,2.4,2.5 thread_cthread.h,2.10,2.11 thread_foobar.h,2.8,2.9 thread_lwp.h,2.9,2.10 thread_nt.h,2.13,2.14 thread_pth.h,2.3,2.4 thread_pth! read.h,2.26,2.27 thread_sgi.h,2.11,2.12 thread_solaris.h,2.12,2.13 thread_wince.h,2.3,2.4 traceback.c,2.29,2.30

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


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

Modified Files:
	atof.c bltinmodule.c ceval.c compile.c dynload_aix.c 
	dynload_beos.c dynload_dl.c dynload_hpux.c dynload_mac.c 
	dynload_next.c dynload_os2.c dynload_shlib.c dynload_stub.c 
	dynload_win.c errors.c fmod.c frozen.c frozenmain.c getargs.c 
	getcompiler.c getcwd.c getmtime.c getplatform.c getversion.c 
	import.c importdl.c importdl.h marshal.c memmove.c 
	modsupport.c mystrtoul.c pystate.c pythonrun.c sigcheck.c 
	strerror.c structmember.c sysmodule.c thread.c thread_beos.h 
	thread_cthread.h thread_foobar.h thread_lwp.h thread_nt.h 
	thread_pth.h thread_pthread.h thread_sgi.h thread_solaris.h 
	thread_wince.h traceback.c 
Log Message:
Change copyright notice - 2nd try.

Index: atof.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/atof.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** atof.c	2000/06/30 23:50:39	2.4
--- atof.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: bltinmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.164
retrieving revision 2.165
diff -C2 -r2.164 -r2.165
*** bltinmodule.c	2000/06/30 23:50:39	2.164
--- bltinmodule.c	2000/06/30 23:58:05	2.165
***************
*** 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: ceval.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/ceval.c,v
retrieving revision 2.181
retrieving revision 2.182
diff -C2 -r2.181 -r2.182
*** ceval.c	2000/06/30 23:50:39	2.181
--- ceval.c	2000/06/30 23:58:05	2.182
***************
*** 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: compile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/compile.c,v
retrieving revision 2.111
retrieving revision 2.112
diff -C2 -r2.111 -r2.112
*** compile.c	2000/06/30 23:50:39	2.111
--- compile.c	2000/06/30 23:58:06	2.112
***************
*** 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: dynload_aix.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_aix.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** dynload_aix.c	2000/06/30 23:50:39	2.4
--- dynload_aix.c	2000/06/30 23:58:06	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: dynload_beos.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_beos.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** dynload_beos.c	2000/06/30 23:50:39	2.3
--- dynload_beos.c	2000/06/30 23:58:06	2.4
***************
*** 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: dynload_dl.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_dl.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** dynload_dl.c	2000/06/30 23:50:39	2.3
--- dynload_dl.c	2000/06/30 23:58:06	2.4
***************
*** 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: dynload_hpux.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_hpux.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** dynload_hpux.c	2000/06/30 23:50:39	2.3
--- dynload_hpux.c	2000/06/30 23:58:06	2.4
***************
*** 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: dynload_mac.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_mac.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** dynload_mac.c	2000/06/30 23:50:39	2.5
--- dynload_mac.c	2000/06/30 23:58:06	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 ----

Index: dynload_next.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_next.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** dynload_next.c	2000/06/30 23:50:39	2.4
--- dynload_next.c	2000/06/30 23:58:06	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: dynload_os2.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_os2.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** dynload_os2.c	2000/06/30 23:50:39	2.3
--- dynload_os2.c	2000/06/30 23:58:06	2.4
***************
*** 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: dynload_shlib.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_shlib.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** dynload_shlib.c	2000/06/30 23:50:39	2.3
--- dynload_shlib.c	2000/06/30 23:58:06	2.4
***************
*** 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: dynload_stub.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_stub.c,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** dynload_stub.c	2000/06/30 23:50:39	2.2
--- dynload_stub.c	2000/06/30 23:58:06	2.3
***************
*** 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: dynload_win.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_win.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** dynload_win.c	2000/06/30 23:50:39	2.4
--- dynload_win.c	2000/06/30 23:58:06	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: errors.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/errors.c,v
retrieving revision 2.46
retrieving revision 2.47
diff -C2 -r2.46 -r2.47
*** errors.c	2000/06/30 23:50:39	2.46
--- errors.c	2000/06/30 23:58:06	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: fmod.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/fmod.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** fmod.c	2000/06/30 23:50:39	2.10
--- fmod.c	2000/06/30 23:58:06	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: frozen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/frozen.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** frozen.c	2000/06/30 23:50:39	1.7
--- frozen.c	2000/06/30 23:58:06	1.8
***************
*** 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: frozenmain.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/frozenmain.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** frozenmain.c	2000/06/30 23:50:39	2.21
--- frozenmain.c	2000/06/30 23:58:06	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: getargs.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getargs.c,v
retrieving revision 2.35
retrieving revision 2.36
diff -C2 -r2.35 -r2.36
*** getargs.c	2000/06/30 23:50:39	2.35
--- getargs.c	2000/06/30 23:58:06	2.36
***************
*** 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: getcompiler.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getcompiler.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** getcompiler.c	2000/06/30 23:50:40	1.6
--- getcompiler.c	2000/06/30 23:58:06	1.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: getcwd.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getcwd.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** getcwd.c	2000/06/30 23:50:40	1.11
--- getcwd.c	2000/06/30 23:58:06	1.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: getmtime.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getmtime.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** getmtime.c	2000/06/30 23:50:40	2.11
--- getmtime.c	2000/06/30 23:58:06	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: getplatform.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getplatform.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** getplatform.c	2000/06/30 23:50:40	1.5
--- getplatform.c	2000/06/30 23:58:06	1.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 ----

Index: getversion.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getversion.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** getversion.c	2000/06/30 23:50:40	1.11
--- getversion.c	2000/06/30 23:58:06	1.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: import.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/import.c,v
retrieving revision 2.137
retrieving revision 2.138
diff -C2 -r2.137 -r2.138
*** import.c	2000/06/30 23:50:40	2.137
--- import.c	2000/06/30 23:58:06	2.138
***************
*** 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: importdl.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/importdl.c,v
retrieving revision 2.65
retrieving revision 2.66
diff -C2 -r2.65 -r2.66
*** importdl.c	2000/06/30 23:50:40	2.65
--- importdl.c	2000/06/30 23:58:06	2.66
***************
*** 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: importdl.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/importdl.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** importdl.h	2000/06/30 23:50:40	2.13
--- importdl.h	2000/06/30 23:58:06	2.14
***************
*** 7,15 ****
  
  /***********************************************************
- 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.
--- 7,10 ----
***************
*** 19,23 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 14,17 ----

Index: marshal.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/marshal.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** marshal.c	2000/06/30 23:50:40	1.50
--- marshal.c	2000/06/30 23:58:06	1.51
***************
*** 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: memmove.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/memmove.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** memmove.c	2000/06/30 23:50:40	2.5
--- memmove.c	2000/06/30 23:58:06	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 ----

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

Index: mystrtoul.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/mystrtoul.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** mystrtoul.c	2000/06/30 23:50:40	2.18
--- mystrtoul.c	2000/06/30 23:58:06	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: pystate.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/pystate.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** pystate.c	2000/06/30 23:50:40	2.10
--- pystate.c	2000/06/30 23:58:06	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: pythonrun.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/pythonrun.c,v
retrieving revision 2.99
retrieving revision 2.100
diff -C2 -r2.99 -r2.100
*** pythonrun.c	2000/06/30 23:50:40	2.99
--- pythonrun.c	2000/06/30 23:58:06	2.100
***************
*** 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: sigcheck.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/sigcheck.c,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** sigcheck.c	2000/06/30 23:50:40	2.5
--- sigcheck.c	2000/06/30 23:58:06	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 ----

Index: strerror.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/strerror.c,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -r2.7 -r2.8
*** strerror.c	2000/06/30 23:50:40	2.7
--- strerror.c	2000/06/30 23:58:06	2.8
***************
*** 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: structmember.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/structmember.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** structmember.c	2000/06/30 23:50:40	2.15
--- structmember.c	2000/06/30 23:58:06	2.16
***************
*** 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: sysmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/sysmodule.c,v
retrieving revision 2.67
retrieving revision 2.68
diff -C2 -r2.67 -r2.68
*** sysmodule.c	2000/06/30 23:50:40	2.67
--- sysmodule.c	2000/06/30 23:58:06	2.68
***************
*** 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: thread.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread.c,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -r2.30 -r2.31
*** thread.c	2000/06/30 23:50:40	2.30
--- thread.c	2000/06/30 23:58:06	2.31
***************
*** 1,8 ****
  /***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
- 
-                         All Rights Reserved
- 
  Copyright (c) 2000, BeOpen.com.
  Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 7,10 ----

Index: thread_beos.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_beos.h,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** thread_beos.h	2000/06/30 23:50:40	2.4
--- thread_beos.h	2000/06/30 23:58:06	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.
- 
  BeOS thread support by Chris Herborth (chrish@qnx.com)
  ******************************************************************/
--- 7,10 ----

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

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

Index: thread_pth.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_pth.h,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** thread_pth.h	2000/06/30 23:50:40	2.3
--- thread_pth.h	2000/06/30 23:58:06	2.4
***************
*** 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: thread_pthread.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_pthread.h,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -r2.26 -r2.27
*** thread_pthread.h	2000/06/30 23:50:40	2.26
--- thread_pthread.h	2000/06/30 23:58:06	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: thread_sgi.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_sgi.h,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** thread_sgi.h	2000/06/30 23:50:40	2.11
--- thread_sgi.h	2000/06/30 23:58:06	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: thread_solaris.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_solaris.h,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** thread_solaris.h	2000/06/30 23:50:40	2.12
--- thread_solaris.h	2000/06/30 23:58:06	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: thread_wince.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_wince.h,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** thread_wince.h	2000/06/30 23:50:40	2.3
--- thread_wince.h	2000/06/30 23:58:06	2.4
***************
*** 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: traceback.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/traceback.c,v
retrieving revision 2.29
retrieving revision 2.30
diff -C2 -r2.29 -r2.30
*** traceback.c	2000/06/30 23:50:40	2.29
--- traceback.c	2000/06/30 23:58:06	2.30
***************
*** 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 ----