summaryrefslogtreecommitdiff
path: root/textscreen/txt_widget.c
diff options
context:
space:
mode:
authorSimon Howard2006-08-31 20:40:48 +0000
committerSimon Howard2006-08-31 20:40:48 +0000
commitc0d6fcfe030283878714664f279bcf007e6e2a4f (patch)
tree228521f21cd89c826905cd08880ac14ef3f1d519 /textscreen/txt_widget.c
parent2d6840807b59bdc37c76a1b4be91ef98a5d68de9 (diff)
downloadchocolate-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 'textscreen/txt_widget.c')
-rw-r--r--textscreen/txt_widget.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/textscreen/txt_widget.c b/textscreen/txt_widget.c
index 1e2f0734..79528c7f 100644
--- a/textscreen/txt_widget.c
+++ b/textscreen/txt_widget.c
@@ -1,3 +1,24 @@
+// 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 <string.h>