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/win32 | |
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/win32')
-rw-r--r-- | code/win32/glw_win.h | 2 | ||||
-rw-r--r-- | code/win32/resource.h | 2 | ||||
-rw-r--r-- | code/win32/win_gamma.c | 2 | ||||
-rw-r--r-- | code/win32/win_glimp.c | 2 | ||||
-rw-r--r-- | code/win32/win_input.c | 2 | ||||
-rw-r--r-- | code/win32/win_local.h | 2 | ||||
-rw-r--r-- | code/win32/win_main.c | 2 | ||||
-rw-r--r-- | code/win32/win_net.c | 2 | ||||
-rw-r--r-- | code/win32/win_qgl.c | 2 | ||||
-rw-r--r-- | code/win32/win_shared.c | 2 | ||||
-rw-r--r-- | code/win32/win_snd.c | 2 | ||||
-rw-r--r-- | code/win32/win_syscon.c | 2 | ||||
-rw-r--r-- | code/win32/win_wndproc.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/code/win32/glw_win.h b/code/win32/glw_win.h index e90377b..7bdce14 100644 --- a/code/win32/glw_win.h +++ b/code/win32/glw_win.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/win32/resource.h b/code/win32/resource.h index 21899ca..93c517e 100644 --- a/code/win32/resource.h +++ b/code/win32/resource.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/win32/win_gamma.c b/code/win32/win_gamma.c index 1473dff..b4f3707 100644 --- a/code/win32/win_gamma.c +++ b/code/win32/win_gamma.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/win32/win_glimp.c b/code/win32/win_glimp.c index 3a05109..b6c602a 100644 --- a/code/win32/win_glimp.c +++ b/code/win32/win_glimp.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/win32/win_input.c b/code/win32/win_input.c index bf312f2..a255211 100644 --- a/code/win32/win_input.c +++ b/code/win32/win_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/win32/win_local.h b/code/win32/win_local.h index 9a4183c..fdca55a 100644 --- a/code/win32/win_local.h +++ b/code/win32/win_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/win32/win_main.c b/code/win32/win_main.c index 6980bd4..5f7bddb 100644 --- a/code/win32/win_main.c +++ b/code/win32/win_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/win32/win_net.c b/code/win32/win_net.c index 930ef7b..9646808 100644 --- a/code/win32/win_net.c +++ b/code/win32/win_net.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/win32/win_qgl.c b/code/win32/win_qgl.c index 0656006..9a4354f 100644 --- a/code/win32/win_qgl.c +++ b/code/win32/win_qgl.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/win32/win_shared.c b/code/win32/win_shared.c index 43ff321..be41b0c 100644 --- a/code/win32/win_shared.c +++ b/code/win32/win_shared.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/win32/win_snd.c b/code/win32/win_snd.c index f3f7c50..28c4318 100644 --- a/code/win32/win_snd.c +++ b/code/win32/win_snd.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/win32/win_syscon.c b/code/win32/win_syscon.c index 53b9fa5..2308c0f 100644 --- a/code/win32/win_syscon.c +++ b/code/win32/win_syscon.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/win32/win_wndproc.c b/code/win32/win_wndproc.c index 0ccb4a5..6811a44 100644 --- a/code/win32/win_wndproc.c +++ b/code/win32/win_wndproc.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 =========================================================================== */ |