[Python-checkins] CVS: python/dist/src/Python getcopyright.c,1.9,1.10

Guido van Rossum python-dev@python.org
Sat, 2 Sep 2000 20:35:53 -0700


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

Modified Files:
	getcopyright.c 
Log Message:
Change the copyright notice according to CNRI's wishes, with
BeOpen.com added to the front.

(Even if maybe we won't print this long banner at startup, the string
must still be defined for sys.copyright.)


Index: getcopyright.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/getcopyright.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** getcopyright.c	2000/09/01 23:29:28	1.9
--- getcopyright.c	2000/09/03 03:35:50	1.10
***************
*** 4,9 ****
  
  static char cprt[] = 
! "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam\n\
! Copyright 1995-2000 Corporation for National Research Initiatives (CNRI)";
  
  const char *
--- 4,12 ----
  
  static char cprt[] = 
! "Copyright (c) 2000 BeOpen.com; All Rights Reserved.\n\
! 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.";
  
  const char *