From 749177d0b30d741d5380af6beebd7bf67098bb62 Mon Sep 17 00:00:00 2001 From: David Anderson <dvander@alliedmods.net> Date: Fri, 13 Jun 2008 07:24:43 +0000 Subject: [PATCH] updated license --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402254 --- sourcepawn/jit/x86/dll_exports.cpp | 28 +++++++++++++++++----- sourcepawn/jit/x86/dll_exports.h | 28 +++++++++++++++++----- sourcepawn/jit/x86/jit_version.h | 28 +++++++++++++++++----- sourcepawn/jit/x86/jit_version.tpl | 28 +++++++++++++++++----- sourcepawn/jit/x86/jit_x86.cpp | 28 +++++++++++++++++----- sourcepawn/jit/x86/jit_x86.h | 28 +++++++++++++++++----- sourcepawn/jit/x86/opcode_helpers.cpp | 28 +++++++++++++++++----- sourcepawn/jit/x86/opcode_helpers.h | 28 +++++++++++++++++----- sourcepawn/jit/x86/opcode_switch.inc | 28 +++++++++++++++++----- sourcepawn/jit/x86/ungen_opcode_switch.inc | 28 +++++++++++++++++----- sourcepawn/jit/x86/ungen_opcodes.h | 28 +++++++++++++++++----- 11 files changed, 242 insertions(+), 66 deletions(-) diff --git a/sourcepawn/jit/x86/dll_exports.cpp b/sourcepawn/jit/x86/dll_exports.cpp index 01462553..522eabe3 100644 --- a/sourcepawn/jit/x86/dll_exports.cpp +++ b/sourcepawn/jit/x86/dll_exports.cpp @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/dll_exports.h b/sourcepawn/jit/x86/dll_exports.h index f72cbe33..2b57676e 100644 --- a/sourcepawn/jit/x86/dll_exports.h +++ b/sourcepawn/jit/x86/dll_exports.h @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/jit_version.h b/sourcepawn/jit/x86/jit_version.h index d4dbade0..54e7f13a 100644 --- a/sourcepawn/jit/x86/jit_version.h +++ b/sourcepawn/jit/x86/jit_version.h @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/jit_version.tpl b/sourcepawn/jit/x86/jit_version.tpl index a955cd86..03f9ba90 100644 --- a/sourcepawn/jit/x86/jit_version.tpl +++ b/sourcepawn/jit/x86/jit_version.tpl @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/jit_x86.cpp b/sourcepawn/jit/x86/jit_x86.cpp index 8b0bd5ce..8d68c91d 100644 --- a/sourcepawn/jit/x86/jit_x86.cpp +++ b/sourcepawn/jit/x86/jit_x86.cpp @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/jit_x86.h b/sourcepawn/jit/x86/jit_x86.h index 5e84603b..9e093831 100644 --- a/sourcepawn/jit/x86/jit_x86.h +++ b/sourcepawn/jit/x86/jit_x86.h @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/opcode_helpers.cpp b/sourcepawn/jit/x86/opcode_helpers.cpp index decb81bd..8ec41cb6 100644 --- a/sourcepawn/jit/x86/opcode_helpers.cpp +++ b/sourcepawn/jit/x86/opcode_helpers.cpp @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/opcode_helpers.h b/sourcepawn/jit/x86/opcode_helpers.h index a3d48148..fbdcdbab 100644 --- a/sourcepawn/jit/x86/opcode_helpers.h +++ b/sourcepawn/jit/x86/opcode_helpers.h @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/opcode_switch.inc b/sourcepawn/jit/x86/opcode_switch.inc index eda57a91..afb16ef8 100644 --- a/sourcepawn/jit/x86/opcode_switch.inc +++ b/sourcepawn/jit/x86/opcode_switch.inc @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/ungen_opcode_switch.inc b/sourcepawn/jit/x86/ungen_opcode_switch.inc index b6f11b68..dedd6c2e 100644 --- a/sourcepawn/jit/x86/ungen_opcode_switch.inc +++ b/sourcepawn/jit/x86/ungen_opcode_switch.inc @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */ diff --git a/sourcepawn/jit/x86/ungen_opcodes.h b/sourcepawn/jit/x86/ungen_opcodes.h index b7f95b8a..50a95c8c 100644 --- a/sourcepawn/jit/x86/ungen_opcodes.h +++ b/sourcepawn/jit/x86/ungen_opcodes.h @@ -1,14 +1,30 @@ /** * vim: set ts=4 : * ============================================================================= - * SourcePawn JIT - * Copyright (C)2004-2008 AlliedModders LLC. All rights reserved. + * SourceMod + * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * - * This file is not open source and may not be copied without explicit wriiten - * 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 <http://www.gnu.org/licenses/>. + * + * 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 <http://www.sourcemod.net/license.php>. * * Version: $Id$ */