summaryrefslogtreecommitdiff
path: root/src/heretic
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic')
-rw-r--r--src/heretic/am_data.h1
-rw-r--r--src/heretic/am_map.c1
-rw-r--r--src/heretic/am_map.h1
-rw-r--r--src/heretic/ct_chat.c1
-rw-r--r--src/heretic/ct_chat.h1
-rw-r--r--src/heretic/d_main.c1
-rw-r--r--src/heretic/d_net.c1
-rw-r--r--src/heretic/doomdata.h1
-rw-r--r--src/heretic/doomdef.h1
-rw-r--r--src/heretic/dstrings.h1
-rw-r--r--src/heretic/f_finale.c1
-rw-r--r--src/heretic/g_game.c1
-rw-r--r--src/heretic/i_ibm.c1
-rw-r--r--src/heretic/i_sound.c1
-rw-r--r--src/heretic/in_lude.c1
-rw-r--r--src/heretic/info.c1
-rw-r--r--src/heretic/info.h1
-rw-r--r--src/heretic/m_random.c1
-rw-r--r--src/heretic/m_random.h1
-rw-r--r--src/heretic/mn_menu.c1
-rw-r--r--src/heretic/p_ceilng.c1
-rw-r--r--src/heretic/p_doors.c1
-rw-r--r--src/heretic/p_enemy.c1
-rw-r--r--src/heretic/p_floor.c1
-rw-r--r--src/heretic/p_inter.c1
-rw-r--r--src/heretic/p_lights.c1
-rw-r--r--src/heretic/p_local.h1
-rw-r--r--src/heretic/p_map.c1
-rw-r--r--src/heretic/p_maputl.c1
-rw-r--r--src/heretic/p_mobj.c1
-rw-r--r--src/heretic/p_plats.c1
-rw-r--r--src/heretic/p_pspr.c1
-rw-r--r--src/heretic/p_setup.c1
-rw-r--r--src/heretic/p_sight.c1
-rw-r--r--src/heretic/p_spec.c1
-rw-r--r--src/heretic/p_spec.h1
-rw-r--r--src/heretic/p_switch.c1
-rw-r--r--src/heretic/p_telept.c1
-rw-r--r--src/heretic/p_tick.c1
-rw-r--r--src/heretic/p_user.c1
-rw-r--r--src/heretic/r_bsp.c1
-rw-r--r--src/heretic/r_data.c1
-rw-r--r--src/heretic/r_draw.c1
-rw-r--r--src/heretic/r_local.h1
-rw-r--r--src/heretic/r_main.c1
-rw-r--r--src/heretic/r_plane.c1
-rw-r--r--src/heretic/r_segs.c1
-rw-r--r--src/heretic/r_things.c1
-rw-r--r--src/heretic/s_sound.c1
-rw-r--r--src/heretic/s_sound.h1
-rw-r--r--src/heretic/sb_bar.c1
-rw-r--r--src/heretic/sounds.c1
-rw-r--r--src/heretic/sounds.h1
53 files changed, 53 insertions, 0 deletions
diff --git a/src/heretic/am_data.h b/src/heretic/am_data.h
index c3b10e30..c4c99e9b 100644
--- a/src/heretic/am_data.h
+++ b/src/heretic/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/heretic/am_map.c b/src/heretic/am_map.c
index ec003c0f..036c7ffb 100644
--- a/src/heretic/am_map.c
+++ b/src/heretic/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/heretic/am_map.h b/src/heretic/am_map.h
index e88737dc..f1b05cb6 100644
--- a/src/heretic/am_map.h
+++ b/src/heretic/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/heretic/ct_chat.c b/src/heretic/ct_chat.c
index 25ebbeae..75fa6035 100644
--- a/src/heretic/ct_chat.c
+++ b/src/heretic/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/heretic/ct_chat.h b/src/heretic/ct_chat.h
index eee7e6ce..84544e56 100644
--- a/src/heretic/ct_chat.h
+++ b/src/heretic/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/heretic/d_main.c b/src/heretic/d_main.c
index 70fd57c0..add85681 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_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/heretic/d_net.c b/src/heretic/d_net.c
index f8028e62..f6121e91 100644
--- a/src/heretic/d_net.c
+++ b/src/heretic/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/heretic/doomdata.h b/src/heretic/doomdata.h
index b5abbe8b..ac84ec46 100644
--- a/src/heretic/doomdata.h
+++ b/src/heretic/doomdata.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/heretic/doomdef.h b/src/heretic/doomdef.h
index e18f14f9..02797f92 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.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/heretic/dstrings.h b/src/heretic/dstrings.h
index 875bcc42..aea5548e 100644
--- a/src/heretic/dstrings.h
+++ b/src/heretic/dstrings.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/heretic/f_finale.c b/src/heretic/f_finale.c
index d054459c..03806214 100644
--- a/src/heretic/f_finale.c
+++ b/src/heretic/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/heretic/g_game.c b/src/heretic/g_game.c
index 54218087..30fdc0cd 100644
--- a/src/heretic/g_game.c
+++ b/src/heretic/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/heretic/i_ibm.c b/src/heretic/i_ibm.c
index b93b9fa0..cf668680 100644
--- a/src/heretic/i_ibm.c
+++ b/src/heretic/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/heretic/i_sound.c b/src/heretic/i_sound.c
index 8f0d5f35..d3f04767 100644
--- a/src/heretic/i_sound.c
+++ b/src/heretic/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/heretic/in_lude.c b/src/heretic/in_lude.c
index f0899abb..e29378eb 100644
--- a/src/heretic/in_lude.c
+++ b/src/heretic/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/heretic/info.c b/src/heretic/info.c
index 7e271ce3..3baa10e4 100644
--- a/src/heretic/info.c
+++ b/src/heretic/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/heretic/info.h b/src/heretic/info.h
index 0a27657b..1d800f6b 100644
--- a/src/heretic/info.h
+++ b/src/heretic/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/heretic/m_random.c b/src/heretic/m_random.c
index 74dbc2d8..383d906c 100644
--- a/src/heretic/m_random.c
+++ b/src/heretic/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/heretic/m_random.h b/src/heretic/m_random.h
index 66fad6cb..b1d2ca7d 100644
--- a/src/heretic/m_random.h
+++ b/src/heretic/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/heretic/mn_menu.c b/src/heretic/mn_menu.c
index 369da690..f376edb2 100644
--- a/src/heretic/mn_menu.c
+++ b/src/heretic/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/heretic/p_ceilng.c b/src/heretic/p_ceilng.c
index ba856c63..71b7b4b5 100644
--- a/src/heretic/p_ceilng.c
+++ b/src/heretic/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/heretic/p_doors.c b/src/heretic/p_doors.c
index 45f6883d..303922c8 100644
--- a/src/heretic/p_doors.c
+++ b/src/heretic/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/heretic/p_enemy.c b/src/heretic/p_enemy.c
index 1097b612..05566a07 100644
--- a/src/heretic/p_enemy.c
+++ b/src/heretic/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/heretic/p_floor.c b/src/heretic/p_floor.c
index cd043bde..b91cc06b 100644
--- a/src/heretic/p_floor.c
+++ b/src/heretic/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/heretic/p_inter.c b/src/heretic/p_inter.c
index 25ac3808..fba6d215 100644
--- a/src/heretic/p_inter.c
+++ b/src/heretic/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/heretic/p_lights.c b/src/heretic/p_lights.c
index 2c3dc695..5d97a55e 100644
--- a/src/heretic/p_lights.c
+++ b/src/heretic/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/heretic/p_local.h b/src/heretic/p_local.h
index 0e5337dc..4fb58236 100644
--- a/src/heretic/p_local.h
+++ b/src/heretic/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/heretic/p_map.c b/src/heretic/p_map.c
index 68353156..0b1c6df1 100644
--- a/src/heretic/p_map.c
+++ b/src/heretic/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/heretic/p_maputl.c b/src/heretic/p_maputl.c
index fb6b7482..3d848af2 100644
--- a/src/heretic/p_maputl.c
+++ b/src/heretic/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/heretic/p_mobj.c b/src/heretic/p_mobj.c
index dd7e80c6..73698263 100644
--- a/src/heretic/p_mobj.c
+++ b/src/heretic/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/heretic/p_plats.c b/src/heretic/p_plats.c
index 93452b0f..fe7b2061 100644
--- a/src/heretic/p_plats.c
+++ b/src/heretic/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/heretic/p_pspr.c b/src/heretic/p_pspr.c
index d3261093..07a04ac7 100644
--- a/src/heretic/p_pspr.c
+++ b/src/heretic/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/heretic/p_setup.c b/src/heretic/p_setup.c
index ed45353a..a3bd2912 100644
--- a/src/heretic/p_setup.c
+++ b/src/heretic/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/heretic/p_sight.c b/src/heretic/p_sight.c
index 294736ab..002b32a9 100644
--- a/src/heretic/p_sight.c
+++ b/src/heretic/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/heretic/p_spec.c b/src/heretic/p_spec.c
index ee454c05..e357e680 100644
--- a/src/heretic/p_spec.c
+++ b/src/heretic/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/heretic/p_spec.h b/src/heretic/p_spec.h
index 3f65bf29..298046fd 100644
--- a/src/heretic/p_spec.h
+++ b/src/heretic/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/heretic/p_switch.c b/src/heretic/p_switch.c
index 1c4dcf09..d1d7e0bf 100644
--- a/src/heretic/p_switch.c
+++ b/src/heretic/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/heretic/p_telept.c b/src/heretic/p_telept.c
index f8030337..91d10f9b 100644
--- a/src/heretic/p_telept.c
+++ b/src/heretic/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/heretic/p_tick.c b/src/heretic/p_tick.c
index 089afdbf..9758be3a 100644
--- a/src/heretic/p_tick.c
+++ b/src/heretic/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/heretic/p_user.c b/src/heretic/p_user.c
index 676b67a7..4b8f38f7 100644
--- a/src/heretic/p_user.c
+++ b/src/heretic/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/heretic/r_bsp.c b/src/heretic/r_bsp.c
index a6b2d340..16ef8ae1 100644
--- a/src/heretic/r_bsp.c
+++ b/src/heretic/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/heretic/r_data.c b/src/heretic/r_data.c
index 153f2a70..994504f5 100644
--- a/src/heretic/r_data.c
+++ b/src/heretic/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/heretic/r_draw.c b/src/heretic/r_draw.c
index 23726b9c..f795b318 100644
--- a/src/heretic/r_draw.c
+++ b/src/heretic/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/heretic/r_local.h b/src/heretic/r_local.h
index d273fea7..184b0288 100644
--- a/src/heretic/r_local.h
+++ b/src/heretic/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/heretic/r_main.c b/src/heretic/r_main.c
index f13ebfa7..69b18e1f 100644
--- a/src/heretic/r_main.c
+++ b/src/heretic/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/heretic/r_plane.c b/src/heretic/r_plane.c
index 8c56dad5..e35e2931 100644
--- a/src/heretic/r_plane.c
+++ b/src/heretic/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/heretic/r_segs.c b/src/heretic/r_segs.c
index 6a675450..4e95a2ae 100644
--- a/src/heretic/r_segs.c
+++ b/src/heretic/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/heretic/r_things.c b/src/heretic/r_things.c
index 0cf28aa7..6302303e 100644
--- a/src/heretic/r_things.c
+++ b/src/heretic/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/heretic/s_sound.c b/src/heretic/s_sound.c
index 512bbfd5..2e3e200f 100644
--- a/src/heretic/s_sound.c
+++ b/src/heretic/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/heretic/s_sound.h b/src/heretic/s_sound.h
index fb63de08..c000d2a9 100644
--- a/src/heretic/s_sound.h
+++ b/src/heretic/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/heretic/sb_bar.c b/src/heretic/sb_bar.c
index e21fc1c2..407290ff 100644
--- a/src/heretic/sb_bar.c
+++ b/src/heretic/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/heretic/sounds.c b/src/heretic/sounds.c
index ba4cee0b..f62110c6 100644
--- a/src/heretic/sounds.c
+++ b/src/heretic/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/heretic/sounds.h b/src/heretic/sounds.h
index 685bfa61..707185c0 100644
--- a/src/heretic/sounds.h
+++ b/src/heretic/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