summaryrefslogtreecommitdiff
path: root/src/hexen
diff options
context:
space:
mode:
authorSimon Howard2008-11-02 23:53:36 +0000
committerSimon Howard2008-11-02 23:53:36 +0000
commit65c1c98815817aebe56936a5670628781444893d (patch)
tree27bce78e8ca52d122d82431955781eefaeffc1d2 /src/hexen
parent046f9226b6b912cdb12dc3b35953aee7666f4b63 (diff)
downloadchocolate-doom-65c1c98815817aebe56936a5670628781444893d.tar.gz
chocolate-doom-65c1c98815817aebe56936a5670628781444893d.tar.bz2
chocolate-doom-65c1c98815817aebe56936a5670628781444893d.zip
Fix up raven-branch copyright notices.
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
Diffstat (limited to 'src/hexen')
-rw-r--r--src/hexen/a_action.c1
-rw-r--r--src/hexen/am_data.h1
-rw-r--r--src/hexen/am_map.c1
-rw-r--r--src/hexen/am_map.h1
-rw-r--r--src/hexen/ct_chat.c1
-rw-r--r--src/hexen/ct_chat.h1
-rw-r--r--src/hexen/d_net.c1
-rw-r--r--src/hexen/f_finale.c1
-rw-r--r--src/hexen/g_game.c1
-rw-r--r--src/hexen/h2_main.c1
-rw-r--r--src/hexen/h2def.h1
-rw-r--r--src/hexen/i_header.h1
-rw-r--r--src/hexen/i_ibm.c1
-rw-r--r--src/hexen/i_sound.c1
-rw-r--r--src/hexen/in_lude.c1
-rw-r--r--src/hexen/info.c1
-rw-r--r--src/hexen/info.h1
-rw-r--r--src/hexen/m_misc.c1
-rw-r--r--src/hexen/m_random.c1
-rw-r--r--src/hexen/m_random.h1
-rw-r--r--src/hexen/mn_menu.c1
-rw-r--r--src/hexen/p_acs.c1
-rw-r--r--src/hexen/p_anim.c1
-rw-r--r--src/hexen/p_ceilng.c1
-rw-r--r--src/hexen/p_doors.c1
-rw-r--r--src/hexen/p_enemy.c1
-rw-r--r--src/hexen/p_floor.c1
-rw-r--r--src/hexen/p_inter.c1
-rw-r--r--src/hexen/p_lights.c1
-rw-r--r--src/hexen/p_local.h1
-rw-r--r--src/hexen/p_map.c1
-rw-r--r--src/hexen/p_maputl.c1
-rw-r--r--src/hexen/p_mobj.c1
-rw-r--r--src/hexen/p_plats.c1
-rw-r--r--src/hexen/p_pspr.c1
-rw-r--r--src/hexen/p_setup.c1
-rw-r--r--src/hexen/p_sight.c1
-rw-r--r--src/hexen/p_spec.c1
-rw-r--r--src/hexen/p_spec.h1
-rw-r--r--src/hexen/p_switch.c1
-rw-r--r--src/hexen/p_telept.c1
-rw-r--r--src/hexen/p_things.c1
-rw-r--r--src/hexen/p_tick.c1
-rw-r--r--src/hexen/p_user.c1
-rw-r--r--src/hexen/po_man.c1
-rw-r--r--src/hexen/r_bsp.c1
-rw-r--r--src/hexen/r_data.c1
-rw-r--r--src/hexen/r_draw.c1
-rw-r--r--src/hexen/r_local.h1
-rw-r--r--src/hexen/r_main.c1
-rw-r--r--src/hexen/r_plane.c1
-rw-r--r--src/hexen/r_segs.c1
-rw-r--r--src/hexen/r_things.c1
-rw-r--r--src/hexen/s_sound.c1
-rw-r--r--src/hexen/s_sound.h1
-rw-r--r--src/hexen/sb_bar.c1
-rw-r--r--src/hexen/sc_man.c1
-rw-r--r--src/hexen/sn_sonix.c1
-rw-r--r--src/hexen/sounds.c1
-rw-r--r--src/hexen/sounds.h1
-rw-r--r--src/hexen/st_start.c1
-rw-r--r--src/hexen/st_start.h1
-rw-r--r--src/hexen/sv_save.c1
-rw-r--r--src/hexen/textdefs.h1
-rw-r--r--src/hexen/xddefs.h1
65 files changed, 65 insertions, 0 deletions
diff --git a/src/hexen/a_action.c b/src/hexen/a_action.c
index 29500618..a202733d 100644
--- a/src/hexen/a_action.c
+++ b/src/hexen/a_action.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/am_data.h b/src/hexen/am_data.h
index eb4c17c6..70522cdb 100644
--- a/src/hexen/am_data.h
+++ b/src/hexen/am_data.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/am_map.c b/src/hexen/am_map.c
index 5a68bf91..27789f3e 100644
--- a/src/hexen/am_map.c
+++ b/src/hexen/am_map.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/am_map.h b/src/hexen/am_map.h
index 40374aee..21734592 100644
--- a/src/hexen/am_map.h
+++ b/src/hexen/am_map.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/ct_chat.c b/src/hexen/ct_chat.c
index 10a8829b..74fe96f8 100644
--- a/src/hexen/ct_chat.c
+++ b/src/hexen/ct_chat.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/ct_chat.h b/src/hexen/ct_chat.h
index cdd26143..e390c28b 100644
--- a/src/hexen/ct_chat.h
+++ b/src/hexen/ct_chat.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c
index b21573c8..f199cd38 100644
--- a/src/hexen/d_net.c
+++ b/src/hexen/d_net.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/f_finale.c b/src/hexen/f_finale.c
index 39b390eb..e728ae58 100644
--- a/src/hexen/f_finale.c
+++ b/src/hexen/f_finale.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/g_game.c b/src/hexen/g_game.c
index abfd8d53..6fbddcf1 100644
--- a/src/hexen/g_game.c
+++ b/src/hexen/g_game.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c
index ecc9832a..8a1622f8 100644
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index c0725ab3..e566657d 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/i_header.h b/src/hexen/i_header.h
index 6dc5daa3..6f930b6a 100644
--- a/src/hexen/i_header.h
+++ b/src/hexen/i_header.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/i_ibm.c b/src/hexen/i_ibm.c
index 50af0e98..ff476d37 100644
--- a/src/hexen/i_ibm.c
+++ b/src/hexen/i_ibm.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/i_sound.c b/src/hexen/i_sound.c
index cca8765a..9b68be60 100644
--- a/src/hexen/i_sound.c
+++ b/src/hexen/i_sound.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/in_lude.c b/src/hexen/in_lude.c
index 4d11b7c8..8e95596d 100644
--- a/src/hexen/in_lude.c
+++ b/src/hexen/in_lude.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/info.c b/src/hexen/info.c
index 95202cf7..5029baa4 100644
--- a/src/hexen/info.c
+++ b/src/hexen/info.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/info.h b/src/hexen/info.h
index 8d39de75..f0bbec38 100644
--- a/src/hexen/info.h
+++ b/src/hexen/info.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/m_misc.c b/src/hexen/m_misc.c
index 5382e3cb..dee6bd56 100644
--- a/src/hexen/m_misc.c
+++ b/src/hexen/m_misc.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/m_random.c b/src/hexen/m_random.c
index b84f6d63..1496490f 100644
--- a/src/hexen/m_random.c
+++ b/src/hexen/m_random.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/m_random.h b/src/hexen/m_random.h
index 1a7b9d53..44e4643d 100644
--- a/src/hexen/m_random.h
+++ b/src/hexen/m_random.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/mn_menu.c b/src/hexen/mn_menu.c
index dee86f97..e166022d 100644
--- a/src/hexen/mn_menu.c
+++ b/src/hexen/mn_menu.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_acs.c b/src/hexen/p_acs.c
index 5e4988ac..f49f2840 100644
--- a/src/hexen/p_acs.c
+++ b/src/hexen/p_acs.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_anim.c b/src/hexen/p_anim.c
index ef56e811..c23c95fa 100644
--- a/src/hexen/p_anim.c
+++ b/src/hexen/p_anim.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_ceilng.c b/src/hexen/p_ceilng.c
index dd8cc6ac..ab13d3ac 100644
--- a/src/hexen/p_ceilng.c
+++ b/src/hexen/p_ceilng.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_doors.c b/src/hexen/p_doors.c
index ccdb7327..8193b4ab 100644
--- a/src/hexen/p_doors.c
+++ b/src/hexen/p_doors.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_enemy.c b/src/hexen/p_enemy.c
index ac73d1f3..14bc4f49 100644
--- a/src/hexen/p_enemy.c
+++ b/src/hexen/p_enemy.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_floor.c b/src/hexen/p_floor.c
index 171ee713..40f9b934 100644
--- a/src/hexen/p_floor.c
+++ b/src/hexen/p_floor.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_inter.c b/src/hexen/p_inter.c
index 92298f21..b66042ad 100644
--- a/src/hexen/p_inter.c
+++ b/src/hexen/p_inter.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_lights.c b/src/hexen/p_lights.c
index 648f040c..cec7c302 100644
--- a/src/hexen/p_lights.c
+++ b/src/hexen/p_lights.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_local.h b/src/hexen/p_local.h
index b9e6c5dc..0e61142e 100644
--- a/src/hexen/p_local.h
+++ b/src/hexen/p_local.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_map.c b/src/hexen/p_map.c
index 16734325..da5c8824 100644
--- a/src/hexen/p_map.c
+++ b/src/hexen/p_map.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_maputl.c b/src/hexen/p_maputl.c
index 854c67c0..9e0ece1f 100644
--- a/src/hexen/p_maputl.c
+++ b/src/hexen/p_maputl.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_mobj.c b/src/hexen/p_mobj.c
index db3078da..66097170 100644
--- a/src/hexen/p_mobj.c
+++ b/src/hexen/p_mobj.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_plats.c b/src/hexen/p_plats.c
index 4b2eeec3..62f35055 100644
--- a/src/hexen/p_plats.c
+++ b/src/hexen/p_plats.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_pspr.c b/src/hexen/p_pspr.c
index ddfb4601..42e8842c 100644
--- a/src/hexen/p_pspr.c
+++ b/src/hexen/p_pspr.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_setup.c b/src/hexen/p_setup.c
index e5708e63..6a965ac5 100644
--- a/src/hexen/p_setup.c
+++ b/src/hexen/p_setup.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_sight.c b/src/hexen/p_sight.c
index 423c26de..273ca3e0 100644
--- a/src/hexen/p_sight.c
+++ b/src/hexen/p_sight.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_spec.c b/src/hexen/p_spec.c
index 07ae1771..ca0bbfb8 100644
--- a/src/hexen/p_spec.c
+++ b/src/hexen/p_spec.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_spec.h b/src/hexen/p_spec.h
index 6d560c0d..f2c4691c 100644
--- a/src/hexen/p_spec.h
+++ b/src/hexen/p_spec.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_switch.c b/src/hexen/p_switch.c
index 4018e940..bed0a252 100644
--- a/src/hexen/p_switch.c
+++ b/src/hexen/p_switch.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_telept.c b/src/hexen/p_telept.c
index 538587fd..1e29b469 100644
--- a/src/hexen/p_telept.c
+++ b/src/hexen/p_telept.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_things.c b/src/hexen/p_things.c
index 1ba747cb..db0d89cc 100644
--- a/src/hexen/p_things.c
+++ b/src/hexen/p_things.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_tick.c b/src/hexen/p_tick.c
index 574ed2f2..ad261981 100644
--- a/src/hexen/p_tick.c
+++ b/src/hexen/p_tick.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/p_user.c b/src/hexen/p_user.c
index c86c19e1..9569d3f1 100644
--- a/src/hexen/p_user.c
+++ b/src/hexen/p_user.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/po_man.c b/src/hexen/po_man.c
index 20da66e5..50b79518 100644
--- a/src/hexen/po_man.c
+++ b/src/hexen/po_man.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_bsp.c b/src/hexen/r_bsp.c
index 267fe38a..6f65e1a4 100644
--- a/src/hexen/r_bsp.c
+++ b/src/hexen/r_bsp.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_data.c b/src/hexen/r_data.c
index dfb9b246..bfa1f2a9 100644
--- a/src/hexen/r_data.c
+++ b/src/hexen/r_data.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_draw.c b/src/hexen/r_draw.c
index 96bb52c0..e606233d 100644
--- a/src/hexen/r_draw.c
+++ b/src/hexen/r_draw.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_local.h b/src/hexen/r_local.h
index 3c51d1af..e030bcef 100644
--- a/src/hexen/r_local.h
+++ b/src/hexen/r_local.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_main.c b/src/hexen/r_main.c
index 426cbcc7..30d7afb0 100644
--- a/src/hexen/r_main.c
+++ b/src/hexen/r_main.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_plane.c b/src/hexen/r_plane.c
index f27cd0d4..5c140ad5 100644
--- a/src/hexen/r_plane.c
+++ b/src/hexen/r_plane.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_segs.c b/src/hexen/r_segs.c
index 40f5a80c..5d179bd7 100644
--- a/src/hexen/r_segs.c
+++ b/src/hexen/r_segs.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/r_things.c b/src/hexen/r_things.c
index da8ed22e..0517fd49 100644
--- a/src/hexen/r_things.c
+++ b/src/hexen/r_things.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/s_sound.c b/src/hexen/s_sound.c
index 5733c700..fdd01ba5 100644
--- a/src/hexen/s_sound.c
+++ b/src/hexen/s_sound.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/s_sound.h b/src/hexen/s_sound.h
index 88e946bf..6cc5a87e 100644
--- a/src/hexen/s_sound.h
+++ b/src/hexen/s_sound.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/sb_bar.c b/src/hexen/sb_bar.c
index 9025db40..f190b1a3 100644
--- a/src/hexen/sb_bar.c
+++ b/src/hexen/sb_bar.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/sc_man.c b/src/hexen/sc_man.c
index da86100e..833d7e1e 100644
--- a/src/hexen/sc_man.c
+++ b/src/hexen/sc_man.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/sn_sonix.c b/src/hexen/sn_sonix.c
index 2c136504..8ec3a2d7 100644
--- a/src/hexen/sn_sonix.c
+++ b/src/hexen/sn_sonix.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/sounds.c b/src/hexen/sounds.c
index ce00b76e..144fdeaa 100644
--- a/src/hexen/sounds.c
+++ b/src/hexen/sounds.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/sounds.h b/src/hexen/sounds.h
index a5b4388e..fd154aaa 100644
--- a/src/hexen/sounds.h
+++ b/src/hexen/sounds.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/st_start.c b/src/hexen/st_start.c
index 7eadb845..f3dc2350 100644
--- a/src/hexen/st_start.c
+++ b/src/hexen/st_start.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/st_start.h b/src/hexen/st_start.h
index fefb3ba8..252d44c7 100644
--- a/src/hexen/st_start.h
+++ b/src/hexen/st_start.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/sv_save.c b/src/hexen/sv_save.c
index ded8f4b0..63b0190b 100644
--- a/src/hexen/sv_save.c
+++ b/src/hexen/sv_save.c
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/textdefs.h b/src/hexen/textdefs.h
index 740303f9..76f15c06 100644
--- a/src/hexen/textdefs.h
+++ b/src/hexen/textdefs.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/hexen/xddefs.h b/src/hexen/xddefs.h
index 6be289f4..2e68684e 100644
--- a/src/hexen/xddefs.h
+++ b/src/hexen/xddefs.h
@@ -3,6 +3,7 @@
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
+// Copyright(C) 2008 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License