diff --git a/extensions/sdktools/CellRecipientFilter.h b/extensions/sdktools/CellRecipientFilter.h
index ee7ebbbc..d788b8cd 100644
--- a/extensions/sdktools/CellRecipientFilter.h
+++ b/extensions/sdktools/CellRecipientFilter.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/extension.cpp b/extensions/sdktools/extension.cpp
index 2c188af0..e0027854 100644
--- a/extensions/sdktools/extension.cpp
+++ b/extensions/sdktools/extension.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/extension.h b/extensions/sdktools/extension.h
index 8ee756c9..6a3ca6bb 100644
--- a/extensions/sdktools/extension.h
+++ b/extensions/sdktools/extension.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/gamerules.cpp b/extensions/sdktools/gamerules.cpp
index 7d9f45b1..848754ec 100644
--- a/extensions/sdktools/gamerules.cpp
+++ b/extensions/sdktools/gamerules.cpp
@@ -1,24 +1,33 @@
-/**
- * vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * Version: $Id$
+/**
+ * vim: set ts=4 :
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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 "extension.h"
diff --git a/extensions/sdktools/gamerules.h b/extensions/sdktools/gamerules.h
index be502b48..e39801b2 100644
--- a/extensions/sdktools/gamerules.h
+++ b/extensions/sdktools/gamerules.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/sdk/smsdk_config.h b/extensions/sdktools/sdk/smsdk_config.h
index e75bfd1f..5f947656 100644
--- a/extensions/sdktools/sdk/smsdk_config.h
+++ b/extensions/sdktools/sdk/smsdk_config.h
@@ -1,17 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC.
- * All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
+ * ================================================================
*
- * This file is part of the SourceMod/SourcePawn SDK. This file may only be
- * used or modified under the Terms and Conditions of its License Agreement,
- * which is found in public/licenses/LICENSE.txt. As of this notice, derivative
- * works must be licensed under the GNU General Public License (version 2 or
- * greater). A copy of the GPL is included under public/licenses/GPL.txt.
+ * 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.
*
- * To view the latest information, see: http://www.sourcemod.net/license.php
+ * 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$
*/
diff --git a/extensions/sdktools/sdk/smsdk_ext.cpp b/extensions/sdktools/sdk/smsdk_ext.cpp
index 8c86441f..ce65df7a 100644
--- a/extensions/sdktools/sdk/smsdk_ext.cpp
+++ b/extensions/sdktools/sdk/smsdk_ext.cpp
@@ -1,17 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC.
- * All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod Sample Extension
+ * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
+ * ================================================================
*
- * This file is part of the SourceMod/SourcePawn SDK. This file may only be
- * used or modified under the Terms and Conditions of its License Agreement,
- * which is found in public/licenses/LICENSE.txt. As of this notice, derivative
- * works must be licensed under the GNU General Public License (version 2 or
- * greater). A copy of the GPL is included under public/licenses/GPL.txt.
+ * 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.
*
- * To view the latest information, see: http://www.sourcemod.net/license.php
+ * 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$
*/
@@ -47,10 +61,10 @@ IDBManager *dbi = NULL; /**< DB Manager */
#endif //SMEXT_ENABLE_DBMANAGER
#if defined SMEXT_ENABLE_GAMECONF
IGameConfigManager *gameconfs = NULL; /**< Game config manager */
-#endif
+#endif //SMEXT_ENABLE_DBMANAGER
#if defined SMEXT_ENABLE_MEMUTILS
IMemoryUtils *memutils = NULL;
-#endif
+#endif //SMEXT_ENABLE_DBMANAGER
#if defined SMEXT_ENABLE_GAMEHELPERS
IGameHelpers *gamehelpers = NULL;
#endif
@@ -60,6 +74,12 @@ ITimerSystem *timersys = NULL;
#if defined SMEXT_ENABLE_ADTFACTORY
IADTFactory *adtfactory = NULL;
#endif
+#if defined SMEXT_ENABLE_THREADER
+IThreader *threader = NULL;
+#endif
+#if defined SMEXT_ENABLE_LIBSYS
+ILibrarySys *libsys = NULL;
+#endif
/** Exports the main interface */
PLATFORM_EXTERN_C IExtensionInterface *GetSMExtAPI()
@@ -124,6 +144,12 @@ bool SDKExtension::OnExtensionLoad(IExtension *me, IShareSys *sys, char *error,
#if defined SMEXT_ENABLE_ADTFACTORY
SM_GET_IFACE(ADTFACTORY, adtfactory);
#endif
+#if defined SMEXT_ENABLE_THREADER
+ SM_GET_IFACE(THREADER, threader);
+#endif
+#if defined SMEXT_ENABLE_LIBSYS
+ SM_GET_IFACE(LIBRARYSYS, libsys);
+#endif
if (SDK_OnLoad(error, maxlength, late))
{
diff --git a/extensions/sdktools/sdk/smsdk_ext.h b/extensions/sdktools/sdk/smsdk_ext.h
index 7d647fd2..4ab977d6 100644
--- a/extensions/sdktools/sdk/smsdk_ext.h
+++ b/extensions/sdktools/sdk/smsdk_ext.h
@@ -1,17 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC.
- * All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod Sample Extension
+ * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
+ * ================================================================
*
- * This file is part of the SourceMod/SourcePawn SDK. This file may only be
- * used or modified under the Terms and Conditions of its License Agreement,
- * which is found in public/licenses/LICENSE.txt. As of this notice, derivative
- * works must be licensed under the GNU General Public License (version 2 or
- * greater). A copy of the GPL is included under public/licenses/GPL.txt.
+ * 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.
*
- * To view the latest information, see: http://www.sourcemod.net/license.php
+ * 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$
*/
@@ -54,6 +68,12 @@
#if defined SMEXT_ENABLE_ADTFACTORY
#include
#endif
+#if defined SMEXT_ENABLE_THREADER
+#include
+#endif
+#if defined SMEXT_ENABLE_LIBSYS
+#include
+#endif
#if defined SMEXT_CONF_METAMOD
#include
@@ -218,7 +238,7 @@ extern IDBManager *dbi;
#endif //SMEXT_ENABLE_DBMANAGER
#if defined SMEXT_ENABLE_GAMECONF
extern IGameConfigManager *gameconfs;
-#endif
+#endif //SMEXT_ENABLE_DBMANAGER
#if defined SMEXT_ENABLE_MEMUTILS
extern IMemoryUtils *memutils;
#endif
@@ -231,6 +251,12 @@ extern ITimerSystem *timersys;
#if defined SMEXT_ENABLE_ADTFACTORY
extern IADTFactory *adtfactory;
#endif
+#if defined SMEXT_ENABLE_THREADER
+extern IThreader *threader;
+#endif
+#if defined SMEXT_ENABLE_LIBSYS
+extern ILibrarySys *libsys;
+#endif
#if defined SMEXT_CONF_METAMOD
PLUGIN_GLOBALVARS();
diff --git a/extensions/sdktools/tempents.cpp b/extensions/sdktools/tempents.cpp
index b54cb2c1..d6a64ee6 100644
--- a/extensions/sdktools/tempents.cpp
+++ b/extensions/sdktools/tempents.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/tempents.h b/extensions/sdktools/tempents.h
index 68d7c2a3..bd383f61 100644
--- a/extensions/sdktools/tempents.h
+++ b/extensions/sdktools/tempents.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/tenatives.cpp b/extensions/sdktools/tenatives.cpp
index a1a90a9f..cbe3ea0b 100644
--- a/extensions/sdktools/tenatives.cpp
+++ b/extensions/sdktools/tenatives.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/trnatives.cpp b/extensions/sdktools/trnatives.cpp
index a7379cc6..1ff63030 100644
--- a/extensions/sdktools/trnatives.cpp
+++ b/extensions/sdktools/trnatives.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vcallbuilder.cpp b/extensions/sdktools/vcallbuilder.cpp
index a92ef326..15ea6444 100644
--- a/extensions/sdktools/vcallbuilder.cpp
+++ b/extensions/sdktools/vcallbuilder.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vcallbuilder.h b/extensions/sdktools/vcallbuilder.h
index 3aa37e8e..5ea54506 100644
--- a/extensions/sdktools/vcallbuilder.h
+++ b/extensions/sdktools/vcallbuilder.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vcaller.cpp b/extensions/sdktools/vcaller.cpp
index f2fe8a90..5d0453dc 100644
--- a/extensions/sdktools/vcaller.cpp
+++ b/extensions/sdktools/vcaller.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vdecoder.cpp b/extensions/sdktools/vdecoder.cpp
index 20dee832..26bfe128 100644
--- a/extensions/sdktools/vdecoder.cpp
+++ b/extensions/sdktools/vdecoder.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vdecoder.h b/extensions/sdktools/vdecoder.h
index 4461bdf4..4934f22b 100644
--- a/extensions/sdktools/vdecoder.h
+++ b/extensions/sdktools/vdecoder.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vhelpers.cpp b/extensions/sdktools/vhelpers.cpp
index 9ef7b3b7..6e46cd7e 100644
--- a/extensions/sdktools/vhelpers.cpp
+++ b/extensions/sdktools/vhelpers.cpp
@@ -1,25 +1,35 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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 "extension.h"
#include "vhelpers.h"
diff --git a/extensions/sdktools/vhelpers.h b/extensions/sdktools/vhelpers.h
index 7a160993..3a8e04f9 100644
--- a/extensions/sdktools/vhelpers.h
+++ b/extensions/sdktools/vhelpers.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vnatives.cpp b/extensions/sdktools/vnatives.cpp
index 6e51f894..9176656f 100644
--- a/extensions/sdktools/vnatives.cpp
+++ b/extensions/sdktools/vnatives.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vnatives.h b/extensions/sdktools/vnatives.h
index fac752be..8f3a26bc 100644
--- a/extensions/sdktools/vnatives.h
+++ b/extensions/sdktools/vnatives.h
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vsound.cpp b/extensions/sdktools/vsound.cpp
index e7bde41f..57bd9dd3 100644
--- a/extensions/sdktools/vsound.cpp
+++ b/extensions/sdktools/vsound.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/
diff --git a/extensions/sdktools/vstringtable.cpp b/extensions/sdktools/vstringtable.cpp
index 05bfc79d..093b56f9 100644
--- a/extensions/sdktools/vstringtable.cpp
+++ b/extensions/sdktools/vstringtable.cpp
@@ -1,22 +1,31 @@
/**
* vim: set ts=4 :
- * ===============================================================
- * SourceMod SDK Tools Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
- * ===============================================================
+ * ================================================================
+ * SourceMod SDKTools Extension
+ * Copyright (C) 2004-2007 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
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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$
*/