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

This commit is contained in:
Taylor R. Campbell 2004-01-16 15:42:03 +00:00
parent 6d0bcef5bb
commit 4a24db6278
2 changed files with 4 additions and 0 deletions

View File

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

View File

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