From b706108ed60a6e964981e7ef77ee220b69a6a999 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 6 Feb 2014 23:06:54 -0800 Subject: [PATCH] Squashed commit of the following: commit 011d9b6b07d904ad1e81ef7c747269903e2d47c4 Author: David Anderson Date: Mon Jan 11 00:17:08 2010 -0600 Initial import from Subversion (amxmodx/trunk rev 3757). --- amxmodx/amx.cpp | 2 +- amxmodx/amx.h | 2 +- amxmodx/amxcore.cpp | 2 +- amxmodx/amxdbg.cpp | 2 +- amxmodx/amxdbg.h | 2 +- amxmodx/amxtime.cpp | 2 +- amxmodx/zlib/zconf.h | 2 +- compiler/amxxpc/amx.cpp | 2 +- compiler/amxxpc/amx.h | 2 +- compiler/amxxpc/amxdbg.h | 2 +- compiler/amxxpc/zconf.h | 2 +- compiler/libpc300/amx.h | 2 +- compiler/libpc300/amxdbg.h | 2 +- compiler/libpc300/dllmain.c | 2 +- compiler/libpc300/libpawnc.c | 2 +- compiler/libpc300/pawncc.c | 2 +- compiler/libpc300/sc.h | 2 +- compiler/libpc300/sc1.c | 2 +- compiler/libpc300/sc2.c | 2 +- compiler/libpc300/sc3.c | 2 +- compiler/libpc300/sc4.c | 2 +- compiler/libpc300/sc5.c | 2 +- compiler/libpc300/sc5.scp | 2 +- compiler/libpc300/sc6.c | 2 +- compiler/libpc300/sc7.c | 2 +- compiler/libpc300/sc7.scp | 2 +- compiler/libpc300/sci18n.c | 2 +- compiler/libpc300/sclist.c | 2 +- compiler/libpc300/scmemfil.c | 2 +- compiler/libpc300/scstate.c | 2 +- compiler/libpc300/scvars.c | 2 +- compiler/scasm/amx.h | 2 +- compiler/scasm/amx_compiler.cpp | 2 +- compiler/scasm/amx_compiler.h | 2 +- compiler/scasm/amx_data.cpp | 2 +- compiler/scasm/amx_data.h | 2 +- compiler/scasm/amx_define.cpp | 2 +- compiler/scasm/amx_define.h | 2 +- compiler/scasm/amx_error.cpp | 2 +- compiler/scasm/amx_error.h | 2 +- compiler/scasm/amx_label.cpp | 2 +- compiler/scasm/amx_label.h | 2 +- compiler/scasm/amx_macro.cpp | 2 +- compiler/scasm/amx_macro.h | 2 +- compiler/scasm/amx_nametable.h | 2 +- compiler/scasm/amx_natives.cpp | 2 +- compiler/scasm/amx_natives.h | 2 +- compiler/scasm/amx_parser.cpp | 2 +- compiler/scasm/amx_parser.h | 2 +- compiler/scasm/amx_proc.cpp | 2 +- compiler/scasm/amx_proc.h | 2 +- compiler/scasm/amx_symbol.cpp | 2 +- compiler/scasm/amx_symbol.h | 2 +- compiler/scasm/amxasm.cpp | 2 +- compiler/scasm/amxasm.h | 2 +- compiler/scasm/cexpr.cpp | 2 +- compiler/scasm/cexpr.h | 2 +- configs/hamdata.ini | 2 +- dlls/sqlite/sqlite-source/alter.c | 2 +- dlls/sqlite/sqlite-source/analyze.c | 2 +- dlls/sqlite/sqlite-source/attach.c | 2 +- dlls/sqlite/sqlite-source/auth.c | 2 +- dlls/sqlite/sqlite-source/btree.c | 2 +- dlls/sqlite/sqlite-source/btree.h | 2 +- dlls/sqlite/sqlite-source/build.c | 2 +- dlls/sqlite/sqlite-source/callback.c | 2 +- dlls/sqlite/sqlite-source/complete.c | 2 +- dlls/sqlite/sqlite-source/date.c | 2 +- dlls/sqlite/sqlite-source/delete.c | 2 +- dlls/sqlite/sqlite-source/expr.c | 2 +- dlls/sqlite/sqlite-source/func.c | 2 +- dlls/sqlite/sqlite-source/hash.c | 2 +- dlls/sqlite/sqlite-source/hash.h | 2 +- dlls/sqlite/sqlite-source/insert.c | 2 +- dlls/sqlite/sqlite-source/legacy.c | 2 +- dlls/sqlite/sqlite-source/main.c | 2 +- dlls/sqlite/sqlite-source/pager.c | 2 +- dlls/sqlite/sqlite-source/pager.h | 2 +- dlls/sqlite/sqlite-source/pragma.c | 2 +- dlls/sqlite/sqlite-source/prepare.c | 2 +- dlls/sqlite/sqlite-source/random.c | 2 +- dlls/sqlite/sqlite-source/select.c | 2 +- dlls/sqlite/sqlite-source/shell.c | 2 +- dlls/sqlite/sqlite-source/sqlite3.h | 2 +- dlls/sqlite/sqlite-source/sqlite3ext.h | 2 +- dlls/sqlite/sqlite-source/sqliteInt.h | 2 +- dlls/sqlite/sqlite-source/tclsqlite.c | 2 +- dlls/sqlite/sqlite-source/tokenize.c | 2 +- dlls/sqlite/sqlite-source/update.c | 2 +- dlls/sqlite/sqlite-source/utf.c | 2 +- dlls/sqlite/sqlite-source/util.c | 2 +- dlls/sqlite/sqlite-source/vacuum.c | 2 +- dlls/sqlite/sqlite-source/vdbe.c | 2 +- dlls/sqlite/sqlite-source/vdbe.h | 2 +- dlls/sqlite/sqlite-source/vtab.c | 2 +- dlls/sqlite/sqlite-source/where.c | 2 +- 96 files changed, 96 insertions(+), 96 deletions(-) diff --git a/amxmodx/amx.cpp b/amxmodx/amx.cpp index f7347f53..0dea05a6 100755 --- a/amxmodx/amx.cpp +++ b/amxmodx/amx.cpp @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx.cpp 3707 2008-04-14 19:56:31Z sawce $ */ #define AMX_NODYNALOAD diff --git a/amxmodx/amx.h b/amxmodx/amx.h index fea1be8d..78bb57c8 100755 --- a/amxmodx/amx.h +++ b/amxmodx/amx.h @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx.h 3006 2006-08-28 11:08:18Z dvander $ */ #if defined FREEBSD && !defined __FreeBSD__ diff --git a/amxmodx/amxcore.cpp b/amxmodx/amxcore.cpp index a708bfff..82582dc2 100755 --- a/amxmodx/amxcore.cpp +++ b/amxmodx/amxcore.cpp @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amxcore.cpp 1733 2005-07-25 06:03:43Z dvander $ */ #if defined _UNICODE || defined __UNICODE__ || defined UNICODE # if !defined UNICODE /* for Windows */ diff --git a/amxmodx/amxdbg.cpp b/amxmodx/amxdbg.cpp index 7f05afb7..4e0ba69c 100755 --- a/amxmodx/amxdbg.cpp +++ b/amxmodx/amxdbg.cpp @@ -20,7 +20,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amxdbg.cpp 2345 2006-02-10 19:47:09Z faluco $ */ #include #include diff --git a/amxmodx/amxdbg.h b/amxmodx/amxdbg.h index ff196a33..719c6e74 100755 --- a/amxmodx/amxdbg.h +++ b/amxmodx/amxdbg.h @@ -21,7 +21,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amxdbg.h 2977 2006-08-27 02:17:18Z damagedsoul $ */ #ifndef AMXDBG_H_INCLUDED diff --git a/amxmodx/amxtime.cpp b/amxmodx/amxtime.cpp index 40e7dd5e..13791c42 100755 --- a/amxmodx/amxtime.cpp +++ b/amxmodx/amxtime.cpp @@ -3,7 +3,7 @@ * Copyright (c) ITB CompuPhase, 2001-2002 * This file may be freely used. No warranties of any kind. * - * Version: $Id$ + * Version: $Id: amxtime.cpp 2511 2006-04-06 12:56:45Z damagedsoul $ */ #include #include diff --git a/amxmodx/zlib/zconf.h b/amxmodx/zlib/zconf.h index 03a9431c..1292dda1 100755 --- a/amxmodx/zlib/zconf.h +++ b/amxmodx/zlib/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ +/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */ #ifndef ZCONF_H #define ZCONF_H diff --git a/compiler/amxxpc/amx.cpp b/compiler/amxxpc/amx.cpp index 912a12fa..0a960779 100755 --- a/compiler/amxxpc/amx.cpp +++ b/compiler/amxxpc/amx.cpp @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx.cpp 1728 2005-07-25 00:01:54Z dvander $ */ #if BUILD_PLATFORM == WINDOWS && BUILD_TYPE == RELEASE && BUILD_COMPILER == MSVC && PAWN_CELL_SIZE == 64 diff --git a/compiler/amxxpc/amx.h b/compiler/amxxpc/amx.h index e372ceec..f237b537 100755 --- a/compiler/amxxpc/amx.h +++ b/compiler/amxxpc/amx.h @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #if defined FREEBSD && !defined __FreeBSD__ diff --git a/compiler/amxxpc/amxdbg.h b/compiler/amxxpc/amxdbg.h index 89bfb1ce..c8f047aa 100755 --- a/compiler/amxxpc/amxdbg.h +++ b/compiler/amxxpc/amxdbg.h @@ -21,7 +21,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #ifndef AMXDBG_H_INCLUDED diff --git a/compiler/amxxpc/zconf.h b/compiler/amxxpc/zconf.h index 03a9431c..1292dda1 100755 --- a/compiler/amxxpc/zconf.h +++ b/compiler/amxxpc/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ +/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */ #ifndef ZCONF_H #define ZCONF_H diff --git a/compiler/libpc300/amx.h b/compiler/libpc300/amx.h index e6f0987c..9b770bd2 100755 --- a/compiler/libpc300/amx.h +++ b/compiler/libpc300/amx.h @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #ifdef _MSC_VER diff --git a/compiler/libpc300/amxdbg.h b/compiler/libpc300/amxdbg.h index 89bfb1ce..c8f047aa 100755 --- a/compiler/libpc300/amxdbg.h +++ b/compiler/libpc300/amxdbg.h @@ -21,7 +21,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #ifndef AMXDBG_H_INCLUDED diff --git a/compiler/libpc300/dllmain.c b/compiler/libpc300/dllmain.c index a694d2bc..b093e88c 100755 --- a/compiler/libpc300/dllmain.c +++ b/compiler/libpc300/dllmain.c @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: dllmain.c 1724 2005-07-24 20:00:55Z dvander $ */ #if defined _UNICODE || defined __UNICODE__ || defined UNICODE diff --git a/compiler/libpc300/libpawnc.c b/compiler/libpc300/libpawnc.c index ee06615d..27f10f0f 100755 --- a/compiler/libpc300/libpawnc.c +++ b/compiler/libpc300/libpawnc.c @@ -20,7 +20,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: libpawnc.c 2969 2006-08-25 00:28:36Z dvander $ */ #include #include diff --git a/compiler/libpc300/pawncc.c b/compiler/libpc300/pawncc.c index 0772ab74..1d2e7d56 100755 --- a/compiler/libpc300/pawncc.c +++ b/compiler/libpc300/pawncc.c @@ -20,7 +20,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: pawncc.c 1724 2005-07-24 20:00:55Z dvander $ */ #include "sc.h" diff --git a/compiler/libpc300/sc.h b/compiler/libpc300/sc.h index a5928c94..3cd126fe 100755 --- a/compiler/libpc300/sc.h +++ b/compiler/libpc300/sc.h @@ -25,7 +25,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc.h 3460 2007-04-24 13:36:36Z sawce $ */ #ifndef SC_H_INCLUDED #define SC_H_INCLUDED diff --git a/compiler/libpc300/sc1.c b/compiler/libpc300/sc1.c index dde9c9d7..09a4ec06 100755 --- a/compiler/libpc300/sc1.c +++ b/compiler/libpc300/sc1.c @@ -20,7 +20,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc1.c 3460 2007-04-24 13:36:36Z sawce $ */ #include #include diff --git a/compiler/libpc300/sc2.c b/compiler/libpc300/sc2.c index d49fc710..a7939c45 100755 --- a/compiler/libpc300/sc2.c +++ b/compiler/libpc300/sc2.c @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc2.c 3318 2007-02-16 18:49:21Z sawce $ */ #include #include diff --git a/compiler/libpc300/sc3.c b/compiler/libpc300/sc3.c index 56423405..04ef5626 100755 --- a/compiler/libpc300/sc3.c +++ b/compiler/libpc300/sc3.c @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc3.c 3522 2007-05-22 01:29:18Z sawce $ */ #include #include diff --git a/compiler/libpc300/sc4.c b/compiler/libpc300/sc4.c index 14d46636..b76dd140 100755 --- a/compiler/libpc300/sc4.c +++ b/compiler/libpc300/sc4.c @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc4.c 1724 2005-07-24 20:00:55Z dvander $ */ #include #include diff --git a/compiler/libpc300/sc5.c b/compiler/libpc300/sc5.c index eb5eef45..7ddc8f8b 100755 --- a/compiler/libpc300/sc5.c +++ b/compiler/libpc300/sc5.c @@ -19,7 +19,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc5.c 1724 2005-07-24 20:00:55Z dvander $ */ #include #if defined __WIN32__ || defined _WIN32 || defined __MSDOS__ diff --git a/compiler/libpc300/sc5.scp b/compiler/libpc300/sc5.scp index aef49a2b..5b271cca 100755 --- a/compiler/libpc300/sc5.scp +++ b/compiler/libpc300/sc5.scp @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc5.scp 2167 2005-11-19 09:16:27Z dvander $ */ SC_FUNC int strexpand(char *dest, unsigned char *source, int maxlen, unsigned char pairtable[128][2]); diff --git a/compiler/libpc300/sc6.c b/compiler/libpc300/sc6.c index d502956f..6601888b 100755 --- a/compiler/libpc300/sc6.c +++ b/compiler/libpc300/sc6.c @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc6.c 2018 2005-09-06 21:34:33Z dvander $ */ #include #include diff --git a/compiler/libpc300/sc7.c b/compiler/libpc300/sc7.c index 33a972e5..a5be57e9 100755 --- a/compiler/libpc300/sc7.c +++ b/compiler/libpc300/sc7.c @@ -35,7 +35,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc7.c 1724 2005-07-24 20:00:55Z dvander $ */ #include #include diff --git a/compiler/libpc300/sc7.scp b/compiler/libpc300/sc7.scp index 5b4230fe..c100cf74 100755 --- a/compiler/libpc300/sc7.scp +++ b/compiler/libpc300/sc7.scp @@ -19,7 +19,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sc7.scp 1724 2005-07-24 20:00:55Z dvander $ */ SC_FUNC int strexpand(char *dest, unsigned char *source, int maxlen, unsigned char pairtable[128][2]); diff --git a/compiler/libpc300/sci18n.c b/compiler/libpc300/sci18n.c index 13486071..5890e98e 100755 --- a/compiler/libpc300/sci18n.c +++ b/compiler/libpc300/sci18n.c @@ -30,7 +30,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sci18n.c 1724 2005-07-24 20:00:55Z dvander $ */ #include #include diff --git a/compiler/libpc300/sclist.c b/compiler/libpc300/sclist.c index 5d96bbd6..1d19cff6 100755 --- a/compiler/libpc300/sclist.c +++ b/compiler/libpc300/sclist.c @@ -22,7 +22,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: sclist.c 3736 2008-08-16 20:13:12Z damagedsoul $ */ #include #include diff --git a/compiler/libpc300/scmemfil.c b/compiler/libpc300/scmemfil.c index 19fce821..2f6cd687 100755 --- a/compiler/libpc300/scmemfil.c +++ b/compiler/libpc300/scmemfil.c @@ -22,7 +22,7 @@ * * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: scmemfil.c 2866 2006-07-16 02:25:32Z faluco $ */ #include diff --git a/compiler/libpc300/scstate.c b/compiler/libpc300/scstate.c index 7daf7d61..dcd2b15f 100755 --- a/compiler/libpc300/scstate.c +++ b/compiler/libpc300/scstate.c @@ -43,7 +43,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: scstate.c 1724 2005-07-24 20:00:55Z dvander $ */ #include #include diff --git a/compiler/libpc300/scvars.c b/compiler/libpc300/scvars.c index 87edb8d5..0da106f2 100755 --- a/compiler/libpc300/scvars.c +++ b/compiler/libpc300/scvars.c @@ -20,7 +20,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: scvars.c 1724 2005-07-24 20:00:55Z dvander $ */ #include #include /* for _MAX_PATH */ diff --git a/compiler/scasm/amx.h b/compiler/scasm/amx.h index e372ceec..f237b537 100755 --- a/compiler/scasm/amx.h +++ b/compiler/scasm/amx.h @@ -18,7 +18,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #if defined FREEBSD && !defined __FreeBSD__ diff --git a/compiler/scasm/amx_compiler.cpp b/compiler/scasm/amx_compiler.cpp index 17473747..c537d3c0 100755 --- a/compiler/scasm/amx_compiler.cpp +++ b/compiler/scasm/amx_compiler.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_compiler.cpp 921 2004-08-21 06:20:27Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_compiler.h b/compiler/scasm/amx_compiler.h index fc36e7db..d919d030 100755 --- a/compiler/scasm/amx_compiler.h +++ b/compiler/scasm/amx_compiler.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_compiler.h 835 2004-08-12 16:31:50Z dvander $ */ #ifndef _INCLUDE_AMXCOMPILER_H diff --git a/compiler/scasm/amx_data.cpp b/compiler/scasm/amx_data.cpp index 0137ef6c..48758c35 100755 --- a/compiler/scasm/amx_data.cpp +++ b/compiler/scasm/amx_data.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_data.cpp 828 2004-08-11 14:31:26Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_data.h b/compiler/scasm/amx_data.h index 7aa0a9d0..3281a1e4 100755 --- a/compiler/scasm/amx_data.h +++ b/compiler/scasm/amx_data.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_data.h 828 2004-08-11 14:31:26Z dvander $ */ #ifndef _INCLUDE_AMXDATA_H diff --git a/compiler/scasm/amx_define.cpp b/compiler/scasm/amx_define.cpp index fac6d67f..dabe1767 100755 --- a/compiler/scasm/amx_define.cpp +++ b/compiler/scasm/amx_define.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_define.cpp 826 2004-08-11 10:01:56Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_define.h b/compiler/scasm/amx_define.h index 5acc89ee..6a543f99 100755 --- a/compiler/scasm/amx_define.h +++ b/compiler/scasm/amx_define.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_define.h 821 2004-08-11 08:18:14Z dvander $ */ #ifndef _INCLUDE_DEFINE_H diff --git a/compiler/scasm/amx_error.cpp b/compiler/scasm/amx_error.cpp index 01e5ee64..5b145536 100755 --- a/compiler/scasm/amx_error.cpp +++ b/compiler/scasm/amx_error.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_error.cpp 835 2004-08-12 16:31:50Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_error.h b/compiler/scasm/amx_error.h index 49819bcc..83a0d8f1 100755 --- a/compiler/scasm/amx_error.h +++ b/compiler/scasm/amx_error.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_error.h 835 2004-08-12 16:31:50Z dvander $ */ #ifndef _INCLUDE_AMX_ERROR diff --git a/compiler/scasm/amx_label.cpp b/compiler/scasm/amx_label.cpp index 09a041a4..20882acd 100755 --- a/compiler/scasm/amx_label.cpp +++ b/compiler/scasm/amx_label.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_label.cpp 926 2004-08-21 18:57:47Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_label.h b/compiler/scasm/amx_label.h index e0b0ac25..6cc5a245 100755 --- a/compiler/scasm/amx_label.h +++ b/compiler/scasm/amx_label.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_label.h 835 2004-08-12 16:31:50Z dvander $ */ #ifndef _INCLUDE_AMXLABEL_H diff --git a/compiler/scasm/amx_macro.cpp b/compiler/scasm/amx_macro.cpp index 3ee0e39f..fdec1348 100755 --- a/compiler/scasm/amx_macro.cpp +++ b/compiler/scasm/amx_macro.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_macro.cpp 826 2004-08-11 10:01:56Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_macro.h b/compiler/scasm/amx_macro.h index 3e04fdbc..e8445f27 100755 --- a/compiler/scasm/amx_macro.h +++ b/compiler/scasm/amx_macro.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_macro.h 821 2004-08-11 08:18:14Z dvander $ */ #ifndef _INCLUDE_MACRO_H diff --git a/compiler/scasm/amx_nametable.h b/compiler/scasm/amx_nametable.h index 9f1743a0..80df9f7c 100755 --- a/compiler/scasm/amx_nametable.h +++ b/compiler/scasm/amx_nametable.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_nametable.h 826 2004-08-11 10:01:56Z dvander $ */ #ifndef _INCLUDE_NAMETABLE_H diff --git a/compiler/scasm/amx_natives.cpp b/compiler/scasm/amx_natives.cpp index f86568dd..710e1129 100755 --- a/compiler/scasm/amx_natives.cpp +++ b/compiler/scasm/amx_natives.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_natives.cpp 826 2004-08-11 10:01:56Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_natives.h b/compiler/scasm/amx_natives.h index 653dc90e..d570ee1f 100755 --- a/compiler/scasm/amx_natives.h +++ b/compiler/scasm/amx_natives.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_natives.h 821 2004-08-11 08:18:14Z dvander $ */ #ifndef _INCLUDE_NATIVES_H diff --git a/compiler/scasm/amx_parser.cpp b/compiler/scasm/amx_parser.cpp index 521aa6c2..7ed81a96 100755 --- a/compiler/scasm/amx_parser.cpp +++ b/compiler/scasm/amx_parser.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_parser.cpp 826 2004-08-11 10:01:56Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_parser.h b/compiler/scasm/amx_parser.h index eb440aea..512e3e34 100755 --- a/compiler/scasm/amx_parser.h +++ b/compiler/scasm/amx_parser.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_parser.h 821 2004-08-11 08:18:14Z dvander $ */ #ifndef _INCLUDE_PARSER_H diff --git a/compiler/scasm/amx_proc.cpp b/compiler/scasm/amx_proc.cpp index 6c565146..6dfb1f73 100755 --- a/compiler/scasm/amx_proc.cpp +++ b/compiler/scasm/amx_proc.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_proc.cpp 926 2004-08-21 18:57:47Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_proc.h b/compiler/scasm/amx_proc.h index c2e8a1bc..4bf2a35a 100755 --- a/compiler/scasm/amx_proc.h +++ b/compiler/scasm/amx_proc.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_proc.h 835 2004-08-12 16:31:50Z dvander $ */ #ifndef _INCLUDE_AMXPROC_H diff --git a/compiler/scasm/amx_symbol.cpp b/compiler/scasm/amx_symbol.cpp index 7429d7f4..871cbdba 100755 --- a/compiler/scasm/amx_symbol.cpp +++ b/compiler/scasm/amx_symbol.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_symbol.cpp 835 2004-08-12 16:31:50Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amx_symbol.h b/compiler/scasm/amx_symbol.h index 581fe452..caa6f206 100755 --- a/compiler/scasm/amx_symbol.h +++ b/compiler/scasm/amx_symbol.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amx_symbol.h 835 2004-08-12 16:31:50Z dvander $ */ #ifndef _INCLUDE_SYMBOL_H diff --git a/compiler/scasm/amxasm.cpp b/compiler/scasm/amxasm.cpp index c65ef5a2..c1793406 100755 --- a/compiler/scasm/amxasm.cpp +++ b/compiler/scasm/amxasm.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amxasm.cpp 921 2004-08-21 06:20:27Z dvander $ */ #include "amxasm.h" diff --git a/compiler/scasm/amxasm.h b/compiler/scasm/amxasm.h index 3ebd094d..287a26f7 100755 --- a/compiler/scasm/amxasm.h +++ b/compiler/scasm/amxasm.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: amxasm.h 824 2004-08-11 09:32:24Z dvander $ */ #ifndef _INCLUDE_AMXASM_H diff --git a/compiler/scasm/cexpr.cpp b/compiler/scasm/cexpr.cpp index 556ad85e..5a3efaab 100755 --- a/compiler/scasm/cexpr.cpp +++ b/compiler/scasm/cexpr.cpp @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: cexpr.cpp 921 2004-08-21 06:20:27Z dvander $ */ #include diff --git a/compiler/scasm/cexpr.h b/compiler/scasm/cexpr.h index ed856bdd..97047513 100755 --- a/compiler/scasm/cexpr.h +++ b/compiler/scasm/cexpr.h @@ -17,7 +17,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id$ + * Version: $Id: cexpr.h 821 2004-08-11 08:18:14Z dvander $ */ #ifndef _INCLUDE_CEXPR_H diff --git a/configs/hamdata.ini b/configs/hamdata.ini index 63a39b95..96b98e4b 100644 --- a/configs/hamdata.ini +++ b/configs/hamdata.ini @@ -37,7 +37,7 @@ ; use the same binary so all of its vtable offsets are guaranteed to ; be identical. Mirrors should always come first in the file! ; -; Version: $Id$ +; Version: $Id: hamdata.ini 3687 2008-03-04 18:51:35Z sawce $ @mirror cstrike czero diff --git a/dlls/sqlite/sqlite-source/alter.c b/dlls/sqlite/sqlite-source/alter.c index 81c53ffb..bf264c82 100644 --- a/dlls/sqlite/sqlite-source/alter.c +++ b/dlls/sqlite/sqlite-source/alter.c @@ -12,7 +12,7 @@ ** This file contains C code routines that used to generate VDBE code ** that implements the ALTER TABLE command. ** -** $Id$ +** $Id: alter.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include diff --git a/dlls/sqlite/sqlite-source/analyze.c b/dlls/sqlite/sqlite-source/analyze.c index dc1f3328..5ffbdd3d 100644 --- a/dlls/sqlite/sqlite-source/analyze.c +++ b/dlls/sqlite/sqlite-source/analyze.c @@ -11,7 +11,7 @@ ************************************************************************* ** This file contains code associated with the ANALYZE command. ** -** @(#) $Id$ +** @(#) $Id: analyze.c 2779 2006-06-04 04:29:46Z damagedsoul $ */ #ifndef SQLITE_OMIT_ANALYZE #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/attach.c b/dlls/sqlite/sqlite-source/attach.c index 10abc490..f9daf5ed 100644 --- a/dlls/sqlite/sqlite-source/attach.c +++ b/dlls/sqlite/sqlite-source/attach.c @@ -11,7 +11,7 @@ ************************************************************************* ** This file contains code used to implement the ATTACH and DETACH commands. ** -** $Id$ +** $Id: attach.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/auth.c b/dlls/sqlite/sqlite-source/auth.c index 3983c1bc..b82cc4e6 100644 --- a/dlls/sqlite/sqlite-source/auth.c +++ b/dlls/sqlite/sqlite-source/auth.c @@ -14,7 +14,7 @@ ** systems that do not need this facility may omit it by recompiling ** the library with -DSQLITE_OMIT_AUTHORIZATION=1 ** -** $Id$ +** $Id: auth.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/btree.c b/dlls/sqlite/sqlite-source/btree.c index 91bdac8a..be809ae2 100644 --- a/dlls/sqlite/sqlite-source/btree.c +++ b/dlls/sqlite/sqlite-source/btree.c @@ -9,7 +9,7 @@ ** May you share freely, never taking more than you give. ** ************************************************************************* -** $Id$ +** $Id: btree.c 3426 2007-03-21 20:19:37Z damagedsoul $ ** ** This file implements a external (disk-based) database using BTrees. ** For a detailed discussion of BTrees, refer to diff --git a/dlls/sqlite/sqlite-source/btree.h b/dlls/sqlite/sqlite-source/btree.h index 2f573e27..b99b7b93 100644 --- a/dlls/sqlite/sqlite-source/btree.h +++ b/dlls/sqlite/sqlite-source/btree.h @@ -13,7 +13,7 @@ ** subsystem. See comments in the source code for a detailed description ** of what each interface routine does. ** -** @(#) $Id$ +** @(#) $Id: btree.h 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef _BTREE_H_ #define _BTREE_H_ diff --git a/dlls/sqlite/sqlite-source/build.c b/dlls/sqlite/sqlite-source/build.c index b2da7fb5..9a1da534 100644 --- a/dlls/sqlite/sqlite-source/build.c +++ b/dlls/sqlite/sqlite-source/build.c @@ -22,7 +22,7 @@ ** COMMIT ** ROLLBACK ** -** $Id$ +** $Id: build.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include diff --git a/dlls/sqlite/sqlite-source/callback.c b/dlls/sqlite/sqlite-source/callback.c index 788b6221..04686182 100644 --- a/dlls/sqlite/sqlite-source/callback.c +++ b/dlls/sqlite/sqlite-source/callback.c @@ -13,7 +13,7 @@ ** This file contains functions used to access the internal hash tables ** of user defined functions and collation sequences. ** -** $Id$ +** $Id: callback.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/complete.c b/dlls/sqlite/sqlite-source/complete.c index 660417b0..b910726e 100644 --- a/dlls/sqlite/sqlite-source/complete.c +++ b/dlls/sqlite/sqlite-source/complete.c @@ -16,7 +16,7 @@ ** separating it out, the code will be automatically omitted from ** static links that do not use it. ** -** $Id$ +** $Id: complete.c 2779 2006-06-04 04:29:46Z damagedsoul $ */ #include "sqliteInt.h" #ifndef SQLITE_OMIT_COMPLETE diff --git a/dlls/sqlite/sqlite-source/date.c b/dlls/sqlite/sqlite-source/date.c index 5298aab9..78135475 100644 --- a/dlls/sqlite/sqlite-source/date.c +++ b/dlls/sqlite/sqlite-source/date.c @@ -16,7 +16,7 @@ ** sqlite3RegisterDateTimeFunctions() found at the bottom of the file. ** All other code has file scope. ** -** $Id$ +** $Id: date.c 3426 2007-03-21 20:19:37Z damagedsoul $ ** ** NOTES: ** diff --git a/dlls/sqlite/sqlite-source/delete.c b/dlls/sqlite/sqlite-source/delete.c index ea9e99b8..e4a7d605 100644 --- a/dlls/sqlite/sqlite-source/delete.c +++ b/dlls/sqlite/sqlite-source/delete.c @@ -12,7 +12,7 @@ ** This file contains C code routines that are called by the parser ** in order to generate code for DELETE FROM statements. ** -** $Id$ +** $Id: delete.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/expr.c b/dlls/sqlite/sqlite-source/expr.c index 6d21918c..85d5e841 100644 --- a/dlls/sqlite/sqlite-source/expr.c +++ b/dlls/sqlite/sqlite-source/expr.c @@ -12,7 +12,7 @@ ** This file contains routines used for analyzing expressions and ** for generating VDBE code that evaluates expressions in SQLite. ** -** $Id$ +** $Id: expr.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include diff --git a/dlls/sqlite/sqlite-source/func.c b/dlls/sqlite/sqlite-source/func.c index eb0ca8b2..05b10f4d 100644 --- a/dlls/sqlite/sqlite-source/func.c +++ b/dlls/sqlite/sqlite-source/func.c @@ -16,7 +16,7 @@ ** sqliteRegisterBuildinFunctions() found at the bottom of the file. ** All other code has file scope. ** -** $Id$ +** $Id: func.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include diff --git a/dlls/sqlite/sqlite-source/hash.c b/dlls/sqlite/sqlite-source/hash.c index 1c32c1b7..2b1aeaf5 100644 --- a/dlls/sqlite/sqlite-source/hash.c +++ b/dlls/sqlite/sqlite-source/hash.c @@ -12,7 +12,7 @@ ** This is the implementation of generic hash-tables ** used in SQLite. ** -** $Id$ +** $Id: hash.c 2779 2006-06-04 04:29:46Z damagedsoul $ */ #include "sqliteInt.h" #include diff --git a/dlls/sqlite/sqlite-source/hash.h b/dlls/sqlite/sqlite-source/hash.h index 47076494..99721b40 100644 --- a/dlls/sqlite/sqlite-source/hash.h +++ b/dlls/sqlite/sqlite-source/hash.h @@ -12,7 +12,7 @@ ** This is the header file for the generic hash-table implemenation ** used in SQLite. ** -** $Id$ +** $Id: hash.h 2779 2006-06-04 04:29:46Z damagedsoul $ */ #ifndef _SQLITE_HASH_H_ #define _SQLITE_HASH_H_ diff --git a/dlls/sqlite/sqlite-source/insert.c b/dlls/sqlite/sqlite-source/insert.c index adcc37a4..fb03e3c5 100644 --- a/dlls/sqlite/sqlite-source/insert.c +++ b/dlls/sqlite/sqlite-source/insert.c @@ -12,7 +12,7 @@ ** This file contains C code routines that are called by the parser ** to handle INSERT statements in SQLite. ** -** $Id$ +** $Id: insert.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/legacy.c b/dlls/sqlite/sqlite-source/legacy.c index 00c0f9ee..5244aa87 100644 --- a/dlls/sqlite/sqlite-source/legacy.c +++ b/dlls/sqlite/sqlite-source/legacy.c @@ -14,7 +14,7 @@ ** other files are for internal use by SQLite and should not be ** accessed by users of the library. ** -** $Id$ +** $Id: legacy.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/main.c b/dlls/sqlite/sqlite-source/main.c index c1f8f9ed..59e3bb79 100644 --- a/dlls/sqlite/sqlite-source/main.c +++ b/dlls/sqlite/sqlite-source/main.c @@ -14,7 +14,7 @@ ** other files are for internal use by SQLite and should not be ** accessed by users of the library. ** -** $Id$ +** $Id: main.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "os.h" diff --git a/dlls/sqlite/sqlite-source/pager.c b/dlls/sqlite/sqlite-source/pager.c index 8e47694f..5e7c2141 100644 --- a/dlls/sqlite/sqlite-source/pager.c +++ b/dlls/sqlite/sqlite-source/pager.c @@ -18,7 +18,7 @@ ** file simultaneously, or one process from reading the database while ** another is writing. ** -** @(#) $Id$ +** @(#) $Id: pager.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef SQLITE_OMIT_DISKIO #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/pager.h b/dlls/sqlite/sqlite-source/pager.h index 7626ff6b..8b41418c 100644 --- a/dlls/sqlite/sqlite-source/pager.h +++ b/dlls/sqlite/sqlite-source/pager.h @@ -13,7 +13,7 @@ ** subsystem. The page cache subsystem reads and writes a file a page ** at a time and provides a journal for rollback. ** -** @(#) $Id$ +** @(#) $Id: pager.h 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef _PAGER_H_ diff --git a/dlls/sqlite/sqlite-source/pragma.c b/dlls/sqlite/sqlite-source/pragma.c index b1c5954d..06b91eff 100644 --- a/dlls/sqlite/sqlite-source/pragma.c +++ b/dlls/sqlite/sqlite-source/pragma.c @@ -11,7 +11,7 @@ ************************************************************************* ** This file contains code used to implement the PRAGMA command. ** -** $Id$ +** $Id: pragma.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "os.h" diff --git a/dlls/sqlite/sqlite-source/prepare.c b/dlls/sqlite/sqlite-source/prepare.c index e584f789..77442703 100644 --- a/dlls/sqlite/sqlite-source/prepare.c +++ b/dlls/sqlite/sqlite-source/prepare.c @@ -13,7 +13,7 @@ ** interface, and routines that contribute to loading the database schema ** from disk. ** -** $Id$ +** $Id: prepare.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "os.h" diff --git a/dlls/sqlite/sqlite-source/random.c b/dlls/sqlite/sqlite-source/random.c index 5adc84aa..b00b0013 100644 --- a/dlls/sqlite/sqlite-source/random.c +++ b/dlls/sqlite/sqlite-source/random.c @@ -15,7 +15,7 @@ ** Random numbers are used by some of the database backends in order ** to generate random integer keys for tables or random filenames. ** -** $Id$ +** $Id: random.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "os.h" diff --git a/dlls/sqlite/sqlite-source/select.c b/dlls/sqlite/sqlite-source/select.c index a7715218..d2c34534 100644 --- a/dlls/sqlite/sqlite-source/select.c +++ b/dlls/sqlite/sqlite-source/select.c @@ -12,7 +12,7 @@ ** This file contains C code routines that are called by the parser ** to handle SELECT statements in SQLite. ** -** $Id$ +** $Id: select.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/shell.c b/dlls/sqlite/sqlite-source/shell.c index 0cf75e20..a3d79fde 100644 --- a/dlls/sqlite/sqlite-source/shell.c +++ b/dlls/sqlite/sqlite-source/shell.c @@ -12,7 +12,7 @@ ** This file contains code to implement the "sqlite" command line ** utility for accessing SQLite databases. ** -** $Id$ +** $Id: shell.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include #include diff --git a/dlls/sqlite/sqlite-source/sqlite3.h b/dlls/sqlite/sqlite-source/sqlite3.h index e8b9676b..71a4f7a1 100644 --- a/dlls/sqlite/sqlite-source/sqlite3.h +++ b/dlls/sqlite/sqlite-source/sqlite3.h @@ -12,7 +12,7 @@ ** This header file defines the interface that the SQLite library ** presents to client programs. ** -** @(#) $Id$ +** @(#) $Id: sqlite3.h 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ diff --git a/dlls/sqlite/sqlite-source/sqlite3ext.h b/dlls/sqlite/sqlite-source/sqlite3ext.h index 1df21d6a..cda64d09 100644 --- a/dlls/sqlite/sqlite-source/sqlite3ext.h +++ b/dlls/sqlite/sqlite-source/sqlite3ext.h @@ -15,7 +15,7 @@ ** as extensions by SQLite should #include this file instead of ** sqlite3.h. ** -** @(#) $Id$ +** @(#) $Id: sqlite3ext.h 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef _SQLITE3EXT_H_ #define _SQLITE3EXT_H_ diff --git a/dlls/sqlite/sqlite-source/sqliteInt.h b/dlls/sqlite/sqlite-source/sqliteInt.h index cceee77f..0b531d24 100644 --- a/dlls/sqlite/sqlite-source/sqliteInt.h +++ b/dlls/sqlite/sqlite-source/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id$ +** @(#) $Id: sqliteInt.h 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ diff --git a/dlls/sqlite/sqlite-source/tclsqlite.c b/dlls/sqlite/sqlite-source/tclsqlite.c index e1c1c679..02b9b190 100644 --- a/dlls/sqlite/sqlite-source/tclsqlite.c +++ b/dlls/sqlite/sqlite-source/tclsqlite.c @@ -11,7 +11,7 @@ ************************************************************************* ** A TCL Interface to SQLite ** -** $Id$ +** $Id: tclsqlite.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef NO_TCL /* Omit this whole file if TCL is unavailable */ diff --git a/dlls/sqlite/sqlite-source/tokenize.c b/dlls/sqlite/sqlite-source/tokenize.c index 3837e276..f59f6a7a 100644 --- a/dlls/sqlite/sqlite-source/tokenize.c +++ b/dlls/sqlite/sqlite-source/tokenize.c @@ -15,7 +15,7 @@ ** individual tokens and sends those tokens one-by-one over to the ** parser for analysis. ** -** $Id$ +** $Id: tokenize.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "os.h" diff --git a/dlls/sqlite/sqlite-source/update.c b/dlls/sqlite/sqlite-source/update.c index f1cd038b..da4d62fe 100644 --- a/dlls/sqlite/sqlite-source/update.c +++ b/dlls/sqlite/sqlite-source/update.c @@ -12,7 +12,7 @@ ** This file contains C code routines that are called by the parser ** to handle UPDATE statements. ** -** $Id$ +** $Id: update.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/utf.c b/dlls/sqlite/sqlite-source/utf.c index 6b78a6de..51b00a3c 100644 --- a/dlls/sqlite/sqlite-source/utf.c +++ b/dlls/sqlite/sqlite-source/utf.c @@ -12,7 +12,7 @@ ** This file contains routines used to translate between UTF-8, ** UTF-16, UTF-16BE, and UTF-16LE. ** -** $Id$ +** $Id: utf.c 3426 2007-03-21 20:19:37Z damagedsoul $ ** ** Notes on UTF-8: ** diff --git a/dlls/sqlite/sqlite-source/util.c b/dlls/sqlite/sqlite-source/util.c index 4d8b214e..0d53fe74 100644 --- a/dlls/sqlite/sqlite-source/util.c +++ b/dlls/sqlite/sqlite-source/util.c @@ -14,7 +14,7 @@ ** This file contains functions for allocating memory, comparing ** strings, and stuff like that. ** -** $Id$ +** $Id: util.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "os.h" diff --git a/dlls/sqlite/sqlite-source/vacuum.c b/dlls/sqlite/sqlite-source/vacuum.c index 07f62ae7..9f73d7bf 100644 --- a/dlls/sqlite/sqlite-source/vacuum.c +++ b/dlls/sqlite/sqlite-source/vacuum.c @@ -14,7 +14,7 @@ ** Most of the code in this file may be omitted by defining the ** SQLITE_OMIT_VACUUM macro. ** -** $Id$ +** $Id: vacuum.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "vdbeInt.h" diff --git a/dlls/sqlite/sqlite-source/vdbe.c b/dlls/sqlite/sqlite-source/vdbe.c index 2e0fa78a..bb37e16b 100644 --- a/dlls/sqlite/sqlite-source/vdbe.c +++ b/dlls/sqlite/sqlite-source/vdbe.c @@ -43,7 +43,7 @@ ** in this file for details. If in doubt, do not deviate from existing ** commenting and indentation practices when changing or adding code. ** -** $Id$ +** $Id: vdbe.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h" #include "os.h" diff --git a/dlls/sqlite/sqlite-source/vdbe.h b/dlls/sqlite/sqlite-source/vdbe.h index 385a60bd..13a3d5ba 100644 --- a/dlls/sqlite/sqlite-source/vdbe.h +++ b/dlls/sqlite/sqlite-source/vdbe.h @@ -15,7 +15,7 @@ ** or VDBE. The VDBE implements an abstract machine that runs a ** simple program to access and modify the underlying database. ** -** $Id$ +** $Id: vdbe.h 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef _SQLITE_VDBE_H_ #define _SQLITE_VDBE_H_ diff --git a/dlls/sqlite/sqlite-source/vtab.c b/dlls/sqlite/sqlite-source/vtab.c index 5f1d5602..7661f399 100644 --- a/dlls/sqlite/sqlite-source/vtab.c +++ b/dlls/sqlite/sqlite-source/vtab.c @@ -11,7 +11,7 @@ ************************************************************************* ** This file contains code used to help implement virtual tables. ** -** $Id$ +** $Id: vtab.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #ifndef SQLITE_OMIT_VIRTUALTABLE #include "sqliteInt.h" diff --git a/dlls/sqlite/sqlite-source/where.c b/dlls/sqlite/sqlite-source/where.c index d62c37d5..4090b6e5 100644 --- a/dlls/sqlite/sqlite-source/where.c +++ b/dlls/sqlite/sqlite-source/where.c @@ -16,7 +16,7 @@ ** so is applicable. Because this module is responsible for selecting ** indices, you might also think of this module as the "query optimizer". ** -** $Id$ +** $Id: where.c 3426 2007-03-21 20:19:37Z damagedsoul $ */ #include "sqliteInt.h"