diff --git a/plugins/include/admin.inc b/plugins/include/admin.inc index df2d83d0..23a9217b 100644 --- a/plugins/include/admin.inc +++ b/plugins/include/admin.inc @@ -1,3 +1,17 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #if defined _admin_included #endinput #endif diff --git a/plugins/include/core.inc b/plugins/include/core.inc index 03678840..c520295d 100644 --- a/plugins/include/core.inc +++ b/plugins/include/core.inc @@ -1,3 +1,17 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #if defined _core_included #endinput #endif diff --git a/plugins/include/files.inc b/plugins/include/files.inc index 7871acfd..677a0681 100644 --- a/plugins/include/files.inc +++ b/plugins/include/files.inc @@ -1,5 +1,15 @@ /** - * :TODO: license info + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ */ #if defined _files_included diff --git a/plugins/include/float.inc b/plugins/include/float.inc index ca9588cf..a1bf2034 100644 --- a/plugins/include/float.inc +++ b/plugins/include/float.inc @@ -1,7 +1,17 @@ /** - * :TODO: license info + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ */ - + #if defined _float_included #endinput #endif diff --git a/plugins/include/geoip.inc b/plugins/include/geoip.inc index 3ba6f227..66271799 100644 --- a/plugins/include/geoip.inc +++ b/plugins/include/geoip.inc @@ -1,5 +1,15 @@ /** - * :TODO: license info + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ */ #if defined _geoip_included diff --git a/plugins/include/handles.inc b/plugins/include/handles.inc index be3640b8..554dd632 100644 --- a/plugins/include/handles.inc +++ b/plugins/include/handles.inc @@ -1,8 +1,17 @@ /** - * :TODO: license info + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ */ - #if defined _handles_included #endinput #endif diff --git a/plugins/include/sourcemod.inc b/plugins/include/sourcemod.inc index 8095db0a..4a168f60 100644 --- a/plugins/include/sourcemod.inc +++ b/plugins/include/sourcemod.inc @@ -1,5 +1,15 @@ /** - * :TODO: license info + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ */ #if defined _sourcemod_included diff --git a/plugins/include/string.inc b/plugins/include/string.inc index 639dd8b7..b1ad0268 100644 --- a/plugins/include/string.inc +++ b/plugins/include/string.inc @@ -1,7 +1,17 @@ /** - * :TODO: license info + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ */ - + #if defined _string_included #endinput #endif diff --git a/plugins/include/textparse.inc b/plugins/include/textparse.inc index 51c96312..394bae43 100644 --- a/plugins/include/textparse.inc +++ b/plugins/include/textparse.inc @@ -1,3 +1,17 @@ +/** + * =============================================================== + * SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. + * =============================================================== + * + * This file is part of the SourceMod/SourcePawn SDK. This file may only be used + * or modified under the Terms and Conditions of its License Agreement, which is found + * in LICENSE.txt. The Terms and Conditions for making SourceMod extensions/plugins + * may change at any time. To view the latest information, see: + * http://www.sourcemod.net/license.php + * + * Version: $Id$ + */ + #if defined _textparse_included #endinput #endif