1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Added LGPL terms.

This commit is contained in:
Marius Vollmer 2004-02-17 21:18:53 +00:00
parent c9ea646268
commit 3f12a4ec05

View file

@ -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.