diff options
author | Simon Howard | 2006-08-31 20:40:48 +0000 |
---|---|---|
committer | Simon Howard | 2006-08-31 20:40:48 +0000 |
commit | c0d6fcfe030283878714664f279bcf007e6e2a4f (patch) | |
tree | 228521f21cd89c826905cd08880ac14ef3f1d519 /setup/mainmenu.c | |
parent | 2d6840807b59bdc37c76a1b4be91ef98a5d68de9 (diff) | |
download | chocolate-doom-c0d6fcfe030283878714664f279bcf007e6e2a4f.tar.gz chocolate-doom-c0d6fcfe030283878714664f279bcf007e6e2a4f.tar.bz2 chocolate-doom-c0d6fcfe030283878714664f279bcf007e6e2a4f.zip |
Add missing copyright notices to textscreen and setup files.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 590
Diffstat (limited to 'setup/mainmenu.c')
-rw-r--r-- | setup/mainmenu.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/setup/mainmenu.c b/setup/mainmenu.c index 62e20e89..b55cffa2 100644 --- a/setup/mainmenu.c +++ b/setup/mainmenu.c @@ -1,3 +1,23 @@ +// Emacs style mode select -*- C++ -*- +//----------------------------------------------------------------------------- +// +// Copyright(C) 2006 Simon Howard +// +// 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 <stdlib.h> #include "config.h" |