summaryrefslogtreecommitdiff
path: root/src/sys
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/sys
parent5a2681894642f0b116d5abc248ca17208362fe18 (diff)
* Update copyright notices
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/con_log.c9
-rw-r--r--src/sys/con_passive.c9
-rw-r--r--src/sys/con_tty.c1
-rw-r--r--src/sys/con_win32.c1
-rw-r--r--src/sys/sys_loadlib.h1
-rw-r--r--src/sys/sys_local.h1
-rw-r--r--src/sys/sys_main.c1
-rw-r--r--src/sys/sys_unix.c1
-rw-r--r--src/sys/sys_win32.c2
-rw-r--r--src/sys/win_resource.h1
10 files changed, 19 insertions, 8 deletions
diff --git a/src/sys/con_log.c b/src/sys/con_log.c
index c3a4a5b8..a54117c6 100644
--- a/src/sys/con_log.c
+++ b/src/sys/con_log.c
@@ -1,21 +1,22 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
+Copyright (C) 2000-2009 Darklegion Development
-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/sys/con_passive.c b/src/sys/con_passive.c
index 794c8951..1650b103 100644
--- a/src/sys/con_passive.c
+++ b/src/sys/con_passive.c
@@ -1,21 +1,22 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
+Copyright (C) 2000-2009 Darklegion Development
-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/sys/con_tty.c b/src/sys/con_tty.c
index b0990032..547521c7 100644
--- a/src/sys/con_tty.c
+++ b/src/sys/con_tty.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/sys/con_win32.c b/src/sys/con_win32.c
index a27c9cca..987c553a 100644
--- a/src/sys/con_win32.c
+++ b/src/sys/con_win32.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/sys/sys_loadlib.h b/src/sys/sys_loadlib.h
index 3d20b8ce..02bb7627 100644
--- a/src/sys/sys_loadlib.h
+++ b/src/sys/sys_loadlib.h
@@ -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/sys/sys_local.h b/src/sys/sys_local.h
index 1ccb125f..6017150a 100644
--- a/src/sys/sys_local.h
+++ b/src/sys/sys_local.h
@@ -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/sys/sys_main.c b/src/sys/sys_main.c
index f1b0c38a..9fadfa06 100644
--- a/src/sys/sys_main.c
+++ b/src/sys/sys_main.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/sys/sys_unix.c b/src/sys/sys_unix.c
index 60623a27..7863c082 100644
--- a/src/sys/sys_unix.c
+++ b/src/sys/sys_unix.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/sys/sys_win32.c b/src/sys/sys_win32.c
index e5b0cb00..ead428eb 100644
--- a/src/sys/sys_win32.c
+++ b/src/sys/sys_win32.c
@@ -1,6 +1,8 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
+Copyright (C) 2000-2009 Darklegion Development
+
This file is part of Tremulous.
diff --git a/src/sys/win_resource.h b/src/sys/win_resource.h
index a3704cc1..8e658d74 100644
--- a/src/sys/win_resource.h
+++ b/src/sys/win_resource.h
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
+Copyright (C) 2000-2009 Darklegion Development
This file is part of Tremulous.