summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2006-08-31 20:40:48 +0000
committerSimon Howard2006-08-31 20:40:48 +0000
commitc0d6fcfe030283878714664f279bcf007e6e2a4f (patch)
tree228521f21cd89c826905cd08880ac14ef3f1d519 /setup
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 'setup')
-rw-r--r--setup/display.c20
-rw-r--r--setup/keyboard.c20
-rw-r--r--setup/mainmenu.c20
-rw-r--r--setup/mouse.c20
-rw-r--r--setup/multiplayer.c20
-rw-r--r--setup/txt_keyinput.c20
-rw-r--r--setup/txt_keyinput.h3
-rw-r--r--setup/txt_mouseinput.c20
-rw-r--r--setup/txt_mouseinput.h3
9 files changed, 140 insertions, 6 deletions
diff --git a/setup/display.c b/setup/display.c
index f4250590..ca3d690f 100644
--- a/setup/display.c
+++ b/setup/display.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 "textscreen.h"
static int vidmode = 1;
diff --git a/setup/keyboard.c b/setup/keyboard.c
index c635e93c..a76bbbfe 100644
--- a/setup/keyboard.c
+++ b/setup/keyboard.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 "textscreen.h"
#include "txt_keyinput.h"
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"
diff --git a/setup/mouse.c b/setup/mouse.c
index e60868fc..a43e439f 100644
--- a/setup/mouse.c
+++ b/setup/mouse.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 "textscreen.h"
diff --git a/setup/multiplayer.c b/setup/multiplayer.c
index 8e9a2e6b..2c7828ad 100644
--- a/setup/multiplayer.c
+++ b/setup/multiplayer.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 <stdio.h>
#include <stdlib.h>
diff --git a/setup/txt_keyinput.c b/setup/txt_keyinput.c
index 1d79dbc1..f6390154 100644
--- a/setup/txt_keyinput.c
+++ b/setup/txt_keyinput.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 <string.h>
diff --git a/setup/txt_keyinput.h b/setup/txt_keyinput.h
index e52d3041..4952a970 100644
--- a/setup/txt_keyinput.h
+++ b/setup/txt_keyinput.h
@@ -1,9 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id$
-//
-// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2006 Simon Howard
//
// This program is free software; you can redistribute it and/or
diff --git a/setup/txt_mouseinput.c b/setup/txt_mouseinput.c
index 1c81e8dd..1a4489b4 100644
--- a/setup/txt_mouseinput.c
+++ b/setup/txt_mouseinput.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 <stdio.h>
#include <stdlib.h>
diff --git a/setup/txt_mouseinput.h b/setup/txt_mouseinput.h
index bfefb846..57c258eb 100644
--- a/setup/txt_mouseinput.h
+++ b/setup/txt_mouseinput.h
@@ -1,9 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id$
-//
-// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2006 Simon Howard
//
// This program is free software; you can redistribute it and/or