X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmap.c;h=d09022738cc1b2dc8dfcb4e076acec08581e885e;hb=e406060913a5544c83de81409148690275ffce95;hp=7071dd4fe5fd0dcc6583e7a6f89b4a7afc6a8a76;hpb=4a99fe51561ca331df54512eb25c502d0fcd2b55;p=flatwaifu.git 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"