diff options
author | Tim Angus <tim@ngus.net> | 2013-02-16 22:57:30 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 22:57:30 +0000 |
commit | 9423baa1f9eed0f9c2752f25f91c6a4e0252e22a (patch) | |
tree | 9a6deeeb28c7f996620ed545b70aefcc717fdff4 /src/cgame | |
parent | b48c49c6fd11528b452519be738aa0b3b03a75e8 (diff) |
Update copyright notices
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_animation.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_animmapobj.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_attachment.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_buildable.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_consolecmds.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_draw.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_drawtools.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_ents.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_event.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_local.h | 2 | ||||
-rw-r--r-- | src/cgame/cg_main.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_marks.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_particles.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_players.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_playerstate.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_predict.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_public.h | 2 | ||||
-rw-r--r-- | src/cgame/cg_scanner.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_servercmds.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_snapshot.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_syscalls.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_trails.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_tutorial.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_view.c | 2 | ||||
-rw-r--r-- | src/cgame/cg_weapons.c | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/src/cgame/cg_animation.c b/src/cgame/cg_animation.c index e92a6e5d..b070cfd7 100644 --- a/src/cgame/cg_animation.c +++ b/src/cgame/cg_animation.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/cgame/cg_animmapobj.c b/src/cgame/cg_animmapobj.c index 72464f7e..4bc94a41 100644 --- a/src/cgame/cg_animmapobj.c +++ b/src/cgame/cg_animmapobj.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/cgame/cg_attachment.c b/src/cgame/cg_attachment.c index da094a56..ab5ee21a 100644 --- a/src/cgame/cg_attachment.c +++ b/src/cgame/cg_attachment.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/cgame/cg_buildable.c b/src/cgame/cg_buildable.c index 369277d1..89d23eca 100644 --- a/src/cgame/cg_buildable.c +++ b/src/cgame/cg_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/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 5dab9757..c54d51fb 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.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/cgame/cg_draw.c b/src/cgame/cg_draw.c index 42811ef7..6a3b52a6 100644 --- a/src/cgame/cg_draw.c +++ b/src/cgame/cg_draw.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/cgame/cg_drawtools.c b/src/cgame/cg_drawtools.c index f35ed235..f9d7999b 100644 --- a/src/cgame/cg_drawtools.c +++ b/src/cgame/cg_drawtools.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/cgame/cg_ents.c b/src/cgame/cg_ents.c index 9f9dbaee..6c30339b 100644 --- a/src/cgame/cg_ents.c +++ b/src/cgame/cg_ents.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/cgame/cg_event.c b/src/cgame/cg_event.c index b87cb2d8..0b102647 100644 --- a/src/cgame/cg_event.c +++ b/src/cgame/cg_event.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/cgame/cg_local.h b/src/cgame/cg_local.h index 754ab7d4..148f3328 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_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/cgame/cg_main.c b/src/cgame/cg_main.c index 8680aeca..16147cd2 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_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/cgame/cg_marks.c b/src/cgame/cg_marks.c index 6e1891f3..c9e1c140 100644 --- a/src/cgame/cg_marks.c +++ b/src/cgame/cg_marks.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/cgame/cg_particles.c b/src/cgame/cg_particles.c index 0e1a0357..a3f74fbd 100644 --- a/src/cgame/cg_particles.c +++ b/src/cgame/cg_particles.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/cgame/cg_players.c b/src/cgame/cg_players.c index fb8e2c24..5556bd5c 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.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/cgame/cg_playerstate.c b/src/cgame/cg_playerstate.c index 9d31b4ab..6eb38e81 100644 --- a/src/cgame/cg_playerstate.c +++ b/src/cgame/cg_playerstate.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/cgame/cg_predict.c b/src/cgame/cg_predict.c index f3ae38ef..c2e2e113 100644 --- a/src/cgame/cg_predict.c +++ b/src/cgame/cg_predict.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/cgame/cg_public.h b/src/cgame/cg_public.h index 9d197ffc..c7b1931b 100644 --- a/src/cgame/cg_public.h +++ b/src/cgame/cg_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/cgame/cg_scanner.c b/src/cgame/cg_scanner.c index be061e5b..2d7fc804 100644 --- a/src/cgame/cg_scanner.c +++ b/src/cgame/cg_scanner.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/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index b501ecbc..035b8c56 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.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/cgame/cg_snapshot.c b/src/cgame/cg_snapshot.c index 673558d3..3862c787 100644 --- a/src/cgame/cg_snapshot.c +++ b/src/cgame/cg_snapshot.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/cgame/cg_syscalls.c b/src/cgame/cg_syscalls.c index 0c0b722c..e3c53411 100644 --- a/src/cgame/cg_syscalls.c +++ b/src/cgame/cg_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/cgame/cg_trails.c b/src/cgame/cg_trails.c index 759ffcfe..60b540eb 100644 --- a/src/cgame/cg_trails.c +++ b/src/cgame/cg_trails.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/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index 7820f4fa..daa0b262 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.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/cgame/cg_view.c b/src/cgame/cg_view.c index 800a16ae..253bc105 100644 --- a/src/cgame/cg_view.c +++ b/src/cgame/cg_view.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/cgame/cg_weapons.c b/src/cgame/cg_weapons.c index 6d09d3d9..5a959c21 100644 --- a/src/cgame/cg_weapons.c +++ b/src/cgame/cg_weapons.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. |