aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-29 01:53:09 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-29 01:53:09 +0000
commit8ceb35ae193c50bdf11820eb28f5f86b40c2a89c (patch)
tree661d65cbc34ad7f84d095666363a992c7a2e825b /code/client
parent65b817698937b59af8cc1b268a06d7efe2fb4857 (diff)
downloadioquake3-aero-8ceb35ae193c50bdf11820eb28f5f86b40c2a89c.tar.gz
ioquake3-aero-8ceb35ae193c50bdf11820eb28f5f86b40c2a89c.zip
* Added STATUS
* Updated TODO * Moved ChangeLog to root * Updated ChangeLog * s/Foobar/Quake III Arena Source Code/ * Biggest patch EVAR. I wonder how many mail boxes this will fill... git-svn-id: svn://svn.icculus.org/quake3/trunk@196 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client')
-rw-r--r--code/client/cl_cgame.c2
-rw-r--r--code/client/cl_cin.c2
-rw-r--r--code/client/cl_console.c2
-rw-r--r--code/client/cl_input.c2
-rw-r--r--code/client/cl_keys.c2
-rw-r--r--code/client/cl_main.c2
-rw-r--r--code/client/cl_net_chan.c2
-rw-r--r--code/client/cl_parse.c2
-rw-r--r--code/client/cl_scrn.c2
-rw-r--r--code/client/cl_ui.c2
-rw-r--r--code/client/client.h2
-rw-r--r--code/client/keycodes.h2
-rw-r--r--code/client/keys.h2
-rw-r--r--code/client/snd_dma.c2
-rw-r--r--code/client/snd_local.h2
-rw-r--r--code/client/snd_mem.c2
-rw-r--r--code/client/snd_mix.c2
-rw-r--r--code/client/snd_public.h2
-rw-r--r--code/client/snd_wavelet.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/code/client/cl_cgame.c b/code/client/cl_cgame.c
index 09395e5..ed59b88 100644
--- a/code/client/cl_cgame.c
+++ b/code/client/cl_cgame.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_cin.c b/code/client/cl_cin.c
index a061d4f..f518ceb 100644
--- a/code/client/cl_cin.c
+++ b/code/client/cl_cin.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_console.c b/code/client/cl_console.c
index a428e3f..06f16eb 100644
--- a/code/client/cl_console.c
+++ b/code/client/cl_console.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_input.c b/code/client/cl_input.c
index a58f67a..177a92b 100644
--- a/code/client/cl_input.c
+++ b/code/client/cl_input.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_keys.c b/code/client/cl_keys.c
index 9d2a3f5..a23b4ee 100644
--- a/code/client/cl_keys.c
+++ b/code/client/cl_keys.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_main.c b/code/client/cl_main.c
index f3405b4..95e5f41 100644
--- a/code/client/cl_main.c
+++ b/code/client/cl_main.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_net_chan.c b/code/client/cl_net_chan.c
index 3e5ab39..1433c43 100644
--- a/code/client/cl_net_chan.c
+++ b/code/client/cl_net_chan.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_parse.c b/code/client/cl_parse.c
index e3dedb3..e9eddc7 100644
--- a/code/client/cl_parse.c
+++ b/code/client/cl_parse.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_scrn.c b/code/client/cl_scrn.c
index a8da4ed..f72ede2 100644
--- a/code/client/cl_scrn.c
+++ b/code/client/cl_scrn.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/cl_ui.c b/code/client/cl_ui.c
index ab7b62e..efbc188 100644
--- a/code/client/cl_ui.c
+++ b/code/client/cl_ui.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/client.h b/code/client/client.h
index ebe3374..81cf996 100644
--- a/code/client/client.h
+++ b/code/client/client.h
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/keycodes.h b/code/client/keycodes.h
index 8f58482..62a60c7 100644
--- a/code/client/keycodes.h
+++ b/code/client/keycodes.h
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/keys.h b/code/client/keys.h
index d55cb85..0126b97 100644
--- a/code/client/keys.h
+++ b/code/client/keys.h
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c
index 74af447..55de8ea 100644
--- a/code/client/snd_dma.c
+++ b/code/client/snd_dma.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/snd_local.h b/code/client/snd_local.h
index 1c272fe..49fcbac 100644
--- a/code/client/snd_local.h
+++ b/code/client/snd_local.h
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/snd_mem.c b/code/client/snd_mem.c
index 5ac4f1d..8f994ba 100644
--- a/code/client/snd_mem.c
+++ b/code/client/snd_mem.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/snd_mix.c b/code/client/snd_mix.c
index 36bb182..1c3a1da 100644
--- a/code/client/snd_mix.c
+++ b/code/client/snd_mix.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/snd_public.h b/code/client/snd_public.h
index 659d235..030c292 100644
--- a/code/client/snd_public.h
+++ b/code/client/snd_public.h
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
diff --git a/code/client/snd_wavelet.c b/code/client/snd_wavelet.c
index 29b2608..41b5723 100644
--- a/code/client/snd_wavelet.c
+++ b/code/client/snd_wavelet.c
@@ -15,7 +15,7 @@ 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 Foobar; if not, write to the Free Software
+along with Quake III Arena source code; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/