summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/bg_alloc.c2
-rw-r--r--src/game/bg_lib.c2
-rw-r--r--src/game/bg_lib.h2
-rw-r--r--src/game/bg_local.h2
-rw-r--r--src/game/bg_misc.c2
-rw-r--r--src/game/bg_pmove.c2
-rw-r--r--src/game/bg_public.h2
-rw-r--r--src/game/bg_slidemove.c2
-rw-r--r--src/game/bg_voice.c2
-rw-r--r--src/game/g_active.c2
-rw-r--r--src/game/g_admin.c2
-rw-r--r--src/game/g_admin.h2
-rw-r--r--src/game/g_buildable.c2
-rw-r--r--src/game/g_client.c2
-rw-r--r--src/game/g_cmds.c2
-rw-r--r--src/game/g_combat.c2
-rw-r--r--src/game/g_local.h2
-rw-r--r--src/game/g_main.c2
-rw-r--r--src/game/g_maprotation.c2
-rw-r--r--src/game/g_misc.c2
-rw-r--r--src/game/g_missile.c2
-rw-r--r--src/game/g_mover.c2
-rw-r--r--src/game/g_physics.c2
-rw-r--r--src/game/g_ptr.c2
-rw-r--r--src/game/g_public.h2
-rw-r--r--src/game/g_session.c2
-rw-r--r--src/game/g_spawn.c2
-rw-r--r--src/game/g_svcmds.c2
-rw-r--r--src/game/g_syscalls.c2
-rw-r--r--src/game/g_target.c2
-rw-r--r--src/game/g_team.c2
-rw-r--r--src/game/g_trigger.c2
-rw-r--r--src/game/g_utils.c2
-rw-r--r--src/game/g_weapon.c2
-rw-r--r--src/game/tremulous.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/src/game/bg_alloc.c b/src/game/bg_alloc.c
index d8849d16..b145c62e 100644
--- a/src/game/bg_alloc.c
+++ b/src/game/bg_alloc.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_lib.c b/src/game/bg_lib.c
index 7a3afdfb..877ca68a 100644
--- a/src/game/bg_lib.c
+++ b/src/game/bg_lib.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_lib.h b/src/game/bg_lib.h
index 005f285d..69cf77ef 100644
--- a/src/game/bg_lib.h
+++ b/src/game/bg_lib.h
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_local.h b/src/game/bg_local.h
index 354214c9..6a3fd72e 100644
--- a/src/game/bg_local.h
+++ b/src/game/bg_local.h
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index ed4dd30c..475b58b4 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c
index 80d33066..79b02f11 100644
--- a/src/game/bg_pmove.c
+++ b/src/game/bg_pmove.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 4440a901..2fed12e1 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_slidemove.c b/src/game/bg_slidemove.c
index 0b3f8f0c..bd61401b 100644
--- a/src/game/bg_slidemove.c
+++ b/src/game/bg_slidemove.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_voice.c b/src/game/bg_voice.c
index 2290d0ae..440a4c2c 100644
--- a/src/game/bg_voice.c
+++ b/src/game/bg_voice.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
Copyright (C) 2008 Tony J. White
This file is part of Tremulous.
diff --git a/src/game/g_active.c b/src/game/g_active.c
index e3c6eaa5..619362ba 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index 38511875..83338ee7 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -1,6 +1,6 @@
/*
===========================================================================
-Copyright (C) 2004-2006 Tony J. White
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_admin.h b/src/game/g_admin.h
index c50d8736..783207d9 100644
--- a/src/game/g_admin.h
+++ b/src/game/g_admin.h
@@ -1,6 +1,6 @@
/*
===========================================================================
-Copyright (C) 2004-2006 Tony J. White
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index a2288d93..574a951a 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_client.c b/src/game/g_client.c
index 5919b0fe..7e5ccc6b 100644
--- a/src/game/g_client.c
+++ b/src/game/g_client.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 1a749621..07f9153f 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_combat.c b/src/game/g_combat.c
index b1007e4c..353d3f2b 100644
--- a/src/game/g_combat.c
+++ b/src/game/g_combat.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 2fbe4238..e9bca435 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_main.c b/src/game/g_main.c
index c57a15ad..60d5c0cb 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c
index 7d905c9b..0a37d5f4 100644
--- a/src/game/g_maprotation.c
+++ b/src/game/g_maprotation.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_misc.c b/src/game/g_misc.c
index 729fceb6..2e002182 100644
--- a/src/game/g_misc.c
+++ b/src/game/g_misc.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_missile.c b/src/game/g_missile.c
index 6ec7f5b9..868cb87b 100644
--- a/src/game/g_missile.c
+++ b/src/game/g_missile.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_mover.c b/src/game/g_mover.c
index 1e290706..ad660d0a 100644
--- a/src/game/g_mover.c
+++ b/src/game/g_mover.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_physics.c b/src/game/g_physics.c
index cecd9cb3..e5225691 100644
--- a/src/game/g_physics.c
+++ b/src/game/g_physics.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_ptr.c b/src/game/g_ptr.c
index 1afef0e9..ac296ea4 100644
--- a/src/game/g_ptr.c
+++ b/src/game/g_ptr.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_public.h b/src/game/g_public.h
index 03bc789b..312a5e5b 100644
--- a/src/game/g_public.h
+++ b/src/game/g_public.h
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_session.c b/src/game/g_session.c
index 2133f8a4..181c7390 100644
--- a/src/game/g_session.c
+++ b/src/game/g_session.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c
index a96b6c5a..e84ddb08 100644
--- a/src/game/g_spawn.c
+++ b/src/game/g_spawn.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_svcmds.c b/src/game/g_svcmds.c
index 3c993bf6..fc4dad45 100644
--- a/src/game/g_svcmds.c
+++ b/src/game/g_svcmds.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_syscalls.c b/src/game/g_syscalls.c
index 1ddc74f9..38e52039 100644
--- a/src/game/g_syscalls.c
+++ b/src/game/g_syscalls.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_target.c b/src/game/g_target.c
index af511055..5d84e223 100644
--- a/src/game/g_target.c
+++ b/src/game/g_target.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_team.c b/src/game/g_team.c
index d2a55e09..3f95f533 100644
--- a/src/game/g_team.c
+++ b/src/game/g_team.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_trigger.c b/src/game/g_trigger.c
index b9287a0f..df17ff18 100644
--- a/src/game/g_trigger.c
+++ b/src/game/g_trigger.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_utils.c b/src/game/g_utils.c
index 420557d6..00ec630a 100644
--- a/src/game/g_utils.c
+++ b/src/game/g_utils.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 3c35f655..e647f1e1 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index 0445a8d3..a4c9aaa1 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -1,7 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.