diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-29 01:53:09 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-29 01:53:09 +0000 |
commit | 8ceb35ae193c50bdf11820eb28f5f86b40c2a89c (patch) | |
tree | 661d65cbc34ad7f84d095666363a992c7a2e825b /code/tools/asm | |
parent | 65b817698937b59af8cc1b268a06d7efe2fb4857 (diff) | |
download | ioquake3-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/tools/asm')
-rw-r--r-- | code/tools/asm/cmdlib.c | 2 | ||||
-rw-r--r-- | code/tools/asm/cmdlib.h | 2 | ||||
-rw-r--r-- | code/tools/asm/mathlib.h | 2 | ||||
-rw-r--r-- | code/tools/asm/opstrings.h | 2 | ||||
-rw-r--r-- | code/tools/asm/q3asm.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/code/tools/asm/cmdlib.c b/code/tools/asm/cmdlib.c index 3f1ea3b..b1bd4eb 100644 --- a/code/tools/asm/cmdlib.c +++ b/code/tools/asm/cmdlib.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/tools/asm/cmdlib.h b/code/tools/asm/cmdlib.h index f2436a1..57f642a 100644 --- a/code/tools/asm/cmdlib.h +++ b/code/tools/asm/cmdlib.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/tools/asm/mathlib.h b/code/tools/asm/mathlib.h index f88bf58..3972299 100644 --- a/code/tools/asm/mathlib.h +++ b/code/tools/asm/mathlib.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/tools/asm/opstrings.h b/code/tools/asm/opstrings.h index f611b3e..f4a7905 100644 --- a/code/tools/asm/opstrings.h +++ b/code/tools/asm/opstrings.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/tools/asm/q3asm.c b/code/tools/asm/q3asm.c index 8c4138e..6ff45a8 100644 --- a/code/tools/asm/q3asm.c +++ b/code/tools/asm/q3asm.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 =========================================================================== */ |