scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh-0.6/scsh awk.scm,1.3,1.4

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh-0.6/scsh awk.scm,1.3,1.4
From: Olin Shivers <olin-shivers@usw-pr-cvs1.sourceforge.net>
Date: Sun, 11 Mar 2001 10:03:52 -0800
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh-0.6/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv11337/scsh

Modified Files:
        awk.scm 
Log Message:
Added missing "See file COPYING" to copyright notice.


Index: awk.scm
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/scsh/awk.scm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** awk.scm     1999/09/24 23:54:20     1.3
--- awk.scm     2001/03/11 18:03:50     1.4
***************
*** 1,4 ****
  ;;; An awk loop, after the design of David Albertz and Olin Shivers.
! ;;; Copyright (c) 1994 by Olin Shivers.
  
  ;;; This uses the new RX SRE syntax. Defines a Clinger-Rees expander for
--- 1,4 ----
  ;;; An awk loop, after the design of David Albertz and Olin Shivers.
! ;;; Copyright (c) 1994 by Olin Shivers. See file COPYING.
  
  ;;; This uses the new RX SRE syntax. Defines a Clinger-Rees expander for



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh-0.6/scsh awk.scm,1.3,1.4, Olin Shivers <=