From 7ab8e2027b3c2b34ed2a91b0f55139dfeb9a9740 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 12 Mar 2007 00:07:54 +0000 Subject: [PATCH] fixed spacing on headers --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40606 --- core/smn_bitbuffer.cpp | 24 ++++++++++++------------ core/smn_datapacks.cpp | 24 ++++++++++++------------ core/smn_events.cpp | 22 +++++++++++----------- core/smn_usermsgs.cpp | 24 ++++++++++++------------ 4 files changed, 47 insertions(+), 47 deletions(-) diff --git a/core/smn_bitbuffer.cpp b/core/smn_bitbuffer.cpp index 48483d04..549dba26 100644 --- a/core/smn_bitbuffer.cpp +++ b/core/smn_bitbuffer.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 "sourcemod.h" #include "HandleSys.h" diff --git a/core/smn_datapacks.cpp b/core/smn_datapacks.cpp index 4128c992..a73dd251 100644 --- a/core/smn_datapacks.cpp +++ b/core/smn_datapacks.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 "sm_globals.h" #include "HandleSys.h" diff --git a/core/smn_events.cpp b/core/smn_events.cpp index 96e52598..1b72eafd 100644 --- a/core/smn_events.cpp +++ b/core/smn_events.cpp @@ -1,15 +1,15 @@ /** -* =============================================================== -* 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$ -*/ + * =============================================================== + * 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 "sourcemm_api.h" diff --git a/core/smn_usermsgs.cpp b/core/smn_usermsgs.cpp index d62fdc85..750a2235 100644 --- a/core/smn_usermsgs.cpp +++ b/core/smn_usermsgs.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 "HandleSys.h" #include "PluginSys.h"