]> git.jsancho.org Git - dungeon-master.git/blobdiff - tests/triangle.scm
license
[dungeon-master.git] / tests / triangle.scm
index 8aa151a6b3239731091c77c1f678e9204f9f6dd7..7b4d365c6cb8dcd7ca5a45aee260a160c4e71251 100644 (file)
@@ -1,4 +1,4 @@
-;;; Dungeon Master --- Adventure generator for GNU Guile
+;;; Dungeon Master --- RPG Adventure Generator
 ;;; Copyright © 2019 Javier Sancho <jsf@jsancho.org>
 ;;;
 ;;; Dungeon Master is free software; you can redistribute it and/or modify it
 ;;; 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/>.
+;;; along with Dungeon Master. If not, see <http://www.gnu.org/licenses/>.
 
 
-(define-module (test-point)
+(define-module (test-triangle)
   #:use-module (srfi srfi-64)
   #:use-module (dungeon-master geom point)
   #:use-module (dungeon-master geom triangle))