X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=dungeon-master%2Fgeom.scm;h=466d369b5bec16a10761fe74614736857feabac6;hp=96cc3789717e3f638cbb91c81031a7a8d1ebeb5f;hb=602500ffe32004dc0437ed55ac2d25ec69fc9e25;hpb=09c4aef3b2dde4e8fdf0a4b673b36c1ddbc84b6e diff --git a/dungeon-master/geom.scm b/dungeon-master/geom.scm index 96cc378..466d369 100644 --- a/dungeon-master/geom.scm +++ b/dungeon-master/geom.scm @@ -1,3 +1,20 @@ +;;; Dungeon Master --- RPG Adventure Generator +;;; Copyright © 2019 Javier Sancho +;;; +;;; 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 Dungeon Master. If not, see . + + (define-module (dungeon-master geom) #:use-module (dungeon-master geom point) #:export (angle-sign))