[Python-checkins] CVS: python/dist/src/Include codecs.h,2.2,2.3 unicodeobject.h,2.16,2.17

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


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

Modified Files:
	codecs.h unicodeobject.h 
Log Message:
Changing the CNRI copyright notice according to CNRI's instructions.
This is a notice without a date, which apparently is not a claim to
copyright but only advice to the reader.  IANAL. :-)



Index: codecs.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/codecs.h,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** codecs.h	2000/05/09 19:51:10	2.2
--- codecs.h	2000/08/03 16:24:24	2.3
***************
*** 12,16 ****
  Written by Marc-Andre Lemburg (mal@lemburg.com).
  
! (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  
     ------------------------------------------------------------------------ */
--- 12,16 ----
  Written by Marc-Andre Lemburg (mal@lemburg.com).
  
! Copyright (c) Corporation for National Research Initiatives.
  
     ------------------------------------------------------------------------ */

Index: unicodeobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/unicodeobject.h,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** unicodeobject.h	2000/07/22 23:30:03	2.16
--- unicodeobject.h	2000/08/03 16:24:24	2.17
***************
*** 8,12 ****
  Unicode Integration Proposal (see file Misc/unicode.txt).
  
! (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  
  
--- 8,12 ----
  Unicode Integration Proposal (see file Misc/unicode.txt).
  
! Copyright (c) Corporation for National Research Initiatives.