Update of /cvsroot/scsh/scsh-0.6/scsh/lib
In directory usw-pr-cvs1:/tmp/cvs-serv31528
Modified Files:
string-lib.scm
Removed Files:
strings.txt
Log Message:
Added a small fix to string-lib.scm. Removed the obsolete strings.txt.
Index: string-lib.scm
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/scsh/lib/string-lib.scm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** string-lib.scm 2000/12/22 08:49:23 1.2
--- string-lib.scm 2001/03/21 22:28:31 1.3
***************
*** 1,52 ****
! ;;; Scheme Underground string-processing library -*- Scheme -*-
! ;;; Olin Shivers 11/98
!
! ;;; SRFI DRAFT -- SRFI DRAFT -- SRFI DRAFT -- SRFI DRAFT -- SRFI DRAFT
! ;;; This is *draft* code for a SRFI proposal. If you see this notice in
! ;;; production code, you've got obsolete, bad source -- go find the final
! ;;; non-draft code on the Net.
! ;;; SRFI DRAFT -- SRFI DRAFT -- SRFI DRAFT -- SRFI DRAFT -- SRFI DRAFT
!
! ;;; Some of this code had (extremely distant) origins in MIT Scheme's string
[...3148 lines suppressed...]
+ ;;; modification, are permitted provided that the following conditions
+ ;;; are met:
+ ;;; 1. Redistributions of source code must retain the above copyright
+ ;;; notice, this list of conditions and the following disclaimer.
+ ;;; 2. Redistributions in binary form must reproduce the above copyright
+ ;;; notice, this list of conditions and the following disclaimer in the
+ ;;; documentation and/or other materials provided with the distribution.
+ ;;; 3. The name of the authors may not be used to endorse or promote products
+ ;;; derived from this software without specific prior written permission.
+ ;;;
+ ;;; THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+ ;;; IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ ;;; OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ ;;; IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ ;;; INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ ;;; NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ ;;; DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ ;;; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ ;;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ ;;; THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- strings.txt DELETED ---
|