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
|