[Python-checkins] CVS: python/dist/src/Tools/scripts fixnotice.py,1.2,1.2.4.1

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


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

Modified Files:
      Tag: cnri-16-start
	fixnotice.py 
Log Message:
Change it to remove the old CWI notice, per CNRI instructions.


Index: fixnotice.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/fixnotice.py,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** fixnotice.py	1998/03/24 05:30:22	1.2
--- fixnotice.py	2000/08/03 16:57:40	1.2.4.1
***************
*** 1,23 ****
  #! /usr/bin/env python
  
! OLD_NOTICE = """
! Permission to use, copy, modify, and distribute this software and its
! documentation for any purpose and without fee is hereby granted,
! provided that the above copyright notice appear in all copies and that
! both that copyright notice and this permission notice appear in
! supporting documentation, and that the names of Stichting Mathematisch
! Centrum or CWI not be used in advertising or publicity pertaining to
! distribution of the software without specific, written prior permission.
  
! STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
! THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
! FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
! FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
! """
  
- NEW_NOTICE = """
  Permission to use, copy, modify, and distribute this software and its
  documentation for any purpose and without fee is hereby granted,
--- 1,11 ----
  #! /usr/bin/env python
  
! OLD_NOTICE = """\
! /***********************************************************
! Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
! The Netherlands.
  
!                         All Rights Reserved
  
  Permission to use, copy, modify, and distribute this software and its
  documentation for any purpose and without fee is hereby granted,
***************
*** 42,48 ****
  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  PERFORMANCE OF THIS SOFTWARE.
  """
  
! # " <-- Help Emacs
  
  import os, sys, string
--- 30,39 ----
  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  PERFORMANCE OF THIS SOFTWARE.
+ 
+ ******************************************************************/
+ 
  """
  
! NEW_NOTICE = ""
  
  import os, sys, string