[Python-checkins] CVS: python/dist/src/Python getcopyright.c,1.6.2.3,1.6.2.4

Guido van Rossum python-dev@python.org
Sun, 3 Sep 2000 18:23:00 -0700


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

Modified Files:
      Tag: cnri-16-start
	getcopyright.c 
Log Message:
Use periods, not semicolons between Copyright and All Rights Reserved.


Index: getcopyright.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getcopyright.c,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -C2 -r1.6.2.3 -r1.6.2.4
*** getcopyright.c	2000/09/03 03:31:52	1.6.2.3
--- getcopyright.c	2000/09/04 01:22:58	1.6.2.4
***************
*** 4,10 ****
  
  static char cprt[] = 
! "Copyright (c) 1995-2000 Corporation for National Research Initiatives;\n\
  All Rights Reserved.\n\
! Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam;\n\
  All Rights Reserved.";
  
--- 4,10 ----
  
  static char cprt[] = 
! "Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\
  All Rights Reserved.\n\
! Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\
  All Rights Reserved.";