diff --git a/core/AdminCache.cpp b/core/AdminCache.cpp index f60accb0..666164db 100644 --- a/core/AdminCache.cpp +++ b/core/AdminCache.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/CDataPack.cpp b/core/CDataPack.cpp index d4c19fdf..d059e9f0 100644 --- a/core/CDataPack.cpp +++ b/core/CDataPack.cpp @@ -1,16 +1,16 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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 diff --git a/core/CDataPack.h b/core/CDataPack.h index 5e86c86b..1200db89 100644 --- a/core/CDataPack.h +++ b/core/CDataPack.h @@ -1,16 +1,16 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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_CDATAPACK_H_ #define _INCLUDE_SOURCEMOD_CDATAPACK_H_ diff --git a/core/CellRecipientFilter.h b/core/CellRecipientFilter.h index 2afc0844..c9a9fc9a 100644 --- a/core/CellRecipientFilter.h +++ b/core/CellRecipientFilter.h @@ -1,16 +1,16 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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_CELLRECIPIENTFILTER_H_ #define _INCLUDE_SOURCEMOD_CELLRECIPIENTFILTER_H_ diff --git a/core/ConCmdManager.cpp b/core/ConCmdManager.cpp index 140bc54b..958c8b49 100644 --- a/core/ConCmdManager.cpp +++ b/core/ConCmdManager.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/ConVarManager.cpp b/core/ConVarManager.cpp index 7f31be04..46c76b81 100644 --- a/core/ConVarManager.cpp +++ b/core/ConVarManager.cpp @@ -1,15 +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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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 "ConVarManager.h" #include "PluginSys.h" diff --git a/core/ConVarManager.h b/core/ConVarManager.h index 59ecfffe..b22938e1 100644 --- a/core/ConVarManager.h +++ b/core/ConVarManager.h @@ -1,15 +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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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_CONVARMANAGER_H_ #define _INCLUDE_SOURCEMOD_CONVARMANAGER_H_ diff --git a/core/DebugReporter.cpp b/core/DebugReporter.cpp index f9eb027f..50e4eda4 100644 --- a/core/DebugReporter.cpp +++ b/core/DebugReporter.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/DebugReporter.h b/core/DebugReporter.h index 1fda4bc0..d3318593 100644 --- a/core/DebugReporter.h +++ b/core/DebugReporter.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/EventManager.cpp b/core/EventManager.cpp index 35a1b33b..082fe522 100644 --- a/core/EventManager.cpp +++ b/core/EventManager.cpp @@ -1,15 +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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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 "EventManager.h" #include "ForwardSys.h" diff --git a/core/EventManager.h b/core/EventManager.h index 5d9df54b..588b87ed 100644 --- a/core/EventManager.h +++ b/core/EventManager.h @@ -1,15 +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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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_EVENTMANAGER_H_ #define _INCLUDE_SOURCEMOD_EVENTMANAGER_H_ diff --git a/core/GameConfigs.cpp b/core/GameConfigs.cpp index e23e051f..53cf6150 100644 --- a/core/GameConfigs.cpp +++ b/core/GameConfigs.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/HalfLife2.cpp b/core/HalfLife2.cpp index d16972b4..907ef2fa 100644 --- a/core/HalfLife2.cpp +++ b/core/HalfLife2.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/Logger.cpp b/core/Logger.cpp index d6b15308..da3d5ff0 100644 --- a/core/Logger.cpp +++ b/core/Logger.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/Logger.h b/core/Logger.h index 5dd95e78..074778a9 100644 --- a/core/Logger.h +++ b/core/Logger.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/PlayerManager.cpp b/core/PlayerManager.cpp index 931962ef..74bba3af 100644 --- a/core/PlayerManager.cpp +++ b/core/PlayerManager.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/PlayerManager.h b/core/PlayerManager.h index a61fb970..ac4ebb90 100644 --- a/core/PlayerManager.h +++ b/core/PlayerManager.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/TextParsers.cpp b/core/TextParsers.cpp index 409ef49c..2bee2732 100644 --- a/core/TextParsers.cpp +++ b/core/TextParsers.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/TextParsers.h b/core/TextParsers.h index 300fa64a..f91a355b 100644 --- a/core/TextParsers.h +++ b/core/TextParsers.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/TimerSys.cpp b/core/TimerSys.cpp index 79acf385..1b35b410 100644 --- a/core/TimerSys.cpp +++ b/core/TimerSys.cpp @@ -1,16 +1,16 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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 "TimerSys.h" diff --git a/core/Translator.cpp b/core/Translator.cpp index 0d307ce4..0399f131 100644 --- a/core/Translator.cpp +++ b/core/Translator.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/Translator.h b/core/Translator.h index 04ca914c..74f90d05 100644 --- a/core/Translator.h +++ b/core/Translator.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/UserMessages.cpp b/core/UserMessages.cpp index 08852c40..7c21c88f 100644 --- a/core/UserMessages.cpp +++ b/core/UserMessages.cpp @@ -1,16 +1,16 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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 "UserMessages.h" diff --git a/core/UserMessages.h b/core/UserMessages.h index f900f07f..2d3b1d9b 100644 --- a/core/UserMessages.h +++ b/core/UserMessages.h @@ -1,16 +1,16 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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_CUSERMESSAGES_H_ #define _INCLUDE_SOURCEMOD_CUSERMESSAGES_H_ diff --git a/core/sm_autonatives.cpp b/core/sm_autonatives.cpp index a0740b2e..12de8abb 100644 --- a/core/sm_autonatives.cpp +++ b/core/sm_autonatives.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_autonatives.h b/core/sm_autonatives.h index 170998c0..faf4544f 100644 --- a/core/sm_autonatives.h +++ b/core/sm_autonatives.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_globals.h b/core/sm_globals.h index 73a5018a..af237e51 100644 --- a/core/sm_globals.h +++ b/core/sm_globals.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_memtable.cpp b/core/sm_memtable.cpp index fc8b1393..e3cace97 100644 --- a/core/sm_memtable.cpp +++ b/core/sm_memtable.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_memtable.h b/core/sm_memtable.h index e77eeb88..f04d6083 100644 --- a/core/sm_memtable.h +++ b/core/sm_memtable.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_srvcmds.cpp b/core/sm_srvcmds.cpp index 568f3b28..8771eb78 100644 --- a/core/sm_srvcmds.cpp +++ b/core/sm_srvcmds.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_srvcmds.h b/core/sm_srvcmds.h index 1b190f3c..78002c5e 100644 --- a/core/sm_srvcmds.h +++ b/core/sm_srvcmds.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_stringutil.cpp b/core/sm_stringutil.cpp index 57806aa1..d8518ed9 100644 --- a/core/sm_stringutil.cpp +++ b/core/sm_stringutil.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_stringutil.h b/core/sm_stringutil.h index 2991aae2..df72ecc6 100644 --- a/core/sm_stringutil.h +++ b/core/sm_stringutil.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_trie.cpp b/core/sm_trie.cpp index 375e3e72..24c003b1 100644 --- a/core/sm_trie.cpp +++ b/core/sm_trie.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_trie.h b/core/sm_trie.h index 38acd42d..2e7ddf37 100644 --- a/core/sm_trie.h +++ b/core/sm_trie.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_version.h b/core/sm_version.h index f43e3372..07718215 100644 --- a/core/sm_version.h +++ b/core/sm_version.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sm_version.tpl b/core/sm_version.tpl index a0f33049..ffe8001d 100644 --- a/core/sm_version.tpl +++ b/core/sm_version.tpl @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_admin.cpp b/core/smn_admin.cpp index fa8c0c21..2d87ab51 100644 --- a/core/smn_admin.cpp +++ b/core/smn_admin.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_console.cpp b/core/smn_console.cpp index 8bcb5c37..7975098a 100644 --- a/core/smn_console.cpp +++ b/core/smn_console.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_core.cpp b/core/smn_core.cpp index d1849343..08891f3e 100644 --- a/core/smn_core.cpp +++ b/core/smn_core.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_entities.cpp b/core/smn_entities.cpp index 2e346f81..dc7ed320 100644 --- a/core/smn_entities.cpp +++ b/core/smn_entities.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_events.cpp b/core/smn_events.cpp index 1b72eafd..2eb1fb2a 100644 --- a/core/smn_events.cpp +++ b/core/smn_events.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_fakenatives.cpp b/core/smn_fakenatives.cpp index 5b90816b..0ab4ee23 100644 --- a/core/smn_fakenatives.cpp +++ b/core/smn_fakenatives.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_filesystem.cpp b/core/smn_filesystem.cpp index 601a74c9..4e59c426 100644 --- a/core/smn_filesystem.cpp +++ b/core/smn_filesystem.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_float.cpp b/core/smn_float.cpp index 9f72c38a..e5585640 100644 --- a/core/smn_float.cpp +++ b/core/smn_float.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_functions.cpp b/core/smn_functions.cpp index 679a8678..cc20016f 100644 --- a/core/smn_functions.cpp +++ b/core/smn_functions.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_halflife.cpp b/core/smn_halflife.cpp index 356ed2ff..79f48535 100644 --- a/core/smn_halflife.cpp +++ b/core/smn_halflife.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_handles.cpp b/core/smn_handles.cpp index 9d7b6dde..a159fec5 100644 --- a/core/smn_handles.cpp +++ b/core/smn_handles.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_lang.cpp b/core/smn_lang.cpp index 5b9ddcbe..c6da6f2a 100644 --- a/core/smn_lang.cpp +++ b/core/smn_lang.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_player.cpp b/core/smn_player.cpp index de742b3f..2dd5053f 100644 --- a/core/smn_player.cpp +++ b/core/smn_player.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_sorting.cpp b/core/smn_sorting.cpp index b181cb52..75b8fba3 100644 --- a/core/smn_sorting.cpp +++ b/core/smn_sorting.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_string.cpp b/core/smn_string.cpp index 9be0c748..ca1bf21b 100644 --- a/core/smn_string.cpp +++ b/core/smn_string.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_textparse.cpp b/core/smn_textparse.cpp index d0ccf358..91c8b450 100644 --- a/core/smn_textparse.cpp +++ b/core/smn_textparse.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/smn_timers.cpp b/core/smn_timers.cpp index 67e4b0b7..3fb77e74 100644 --- a/core/smn_timers.cpp +++ b/core/smn_timers.cpp @@ -1,15 +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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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 "TimerSys.h" diff --git a/core/smn_usermsgs.h b/core/smn_usermsgs.h index f9e72a3d..de6af77d 100644 --- a/core/smn_usermsgs.h +++ b/core/smn_usermsgs.h @@ -1,16 +1,16 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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_CMSGLISTENERWRAPPER_H_ #define _INCLUDE_SOURCEMOD_CMSGLISTENERWRAPPER_H_ diff --git a/core/sourcemm_api.cpp b/core/sourcemm_api.cpp index c483d489..2be581b4 100644 --- a/core/sourcemm_api.cpp +++ b/core/sourcemm_api.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sourcemm_api.h b/core/sourcemm_api.h index bc385c92..ade38342 100644 --- a/core/sourcemm_api.h +++ b/core/sourcemm_api.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sourcemod.cpp b/core/sourcemod.cpp index eee4d010..8ca71c80 100644 --- a/core/sourcemod.cpp +++ b/core/sourcemod.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/sourcemod.h b/core/sourcemod.h index dcd48c29..b4a1451b 100644 --- a/core/sourcemod.h +++ b/core/sourcemod.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/ExtensionSys.cpp b/core/systems/ExtensionSys.cpp index f6200124..6be78c36 100644 --- a/core/systems/ExtensionSys.cpp +++ b/core/systems/ExtensionSys.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/ExtensionSys.h b/core/systems/ExtensionSys.h index a0202c74..ae294182 100644 --- a/core/systems/ExtensionSys.h +++ b/core/systems/ExtensionSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/ForwardSys.cpp b/core/systems/ForwardSys.cpp index c72d33b1..dc2a650e 100644 --- a/core/systems/ForwardSys.cpp +++ b/core/systems/ForwardSys.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/ForwardSys.h b/core/systems/ForwardSys.h index 2f0aeb00..1f1f8790 100644 --- a/core/systems/ForwardSys.h +++ b/core/systems/ForwardSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/HandleSys.cpp b/core/systems/HandleSys.cpp index 835bf3c9..dea38e9b 100644 --- a/core/systems/HandleSys.cpp +++ b/core/systems/HandleSys.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/HandleSys.h b/core/systems/HandleSys.h index 0288abda..819cd1c0 100644 --- a/core/systems/HandleSys.h +++ b/core/systems/HandleSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/LibrarySys.cpp b/core/systems/LibrarySys.cpp index 7304c4d6..63784c88 100644 --- a/core/systems/LibrarySys.cpp +++ b/core/systems/LibrarySys.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/LibrarySys.h b/core/systems/LibrarySys.h index a7b5610f..df35b2f7 100644 --- a/core/systems/LibrarySys.h +++ b/core/systems/LibrarySys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/PluginInfoDatabase.cpp b/core/systems/PluginInfoDatabase.cpp index eb0705be..edbf9bfc 100644 --- a/core/systems/PluginInfoDatabase.cpp +++ b/core/systems/PluginInfoDatabase.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/PluginInfoDatabase.h b/core/systems/PluginInfoDatabase.h index f40724d9..0617bcb7 100644 --- a/core/systems/PluginInfoDatabase.h +++ b/core/systems/PluginInfoDatabase.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/PluginSys.cpp b/core/systems/PluginSys.cpp index 24234307..fd67bb5d 100644 --- a/core/systems/PluginSys.cpp +++ b/core/systems/PluginSys.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/PluginSys.h b/core/systems/PluginSys.h index f421c5ab..075c738a 100644 --- a/core/systems/PluginSys.h +++ b/core/systems/PluginSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/ShareSys.cpp b/core/systems/ShareSys.cpp index b8649cea..3dea7ecd 100644 --- a/core/systems/ShareSys.cpp +++ b/core/systems/ShareSys.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/systems/ShareSys.h b/core/systems/ShareSys.h index 8c9fe6f3..829f5ad3 100644 --- a/core/systems/ShareSys.h +++ b/core/systems/ShareSys.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/core/vm/sp_vm_basecontext.cpp b/core/vm/sp_vm_basecontext.cpp index 0c35b182..d855a624 100644 --- a/core/vm/sp_vm_basecontext.cpp +++ b/core/vm/sp_vm_basecontext.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/core/vm/sp_vm_basecontext.h b/core/vm/sp_vm_basecontext.h index 5f71bcea..e84ca66c 100644 --- a/core/vm/sp_vm_basecontext.h +++ b/core/vm/sp_vm_basecontext.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/core/vm/sp_vm_engine.cpp b/core/vm/sp_vm_engine.cpp index 9f884da1..fb56e4df 100644 --- a/core/vm/sp_vm_engine.cpp +++ b/core/vm/sp_vm_engine.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/core/vm/sp_vm_engine.h b/core/vm/sp_vm_engine.h index c4cf835c..daa2ea70 100644 --- a/core/vm/sp_vm_engine.h +++ b/core/vm/sp_vm_engine.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/core/vm/sp_vm_function.cpp b/core/vm/sp_vm_function.cpp index 58abee22..c571ec7f 100644 --- a/core/vm/sp_vm_function.cpp +++ b/core/vm/sp_vm_function.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/core/vm/sp_vm_function.h b/core/vm/sp_vm_function.h index 56d91b67..0428f5e2 100644 --- a/core/vm/sp_vm_function.h +++ b/core/vm/sp_vm_function.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/public/IGameConfigs.h b/public/IGameConfigs.h index acd5ed8f..a98b7930 100644 --- a/public/IGameConfigs.h +++ b/public/IGameConfigs.h @@ -1,20 +1,20 @@ /** -* vim: set ts=4 : -* =============================================================== -* 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. -* -* To view the latest information, see: http://www.sourcemod.net/license.php -* -* Version: $Id$ -*/ + * vim: set ts=4 : + * =============================================================== + * 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. + * + * To view the latest information, see: http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ #ifndef _INCLUDE_SOURCEMOD_GAMECONFIG_SYSTEM_H_ #define _INCLUDE_SOURCEMOD_GAMECONFIG_SYSTEM_H_ diff --git a/public/ISourceMod.h b/public/ISourceMod.h index db24b346..d9e3b270 100644 --- a/public/ISourceMod.h +++ b/public/ISourceMod.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * =============================================================== * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * =============================================================== diff --git a/public/sourcepawn/sp_vm_base.h b/public/sourcepawn/sp_vm_base.h index ad9e0095..ab37f9fb 100644 --- a/public/sourcepawn/sp_vm_base.h +++ b/public/sourcepawn/sp_vm_base.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC. * All rights reserved. diff --git a/sourcepawn/jit/jit_helpers.h b/sourcepawn/jit/jit_helpers.h index cdf257ce..c882a307 100644 --- a/sourcepawn/jit/jit_helpers.h +++ b/sourcepawn/jit/jit_helpers.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/dll_exports.cpp b/sourcepawn/jit/x86/dll_exports.cpp index bd54f789..05fea4be 100644 --- a/sourcepawn/jit/x86/dll_exports.cpp +++ b/sourcepawn/jit/x86/dll_exports.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/dll_exports.h b/sourcepawn/jit/x86/dll_exports.h index fa3859f9..8599728b 100644 --- a/sourcepawn/jit/x86/dll_exports.h +++ b/sourcepawn/jit/x86/dll_exports.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/jit_version.h b/sourcepawn/jit/x86/jit_version.h index f0db73f2..ca2d8683 100644 --- a/sourcepawn/jit/x86/jit_version.h +++ b/sourcepawn/jit/x86/jit_version.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/jit_version.tpl b/sourcepawn/jit/x86/jit_version.tpl index 6b7c221b..4d19df06 100644 --- a/sourcepawn/jit/x86/jit_version.tpl +++ b/sourcepawn/jit/x86/jit_version.tpl @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/jit_x86.cpp b/sourcepawn/jit/x86/jit_x86.cpp index 36f305d3..95b08304 100644 --- a/sourcepawn/jit/x86/jit_x86.cpp +++ b/sourcepawn/jit/x86/jit_x86.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/jit_x86.h b/sourcepawn/jit/x86/jit_x86.h index 33b4f1af..c5278209 100644 --- a/sourcepawn/jit/x86/jit_x86.h +++ b/sourcepawn/jit/x86/jit_x86.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/opcode_helpers.cpp b/sourcepawn/jit/x86/opcode_helpers.cpp index dd63abef..00fc3dd7 100644 --- a/sourcepawn/jit/x86/opcode_helpers.cpp +++ b/sourcepawn/jit/x86/opcode_helpers.cpp @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/opcode_helpers.h b/sourcepawn/jit/x86/opcode_helpers.h index 08f041f2..2e1a4ff6 100644 --- a/sourcepawn/jit/x86/opcode_helpers.h +++ b/sourcepawn/jit/x86/opcode_helpers.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/ungen_opcodes.h b/sourcepawn/jit/x86/ungen_opcodes.h index 60bd6a45..4ccb9b40 100644 --- a/sourcepawn/jit/x86/ungen_opcodes.h +++ b/sourcepawn/jit/x86/ungen_opcodes.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================ diff --git a/sourcepawn/jit/x86/x86_macros.h b/sourcepawn/jit/x86/x86_macros.h index 256f6ce6..0f020b32 100644 --- a/sourcepawn/jit/x86/x86_macros.h +++ b/sourcepawn/jit/x86/x86_macros.h @@ -1,4 +1,5 @@ /** + * vim: set ts=4 : * ================================================================ * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. * ================================================================