From 3056ff737a00f0f95604eaa12af52b20d60a84a6 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Mon, 3 Aug 2020 19:25:44 +0000 Subject: [PATCH] com_game: Add missing copyright header git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12883 d7cf8633-e32d-0410-b094-e92efae38249 --- com_game.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/com_game.c b/com_game.c index e4f5e227..a40f5c40 100644 --- a/com_game.c +++ b/com_game.c @@ -1,3 +1,26 @@ +/* +Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2020 Ashley Rose "LadyHavoc" Hale +Copyright (C) 2020 David "Cloudwalk" Knapp +Copyright (C) 2020 Kristus + +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; either version 2 +of the License, or (at your option) any later version. + +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #include "quakedef.h" // Game mods -- 2.39.2