X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2Fmods.h;fp=src%2Fmods.h;h=a948772e70b89c9d17b39dcb1979b67fa76f2e38;hp=aed4811811288425325d481d6c86d36863834583;hb=9d35c3ae2a2571bb3fb47d359f70ac43f0f2427d;hpb=a4865ebd5fe341be517b9bc8589ed0f818fa9d5f diff --git a/src/mods.h b/src/mods.h index aed4811..a948772 100644 --- a/src/mods.h +++ b/src/mods.h @@ -1 +1,18 @@ +/* Dungeon Master --- Adventure generator for GNU Guile + 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 Haunt. If not, see . +*/ + void load_mods();