From 60486f7bc18ba59cde6c612640982a3a0c1ba8da Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 2 Sep 2013 16:56:56 -0400 Subject: Add license info mvars module to give Mark Weaver proper credit. --- 2d/mvars.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/2d/mvars.scm b/2d/mvars.scm index 2ba6ab5..70674a4 100644 --- a/2d/mvars.scm +++ b/2d/mvars.scm @@ -1,3 +1,24 @@ +;;; Synchronized Mutable Variables + +;; Copyright (C) 2013 Mark Weaver + +;; 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 3 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., 51 Franklin Street, Fifth Floor, Boston, MA +;; 02110-1301 USA + +;;; Code: + (define-module (2d mvars) #:use-module (srfi srfi-8) ; receive #:use-module (srfi srfi-9) ; records -- cgit v1.2.3