summaryrefslogtreecommitdiff
path: root/textscreen/txt_main.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_main.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_main.c')
-rw-r--r--textscreen/txt_main.c23
1 files changed, 1 insertions, 22 deletions
diff --git a/textscreen/txt_main.c b/textscreen/txt_main.c
index 203d4e0f..5ecd590b 100644
--- a/textscreen/txt_main.c
+++ b/textscreen/txt_main.c
@@ -1,10 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: txt_main.c 570 2006-08-31 18:08:43Z fraggle $
-//
-// Copyright(C) 1993-1996 Id Software, Inc.
-// Copyright(C) 2005 Simon Howard
+// Copyright(C) 2005,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
@@ -21,24 +18,6 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Log$
-// Revision 1.5 2006/01/13 23:56:00 fraggle
-// Add text-mode I/O functions.
-// Use text-mode screen for the waiting screen.
-//
-// Revision 1.4 2006/01/13 18:23:28 fraggle
-// Textscreen getchar() function; remove SDL code from I_Endoom.
-//
-// Revision 1.3 2005/10/09 20:19:21 fraggle
-// Handle blinking text in ENDOOM lumps properly.
-//
-// Revision 1.2 2005/10/09 16:42:46 fraggle
-// Cannot do arithmetic on void pointers in standard C
-//
-// Revision 1.1 2005/10/02 03:16:03 fraggle
-// Text mode emulation code
-//
-//
//-----------------------------------------------------------------------------
//
// Text mode emulation in SDL