summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/cm_load.c2
-rw-r--r--src/qcommon/cm_local.h2
-rw-r--r--src/qcommon/cm_patch.c2
-rw-r--r--src/qcommon/cm_patch.h2
-rw-r--r--src/qcommon/cm_polylib.c2
-rw-r--r--src/qcommon/cm_polylib.h2
-rw-r--r--src/qcommon/cm_public.h2
-rw-r--r--src/qcommon/cm_test.c2
-rw-r--r--src/qcommon/cm_trace.c2
-rw-r--r--src/qcommon/cmd.c2
-rw-r--r--src/qcommon/common.c2
-rw-r--r--src/qcommon/cvar.c2
-rw-r--r--src/qcommon/files.c2
-rw-r--r--src/qcommon/huffman.c2
-rw-r--r--src/qcommon/msg.c2
-rw-r--r--src/qcommon/net_chan.c2
-rw-r--r--src/qcommon/net_ip.c2
-rw-r--r--src/qcommon/parse.c2
-rw-r--r--src/qcommon/q_math.c2
-rw-r--r--src/qcommon/q_platform.h2
-rw-r--r--src/qcommon/q_shared.c2
-rw-r--r--src/qcommon/q_shared.h2
-rw-r--r--src/qcommon/qcommon.h2
-rw-r--r--src/qcommon/qfiles.h2
-rw-r--r--src/qcommon/surfaceflags.h2
-rw-r--r--src/qcommon/vm.c2
-rw-r--r--src/qcommon/vm_interpreted.c2
-rw-r--r--src/qcommon/vm_local.h2
-rw-r--r--src/qcommon/vm_powerpc.c1
-rw-r--r--src/qcommon/vm_powerpc_asm.c1
-rw-r--r--src/qcommon/vm_powerpc_asm.h1
-rw-r--r--src/qcommon/vm_sparc.c1
-rw-r--r--src/qcommon/vm_x86.c2
-rw-r--r--src/qcommon/vm_x86_64.c2
-rw-r--r--src/qcommon/vm_x86_64_assembler.c2
35 files changed, 35 insertions, 31 deletions
diff --git a/src/qcommon/cm_load.c b/src/qcommon/cm_load.c
index 7ee71766..51455cb9 100644
--- a/src/qcommon/cm_load.c
+++ b/src/qcommon/cm_load.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/qcommon/cm_local.h b/src/qcommon/cm_local.h
index 8b93b9f7..2c11050e 100644
--- a/src/qcommon/cm_local.h
+++ b/src/qcommon/cm_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/qcommon/cm_patch.c b/src/qcommon/cm_patch.c
index 55e27624..1234512b 100644
--- a/src/qcommon/cm_patch.c
+++ b/src/qcommon/cm_patch.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/qcommon/cm_patch.h b/src/qcommon/cm_patch.h
index 2470339b..2b8cbdc3 100644
--- a/src/qcommon/cm_patch.h
+++ b/src/qcommon/cm_patch.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/qcommon/cm_polylib.c b/src/qcommon/cm_polylib.c
index b4ebd3ed..b2a49d47 100644
--- a/src/qcommon/cm_polylib.c
+++ b/src/qcommon/cm_polylib.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/qcommon/cm_polylib.h b/src/qcommon/cm_polylib.h
index b1b2a48f..25a052f7 100644
--- a/src/qcommon/cm_polylib.h
+++ b/src/qcommon/cm_polylib.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/qcommon/cm_public.h b/src/qcommon/cm_public.h
index 60f5253c..24d35d10 100644
--- a/src/qcommon/cm_public.h
+++ b/src/qcommon/cm_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/qcommon/cm_test.c b/src/qcommon/cm_test.c
index 5e520e42..b2b0b35f 100644
--- a/src/qcommon/cm_test.c
+++ b/src/qcommon/cm_test.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/qcommon/cm_trace.c b/src/qcommon/cm_trace.c
index fcfa17b3..4ee53373 100644
--- a/src/qcommon/cm_trace.c
+++ b/src/qcommon/cm_trace.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/qcommon/cmd.c b/src/qcommon/cmd.c
index c795ab51..44a6f0ea 100644
--- a/src/qcommon/cmd.c
+++ b/src/qcommon/cmd.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/qcommon/common.c b/src/qcommon/common.c
index 772f6bd4..b70890fb 100644
--- a/src/qcommon/common.c
+++ b/src/qcommon/common.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/qcommon/cvar.c b/src/qcommon/cvar.c
index bd7e4984..1ddac15a 100644
--- a/src/qcommon/cvar.c
+++ b/src/qcommon/cvar.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/qcommon/files.c b/src/qcommon/files.c
index 6788ec82..128191c0 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.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/qcommon/huffman.c b/src/qcommon/huffman.c
index 7bd433d3..fd228541 100644
--- a/src/qcommon/huffman.c
+++ b/src/qcommon/huffman.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/qcommon/msg.c b/src/qcommon/msg.c
index 177c0736..aaed712a 100644
--- a/src/qcommon/msg.c
+++ b/src/qcommon/msg.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/qcommon/net_chan.c b/src/qcommon/net_chan.c
index 49e06731..58a45b50 100644
--- a/src/qcommon/net_chan.c
+++ b/src/qcommon/net_chan.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/qcommon/net_ip.c b/src/qcommon/net_ip.c
index 8594ac99..928b06c8 100644
--- a/src/qcommon/net_ip.c
+++ b/src/qcommon/net_ip.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/qcommon/parse.c b/src/qcommon/parse.c
index e1332df3..78343385 100644
--- a/src/qcommon/parse.c
+++ b/src/qcommon/parse.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/qcommon/q_math.c b/src/qcommon/q_math.c
index be06f226..f6e215b9 100644
--- a/src/qcommon/q_math.c
+++ b/src/qcommon/q_math.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/qcommon/q_platform.h b/src/qcommon/q_platform.h
index cc8e5062..03ea6e36 100644
--- a/src/qcommon/q_platform.h
+++ b/src/qcommon/q_platform.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/qcommon/q_shared.c b/src/qcommon/q_shared.c
index 68be72ab..897bdae4 100644
--- a/src/qcommon/q_shared.c
+++ b/src/qcommon/q_shared.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/qcommon/q_shared.h b/src/qcommon/q_shared.h
index 800c5157..816657f6 100644
--- a/src/qcommon/q_shared.h
+++ b/src/qcommon/q_shared.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/qcommon/qcommon.h b/src/qcommon/qcommon.h
index b61c27dc..3ab36c4d 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.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/qcommon/qfiles.h b/src/qcommon/qfiles.h
index f6bd2927..47dc75eb 100644
--- a/src/qcommon/qfiles.h
+++ b/src/qcommon/qfiles.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/qcommon/surfaceflags.h b/src/qcommon/surfaceflags.h
index c1f2a0db..d99b06e9 100644
--- a/src/qcommon/surfaceflags.h
+++ b/src/qcommon/surfaceflags.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/qcommon/vm.c b/src/qcommon/vm.c
index c1384972..d6d589d2 100644
--- a/src/qcommon/vm.c
+++ b/src/qcommon/vm.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/qcommon/vm_interpreted.c b/src/qcommon/vm_interpreted.c
index 91a6d53d..1df544eb 100644
--- a/src/qcommon/vm_interpreted.c
+++ b/src/qcommon/vm_interpreted.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/qcommon/vm_local.h b/src/qcommon/vm_local.h
index 5e00c0de..8ac92a3a 100644
--- a/src/qcommon/vm_local.h
+++ b/src/qcommon/vm_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/qcommon/vm_powerpc.c b/src/qcommon/vm_powerpc.c
index 4bc3354e..2fde4310 100644
--- a/src/qcommon/vm_powerpc.c
+++ b/src/qcommon/vm_powerpc.c
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2008 Przemyslaw Iskra <sparky@pld-linux.org>
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm_powerpc_asm.c b/src/qcommon/vm_powerpc_asm.c
index dcb7e273..a97c942a 100644
--- a/src/qcommon/vm_powerpc_asm.c
+++ b/src/qcommon/vm_powerpc_asm.c
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2008 Przemyslaw Iskra <sparky@pld-linux.org>
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm_powerpc_asm.h b/src/qcommon/vm_powerpc_asm.h
index 68e6984d..eb7542ab 100644
--- a/src/qcommon/vm_powerpc_asm.h
+++ b/src/qcommon/vm_powerpc_asm.h
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2008 Przemyslaw Iskra <sparky@pld-linux.org>
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm_sparc.c b/src/qcommon/vm_sparc.c
index 6d247179..b34b2175 100644
--- a/src/qcommon/vm_sparc.c
+++ b/src/qcommon/vm_sparc.c
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2009 David S. Miller <davem@davemloft.net>
+Copyright (C) 2000-2013 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm_x86.c b/src/qcommon/vm_x86.c
index a6bb0821..21b69699 100644
--- a/src/qcommon/vm_x86.c
+++ b/src/qcommon/vm_x86.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/qcommon/vm_x86_64.c b/src/qcommon/vm_x86_64.c
index df39db44..64e582fc 100644
--- a/src/qcommon/vm_x86_64.c
+++ b/src/qcommon/vm_x86_64.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) 2005 Ludwig Nussel <ludwig.nussel@web.de>
This file is part of Tremulous.
diff --git a/src/qcommon/vm_x86_64_assembler.c b/src/qcommon/vm_x86_64_assembler.c
index 2fb67cf1..2a2808a8 100644
--- a/src/qcommon/vm_x86_64_assembler.c
+++ b/src/qcommon/vm_x86_64_assembler.c
@@ -3,7 +3,7 @@
vm_x86_64_assembler.c -- assembler for x86-64
Copyright (C) 1999-2005 Id Software, Inc.
-Copyright (C) 2000-2009 Darklegion Development
+Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2007 Ludwig Nussel <ludwig.nussel@suse.de>, Novell inc.
Tremulous is free software; you can redistribute it