summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2d/mvars.scm21
1 files changed, 21 insertions, 0 deletions
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