]> git.jsancho.org Git - dungeon-master.git/blobdiff - dungeon-master/geom/voronoi.scm
License
[dungeon-master.git] / dungeon-master / geom / voronoi.scm
index 66acf9e8c9402a46ef677d057758d037ee725826..86b0fef7cdc72cd63f83afa1ee756b815aa09f9e 100644 (file)
@@ -1,3 +1,20 @@
+;;; Dungeon Master --- Adventure generator for GNU Guile
+;;; Copyright © 2019 Javier Sancho <jsf@jsancho.org>
+;;;
+;;; Dungeon Master is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or
+;;; (at your option) any later version.
+;;;
+;;; Dungeon Master 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
+;;; General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with Haunt.  If not, see <http://www.gnu.org/licenses/>.
+
+
 (define-module (dungeon-master geom voronoi)
   #:use-module (ice-9 receive)
   #:use-module (rnrs sorting)