From 5e924e2f96c8c7563a05121dc94a0a386ae6230b Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Wed, 28 Sep 2011 06:20:21 +0000 Subject: [PATCH] Add the license header back --- src/game/baseq2/g_ai.c | 2 +- src/game/baseq2/g_chase.c | 2 +- src/game/baseq2/g_cmds.c | 2 +- src/game/baseq2/g_combat.c | 26 ++++++++++++++++++++++++++ 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/src/game/baseq2/g_ai.c b/src/game/baseq2/g_ai.c index ac1ad9e0..06b73104 100644 --- a/src/game/baseq2/g_ai.c +++ b/src/game/baseq2/g_ai.c @@ -19,7 +19,7 @@ * * ======================================================================= * - * The basic AI functions like enemy detection and so on. + * The basic AI functions like enemy detection, attacking and so on. * * ======================================================================= */ diff --git a/src/game/baseq2/g_chase.c b/src/game/baseq2/g_chase.c index 37042fd9..0551ec88 100644 --- a/src/game/baseq2/g_chase.c +++ b/src/game/baseq2/g_chase.c @@ -19,7 +19,7 @@ * * ======================================================================= * - * Chase cam. + * Chase cam. Only used in multiplayer mode. * * ======================================================================= */ diff --git a/src/game/baseq2/g_cmds.c b/src/game/baseq2/g_cmds.c index 3dcb5498..79b8ab08 100644 --- a/src/game/baseq2/g_cmds.c +++ b/src/game/baseq2/g_cmds.c @@ -19,7 +19,7 @@ * * ======================================================================= * - * Game command processing + * Game command processing. * * ======================================================================= */ diff --git a/src/game/baseq2/g_combat.c b/src/game/baseq2/g_combat.c index b695cfb7..59cd0647 100644 --- a/src/game/baseq2/g_combat.c +++ b/src/game/baseq2/g_combat.c @@ -1,3 +1,29 @@ +/* + * Copyright (C) 1997-2001 Id Software, Inc. + * + * 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. + * + * ======================================================================= + * + * Combat code like damage, death and so on. + * + * ======================================================================= + */ + #include "g_local.h" /*