diff --git a/core/AdminCache.cpp b/core/AdminCache.cpp index e1a15d4b..79d4a254 100644 --- a/core/AdminCache.cpp +++ b/core/AdminCache.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include "AdminCache.h" diff --git a/core/AdminCache.h b/core/AdminCache.h index 19382995..a4bb38d0 100644 --- a/core/AdminCache.h +++ b/core/AdminCache.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_ADMINCACHE_H_ #define _INCLUDE_SOURCEMOD_ADMINCACHE_H_ diff --git a/core/CDbgReporter.cpp b/core/CDbgReporter.cpp index 29d81794..0833dbd7 100644 --- a/core/CDbgReporter.cpp +++ b/core/CDbgReporter.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "CDbgReporter.h" #include "CLogger.h" #include "PluginSys.h" diff --git a/core/CDbgReporter.h b/core/CDbgReporter.h index 650550e1..523f26f9 100644 --- a/core/CDbgReporter.h +++ b/core/CDbgReporter.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_CDBGREPORTER_H_ #define _INCLUDE_SOURCEMOD_CDBGREPORTER_H_ diff --git a/core/CLogger.cpp b/core/CLogger.cpp index 65354f49..04962c68 100644 --- a/core/CLogger.cpp +++ b/core/CLogger.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include "sourcemod.h" #include "sourcemm_api.h" diff --git a/core/CLogger.h b/core/CLogger.h index 89ad0175..df4d77a0 100644 --- a/core/CLogger.h +++ b/core/CLogger.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_CLOGGER_H_ #define _INCLUDE_SOURCEMOD_CLOGGER_H_ diff --git a/core/CPlayer.cpp b/core/CPlayer.cpp index fd4f9aef..1dc5de8c 100644 --- a/core/CPlayer.cpp +++ b/core/CPlayer.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "CPlayer.h" CPlayer::CPlayer() diff --git a/core/CPlayer.h b/core/CPlayer.h index 1fb23a2e..4324ad30 100644 --- a/core/CPlayer.h +++ b/core/CPlayer.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_CPLAYER_H_ #define _INCLUDE_SOURCEMOD_CPLAYER_H_ diff --git a/core/CPlayerManager.cpp b/core/CPlayerManager.cpp index 02952b24..c242ff5a 100644 --- a/core/CPlayerManager.cpp +++ b/core/CPlayerManager.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "CPlayerManager.h" #include "ForwardSys.h" diff --git a/core/CPlayerManager.h b/core/CPlayerManager.h index 042476bf..98060a8e 100644 --- a/core/CPlayerManager.h +++ b/core/CPlayerManager.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_CPLAYERMANAGER_H_ #define _INCLUDE_SOURCEMOD_CPLAYERMANAGER_H_ diff --git a/core/CTextParsers.cpp b/core/CTextParsers.cpp index 48f630b6..c3180536 100644 --- a/core/CTextParsers.cpp +++ b/core/CTextParsers.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include diff --git a/core/CTextParsers.h b/core/CTextParsers.h index f1e8c158..6150fccc 100644 --- a/core/CTextParsers.h +++ b/core/CTextParsers.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_TEXTPARSERS_H_ #define _INCLUDE_SOURCEMOD_TEXTPARSERS_H_ diff --git a/core/CTranslator.cpp b/core/CTranslator.cpp index eeacd96f..515227ad 100644 --- a/core/CTranslator.cpp +++ b/core/CTranslator.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include diff --git a/core/CTranslator.h b/core/CTranslator.h index cb0da51f..6899626e 100644 --- a/core/CTranslator.h +++ b/core/CTranslator.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_TRANSLATOR_H_ #define _INCLUDE_SOURCEMOD_TRANSLATOR_H_ diff --git a/core/sm_autonatives.cpp b/core/sm_autonatives.cpp index 370386a6..a0740b2e 100644 --- a/core/sm_autonatives.cpp +++ b/core/sm_autonatives.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "sm_autonatives.h" #include "PluginSys.h" diff --git a/core/sm_autonatives.h b/core/sm_autonatives.h index 8b3c06ad..170998c0 100644 --- a/core/sm_autonatives.h +++ b/core/sm_autonatives.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_CORE_AUTONATIVES_H_ #define _INCLUDE_SOURCEMOD_CORE_AUTONATIVES_H_ diff --git a/core/sm_globals.h b/core/sm_globals.h index 00024b62..7d65b1f8 100644 --- a/core/sm_globals.h +++ b/core/sm_globals.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_GLOBALS_H_ #define _INCLUDE_SOURCEMOD_GLOBALS_H_ diff --git a/core/sm_memtable.cpp b/core/sm_memtable.cpp index dc15dff2..fc8b1393 100644 --- a/core/sm_memtable.cpp +++ b/core/sm_memtable.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include "sm_memtable.h" diff --git a/core/sm_memtable.h b/core/sm_memtable.h index 35066982..043e2618 100644 --- a/core/sm_memtable.h +++ b/core/sm_memtable.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_CORE_STRINGTABLE_H_ #define _INCLUDE_SOURCEMOD_CORE_STRINGTABLE_H_ diff --git a/core/sm_srvcmds.cpp b/core/sm_srvcmds.cpp index 3d307e15..c1347ea7 100644 --- a/core/sm_srvcmds.cpp +++ b/core/sm_srvcmds.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "sm_srvcmds.h" #include "sm_version.h" #include "sm_stringutil.h" diff --git a/core/sm_srvcmds.h b/core/sm_srvcmds.h index f381fc26..11b399ee 100644 --- a/core/sm_srvcmds.h +++ b/core/sm_srvcmds.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_SERVERCOMMANDS_H_ #define _INCLUDE_SOURCEMOD_SERVERCOMMANDS_H_ diff --git a/core/sm_stringutil.cpp b/core/sm_stringutil.cpp index 32e0fcfa..133a2a87 100644 --- a/core/sm_stringutil.cpp +++ b/core/sm_stringutil.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include diff --git a/core/sm_stringutil.h b/core/sm_stringutil.h index 8ef7336f..61fe0fce 100644 --- a/core/sm_stringutil.h +++ b/core/sm_stringutil.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_STRINGUTIL_H_ #define _INCLUDE_SOURCEMOD_STRINGUTIL_H_ diff --git a/core/sm_trie.cpp b/core/sm_trie.cpp index eaad3485..b87faed2 100644 --- a/core/sm_trie.cpp +++ b/core/sm_trie.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include diff --git a/core/sm_trie.h b/core/sm_trie.h index 9c008081..38acd42d 100644 --- a/core/sm_trie.h +++ b/core/sm_trie.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_SIMPLE_TRIE_H_ #define _INCLUDE_SOURCEMOD_SIMPLE_TRIE_H_ diff --git a/core/sm_version.h b/core/sm_version.h index 6caa84d4..3b96e2aa 100644 --- a/core/sm_version.h +++ b/core/sm_version.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_VERSION_H_ #define _INCLUDE_SOURCEMOD_VERSION_H_ diff --git a/core/smn_admin.cpp b/core/smn_admin.cpp index fc635445..ee327e5c 100644 --- a/core/smn_admin.cpp +++ b/core/smn_admin.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "sm_globals.h" #include "AdminCache.h" #include "ForwardSys.h" diff --git a/core/smn_filesystem.cpp b/core/smn_filesystem.cpp index 0eaa876c..f875b0a1 100644 --- a/core/smn_filesystem.cpp +++ b/core/smn_filesystem.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include "sm_globals.h" #include "HandleSys.h" diff --git a/core/smn_float.cpp b/core/smn_float.cpp index 806349ff..bacbe516 100644 --- a/core/smn_float.cpp +++ b/core/smn_float.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include diff --git a/core/smn_handles.cpp b/core/smn_handles.cpp index 875f8e4e..204c344f 100644 --- a/core/smn_handles.cpp +++ b/core/smn_handles.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "sm_globals.h" #include "HandleSys.h" #include "PluginSys.h" diff --git a/core/smn_player.cpp b/core/smn_player.cpp index 52a974e5..aaa44932 100644 --- a/core/smn_player.cpp +++ b/core/smn_player.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "CPlayerManager.h" #include "sm_stringutil.h" diff --git a/core/smn_string.cpp b/core/smn_string.cpp index eaa874ae..162ea4bd 100644 --- a/core/smn_string.cpp +++ b/core/smn_string.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "sm_platform.h" #include #include diff --git a/core/smn_textparse.cpp b/core/smn_textparse.cpp index f1ef0340..35e4c79a 100644 --- a/core/smn_textparse.cpp +++ b/core/smn_textparse.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "sm_globals.h" #include "CTextParsers.h" #include "HandleSys.h" diff --git a/core/sourcemm_api.cpp b/core/sourcemm_api.cpp index e81cf40f..1bbd5f0b 100644 --- a/core/sourcemm_api.cpp +++ b/core/sourcemm_api.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include "sourcemm_api.h" #include "sm_version.h" diff --git a/core/sourcemm_api.h b/core/sourcemm_api.h index 7e753363..12e6cf3b 100644 --- a/core/sourcemm_api.h +++ b/core/sourcemm_api.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_MM_API_H_ #define _INCLUDE_SOURCEMOD_MM_API_H_ diff --git a/core/sourcemod.cpp b/core/sourcemod.cpp index a1adf21f..d482506b 100644 --- a/core/sourcemod.cpp +++ b/core/sourcemod.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include "sourcemod.h" #include "sourcemm_api.h" diff --git a/core/sourcemod.h b/core/sourcemod.h index dcdf4148..f2ce4961 100644 --- a/core/sourcemod.h +++ b/core/sourcemod.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_GLOBALHEADER_H_ #define _INCLUDE_SOURCEMOD_GLOBALHEADER_H_ diff --git a/core/systems/ExtensionSys.cpp b/core/systems/ExtensionSys.cpp index ed97c5de..0b47740a 100644 --- a/core/systems/ExtensionSys.cpp +++ b/core/systems/ExtensionSys.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "ExtensionSys.h" #include "LibrarySys.h" #include "ShareSys.h" diff --git a/core/systems/ExtensionSys.h b/core/systems/ExtensionSys.h index 91352ceb..e4d32375 100644 --- a/core/systems/ExtensionSys.h +++ b/core/systems/ExtensionSys.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_EXTENSION_SYSTEM_H_ #define _INCLUDE_SOURCEMOD_EXTENSION_SYSTEM_H_ diff --git a/core/systems/ForwardSys.cpp b/core/systems/ForwardSys.cpp index 124ac058..d627e5e3 100644 --- a/core/systems/ForwardSys.cpp +++ b/core/systems/ForwardSys.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include diff --git a/core/systems/ForwardSys.h b/core/systems/ForwardSys.h index 617aaf03..73e58663 100644 --- a/core/systems/ForwardSys.h +++ b/core/systems/ForwardSys.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_FORWARDSYSTEM_H_ #define _INCLUDE_SOURCEMOD_FORWARDSYSTEM_H_ diff --git a/core/systems/HandleSys.cpp b/core/systems/HandleSys.cpp index 6e80f5ce..7ef9cc1d 100644 --- a/core/systems/HandleSys.cpp +++ b/core/systems/HandleSys.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "HandleSys.h" #include "ShareSys.h" #include "PluginSys.h" diff --git a/core/systems/HandleSys.h b/core/systems/HandleSys.h index 1b651ba8..46b56d7a 100644 --- a/core/systems/HandleSys.h +++ b/core/systems/HandleSys.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_HANDLESYSTEM_H_ #define _INCLUDE_SOURCEMOD_HANDLESYSTEM_H_ diff --git a/core/systems/LibrarySys.cpp b/core/systems/LibrarySys.cpp index fa1df0dc..aa3b1d25 100644 --- a/core/systems/LibrarySys.cpp +++ b/core/systems/LibrarySys.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include diff --git a/core/systems/LibrarySys.h b/core/systems/LibrarySys.h index bea6b4df..83009bdf 100644 --- a/core/systems/LibrarySys.h +++ b/core/systems/LibrarySys.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_SYSTEM_LIBRARY_H_ #define _INCLUDE_SOURCEMOD_SYSTEM_LIBRARY_H_ diff --git a/core/systems/PluginInfoDatabase.cpp b/core/systems/PluginInfoDatabase.cpp index 47d04d8e..eb0705be 100644 --- a/core/systems/PluginInfoDatabase.cpp +++ b/core/systems/PluginInfoDatabase.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include #include "PluginInfoDatabase.h" diff --git a/core/systems/PluginInfoDatabase.h b/core/systems/PluginInfoDatabase.h index 9c088e69..f40724d9 100644 --- a/core/systems/PluginInfoDatabase.h +++ b/core/systems/PluginInfoDatabase.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_CORE_SYSTEM_PLUGININFODATABASE_H_ #define _INCLUDE_SOURCEMOD_CORE_SYSTEM_PLUGININFODATABASE_H_ diff --git a/core/systems/PluginSys.cpp b/core/systems/PluginSys.cpp index 40850787..b1818118 100644 --- a/core/systems/PluginSys.cpp +++ b/core/systems/PluginSys.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include #include "PluginSys.h" #include "ShareSys.h" diff --git a/core/systems/PluginSys.h b/core/systems/PluginSys.h index 721b94ba..f463dade 100644 --- a/core/systems/PluginSys.h +++ b/core/systems/PluginSys.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_PLUGINSYSTEM_H_ #define _INCLUDE_SOURCEMOD_PLUGINSYSTEM_H_ diff --git a/core/systems/ShareSys.cpp b/core/systems/ShareSys.cpp index f72f1f99..95e7184d 100644 --- a/core/systems/ShareSys.cpp +++ b/core/systems/ShareSys.cpp @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #include "ShareSys.h" #include "HandleSys.h" #include "ExtensionSys.h" diff --git a/core/systems/ShareSys.h b/core/systems/ShareSys.h index 21a09468..8c9fe6f3 100644 --- a/core/systems/ShareSys.h +++ b/core/systems/ShareSys.h @@ -1,3 +1,16 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is not open source and may not be copied without explicit + * written permission of AlliedModders LLC. This file may not be redistributed + * in whole or significant part. + * For information, see LICENSE.txt or http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #ifndef _INCLUDE_SOURCEMOD_SHARESYSTEM_H_ #define _INCLUDE_SOURCEMOD_SHARESYSTEM_H_