X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fmap.c;h=d09022738cc1b2dc8dfcb4e076acec08581e885e;hp=7071dd4fe5fd0dcc6583e7a6f89b4a7afc6a8a76;hb=ef16dea09f87b15fc6d58fae0aa0832e0648c00e;hpb=14813cefff1cc036bf217346188c168429b52e81 diff --git a/src/map.c b/src/map.c index 7071dd4..d090227 100644 --- a/src/map.c +++ b/src/map.c @@ -1,3 +1,20 @@ +/* Copyright (C) 1996-1997 Aleksey Volynskov + * Copyright (C) 2011 Rambo + * Copyright (C) 2020 SovietPony + * + * This program 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, version 3 of the License ONLY. + * + * This program 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 this program. If not, see . + */ + #include "map.h" #include "game.h"