[Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.125,1.126

Guido van Rossum python-dev@python.org
Thu, 3 Aug 2000 09:42:16 -0700


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

Modified Files:
	socketmodule.c 
Log Message:
Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.
This doesn't change the copyright status for these files -- just the
markings!  Doing it on the main branch for these three files for which
the HEAD revision was pushed back into 1.6.



Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -r1.125 -r1.126
*** socketmodule.c	2000/08/03 02:06:16	1.125
--- socketmodule.c	2000/08/03 16:42:13	1.126
***************
*** 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.
- ******************************************************************/
- 
  /* Socket module */
  
--- 1,2 ----