diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-02-17 21:37:47 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-02-17 21:37:47 +0000 |
commit | 581e4579de67667eb1ace78be01b5b9ea59b8480 (patch) | |
tree | b7edcc841bb0a653e74dfb112d6fd7b2950863fd | |
parent | 3f12a4ec05014e0d78a755c05c96af991b7acd84 (diff) | |
download | guile-581e4579de67667eb1ace78be01b5b9ea59b8480.tar.gz |
Added GPL terms.
-rw-r--r-- | test-suite/tests/fractions.test | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test-suite/tests/fractions.test b/test-suite/tests/fractions.test index 02bfa22e8..802369f31 100644 --- a/test-suite/tests/fractions.test +++ b/test-suite/tests/fractions.test @@ -1,3 +1,20 @@ +;;;; Copyright (C) 2004 Free Software Foundation, Inc. +;;;; +;;;; This program is free software; you can redistribute it and/or modify +;;;; it under the terms of the GNU General Public License version 2 as +;;;; published by the Free Software Foundation; see file GNU-GPL. +;;;; +;;;; This program 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 General Public License for more details. +;;;; +;;;; You should have received a copy of the GNU General Public License +;;;; along with this program; if not, write to the Free Software Foundation, +;;;; Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + +;;; Based in part on code from GNU CLISP + (define-module (test-suite test-fractions) #:use-module (test-suite lib) #:use-module (ice-9 documentation) |