summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-11-18 20:17:05 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:22 +0000
commitaf1e7bf53706513472f6646826c84a1f53dcfcce (patch)
treea571dbd89c22513fee0bd9f64b23f6d45b748d86 /src/qcommon
parent5a2681894642f0b116d5abc248ca17208362fe18 (diff)
* Update copyright notices
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.c1
-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.c8
-rw-r--r--src/qcommon/vm_powerpc_asm.c8
-rw-r--r--src/qcommon/vm_powerpc_asm.h8
-rw-r--r--src/qcommon/vm_sparc.c8
-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, 48 insertions, 45 deletions
diff --git a/src/qcommon/cm_load.c b/src/qcommon/cm_load.c
index 6291f4d7..230b18b9 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_local.h b/src/qcommon/cm_local.h
index 4b30052d..8b93b9f7 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_patch.c b/src/qcommon/cm_patch.c
index 98724644..55e27624 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_patch.h b/src/qcommon/cm_patch.h
index 826fa17f..2470339b 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_polylib.c b/src/qcommon/cm_polylib.c
index 1a937544..03fd47d3 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_polylib.h b/src/qcommon/cm_polylib.h
index f1edc5ca..b1b2a48f 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_public.h b/src/qcommon/cm_public.h
index 68d04afe..123fee38 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_test.c b/src/qcommon/cm_test.c
index 21963aa3..5e520e42 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cm_trace.c b/src/qcommon/cm_trace.c
index c48ee3b3..6c4751fb 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cmd.c b/src/qcommon/cmd.c
index ecf747d8..80e991cd 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/common.c b/src/qcommon/common.c
index d1e702c6..eb3eca1b 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/cvar.c b/src/qcommon/cvar.c
index 459f602b..6358bf04 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index bb1f3f15..807be3f5 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/huffman.c b/src/qcommon/huffman.c
index 82aadad9..8ef702af 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/msg.c b/src/qcommon/msg.c
index 9e90b0f2..c85360c4 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/net_chan.c b/src/qcommon/net_chan.c
index b336feb6..4aacfa7e 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/net_ip.c b/src/qcommon/net_ip.c
index db9f2924..2be40a86 100644
--- a/src/qcommon/net_ip.c
+++ b/src/qcommon/net_ip.c
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/parse.c b/src/qcommon/parse.c
index 6f5608fe..b1f6efde 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/q_math.c b/src/qcommon/q_math.c
index 730ea6b5..e435590f 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/q_platform.h b/src/qcommon/q_platform.h
index 5da62b38..9405e749 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/q_shared.c b/src/qcommon/q_shared.c
index 71da2734..59ddf2ed 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h
index 186bb461..f11c3565 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index 690e89c6..d7184d80 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/qfiles.h b/src/qcommon/qfiles.h
index f0092878..f6bd2927 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/surfaceflags.h b/src/qcommon/surfaceflags.h
index b597c230..118d9d32 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm.c b/src/qcommon/vm.c
index 5956c89a..14fa32e9 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm_interpreted.c b/src/qcommon/vm_interpreted.c
index 5f755623..53357f5d 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm_local.h b/src/qcommon/vm_local.h
index 75ffee55..e9c3f7cc 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-2006 Tim Angus
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.
diff --git a/src/qcommon/vm_powerpc.c b/src/qcommon/vm_powerpc.c
index 76bb984a..6b7404dc 100644
--- a/src/qcommon/vm_powerpc.c
+++ b/src/qcommon/vm_powerpc.c
@@ -2,20 +2,20 @@
===========================================================================
Copyright (C) 2008 Przemyslaw Iskra <sparky@pld-linux.org>
-This file is part of Quake III Arena source code.
+This file is part of Tremulous.
-Quake III Arena source code is free software; you can redistribute it
+Tremulous is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
-Quake III Arena source code is distributed in the hope that it will be
+Tremulous is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with Quake III Arena source code; if not, write to the Free Software
+along with Tremulous; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/src/qcommon/vm_powerpc_asm.c b/src/qcommon/vm_powerpc_asm.c
index 64c59771..da6a8434 100644
--- a/src/qcommon/vm_powerpc_asm.c
+++ b/src/qcommon/vm_powerpc_asm.c
@@ -2,20 +2,20 @@
===========================================================================
Copyright (C) 2008 Przemyslaw Iskra <sparky@pld-linux.org>
-This file is part of Quake III Arena source code.
+This file is part of Tremulous.
-Quake III Arena source code is free software; you can redistribute it
+Tremulous is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
-Quake III Arena source code is distributed in the hope that it will be
+Tremulous is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with Quake III Arena source code; if not, write to the Free Software
+along with Tremulous; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
diff --git a/src/qcommon/vm_powerpc_asm.h b/src/qcommon/vm_powerpc_asm.h
index 9bccf18a..68e6984d 100644
--- a/src/qcommon/vm_powerpc_asm.h
+++ b/src/qcommon/vm_powerpc_asm.h
@@ -2,20 +2,20 @@
===========================================================================
Copyright (C) 2008 Przemyslaw Iskra <sparky@pld-linux.org>
-This file is part of Quake III Arena source code.
+This file is part of Tremulous.
-Quake III Arena source code is free software; you can redistribute it
+Tremulous is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
-Quake III Arena source code is distributed in the hope that it will be
+Tremulous is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with Quake III Arena source code; if not, write to the Free Software
+along with Tremulous; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/src/qcommon/vm_sparc.c b/src/qcommon/vm_sparc.c
index 39f2202a..69bbdc5f 100644
--- a/src/qcommon/vm_sparc.c
+++ b/src/qcommon/vm_sparc.c
@@ -2,20 +2,20 @@
===========================================================================
Copyright (C) 2009 David S. Miller <davem@davemloft.net>
-This file is part of Quake III Arena source code.
+This file is part of Tremulous.
-Quake III Arena source code is free software; you can redistribute it
+Tremulous is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
-Quake III Arena source code is distributed in the hope that it will be
+Tremulous is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with Quake III Arena source code; if not, write to the Free Software
+along with Tremulous; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/src/qcommon/vm_x86.c b/src/qcommon/vm_x86.c
index e001f413..dc7f5a67 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-2006 Tim Angus
+Copyright (C) 2000-2009 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 3f950b2a..93e25f6d 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-2006 Tim Angus
+Copyright (C) 2000-2009 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 c36c7a66..46227e6d 100644
--- a/src/qcommon/vm_x86_64_assembler.c
+++ b/src/qcommon/vm_x86_64_assembler.c
@@ -2,6 +2,8 @@
===========================================================================
vm_x86_64_assembler.c -- assembler for x86-64
+Copyright (C) 1999-2005 Id Software, Inc.
+Copyright (C) 2000-2009 Darklegion Development
Copyright (C) 2007 Ludwig Nussel <ludwig.nussel@suse.de>, Novell inc.
Tremulous is free software; you can redistribute it