From: Dmitry D. Chernov Date: Mon, 12 Jun 2023 04:04:18 +0000 (+1000) Subject: master: Add GPL3 license notice, as requested by PrimuS (fgsfds) X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=5016bf24701d6c6b10c483a6c122afc0fecb3a9a master: Add GPL3 license notice, as requested by PrimuS (fgsfds) --- diff --git a/src/mastersrv/master.c b/src/mastersrv/master.c index bc2d2fc..183d745 100644 --- a/src/mastersrv/master.c +++ b/src/mastersrv/master.c @@ -1,3 +1,18 @@ +/* Copyright (C) Doom 2D: Forever Developers + * + * 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 #include #include