diff --git a/extensions/regex/CRegEx.cpp b/extensions/regex/CRegEx.cpp index 6405a3a0..d056b09a 100644 --- a/extensions/regex/CRegEx.cpp +++ b/extensions/regex/CRegEx.cpp @@ -1,3 +1,34 @@ +/** + * vim: set ts=4 : + * ============================================================================= + * SourceMod SQLite Extension + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. + * ============================================================================= + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License, version 3.0, as published by the + * Free Software Foundation. + * + * This program 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 + * this program. If not, see . + * + * As a special exception, AlliedModders LLC gives you permission to link the + * code of this program (as well as its derivative works) to "Half-Life 2," the + * "Source Engine," the "SourcePawn JIT," and any Game MODs that run on software + * by the Valve Corporation. You must obey the GNU General Public License in + * all respects for all other code used. Additionally, AlliedModders LLC grants + * this exception to all derivative works. AlliedModders LLC defines further + * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), + * or . + * + * Version: $Id$ + */ + #include "pcre.h" #include "CRegEx.h" #include diff --git a/extensions/regex/CRegEx.h b/extensions/regex/CRegEx.h index 183a3039..a89e4e25 100644 --- a/extensions/regex/CRegEx.h +++ b/extensions/regex/CRegEx.h @@ -1,3 +1,34 @@ +/** + * vim: set ts=4 : + * ============================================================================= + * SourceMod SQLite Extension + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. + * ============================================================================= + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License, version 3.0, as published by the + * Free Software Foundation. + * + * This program 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 + * this program. If not, see . + * + * As a special exception, AlliedModders LLC gives you permission to link the + * code of this program (as well as its derivative works) to "Half-Life 2," the + * "Source Engine," the "SourcePawn JIT," and any Game MODs that run on software + * by the Valve Corporation. You must obey the GNU General Public License in + * all respects for all other code used. Additionally, AlliedModders LLC grants + * this exception to all derivative works. AlliedModders LLC defines further + * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), + * or . + * + * Version: $Id$ + */ + #ifndef _INCLUDE_CREGEX_H #define _INCLUDE_CREGEX_H diff --git a/extensions/sdktools/Makefile b/extensions/sdktools/Makefile index 4459d9a3..dbf0c7ec 100644 --- a/extensions/sdktools/Makefile +++ b/extensions/sdktools/Makefile @@ -20,7 +20,7 @@ USEMETA = true OBJECTS = sdk/smsdk_ext.cpp extension.cpp vdecoder.cpp vcallbuilder.cpp vcaller.cpp \ vnatives.cpp vsound.cpp tenatives.cpp trnatives.cpp tempents.cpp vstringtable.cpp \ vhelpers.cpp vglobals.cpp voice.cpp inputnatives.cpp teamnatives.cpp output.cpp \ - outputnatives.cpp detours.cpp + outputnatives.cpp ############################################## ### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ### diff --git a/extensions/sdktools/detours.h b/extensions/sdktools/detours.h index 707b2cfb..325a4ecb 100644 --- a/extensions/sdktools/detours.h +++ b/extensions/sdktools/detours.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: extension.h 1775 2007-12-06 02:25:35Z faluco $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_DETOURS_H_ diff --git a/extensions/sdktools/output.cpp b/extensions/sdktools/output.cpp index 62f53b1f..a8ec86d6 100644 --- a/extensions/sdktools/output.cpp +++ b/extensions/sdktools/output.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: tenatives.cpp 1566 2007-10-14 22:12:46Z faluco $ + * Version: $Id$ */ #include "extension.h" diff --git a/extensions/sdktools/output.h b/extensions/sdktools/output.h index ac38eb9b..62158b22 100644 --- a/extensions/sdktools/output.h +++ b/extensions/sdktools/output.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: output.h 1775 2007-12-06 02:25:35Z faluco $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_OUTPUT_H_ diff --git a/extensions/sdktools/outputnatives.cpp b/extensions/sdktools/outputnatives.cpp index 47e3bc11..84017a56 100644 --- a/extensions/sdktools/outputnatives.cpp +++ b/extensions/sdktools/outputnatives.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: outputnatives.cpp 1521 2007-10-01 21:20:30Z faluco $ + * Version: $Id$ */ #include "extension.h" diff --git a/extensions/sdktools/util.h b/extensions/sdktools/util.h index b304923a..e3f46fa8 100644 --- a/extensions/sdktools/util.h +++ b/extensions/sdktools/util.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: vcallbuilder.h 1566 2007-10-14 22:12:46Z faluco $ + * Version: $Id$ */ #ifndef _INCLUDE_SOURCEMOD_UTIL_H_ diff --git a/extensions/tf2/util.cpp b/extensions/tf2/util.cpp index 931380a7..678102ef 100644 --- a/extensions/tf2/util.cpp +++ b/extensions/tf2/util.cpp @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: util.cpp 1558 2007-10-14 19:34:46Z faluco $ + * Version: $Id$ */ #include "extension.h" diff --git a/extensions/tf2/util.h b/extensions/tf2/util.h index 26e1eb2a..a79f09d0 100644 --- a/extensions/tf2/util.h +++ b/extensions/tf2/util.h @@ -26,7 +26,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: util.h 1558 2007-10-14 19:34:46Z faluco $ + * Version: $Id$ */ #ifndef _INCLUDE_TF2TOOLS_UTIL_H_ diff --git a/plugins/include/regex.inc b/plugins/include/regex.inc index f4efb22c..e05cc815 100644 --- a/plugins/include/regex.inc +++ b/plugins/include/regex.inc @@ -1,3 +1,35 @@ +/** + * vim: set ts=4 : + * ============================================================================= + * SourceMod (C)2004-2008 AlliedModders LLC. All rights reserved. + * ============================================================================= + * + * This file is part of the SourceMod/SourcePawn SDK. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License, version 3.0, as published by the + * Free Software Foundation. + * + * This program 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 + * this program. If not, see . + * + * As a special exception, AlliedModders LLC gives you permission to link the + * code of this program (as well as its derivative works) to "Half-Life 2," the + * "Source Engine," the "SourcePawn JIT," and any Game MODs that run on software + * by the Valve Corporation. You must obey the GNU General Public License in + * all respects for all other code used. Additionally, AlliedModders LLC grants + * this exception to all derivative works. AlliedModders LLC defines further + * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), + * or . + * + * Version: $Id$ + */ + #if defined _regex_included #endinput #endif diff --git a/plugins/include/sdktools_entoutput.inc b/plugins/include/sdktools_entoutput.inc index db70c31f..d728e23f 100644 --- a/plugins/include/sdktools_entoutput.inc +++ b/plugins/include/sdktools_entoutput.inc @@ -27,7 +27,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: sdktools_entoutput.inc 1504 2007-09-28 19:56:19Z faluco $ + * Version: $Id$ */ #if defined _sdktools_entoutput_included diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 2ac6de01..ff4aad92 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -27,7 +27,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: sdktools_entoutput.inc 1504 2007-09-28 19:56:19Z faluco $ + * Version: $Id$ */ #if defined _tf2_included diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index e5df968a..c9f754c6 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -27,7 +27,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: sdktools_entoutput.inc 1504 2007-09-28 19:56:19Z faluco $ + * Version: $Id$ */ #if defined _tf2_stocks_included