mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Added LGPL terms.
This commit is contained in:
parent
c9ea646268
commit
3f12a4ec05
1 changed files with 16 additions and 2 deletions
|
@ -1,8 +1,22 @@
|
|||
;;;; r5rs_pitfall.test --- tests some pitfalls in R5RS -*- scheme -*-
|
||||
;;;; Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||
;;;;
|
||||
;;;; This library is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Lesser General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2.1 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; This library is distributed in the hope that it will be useful,
|
||||
;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
;;;; Lesser General Public License for more details.
|
||||
;;;;
|
||||
;;;; You should have received a copy of the GNU Lesser General Public
|
||||
;;;; License along with this library; if not, write to the Free Software
|
||||
;;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
;; These tests have been copied from
|
||||
;; http://sisc.sourceforge.net/r5rs_pitfal.scm and the 'should-be'
|
||||
;; http://sisc.sourceforge.net/r5rs_pitfall.scm and the 'should-be'
|
||||
;; macro has been modified to fit into our test suite machinery.
|
||||
;;
|
||||
;; Test 1.1 fails, but we expect that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue