From 3aa4541196c2c166d51d9bcf1b40c40148e1ca3a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 12 Mar 2016 12:06:16 -0500 Subject: Add License (CC BY-SA 4.0). --- one/five.scm | 4 ++++ one/six.scm | 4 ++++ one/three.scm | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'one') diff --git a/one/five.scm b/one/five.scm index a057e1e..fe7a463 100644 --- a/one/five.scm +++ b/one/five.scm @@ -1,3 +1,7 @@ +;;; Under Creative Commons Attribution-ShareAlike 4.0 +;;; International. See +;;; . + (define-module (one five) #:export (p test)) diff --git a/one/six.scm b/one/six.scm index ab58664..e60d1ee 100644 --- a/one/six.scm +++ b/one/six.scm @@ -1,3 +1,7 @@ +;;; Under Creative Commons Attribution-ShareAlike 4.0 +;;; International. See +;;; . + (define-module (one six) #:export (sqrt-sicp sqrt-nif square good-enough? new-if improve)) diff --git a/one/three.scm b/one/three.scm index 53a8a3c..8b4c622 100644 --- a/one/three.scm +++ b/one/three.scm @@ -1,3 +1,7 @@ +;;; Under Creative Commons Attribution-ShareAlike 4.0 +;;; International. See +;;; . + (define-module (one three) #:export (square sum-of-squares largest first-arg-2nd-largest-p sum-of-squares-of-largest-two)) -- cgit v1.2.3