[Python-checkins] CVS: python/dist/src Makefile.in,1.99,1.100

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


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

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


Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** Makefile.in	2000/08/31 22:02:46	1.99
--- Makefile.in	2000/09/01 23:29:25	1.100
***************
*** 1,12 ****
- ########################################################################
- # 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.
- ########################################################################
- 
  # Top-level Makefile for Python
  # 
--- 1,2 ----