From 61b90ae89a43bd69469169dfff6d84f439ce6a05 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Tue, 11 Oct 2011 10:56:40 +0000 Subject: [PATCH] Add license headers back --- src/header/shared.h | 18 ++++++++++++++++++ src/shared/shared.c | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/header/shared.h b/src/header/shared.h index d18c3d3..f7d3348 100644 --- a/src/header/shared.h +++ b/src/header/shared.h @@ -1,4 +1,22 @@ /* + * 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. + * * ======================================================================= * * This is the main header file shared between client, renderer, server diff --git a/src/shared/shared.c b/src/shared/shared.c index 0384872..e4f2206 100644 --- a/src/shared/shared.c +++ b/src/shared/shared.c @@ -1,4 +1,22 @@ /* + * 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. + * * ======================================================================= * * Support functions, linked into client, server, renderer and game.