diff --git a/extensions/mysql/extension.cpp b/extensions/mysql/extension.cpp
index 2f49c295..7e48bdf7 100644
--- a/extensions/mysql/extension.cpp
+++ b/extensions/mysql/extension.cpp
@@ -1,24 +1,35 @@
/**
* vim: set ts=4 :
* ===============================================================
- * Sample SourceMod Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
+ * SourceMod MySQL Extension (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 .
*
- * Version: $Id: extension.cpp 763 2007-05-09 05:20:03Z damagedsoul $
+ * 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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
*/
#include "extension.h"
diff --git a/extensions/mysql/extension.h b/extensions/mysql/extension.h
index 37888837..44e63d0d 100644
--- a/extensions/mysql/extension.h
+++ b/extensions/mysql/extension.h
@@ -1,24 +1,35 @@
/**
* vim: set ts=4 :
* ===============================================================
- * Sample SourceMod Extension
- * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
+ * SourceMod MySQL Extension (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 .
*
- * Version: $Id: extension.h 763 2007-05-09 05:20:03Z damagedsoul $
+ * 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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
*/
#ifndef _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_
diff --git a/extensions/mysql/mysql/MyBasicResults.cpp b/extensions/mysql/mysql/MyBasicResults.cpp
index 4c059375..b0dc12c6 100644
--- a/extensions/mysql/mysql/MyBasicResults.cpp
+++ b/extensions/mysql/mysql/MyBasicResults.cpp
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#include
#include "MyBasicResults.h"
diff --git a/extensions/mysql/mysql/MyBasicResults.h b/extensions/mysql/mysql/MyBasicResults.h
index ea5be32c..793175d7 100644
--- a/extensions/mysql/mysql/MyBasicResults.h
+++ b/extensions/mysql/mysql/MyBasicResults.h
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#ifndef _INCLUDE_SM_MYSQL_BASIC_RESULTS_H_
#define _INCLUDE_SM_MYSQL_BASIC_RESULTS_H_
diff --git a/extensions/mysql/mysql/MyBoundResults.cpp b/extensions/mysql/mysql/MyBoundResults.cpp
index b9d5b566..fac9f36c 100644
--- a/extensions/mysql/mysql/MyBoundResults.cpp
+++ b/extensions/mysql/mysql/MyBoundResults.cpp
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#include "MyBoundResults.h"
#define DEFAULT_BUFFER_SIZE 5
diff --git a/extensions/mysql/mysql/MyBoundResults.h b/extensions/mysql/mysql/MyBoundResults.h
index 74772668..bb54a475 100644
--- a/extensions/mysql/mysql/MyBoundResults.h
+++ b/extensions/mysql/mysql/MyBoundResults.h
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#ifndef _INCLUDE_SM_MYSQL_BOUND_RESULTS_H_
#define _INCLUDE_SM_MYSQL_BOUND_RESULTS_H_
diff --git a/extensions/mysql/mysql/MyDatabase.cpp b/extensions/mysql/mysql/MyDatabase.cpp
index 4986af67..5cb100d6 100644
--- a/extensions/mysql/mysql/MyDatabase.cpp
+++ b/extensions/mysql/mysql/MyDatabase.cpp
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#include "MyDatabase.h"
#include "smsdk_ext.h"
#include "MyBasicResults.h"
diff --git a/extensions/mysql/mysql/MyDatabase.h b/extensions/mysql/mysql/MyDatabase.h
index 4dc24b5b..e88016a8 100644
--- a/extensions/mysql/mysql/MyDatabase.h
+++ b/extensions/mysql/mysql/MyDatabase.h
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#ifndef _INCLUDE_SM_MYSQL_DATABASE_H_
#define _INCLUDE_SM_MYSQL_DATABASE_H_
diff --git a/extensions/mysql/mysql/MyDriver.cpp b/extensions/mysql/mysql/MyDriver.cpp
index be2694de..0123e331 100644
--- a/extensions/mysql/mysql/MyDriver.cpp
+++ b/extensions/mysql/mysql/MyDriver.cpp
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#include "MyDriver.h"
#include "MyDatabase.h"
#include "sdk/smsdk_ext.h"
diff --git a/extensions/mysql/mysql/MyDriver.h b/extensions/mysql/mysql/MyDriver.h
index 9186d2e4..2320aab5 100644
--- a/extensions/mysql/mysql/MyDriver.h
+++ b/extensions/mysql/mysql/MyDriver.h
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#ifndef _INCLUDE_SM_MYSQL_DRIVER_H_
#define _INCLUDE_SM_MYSQL_DRIVER_H_
diff --git a/extensions/mysql/mysql/MyStatement.cpp b/extensions/mysql/mysql/MyStatement.cpp
index ee81ad27..80e42641 100644
--- a/extensions/mysql/mysql/MyStatement.cpp
+++ b/extensions/mysql/mysql/MyStatement.cpp
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#include "MyStatement.h"
#include "MyBoundResults.h"
diff --git a/extensions/mysql/mysql/MyStatement.h b/extensions/mysql/mysql/MyStatement.h
index 43d2beaa..b186e2b2 100644
--- a/extensions/mysql/mysql/MyStatement.h
+++ b/extensions/mysql/mysql/MyStatement.h
@@ -1,3 +1,37 @@
+/**
+ * vim: set ts=4 :
+ * ===============================================================
+ * SourceMod MySQL Extension (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
+ * of the distribution (as of this writing, version JULY-31-2007), or
+ * http://www.sourcemod.net/license.php
+ *
+ * Version: $Id$
+ */
+
#ifndef _INCLUDE_SM_MYSQL_STATEMENT_H_
#define _INCLUDE_SM_MYSQL_STATEMENT_H_