summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-02-16 22:57:30 +0000
committerTim Angus <tim@ngus.net>2013-02-16 22:57:30 +0000
commit9423baa1f9eed0f9c2752f25f91c6a4e0252e22a (patch)
tree9a6deeeb28c7f996620ed545b70aefcc717fdff4 /src/game
parentb48c49c6fd11528b452519be738aa0b3b03a75e8 (diff)
Update copyright notices
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_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
34 files changed, 34 insertions, 34 deletions
diff --git a/src/game/bg_alloc.c b/src/game/bg_alloc.c
index 6bf4eb63..f69c2bec 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_lib.c b/src/game/bg_lib.c
index d2a6eb34..bb12f286 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_lib.h b/src/game/bg_lib.h
index 3eb6e19d..30efff30 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_local.h b/src/game/bg_local.h
index 6a3fd72e..b38571d8 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index cc1fcc62..cf5ace9d 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c
index 945a28a9..759e8774 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 17f7bb61..b5620401 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_slidemove.c b/src/game/bg_slidemove.c
index 222d1f74..f396ba66 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/bg_voice.c b/src/game/bg_voice.c
index c0764dd6..cbc2cc10 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-2009 Darklegion Development
+Copyright (C) 2000-2013 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 021f1299..16b21349 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index bbc77645..f15f3469 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -1,6 +1,6 @@
/*
===========================================================================
-Copyright (C) 2000-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_admin.h b/src/game/g_admin.h
index c684ae1e..f95a0741 100644
--- a/src/game/g_admin.h
+++ b/src/game/g_admin.h
@@ -1,6 +1,6 @@
/*
===========================================================================
-Copyright (C) 2000-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index 2fbd92e1..7706b598 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_client.c b/src/game/g_client.c
index cc271890..065bba34 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 5398afd3..ee215301 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_combat.c b/src/game/g_combat.c
index 7fcd2310..93237e96 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 2ba8b563..2516e514 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_main.c b/src/game/g_main.c
index c228a5f7..b749321f 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c
index a8a9ea20..082815b9 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_misc.c b/src/game/g_misc.c
index 861fc642..1915921e 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_missile.c b/src/game/g_missile.c
index 8538777f..7ec9ee09 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_mover.c b/src/game/g_mover.c
index c6b2007f..cedb47fc 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_physics.c b/src/game/g_physics.c
index e5225691..753bd605 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_public.h b/src/game/g_public.h
index 312a5e5b..43b3f5de 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_session.c b/src/game/g_session.c
index 473cbc45..b183298b 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c
index 5cbc643f..78946712 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_svcmds.c b/src/game/g_svcmds.c
index db14a917..72d26478 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_syscalls.c b/src/game/g_syscalls.c
index 0566ef86..ea13ac2e 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_target.c b/src/game/g_target.c
index 3157c8f1..bad37806 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_team.c b/src/game/g_team.c
index 531e3d2e..dded18ee 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_trigger.c b/src/game/g_trigger.c
index b3d21860..97cb557d 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_utils.c b/src/game/g_utils.c
index 6968a6c0..8a06aa5f 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index a359a0f3..dcd65a09 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index 4c0adf2f..daf4c56f 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-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.