From 54109b7715c456748bf1b3a4c357a4d3d8a021fa Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 25 Sep 2005 04:49:02 +0000 Subject: [PATCH] Fixed license. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1375 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- fteqtv/bsp.c | 20 ++++++++++++++++++++ fteqtv/rcon.c | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/fteqtv/bsp.c b/fteqtv/bsp.c index 2ee9647d4..f4c27f793 100644 --- a/fteqtv/bsp.c +++ b/fteqtv/bsp.c @@ -1,3 +1,23 @@ +/* +Copyright (C) 1996-1997 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. + +*/ + #include "qtv.h" #define MAX_MAP_LEAFS 32767 diff --git a/fteqtv/rcon.c b/fteqtv/rcon.c index 6e2374337..a57e32b66 100644 --- a/fteqtv/rcon.c +++ b/fteqtv/rcon.c @@ -1,3 +1,23 @@ +/* +Copyright (C) 1996-1997 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. + +*/ + #include "qtv.h" #define MAX_INFO_KEY 64