From 5c9f9dd7f00476f7c9272f2fedeff8e1ed3bee81 Mon Sep 17 00:00:00 2001 From: Phong Dang Date: Wed, 1 Aug 2007 18:22:53 +0000 Subject: [PATCH] Updated license header. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401251 --- extensions/sdktools/vglobals.cpp | 47 +++++++++++++++----------- extensions/sdktools/vglobals.h | 31 +++++++++++------ extensions/sdktools/voice.cpp | 32 ++++++++++++++++++ plugins/include/sdktools_functions.inc | 2 +- 4 files changed, 81 insertions(+), 31 deletions(-) diff --git a/extensions/sdktools/vglobals.cpp b/extensions/sdktools/vglobals.cpp index 35dcb58d..e2af6cbd 100644 --- a/extensions/sdktools/vglobals.cpp +++ b/extensions/sdktools/vglobals.cpp @@ -1,22 +1,31 @@ -/** - * vim: set ts=4 : - * =============================================================== - * SourceMod SDK Tools Extension - * 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 - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +/** + * vim: set ts=4 : + * ================================================================ + * SourceMod SDKTools Extension + * 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$ */ diff --git a/extensions/sdktools/vglobals.h b/extensions/sdktools/vglobals.h index 0b26c59a..c09c01e6 100644 --- a/extensions/sdktools/vglobals.h +++ b/extensions/sdktools/vglobals.h @@ -1,22 +1,31 @@ /** * vim: set ts=4 : - * =============================================================== - * SourceMod SDK Tools Extension - * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. - * =============================================================== + * ================================================================ + * SourceMod SDKTools Extension + * 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 - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * 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$ */ diff --git a/extensions/sdktools/voice.cpp b/extensions/sdktools/voice.cpp index 010e579f..ffa95284 100644 --- a/extensions/sdktools/voice.cpp +++ b/extensions/sdktools/voice.cpp @@ -1,3 +1,35 @@ +/** + * vim: set ts=4 : + * ================================================================ + * SourceMod SDKTools Extension + * 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 . + * + * + */ + #include #define SPEAK_NORMAL 0 diff --git a/plugins/include/sdktools_functions.inc b/plugins/include/sdktools_functions.inc index 70eedeac..fa8ca6f9 100644 --- a/plugins/include/sdktools_functions.inc +++ b/plugins/include/sdktools_functions.inc @@ -10,7 +10,7 @@ * may change at any time. To view the latest information, see: * http://www.sourcemod.net/license.php * - * Version: $Id$ + * Version: $Id$ */ #if defined _sdktools_functions_included