diff --git a/core/ADTFactory.cpp b/core/ADTFactory.cpp
index 5c49d44a..c6630971 100644
--- a/core/ADTFactory.cpp
+++ b/core/ADTFactory.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ADTFactory.h b/core/ADTFactory.h
index ad25fc73..9c80a0de 100644
--- a/core/ADTFactory.h
+++ b/core/ADTFactory.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/AdminCache.cpp b/core/AdminCache.cpp
index 7fa5e38b..402d5444 100644
--- a/core/AdminCache.cpp
+++ b/core/AdminCache.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/AdminCache.h b/core/AdminCache.h
index 99fe6ed3..620ec3eb 100644
--- a/core/AdminCache.h
+++ b/core/AdminCache.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/CDataPack.cpp b/core/CDataPack.cpp
index 44992e80..c502f806 100644
--- a/core/CDataPack.cpp
+++ b/core/CDataPack.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/CDataPack.h b/core/CDataPack.h
index 47d8c5f3..d04cca51 100644
--- a/core/CDataPack.h
+++ b/core/CDataPack.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/CellArray.h b/core/CellArray.h
index 6b0bced0..0e010aef 100644
--- a/core/CellArray.h
+++ b/core/CellArray.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/CellRecipientFilter.h b/core/CellRecipientFilter.h
index aca6248b..b3a5a1f9 100644
--- a/core/CellRecipientFilter.h
+++ b/core/CellRecipientFilter.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ChatTriggers.cpp b/core/ChatTriggers.cpp
index 7154466e..708e397c 100644
--- a/core/ChatTriggers.cpp
+++ b/core/ChatTriggers.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ChatTriggers.h b/core/ChatTriggers.h
index 31fdd6d9..aafdb3d5 100644
--- a/core/ChatTriggers.h
+++ b/core/ChatTriggers.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ConCmdManager.cpp b/core/ConCmdManager.cpp
index cb016d57..2b2ea4b2 100644
--- a/core/ConCmdManager.cpp
+++ b/core/ConCmdManager.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ConCmdManager.h b/core/ConCmdManager.h
index 8dbc9288..a456a47d 100644
--- a/core/ConCmdManager.h
+++ b/core/ConCmdManager.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ConVarManager.cpp b/core/ConVarManager.cpp
index 57d2169e..c4f0386d 100644
--- a/core/ConVarManager.cpp
+++ b/core/ConVarManager.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ConVarManager.h b/core/ConVarManager.h
index 63a38009..771cb9be 100644
--- a/core/ConVarManager.h
+++ b/core/ConVarManager.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/CoreConfig.cpp b/core/CoreConfig.cpp
index 15836b67..499e8a0a 100644
--- a/core/CoreConfig.cpp
+++ b/core/CoreConfig.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/CoreConfig.h b/core/CoreConfig.h
index 7d3c08d8..01054445 100644
--- a/core/CoreConfig.h
+++ b/core/CoreConfig.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/CrazyDebugger.cpp b/core/CrazyDebugger.cpp
index aebc76de..287e87d7 100644
--- a/core/CrazyDebugger.cpp
+++ b/core/CrazyDebugger.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/Database.cpp b/core/Database.cpp
index 63e7939b..2f4d02a6 100644
--- a/core/Database.cpp
+++ b/core/Database.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/Database.h b/core/Database.h
index 7a5bf6b7..f3f8db4f 100644
--- a/core/Database.h
+++ b/core/Database.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/DebugReporter.cpp b/core/DebugReporter.cpp
index f5910be6..2d93fdb9 100644
--- a/core/DebugReporter.cpp
+++ b/core/DebugReporter.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/DebugReporter.h b/core/DebugReporter.h
index 1cacff8a..eb5ac50c 100644
--- a/core/DebugReporter.h
+++ b/core/DebugReporter.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/EventManager.cpp b/core/EventManager.cpp
index 2bfa2851..5882dc54 100644
--- a/core/EventManager.cpp
+++ b/core/EventManager.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/EventManager.h b/core/EventManager.h
index 21e683c1..09fc0394 100644
--- a/core/EventManager.h
+++ b/core/EventManager.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/GameConfigs.cpp b/core/GameConfigs.cpp
index 4e55c290..85a18484 100644
--- a/core/GameConfigs.cpp
+++ b/core/GameConfigs.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/GameConfigs.h b/core/GameConfigs.h
index 47eb034c..7b00aad9 100644
--- a/core/GameConfigs.h
+++ b/core/GameConfigs.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/HalfLife2.cpp b/core/HalfLife2.cpp
index 012731ad..be12fb87 100644
--- a/core/HalfLife2.cpp
+++ b/core/HalfLife2.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/HalfLife2.h b/core/HalfLife2.h
index 4425dd09..2a376da6 100644
--- a/core/HalfLife2.h
+++ b/core/HalfLife2.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/Logger.cpp b/core/Logger.cpp
index 7ec3477c..074daaba 100644
--- a/core/Logger.cpp
+++ b/core/Logger.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/Logger.h b/core/Logger.h
index bb6604c9..40fcf49a 100644
--- a/core/Logger.h
+++ b/core/Logger.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MemoryUtils.cpp b/core/MemoryUtils.cpp
index 41d96f25..81090a61 100644
--- a/core/MemoryUtils.cpp
+++ b/core/MemoryUtils.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MemoryUtils.h b/core/MemoryUtils.h
index 089724be..312d2ede 100644
--- a/core/MemoryUtils.h
+++ b/core/MemoryUtils.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuManager.cpp b/core/MenuManager.cpp
index 8a0e589c..31b234e0 100644
--- a/core/MenuManager.cpp
+++ b/core/MenuManager.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuManager.h b/core/MenuManager.h
index 74c2622b..47c07360 100644
--- a/core/MenuManager.h
+++ b/core/MenuManager.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuStyle_Base.cpp b/core/MenuStyle_Base.cpp
index 92a8e139..a7be3e2f 100644
--- a/core/MenuStyle_Base.cpp
+++ b/core/MenuStyle_Base.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuStyle_Base.h b/core/MenuStyle_Base.h
index 6cf8da1f..f31b095d 100644
--- a/core/MenuStyle_Base.h
+++ b/core/MenuStyle_Base.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuStyle_Radio.cpp b/core/MenuStyle_Radio.cpp
index 0d67fdf7..e2487af7 100644
--- a/core/MenuStyle_Radio.cpp
+++ b/core/MenuStyle_Radio.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuStyle_Radio.h b/core/MenuStyle_Radio.h
index a7bf0263..23be7c51 100644
--- a/core/MenuStyle_Radio.h
+++ b/core/MenuStyle_Radio.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuStyle_Valve.cpp b/core/MenuStyle_Valve.cpp
index 99936652..d3347a5d 100644
--- a/core/MenuStyle_Valve.cpp
+++ b/core/MenuStyle_Valve.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuStyle_Valve.h b/core/MenuStyle_Valve.h
index c0c28a5e..83441e49 100644
--- a/core/MenuStyle_Valve.h
+++ b/core/MenuStyle_Valve.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuVoting.cpp b/core/MenuVoting.cpp
index bda53385..4374de0b 100644
--- a/core/MenuVoting.cpp
+++ b/core/MenuVoting.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/MenuVoting.h b/core/MenuVoting.h
index c0d44ccd..c3fe4d45 100644
--- a/core/MenuVoting.h
+++ b/core/MenuVoting.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/PlayerManager.cpp b/core/PlayerManager.cpp
index 9a556148..c559c2dd 100644
--- a/core/PlayerManager.cpp
+++ b/core/PlayerManager.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/PlayerManager.h b/core/PlayerManager.h
index 457b1d18..5f65ff22 100644
--- a/core/PlayerManager.h
+++ b/core/PlayerManager.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/TextParsers.cpp b/core/TextParsers.cpp
index 0830ca2e..1e21f6e5 100644
--- a/core/TextParsers.cpp
+++ b/core/TextParsers.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/TextParsers.h b/core/TextParsers.h
index f3a1d2ee..517d9bf4 100644
--- a/core/TextParsers.h
+++ b/core/TextParsers.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ThreadSupport.cpp b/core/ThreadSupport.cpp
index 1d16db68..e694abe5 100644
--- a/core/ThreadSupport.cpp
+++ b/core/ThreadSupport.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/ThreadSupport.h b/core/ThreadSupport.h
index 58831f4f..6c0e8fa6 100644
--- a/core/ThreadSupport.h
+++ b/core/ThreadSupport.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/TimerSys.cpp b/core/TimerSys.cpp
index 65edefc6..35454a3a 100644
--- a/core/TimerSys.cpp
+++ b/core/TimerSys.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/TimerSys.h b/core/TimerSys.h
index 5084c20f..2ffcb705 100644
--- a/core/TimerSys.h
+++ b/core/TimerSys.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/Translator.cpp b/core/Translator.cpp
index 3024dd2e..9e559995 100644
--- a/core/Translator.cpp
+++ b/core/Translator.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/Translator.h b/core/Translator.h
index f6950082..959fd6d0 100644
--- a/core/Translator.h
+++ b/core/Translator.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/UserMessages.cpp b/core/UserMessages.cpp
index b589a173..7384b741 100644
--- a/core/UserMessages.cpp
+++ b/core/UserMessages.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/UserMessages.h b/core/UserMessages.h
index a2ac8a03..9736b0fc 100644
--- a/core/UserMessages.h
+++ b/core/UserMessages.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_autonatives.cpp b/core/sm_autonatives.cpp
index 0a04513a..bf7c785e 100644
--- a/core/sm_autonatives.cpp
+++ b/core/sm_autonatives.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_autonatives.h b/core/sm_autonatives.h
index 585b6699..6ee35645 100644
--- a/core/sm_autonatives.h
+++ b/core/sm_autonatives.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_crc32.cpp b/core/sm_crc32.cpp
index 5ff45d7f..b6e426e2 100644
--- a/core/sm_crc32.cpp
+++ b/core/sm_crc32.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_crc32.h b/core/sm_crc32.h
index 580b9960..8b36e970 100644
--- a/core/sm_crc32.h
+++ b/core/sm_crc32.h
@@ -1,41 +1,40 @@
-/**
- * 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_CRC32_H_
-#define _INCLUDE_SOURCEMOD_CRC32_H_
-
-#include
-
-unsigned int UTIL_CRC32(const void *data, size_t data_length);
-
-#endif //_INCLUDE_SOURCEMOD_CRC32_H_
-
+/**
+ * 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_CRC32_H_
+#define _INCLUDE_SOURCEMOD_CRC32_H_
+
+#include
+
+unsigned int UTIL_CRC32(const void *data, size_t data_length);
+
+#endif //_INCLUDE_SOURCEMOD_CRC32_H_
+
diff --git a/core/sm_fastlink.h b/core/sm_fastlink.h
index 0c8d3991..3f678711 100644
--- a/core/sm_fastlink.h
+++ b/core/sm_fastlink.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_globals.h b/core/sm_globals.h
index b24844df..ad1a3d38 100644
--- a/core/sm_globals.h
+++ b/core/sm_globals.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_memtable.cpp b/core/sm_memtable.cpp
index 6a2d4c88..95cdebda 100644
--- a/core/sm_memtable.cpp
+++ b/core/sm_memtable.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_memtable.h b/core/sm_memtable.h
index 236d75c7..744eb4b6 100644
--- a/core/sm_memtable.h
+++ b/core/sm_memtable.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_queue.h b/core/sm_queue.h
index 74ef6a9e..2a963aa8 100644
--- a/core/sm_queue.h
+++ b/core/sm_queue.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_simple_prioqueue.h b/core/sm_simple_prioqueue.h
index d7495090..a30ca254 100644
--- a/core/sm_simple_prioqueue.h
+++ b/core/sm_simple_prioqueue.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_srvcmds.cpp b/core/sm_srvcmds.cpp
index 7e82d499..0891eadf 100644
--- a/core/sm_srvcmds.cpp
+++ b/core/sm_srvcmds.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_srvcmds.h b/core/sm_srvcmds.h
index 85ae67a1..64277109 100644
--- a/core/sm_srvcmds.h
+++ b/core/sm_srvcmds.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_stringutil.cpp b/core/sm_stringutil.cpp
index 2f7acdf7..63599a16 100644
--- a/core/sm_stringutil.cpp
+++ b/core/sm_stringutil.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_stringutil.h b/core/sm_stringutil.h
index 42d62264..08e379b6 100644
--- a/core/sm_stringutil.h
+++ b/core/sm_stringutil.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_trie.cpp b/core/sm_trie.cpp
index f511c502..275a3c9a 100644
--- a/core/sm_trie.cpp
+++ b/core/sm_trie.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_trie.h b/core/sm_trie.h
index 7e95f3b3..e3909dc2 100644
--- a/core/sm_trie.h
+++ b/core/sm_trie.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sm_version.h b/core/sm_version.h
index 07718215..fc40f58b 100644
--- a/core/sm_version.h
+++ b/core/sm_version.h
@@ -1,17 +1,38 @@
/**
* 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 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
+ * 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$
*/
+/**
+ * Autogenerated by build scripts
+ */
+
#ifndef _INCLUDE_SOURCEMOD_VERSION_H_
#define _INCLUDE_SOURCEMOD_VERSION_H_
@@ -19,7 +40,7 @@
* @file Contains SourceMod version information.
*/
-#define SVN_FULL_VERSION "1.0.0.571"
-#define SVN_FILE_VERSION 1,0,0,571
+#define SVN_FULL_VERSION "1.0.0.1336"
+#define SVN_FILE_VERSION 1,0,0,1336
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
diff --git a/core/sm_version.tpl b/core/sm_version.tpl
index ffe8001d..611663dc 100644
--- a/core/sm_version.tpl
+++ b/core/sm_version.tpl
@@ -1,17 +1,38 @@
/**
* 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 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
+ * 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$
*/
+/**
+ * Autogenerated by build scripts
+ */
+
#ifndef _INCLUDE_SOURCEMOD_VERSION_H_
#define _INCLUDE_SOURCEMOD_VERSION_H_
diff --git a/core/smn_admin.cpp b/core/smn_admin.cpp
index 056c540c..2e232aa2 100644
--- a/core/smn_admin.cpp
+++ b/core/smn_admin.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_adt_array.cpp b/core/smn_adt_array.cpp
index 49b1f0c9..f74f0566 100644
--- a/core/smn_adt_array.cpp
+++ b/core/smn_adt_array.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_bitbuffer.cpp b/core/smn_bitbuffer.cpp
index 34a510b9..56889ba2 100644
--- a/core/smn_bitbuffer.cpp
+++ b/core/smn_bitbuffer.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_console.cpp b/core/smn_console.cpp
index adc12b41..c2302dbf 100644
--- a/core/smn_console.cpp
+++ b/core/smn_console.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_core.cpp b/core/smn_core.cpp
index 69f349da..d2d3ec9a 100644
--- a/core/smn_core.cpp
+++ b/core/smn_core.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_database.cpp b/core/smn_database.cpp
index dffcd89b..b53a271e 100644
--- a/core/smn_database.cpp
+++ b/core/smn_database.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_datapacks.cpp b/core/smn_datapacks.cpp
index db1ca2e8..ed78ac1d 100644
--- a/core/smn_datapacks.cpp
+++ b/core/smn_datapacks.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_entities.cpp b/core/smn_entities.cpp
index 1ddc2d4c..74ad3797 100644
--- a/core/smn_entities.cpp
+++ b/core/smn_entities.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_events.cpp b/core/smn_events.cpp
index 25713d22..1cae1ed6 100644
--- a/core/smn_events.cpp
+++ b/core/smn_events.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_fakenatives.cpp b/core/smn_fakenatives.cpp
index baee9de5..b9e49076 100644
--- a/core/smn_fakenatives.cpp
+++ b/core/smn_fakenatives.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_filesystem.cpp b/core/smn_filesystem.cpp
index c1c0c703..91f047a2 100644
--- a/core/smn_filesystem.cpp
+++ b/core/smn_filesystem.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_float.cpp b/core/smn_float.cpp
index ba61dd22..d1dbc906 100644
--- a/core/smn_float.cpp
+++ b/core/smn_float.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_functions.cpp b/core/smn_functions.cpp
index 16339512..d3b0c41a 100644
--- a/core/smn_functions.cpp
+++ b/core/smn_functions.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_gameconfigs.cpp b/core/smn_gameconfigs.cpp
index cee3878e..0efa7e97 100644
--- a/core/smn_gameconfigs.cpp
+++ b/core/smn_gameconfigs.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_halflife.cpp b/core/smn_halflife.cpp
index 59f092b2..6a8e87ca 100644
--- a/core/smn_halflife.cpp
+++ b/core/smn_halflife.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_handles.cpp b/core/smn_handles.cpp
index 1f5262a0..6cb2bb4a 100644
--- a/core/smn_handles.cpp
+++ b/core/smn_handles.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_keyvalues.cpp b/core/smn_keyvalues.cpp
index ca313be5..62913691 100644
--- a/core/smn_keyvalues.cpp
+++ b/core/smn_keyvalues.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_lang.cpp b/core/smn_lang.cpp
index bfffa0b2..602c4934 100644
--- a/core/smn_lang.cpp
+++ b/core/smn_lang.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_menus.cpp b/core/smn_menus.cpp
index 65df9672..b53ba938 100644
--- a/core/smn_menus.cpp
+++ b/core/smn_menus.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_player.cpp b/core/smn_player.cpp
index 1af0cca0..d7d686e6 100644
--- a/core/smn_player.cpp
+++ b/core/smn_player.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_profiler.cpp b/core/smn_profiler.cpp
index 33e2ec46..392fc617 100644
--- a/core/smn_profiler.cpp
+++ b/core/smn_profiler.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_sorting.cpp b/core/smn_sorting.cpp
index cc8b3225..f78bff74 100644
--- a/core/smn_sorting.cpp
+++ b/core/smn_sorting.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_string.cpp b/core/smn_string.cpp
index 5ffa82e1..b7fbeba9 100644
--- a/core/smn_string.cpp
+++ b/core/smn_string.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_textparse.cpp b/core/smn_textparse.cpp
index 91ef2896..fd7753de 100644
--- a/core/smn_textparse.cpp
+++ b/core/smn_textparse.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_timers.cpp b/core/smn_timers.cpp
index 46f929fd..14ae4716 100644
--- a/core/smn_timers.cpp
+++ b/core/smn_timers.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_usermsgs.cpp b/core/smn_usermsgs.cpp
index 6dad62a0..7324ee1a 100644
--- a/core/smn_usermsgs.cpp
+++ b/core/smn_usermsgs.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_usermsgs.h b/core/smn_usermsgs.h
index aceed0bd..a4eb5fc8 100644
--- a/core/smn_usermsgs.h
+++ b/core/smn_usermsgs.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/smn_vector.cpp b/core/smn_vector.cpp
index e4ec0b45..01f8663b 100644
--- a/core/smn_vector.cpp
+++ b/core/smn_vector.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sourcemm_api.cpp b/core/sourcemm_api.cpp
index 332232b0..ad49c7b7 100644
--- a/core/sourcemm_api.cpp
+++ b/core/sourcemm_api.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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$
*/
@@ -112,7 +111,7 @@ void SourceMod_Core::AllPluginsLoaded()
const char *SourceMod_Core::GetAuthor()
{
- return "AlliedModders, LLC";
+ return "AlliedModders LLC";
}
const char *SourceMod_Core::GetName()
diff --git a/core/sourcemm_api.h b/core/sourcemm_api.h
index 898b1027..ada8ba8b 100644
--- a/core/sourcemm_api.h
+++ b/core/sourcemm_api.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sourcemod.cpp b/core/sourcemod.cpp
index a0af9369..7ce025c1 100644
--- a/core/sourcemod.cpp
+++ b/core/sourcemod.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/sourcemod.h b/core/sourcemod.h
index 1556eb5d..f8698abe 100644
--- a/core/sourcemod.h
+++ b/core/sourcemod.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/ExtensionSys.cpp b/core/systems/ExtensionSys.cpp
index d4c8bb4f..90217fd8 100644
--- a/core/systems/ExtensionSys.cpp
+++ b/core/systems/ExtensionSys.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/ExtensionSys.h b/core/systems/ExtensionSys.h
index 0d72cad7..395f68ef 100644
--- a/core/systems/ExtensionSys.h
+++ b/core/systems/ExtensionSys.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/ForwardSys.cpp b/core/systems/ForwardSys.cpp
index 3abe1824..ad0615ca 100644
--- a/core/systems/ForwardSys.cpp
+++ b/core/systems/ForwardSys.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/ForwardSys.h b/core/systems/ForwardSys.h
index 41b6cfee..68b7d9fa 100644
--- a/core/systems/ForwardSys.h
+++ b/core/systems/ForwardSys.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/HandleSys.cpp b/core/systems/HandleSys.cpp
index dce94de8..7dfb3f09 100644
--- a/core/systems/HandleSys.cpp
+++ b/core/systems/HandleSys.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/HandleSys.h b/core/systems/HandleSys.h
index 9dea16cc..dfcc960d 100644
--- a/core/systems/HandleSys.h
+++ b/core/systems/HandleSys.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/LibrarySys.cpp b/core/systems/LibrarySys.cpp
index eee689c3..f4cc8e07 100644
--- a/core/systems/LibrarySys.cpp
+++ b/core/systems/LibrarySys.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/LibrarySys.h b/core/systems/LibrarySys.h
index a611610f..c1be68c1 100644
--- a/core/systems/LibrarySys.h
+++ b/core/systems/LibrarySys.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/PluginInfoDatabase.cpp b/core/systems/PluginInfoDatabase.cpp
index 1ac80f74..4071e4a8 100644
--- a/core/systems/PluginInfoDatabase.cpp
+++ b/core/systems/PluginInfoDatabase.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/PluginInfoDatabase.h b/core/systems/PluginInfoDatabase.h
index 29b5945a..d26df1a2 100644
--- a/core/systems/PluginInfoDatabase.h
+++ b/core/systems/PluginInfoDatabase.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/PluginSys.cpp b/core/systems/PluginSys.cpp
index 0960c7c5..82fd199c 100644
--- a/core/systems/PluginSys.cpp
+++ b/core/systems/PluginSys.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/PluginSys.h b/core/systems/PluginSys.h
index fccd99bf..435e9f80 100644
--- a/core/systems/PluginSys.h
+++ b/core/systems/PluginSys.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/ShareSys.cpp b/core/systems/ShareSys.cpp
index dd14f2d3..2f790bcc 100644
--- a/core/systems/ShareSys.cpp
+++ b/core/systems/ShareSys.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/systems/ShareSys.h b/core/systems/ShareSys.h
index 22f83002..45666bc0 100644
--- a/core/systems/ShareSys.h
+++ b/core/systems/ShareSys.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/BaseWorker.cpp b/core/thread/BaseWorker.cpp
index f6695f34..d0365f58 100644
--- a/core/thread/BaseWorker.cpp
+++ b/core/thread/BaseWorker.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/BaseWorker.h b/core/thread/BaseWorker.h
index f19241bf..6173fa9f 100644
--- a/core/thread/BaseWorker.h
+++ b/core/thread/BaseWorker.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/PosixThreads.cpp b/core/thread/PosixThreads.cpp
index 39aed4e6..02bbcb71 100644
--- a/core/thread/PosixThreads.cpp
+++ b/core/thread/PosixThreads.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/PosixThreads.h b/core/thread/PosixThreads.h
index f18b4aa2..90be641b 100644
--- a/core/thread/PosixThreads.h
+++ b/core/thread/PosixThreads.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/ThreadWorker.cpp b/core/thread/ThreadWorker.cpp
index ba8e9fe1..d6b8000e 100644
--- a/core/thread/ThreadWorker.cpp
+++ b/core/thread/ThreadWorker.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/ThreadWorker.h b/core/thread/ThreadWorker.h
index 51253852..0101e2b3 100644
--- a/core/thread/ThreadWorker.h
+++ b/core/thread/ThreadWorker.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/WinThreads.cpp b/core/thread/WinThreads.cpp
index b9251874..a62c8609 100644
--- a/core/thread/WinThreads.cpp
+++ b/core/thread/WinThreads.cpp
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/thread/WinThreads.h b/core/thread/WinThreads.h
index f20ee43a..511be4b6 100644
--- a/core/thread/WinThreads.h
+++ b/core/thread/WinThreads.h
@@ -1,31 +1,30 @@
/**
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/vm/sp_vm_basecontext.cpp b/core/vm/sp_vm_basecontext.cpp
index 36b025a3..9bb3ab65 100644
--- a/core/vm/sp_vm_basecontext.cpp
+++ b/core/vm/sp_vm_basecontext.cpp
@@ -1,31 +1,30 @@
/**
* vim: set ts=4 :
- * ================================================================
+ * =============================================================================
* SourcePawn
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/vm/sp_vm_basecontext.h b/core/vm/sp_vm_basecontext.h
index d5d39d1a..0ba37040 100644
--- a/core/vm/sp_vm_basecontext.h
+++ b/core/vm/sp_vm_basecontext.h
@@ -1,31 +1,30 @@
/**
* vim: set ts=4 :
- * ================================================================
+ * =============================================================================
* SourcePawn
* 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 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.
+ * 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 .
+ * 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 .
+ * 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/core/vm/sp_vm_engine.cpp b/core/vm/sp_vm_engine.cpp
index b107ba4f..7dbc9fc8 100644
--- a/core/vm/sp_vm_engine.cpp
+++ b/core/vm/sp_vm_engine.cpp
@@ -1,31 +1,30 @@
/**
* vim: set ts=4 :
- * ================================================================
+ * =============================================================================
* SourcePawn
* 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 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.
+ * 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