diff --git a/extensions/bintools/CallMaker.cpp b/extensions/bintools/CallMaker.cpp index ba1a814a..3fc0070f 100644 --- a/extensions/bintools/CallMaker.cpp +++ b/extensions/bintools/CallMaker.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/CallMaker.h b/extensions/bintools/CallMaker.h index a7e31ca8..304213ff 100644 --- a/extensions/bintools/CallMaker.h +++ b/extensions/bintools/CallMaker.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/CallWrapper.cpp b/extensions/bintools/CallWrapper.cpp index 5926952a..7a7a516e 100644 --- a/extensions/bintools/CallWrapper.cpp +++ b/extensions/bintools/CallWrapper.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/CallWrapper.h b/extensions/bintools/CallWrapper.h index d349a969..17103e7b 100644 --- a/extensions/bintools/CallWrapper.h +++ b/extensions/bintools/CallWrapper.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/extension.cpp b/extensions/bintools/extension.cpp index 2bac45a0..707da59c 100644 --- a/extensions/bintools/extension.cpp +++ b/extensions/bintools/extension.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/extension.h b/extensions/bintools/extension.h index 0b875fdc..78949874 100644 --- a/extensions/bintools/extension.h +++ b/extensions/bintools/extension.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/jit_call.cpp b/extensions/bintools/jit_call.cpp index 47d9f73f..84d75fc2 100644 --- a/extensions/bintools/jit_call.cpp +++ b/extensions/bintools/jit_call.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/jit_call.h b/extensions/bintools/jit_call.h index 83bbbee4..864ecb84 100644 --- a/extensions/bintools/jit_call.h +++ b/extensions/bintools/jit_call.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod BinTools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/bintools/sdk/smsdk_config.h b/extensions/bintools/sdk/smsdk_config.h index a3421040..567e01b5 100644 --- a/extensions/bintools/sdk/smsdk_config.h +++ b/extensions/bintools/sdk/smsdk_config.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod BinTools 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/bintools/sdk/smsdk_ext.cpp b/extensions/bintools/sdk/smsdk_ext.cpp index 7b4ed0f3..ce65df7a 100644 --- a/extensions/bintools/sdk/smsdk_ext.cpp +++ b/extensions/bintools/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$ */ @@ -48,6 +62,24 @@ IDBManager *dbi = NULL; /**< DB Manager */ #if defined SMEXT_ENABLE_GAMECONF IGameConfigManager *gameconfs = NULL; /**< Game config manager */ #endif //SMEXT_ENABLE_DBMANAGER +#if defined SMEXT_ENABLE_MEMUTILS +IMemoryUtils *memutils = NULL; +#endif //SMEXT_ENABLE_DBMANAGER +#if defined SMEXT_ENABLE_GAMEHELPERS +IGameHelpers *gamehelpers = NULL; +#endif +#if defined SMEXT_ENABLE_TIMERSYS +ITimerSystem *timersys = NULL; +#endif +#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() @@ -100,6 +132,24 @@ bool SDKExtension::OnExtensionLoad(IExtension *me, IShareSys *sys, char *error, #if defined SMEXT_ENABLE_GAMECONF SM_GET_IFACE(GAMECONFIG, gameconfs); #endif +#if defined SMEXT_ENABLE_MEMUTILS + SM_GET_IFACE(MEMORYUTILS, memutils); +#endif +#if defined SMEXT_ENABLE_GAMEHELPERS + SM_GET_IFACE(GAMEHELPERS, gamehelpers); +#endif +#if defined SMEXT_ENABLE_TIMERSYS + SM_GET_IFACE(TIMERSYS, timersys); +#endif +#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/bintools/sdk/smsdk_ext.h b/extensions/bintools/sdk/smsdk_ext.h index b6309d68..4ab977d6 100644 --- a/extensions/bintools/sdk/smsdk_ext.h +++ b/extensions/bintools/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$ */ @@ -42,6 +56,24 @@ #if defined SMEXT_ENABLE_GAMECONF #include #endif +#if defined SMEXT_ENABLE_MEMUTILS +#include +#endif +#if defined SMEXT_ENABLE_GAMEHELPERS +#include +#endif +#if defined SMEXT_ENABLE_TIMERSYS +#include +#endif +#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 @@ -207,6 +239,24 @@ extern IDBManager *dbi; #if defined SMEXT_ENABLE_GAMECONF extern IGameConfigManager *gameconfs; #endif //SMEXT_ENABLE_DBMANAGER +#if defined SMEXT_ENABLE_MEMUTILS +extern IMemoryUtils *memutils; +#endif +#if defined SMEXT_ENABLE_GAMEHELPERS +extern IGameHelpers *gamehelpers; +#endif +#if defined SMEXT_ENABLE_TIMERSYS +extern ITimerSystem *timersys; +#endif +#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/geoip/extension.cpp b/extensions/geoip/extension.cpp index 930289ca..fc057c9b 100644 --- a/extensions/geoip/extension.cpp +++ b/extensions/geoip/extension.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod GeoIP Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/geoip/extension.h b/extensions/geoip/extension.h index 152c5256..4071d53e 100644 --- a/extensions/geoip/extension.h +++ b/extensions/geoip/extension.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== + * ================================================================ * SourceMod GeoIP Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * 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/geoip/sdk/smsdk_config.h b/extensions/geoip/sdk/smsdk_config.h index 1941ea0d..c22d97e9 100644 --- a/extensions/geoip/sdk/smsdk_config.h +++ b/extensions/geoip/sdk/smsdk_config.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod GeoIP 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/geoip/sdk/smsdk_ext.cpp b/extensions/geoip/sdk/smsdk_ext.cpp index 7b4ed0f3..ce65df7a 100644 --- a/extensions/geoip/sdk/smsdk_ext.cpp +++ b/extensions/geoip/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$ */ @@ -48,6 +62,24 @@ IDBManager *dbi = NULL; /**< DB Manager */ #if defined SMEXT_ENABLE_GAMECONF IGameConfigManager *gameconfs = NULL; /**< Game config manager */ #endif //SMEXT_ENABLE_DBMANAGER +#if defined SMEXT_ENABLE_MEMUTILS +IMemoryUtils *memutils = NULL; +#endif //SMEXT_ENABLE_DBMANAGER +#if defined SMEXT_ENABLE_GAMEHELPERS +IGameHelpers *gamehelpers = NULL; +#endif +#if defined SMEXT_ENABLE_TIMERSYS +ITimerSystem *timersys = NULL; +#endif +#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() @@ -100,6 +132,24 @@ bool SDKExtension::OnExtensionLoad(IExtension *me, IShareSys *sys, char *error, #if defined SMEXT_ENABLE_GAMECONF SM_GET_IFACE(GAMECONFIG, gameconfs); #endif +#if defined SMEXT_ENABLE_MEMUTILS + SM_GET_IFACE(MEMORYUTILS, memutils); +#endif +#if defined SMEXT_ENABLE_GAMEHELPERS + SM_GET_IFACE(GAMEHELPERS, gamehelpers); +#endif +#if defined SMEXT_ENABLE_TIMERSYS + SM_GET_IFACE(TIMERSYS, timersys); +#endif +#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/geoip/sdk/smsdk_ext.h b/extensions/geoip/sdk/smsdk_ext.h index b6309d68..4ab977d6 100644 --- a/extensions/geoip/sdk/smsdk_ext.h +++ b/extensions/geoip/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$ */ @@ -42,6 +56,24 @@ #if defined SMEXT_ENABLE_GAMECONF #include #endif +#if defined SMEXT_ENABLE_MEMUTILS +#include +#endif +#if defined SMEXT_ENABLE_GAMEHELPERS +#include +#endif +#if defined SMEXT_ENABLE_TIMERSYS +#include +#endif +#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 @@ -207,6 +239,24 @@ extern IDBManager *dbi; #if defined SMEXT_ENABLE_GAMECONF extern IGameConfigManager *gameconfs; #endif //SMEXT_ENABLE_DBMANAGER +#if defined SMEXT_ENABLE_MEMUTILS +extern IMemoryUtils *memutils; +#endif +#if defined SMEXT_ENABLE_GAMEHELPERS +extern IGameHelpers *gamehelpers; +#endif +#if defined SMEXT_ENABLE_TIMERSYS +extern ITimerSystem *timersys; +#endif +#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/mysql/extension.cpp b/extensions/mysql/extension.cpp index 7e48bdf7..955d6fa7 100644 --- a/extensions/mysql/extension.cpp +++ b/extensions/mysql/extension.cpp @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/extension.h b/extensions/mysql/extension.h index 44e63d0d..9c09f0ab 100644 --- a/extensions/mysql/extension.h +++ b/extensions/mysql/extension.h @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyBasicResults.cpp b/extensions/mysql/mysql/MyBasicResults.cpp index b0dc12c6..27ac32ce 100644 --- a/extensions/mysql/mysql/MyBasicResults.cpp +++ b/extensions/mysql/mysql/MyBasicResults.cpp @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,15 +23,12 @@ * 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 + * 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 #include "MyBasicResults.h" diff --git a/extensions/mysql/mysql/MyBasicResults.h b/extensions/mysql/mysql/MyBasicResults.h index 793175d7..dafe51e5 100644 --- a/extensions/mysql/mysql/MyBasicResults.h +++ b/extensions/mysql/mysql/MyBasicResults.h @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyBoundResults.cpp b/extensions/mysql/mysql/MyBoundResults.cpp index fac9f36c..b311d3d8 100644 --- a/extensions/mysql/mysql/MyBoundResults.cpp +++ b/extensions/mysql/mysql/MyBoundResults.cpp @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyBoundResults.h b/extensions/mysql/mysql/MyBoundResults.h index bb54a475..8142b6e5 100644 --- a/extensions/mysql/mysql/MyBoundResults.h +++ b/extensions/mysql/mysql/MyBoundResults.h @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyDatabase.cpp b/extensions/mysql/mysql/MyDatabase.cpp index 5cb100d6..0a26f32f 100644 --- a/extensions/mysql/mysql/MyDatabase.cpp +++ b/extensions/mysql/mysql/MyDatabase.cpp @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyDatabase.h b/extensions/mysql/mysql/MyDatabase.h index e88016a8..f73bd5f7 100644 --- a/extensions/mysql/mysql/MyDatabase.h +++ b/extensions/mysql/mysql/MyDatabase.h @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyDriver.cpp b/extensions/mysql/mysql/MyDriver.cpp index 0123e331..70dedac2 100644 --- a/extensions/mysql/mysql/MyDriver.cpp +++ b/extensions/mysql/mysql/MyDriver.cpp @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyDriver.h b/extensions/mysql/mysql/MyDriver.h index 2320aab5..a161873a 100644 --- a/extensions/mysql/mysql/MyDriver.h +++ b/extensions/mysql/mysql/MyDriver.h @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyStatement.cpp b/extensions/mysql/mysql/MyStatement.cpp index 80e42641..0caa749b 100644 --- a/extensions/mysql/mysql/MyStatement.cpp +++ b/extensions/mysql/mysql/MyStatement.cpp @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/mysql/MyStatement.h b/extensions/mysql/mysql/MyStatement.h index b186e2b2..a27edff2 100644 --- a/extensions/mysql/mysql/MyStatement.h +++ b/extensions/mysql/mysql/MyStatement.h @@ -1,19 +1,19 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod MySQL Extension (C)2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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 . * @@ -23,11 +23,9 @@ * 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 + * 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/mysql/sdk/smsdk_config.h b/extensions/mysql/sdk/smsdk_config.h index 63d337d3..035aab4c 100644 --- a/extensions/mysql/sdk/smsdk_config.h +++ b/extensions/mysql/sdk/smsdk_config.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod MySQL 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/mysql/sdk/smsdk_ext.cpp b/extensions/mysql/sdk/smsdk_ext.cpp index 675f28b4..ce65df7a 100644 --- a/extensions/mysql/sdk/smsdk_ext.cpp +++ b/extensions/mysql/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$ */ @@ -63,6 +77,9 @@ IADTFactory *adtfactory = NULL; #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() @@ -130,6 +147,9 @@ bool SDKExtension::OnExtensionLoad(IExtension *me, IShareSys *sys, char *error, #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/mysql/sdk/smsdk_ext.h b/extensions/mysql/sdk/smsdk_ext.h index 757f4163..4ab977d6 100644 --- a/extensions/mysql/sdk/smsdk_ext.h +++ b/extensions/mysql/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$ */ @@ -57,6 +71,9 @@ #if defined SMEXT_ENABLE_THREADER #include #endif +#if defined SMEXT_ENABLE_LIBSYS +#include +#endif #if defined SMEXT_CONF_METAMOD #include @@ -237,6 +254,9 @@ extern IADTFactory *adtfactory; #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/sqlite/driver/SqDatabase.cpp b/extensions/sqlite/driver/SqDatabase.cpp index 624973bb..91b75a51 100644 --- a/extensions/sqlite/driver/SqDatabase.cpp +++ b/extensions/sqlite/driver/SqDatabase.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/driver/SqDatabase.h b/extensions/sqlite/driver/SqDatabase.h index 1b4d068b..a687d15c 100644 --- a/extensions/sqlite/driver/SqDatabase.h +++ b/extensions/sqlite/driver/SqDatabase.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/driver/SqDriver.cpp b/extensions/sqlite/driver/SqDriver.cpp index de2d7a05..3413c4c8 100644 --- a/extensions/sqlite/driver/SqDriver.cpp +++ b/extensions/sqlite/driver/SqDriver.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/driver/SqDriver.h b/extensions/sqlite/driver/SqDriver.h index 229ba8ce..b545ed07 100644 --- a/extensions/sqlite/driver/SqDriver.h +++ b/extensions/sqlite/driver/SqDriver.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/driver/SqQuery.cpp b/extensions/sqlite/driver/SqQuery.cpp index bf77e7ff..20ff3038 100644 --- a/extensions/sqlite/driver/SqQuery.cpp +++ b/extensions/sqlite/driver/SqQuery.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/driver/SqQuery.h b/extensions/sqlite/driver/SqQuery.h index 5f3a1f5e..17265e07 100644 --- a/extensions/sqlite/driver/SqQuery.h +++ b/extensions/sqlite/driver/SqQuery.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/driver/SqResults.cpp b/extensions/sqlite/driver/SqResults.cpp index 3316911c..ba54aae1 100644 --- a/extensions/sqlite/driver/SqResults.cpp +++ b/extensions/sqlite/driver/SqResults.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/driver/SqResults.h b/extensions/sqlite/driver/SqResults.h index 70e29b4e..9406049a 100644 --- a/extensions/sqlite/driver/SqResults.h +++ b/extensions/sqlite/driver/SqResults.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/extension.cpp b/extensions/sqlite/extension.cpp index 53455e8d..0436e95e 100644 --- a/extensions/sqlite/extension.cpp +++ b/extensions/sqlite/extension.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/extension.h b/extensions/sqlite/extension.h index ca1a5abf..5dec5531 100644 --- a/extensions/sqlite/extension.h +++ b/extensions/sqlite/extension.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/sdk/smsdk_config.h b/extensions/sqlite/sdk/smsdk_config.h index ad1d89a2..c717938d 100644 --- a/extensions/sqlite/sdk/smsdk_config.h +++ b/extensions/sqlite/sdk/smsdk_config.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/sdk/smsdk_ext.cpp b/extensions/sqlite/sdk/smsdk_ext.cpp index c6bf694d..ce65df7a 100644 --- a/extensions/sqlite/sdk/smsdk_ext.cpp +++ b/extensions/sqlite/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$ */ diff --git a/extensions/sqlite/sdk/smsdk_ext.h b/extensions/sqlite/sdk/smsdk_ext.h index 1615b9ee..4ab977d6 100644 --- a/extensions/sqlite/sdk/smsdk_ext.h +++ b/extensions/sqlite/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$ */ diff --git a/extensions/sqlite/sm_memtable.cpp b/extensions/sqlite/sm_memtable.cpp index 3adda916..21be1391 100644 --- a/extensions/sqlite/sm_memtable.cpp +++ b/extensions/sqlite/sm_memtable.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/sqlite/sm_memtable.h b/extensions/sqlite/sm_memtable.h index 49884fe0..ca44f7ee 100644 --- a/extensions/sqlite/sm_memtable.h +++ b/extensions/sqlite/sm_memtable.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SQLite Driver Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SQLite 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/public/IADTFactory.h b/public/IADTFactory.h index 126c86f8..61d30a0c 100644 --- a/public/IADTFactory.h +++ b/public/IADTFactory.h @@ -1,3 +1,35 @@ +/** + * vim: set ts=4 : + * ================================================================ + * SourceMod + * 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$ + */ + #ifndef _INCLUDE_SOURCEMOD_ADT_FACTORY_H_ #define _INCLUDE_SOURCEMOD_ADT_FACTORY_H_ diff --git a/public/IAdminSystem.h b/public/IAdminSystem.h index 1aa121b3..26acb55b 100644 --- a/public/IAdminSystem.h +++ b/public/IAdminSystem.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IDBDriver.h b/public/IDBDriver.h index 70efc3e8..2e2f12d2 100644 --- a/public/IDBDriver.h +++ b/public/IDBDriver.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IDataPack.h b/public/IDataPack.h index 6874428b..de5d944b 100644 --- a/public/IDataPack.h +++ b/public/IDataPack.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IExtensionSys.h b/public/IExtensionSys.h index d8ce50dd..c38db0af 100644 --- a/public/IExtensionSys.h +++ b/public/IExtensionSys.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IForwardSys.h b/public/IForwardSys.h index 05b9b470..e42f3123 100644 --- a/public/IForwardSys.h +++ b/public/IForwardSys.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IGameConfigs.h b/public/IGameConfigs.h index 2d6d013b..4169fcd3 100644 --- a/public/IGameConfigs.h +++ b/public/IGameConfigs.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IGameHelpers.h b/public/IGameHelpers.h index 41d04a67..43183dd7 100644 --- a/public/IGameHelpers.h +++ b/public/IGameHelpers.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IHandleSys.h b/public/IHandleSys.h index d68c93fd..a8bfb172 100644 --- a/public/IHandleSys.h +++ b/public/IHandleSys.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/ILibrarySys.h b/public/ILibrarySys.h index 1232fecf..5493418c 100644 --- a/public/ILibrarySys.h +++ b/public/ILibrarySys.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IMemoryUtils.h b/public/IMemoryUtils.h index 828ffe68..e6adce3e 100644 --- a/public/IMemoryUtils.h +++ b/public/IMemoryUtils.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IMenuManager.h b/public/IMenuManager.h index 9784d84b..7b6aab5c 100644 --- a/public/IMenuManager.h +++ b/public/IMenuManager.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IPlayerHelpers.h b/public/IPlayerHelpers.h index b97999e1..0dd1d2bd 100644 --- a/public/IPlayerHelpers.h +++ b/public/IPlayerHelpers.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IPluginSys.h b/public/IPluginSys.h index 451f4334..692cee50 100644 --- a/public/IPluginSys.h +++ b/public/IPluginSys.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IRootConsoleMenu.h b/public/IRootConsoleMenu.h index 34fc04af..fde9c8f7 100644 --- a/public/IRootConsoleMenu.h +++ b/public/IRootConsoleMenu.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IShareSys.h b/public/IShareSys.h index dbb35db0..911f9ae9 100644 --- a/public/IShareSys.h +++ b/public/IShareSys.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/ISourceMod.h b/public/ISourceMod.h index 2d951b04..beb14905 100644 --- a/public/ISourceMod.h +++ b/public/ISourceMod.h @@ -1,16 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/ITextParsers.h b/public/ITextParsers.h index ef4880a8..404f66ed 100644 --- a/public/ITextParsers.h +++ b/public/ITextParsers.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IThreader.h b/public/IThreader.h index b33d84b9..f8050715 100644 --- a/public/IThreader.h +++ b/public/IThreader.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/ITimerSystem.h b/public/ITimerSystem.h index a9d9f407..bfd2d17f 100644 --- a/public/ITimerSystem.h +++ b/public/ITimerSystem.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/IUserMessages.h b/public/IUserMessages.h index 1362482f..3a79ba9c 100644 --- a/public/IUserMessages.h +++ b/public/IUserMessages.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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/public/extensions/IBinTools.h b/public/extensions/IBinTools.h index 34fceeeb..27ddd804 100644 --- a/public/extensions/IBinTools.h +++ b/public/extensions/IBinTools.h @@ -1,17 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod BinTools 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/public/sample_ext/extension.cpp b/public/sample_ext/extension.cpp index 8c7db16c..62ae60ca 100644 --- a/public/sample_ext/extension.cpp +++ b/public/sample_ext/extension.cpp @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * Sample SourceMod Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod Sample 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/public/sample_ext/extension.h b/public/sample_ext/extension.h index a1f11ebb..87257967 100644 --- a/public/sample_ext/extension.h +++ b/public/sample_ext/extension.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * Sample SourceMod Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod Sample 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/public/sample_ext/sdk/smsdk_config.h b/public/sample_ext/sdk/smsdk_config.h index d530e4c5..d04a3ad4 100644 --- a/public/sample_ext/sdk/smsdk_config.h +++ b/public/sample_ext/sdk/smsdk_config.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$ */ diff --git a/public/sample_ext/sdk/smsdk_ext.cpp b/public/sample_ext/sdk/smsdk_ext.cpp index c6bf694d..ce65df7a 100644 --- a/public/sample_ext/sdk/smsdk_ext.cpp +++ b/public/sample_ext/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$ */ diff --git a/public/sample_ext/sdk/smsdk_ext.h b/public/sample_ext/sdk/smsdk_ext.h index 1615b9ee..4ab977d6 100644 --- a/public/sample_ext/sdk/smsdk_ext.h +++ b/public/sample_ext/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$ */ diff --git a/public/sm_platform.h b/public/sm_platform.h index d78b3c75..0598ba30 100644 --- a/public/sm_platform.h +++ b/public/sm_platform.h @@ -1,15 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod, Copyright (C) 2004-2007 AlliedModders LLC. - * All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod + * 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 LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins - * may change at any time. To view the latest information, see: - * http://www.sourcemod.net/license.php + * 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$ */