diff options
author | Simon Howard | 2005-07-23 16:44:57 +0000 |
---|---|---|
committer | Simon Howard | 2005-07-23 16:44:57 +0000 |
commit | 7f0cb76e0a82f8de0c40fdbca84b0c51962ec40b (patch) | |
tree | b9419f458ce723641ab6679a444846a542600c4f /src/hu_lib.c | |
parent | 66a2cc66d7504c9b64e1c461e62ad2a9d964fa95 (diff) | |
download | chocolate-doom-7f0cb76e0a82f8de0c40fdbca84b0c51962ec40b.tar.gz chocolate-doom-7f0cb76e0a82f8de0c40fdbca84b0c51962ec40b.tar.bz2 chocolate-doom-7f0cb76e0a82f8de0c40fdbca84b0c51962ec40b.zip |
Update copyright to GNU GPL
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 8
Diffstat (limited to 'src/hu_lib.c')
-rw-r--r-- | src/hu_lib.c | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/src/hu_lib.c b/src/hu_lib.c index c433b157..7f3d69be 100644 --- a/src/hu_lib.c +++ b/src/hu_lib.c @@ -1,22 +1,32 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: hu_lib.c 4 2005-07-23 16:19:41Z fraggle $ +// $Id: hu_lib.c 8 2005-07-23 16:44:57Z fraggle $ // -// Copyright (C) 1993-1996 by id Software, Inc. +// Copyright(C) 1993-1996 Id Software, Inc. +// Copyright(C) 2005 Simon Howard // -// This source is available for distribution and/or modification -// only under the terms of the DOOM Source Code License as -// published by id Software. All rights reserved. +// 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. // -// The source is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -// FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License -// for more details. +// 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. // // $Log$ -// Revision 1.1 2005/07/23 16:19:55 fraggle -// Initial revision +// Revision 1.2 2005/07/23 16:44:55 fraggle +// Update copyright to GNU GPL +// +// Revision 1.1.1.1 2005/07/23 16:19:55 fraggle +// Initial import // // // DESCRIPTION: heads-up text and input code @@ -24,7 +34,7 @@ //----------------------------------------------------------------------------- static const char -rcsid[] = "$Id: hu_lib.c 4 2005-07-23 16:19:41Z fraggle $"; +rcsid[] = "$Id: hu_lib.c 8 2005-07-23 16:44:57Z fraggle $"; #include <ctype.h> |