From 4a24db6278032f439336989121534a7c13e5505d Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Fri, 16 Jan 2004 15:42:03 +0000 Subject: [PATCH] Forgot to put the 'This file is part of Sunterlib' message at the top of the SRFI 10 test files -- not that those two files are that significant, of course --- s48/srfi-10/test/math.scm | 2 ++ s48/srfi-10/test/pi.scm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/s48/srfi-10/test/math.scm b/s48/srfi-10/test/math.scm index 4ef9b81..df5b7c9 100644 --- a/s48/srfi-10/test/math.scm +++ b/s48/srfi-10/test/math.scm @@ -1,3 +1,5 @@ +;;; This file is part of the Scheme Untergrund Library. + ;; This code, written by Taylor Campbell, is in the public domain. (define (circumference r) (* '#,(pi) 2 r)) diff --git a/s48/srfi-10/test/pi.scm b/s48/srfi-10/test/pi.scm index 4404460..4e4753c 100644 --- a/s48/srfi-10/test/pi.scm +++ b/s48/srfi-10/test/pi.scm @@ -1,3 +1,5 @@ +;;; This file is part of the Scheme Untergrund Library. + ;; This code, written by Taylor Campbell, is in the public domain. ;; If the #, is uncommented, the ' should be commented; and vice versa.