diff --git a/public/IAdminSystem.h b/public/IAdminSystem.h index c335e4536..1f53185c0 100644 --- a/public/IAdminSystem.h +++ b/public/IAdminSystem.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/IExtensionSys.h b/public/IExtensionSys.h index dc434b968..4632d3988 100644 --- a/public/IExtensionSys.h +++ b/public/IExtensionSys.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/IForwardSys.h b/public/IForwardSys.h index 37ecfe278..ee5eaf1f3 100644 --- a/public/IForwardSys.h +++ b/public/IForwardSys.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/IHandleSys.h b/public/IHandleSys.h index 71e0b42d7..4f59294f0 100644 --- a/public/IHandleSys.h +++ b/public/IHandleSys.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/ILibrarySys.h b/public/ILibrarySys.h index 51ba46ee5..7a0ac0745 100644 --- a/public/ILibrarySys.h +++ b/public/ILibrarySys.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/IPluginSys.h b/public/IPluginSys.h index 1f5526ece..afc71ed91 100644 --- a/public/IPluginSys.h +++ b/public/IPluginSys.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/IRootConsoleMenu.h b/public/IRootConsoleMenu.h index ccb7877d3..b753494c8 100644 --- a/public/IRootConsoleMenu.h +++ b/public/IRootConsoleMenu.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/IShareSys.h b/public/IShareSys.h index 8fa8ec630..7f3344444 100644 --- a/public/IShareSys.h +++ b/public/IShareSys.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/ITextParsers.h b/public/ITextParsers.h index 995ac2780..d0d71253e 100644 --- a/public/ITextParsers.h +++ b/public/ITextParsers.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/extensions/IThreader.h b/public/extensions/IThreader.h index be47c9d7f..6bcb5aa99 100644 --- a/public/extensions/IThreader.h +++ b/public/extensions/IThreader.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sample_ext/smsdk_ext.cpp b/public/sample_ext/smsdk_ext.cpp index 33476c97b..2e060a7f6 100644 --- a/public/sample_ext/smsdk_ext.cpp +++ b/public/sample_ext/smsdk_ext.cpp @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sample_ext/smsdk_ext.h b/public/sample_ext/smsdk_ext.h index 99706bbc0..8d23c32e8 100644 --- a/public/sample_ext/smsdk_ext.h +++ b/public/sample_ext/smsdk_ext.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sm_platform.h b/public/sm_platform.h index b980ece57..499050f3f 100644 --- a/public/sm_platform.h +++ b/public/sm_platform.h @@ -1,7 +1,8 @@ /** * 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 part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sourcepawn/sp_file_headers.h b/public/sourcepawn/sp_file_headers.h index 63a0d1abe..305df2e9a 100644 --- a/public/sourcepawn/sp_file_headers.h +++ b/public/sourcepawn/sp_file_headers.h @@ -1,7 +1,8 @@ /** * vim: set ts=4 : * ================================================================ - * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. + * SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC. + * All rights reserved. * ================================================================ * * This file is part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sourcepawn/sp_typeutil.h b/public/sourcepawn/sp_typeutil.h index e22822846..c1802a5af 100644 --- a/public/sourcepawn/sp_typeutil.h +++ b/public/sourcepawn/sp_typeutil.h @@ -1,7 +1,8 @@ /** * vim: set ts=4 : * ================================================================ - * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. + * SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC. + * All rights reserved. * ================================================================ * * This file is part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sourcepawn/sp_vm_api.h b/public/sourcepawn/sp_vm_api.h index f04dff14f..8fd7846e1 100644 --- a/public/sourcepawn/sp_vm_api.h +++ b/public/sourcepawn/sp_vm_api.h @@ -1,7 +1,8 @@ /** * vim: set ts=4 : * ================================================================ - * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. + * SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC. + * All rights reserved. * ================================================================ * * This file is part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sourcepawn/sp_vm_base.h b/public/sourcepawn/sp_vm_base.h index 0d1b7136b..8c40f6072 100644 --- a/public/sourcepawn/sp_vm_base.h +++ b/public/sourcepawn/sp_vm_base.h @@ -1,6 +1,7 @@ /** * ================================================================ - * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. + * SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC. + * All rights reserved. * ================================================================ * * This file is part of the SourceMod/SourcePawn SDK. This file may only be used diff --git a/public/sourcepawn/sp_vm_types.h b/public/sourcepawn/sp_vm_types.h index 7218bc956..13bc7107b 100644 --- a/public/sourcepawn/sp_vm_types.h +++ b/public/sourcepawn/sp_vm_types.h @@ -1,7 +1,8 @@ /** * vim: set ts=4 : * ================================================================ - * SourcePawn (C)2004-2007 AlliedModders LLC. All rights reserved. + * SourcePawn, Copyright (C) 2004-2007 AlliedModders LLC. + * All rights reserved. * ================================================================ * * This file is part of the SourceMod/SourcePawn SDK. This file may only be used