[Python-checkins] CVS: python/dist/src/PC config.c,1.27,1.28 getpathp.c,1.19,1.20

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


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

Modified Files:
	config.c getpathp.c 
Log Message:
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.


Index: config.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** config.c	2000/07/22 19:25:51	1.27
--- config.c	2000/09/01 23:29:27	1.28
***************
*** 1,12 ****
- /* -*- C -*- ***********************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- All rights reserved.
- 
- See the file "Misc/COPYRIGHT" for information on usage and
- redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- ******************************************************************/
- 
  /* Module configuration */
  
--- 1,2 ----

Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/getpathp.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** getpathp.c	2000/07/22 23:59:33	1.19
--- getpathp.c	2000/09/01 23:29:27	1.20
***************
*** 1,11 ****
- /***********************************************************
- Copyright (c) 2000, BeOpen.com.
- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
- All rights reserved.
- 
- See the file "Misc/COPYRIGHT" for information on usage and
- redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- ******************************************************************/
  
  /* Return the initial module search path. */
--- 1,2 ----