From 1cff91ced5fb12b8ac896922f8b03b324356cfb5 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 4 Aug 2014 04:31:39 -0500 Subject: [PATCH] Update license headers for compiler. --- compiler/amxxpc/Binary.cpp | 9 +++++++++ compiler/amxxpc/Binary.h | 9 +++++++++ compiler/amxxpc/amx.cpp | 2 -- compiler/amxxpc/amx.h | 2 -- compiler/amxxpc/amxdbg.h | 2 -- compiler/amxxpc/amxxpc.cpp | 9 +++++++++ compiler/amxxpc/amxxpc.h | 9 +++++++++ compiler/amxxpc/zconf.h | 2 -- compiler/compile/compile.dpr | 38 ++++++++---------------------------- compiler/compile/uFunc.pas | 38 ++++++++---------------------------- compiler/libpc300/amx.h | 2 -- compiler/libpc300/amxdbg.h | 2 -- compiler/libpc300/dllmain.c | 2 -- compiler/libpc300/libpawnc.c | 3 +-- compiler/libpc300/memfile.c | 9 +++++++++ compiler/libpc300/memfile.h | 9 +++++++++ compiler/libpc300/pawncc.c | 3 +-- compiler/libpc300/sc.h | 3 +-- compiler/libpc300/sc1.c | 3 +-- compiler/libpc300/sc2.c | 3 +-- compiler/libpc300/sc3.c | 3 +-- compiler/libpc300/sc4.c | 3 +-- compiler/libpc300/sc5.c | 3 +-- compiler/libpc300/sc6.c | 3 +-- compiler/libpc300/sc7.c | 3 +-- compiler/libpc300/sci18n.c | 3 +-- compiler/libpc300/sclist.c | 3 +-- compiler/libpc300/scmemfil.c | 2 -- compiler/libpc300/scstate.c | 3 +-- compiler/libpc300/scvars.c | 3 +-- 30 files changed, 84 insertions(+), 104 deletions(-) diff --git a/compiler/amxxpc/Binary.cpp b/compiler/amxxpc/Binary.cpp index 9d029dca..4b3a7a66 100755 --- a/compiler/amxxpc/Binary.cpp +++ b/compiler/amxxpc/Binary.cpp @@ -1,3 +1,12 @@ +// vim: set ts=4 sw=4 tw=99 noet: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license + #include "Binary.h" BinaryWriter::BinaryWriter(FILE *fp) diff --git a/compiler/amxxpc/Binary.h b/compiler/amxxpc/Binary.h index 4747902e..60df030e 100755 --- a/compiler/amxxpc/Binary.h +++ b/compiler/amxxpc/Binary.h @@ -1,3 +1,12 @@ +// vim: set ts=4 sw=4 tw=99 noet: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license + #ifndef _INCLUDE_BINARY_H #define _INCLUDE_BINARY_H diff --git a/compiler/amxxpc/amx.cpp b/compiler/amxxpc/amx.cpp index a7f5da7a..4893b3d2 100755 --- a/compiler/amxxpc/amx.cpp +++ b/compiler/amxxpc/amx.cpp @@ -17,8 +17,6 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: amx.cpp 1728 2005-07-25 00:01:54Z dvander $ */ #if BUILD_PLATFORM == WINDOWS && BUILD_TYPE == RELEASE && BUILD_COMPILER == MSVC && PAWN_CELL_SIZE == 64 diff --git a/compiler/amxxpc/amx.h b/compiler/amxxpc/amx.h index e1e65d48..4c0721a5 100755 --- a/compiler/amxxpc/amx.h +++ b/compiler/amxxpc/amx.h @@ -17,8 +17,6 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #if defined FREEBSD && !defined __FreeBSD__ diff --git a/compiler/amxxpc/amxdbg.h b/compiler/amxxpc/amxdbg.h index 7ffca1b5..f3b8f685 100755 --- a/compiler/amxxpc/amxdbg.h +++ b/compiler/amxxpc/amxdbg.h @@ -20,8 +20,6 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #ifndef AMXDBG_H_INCLUDED diff --git a/compiler/amxxpc/amxxpc.cpp b/compiler/amxxpc/amxxpc.cpp index 52a87fb2..0295abae 100755 --- a/compiler/amxxpc/amxxpc.cpp +++ b/compiler/amxxpc/amxxpc.cpp @@ -1,3 +1,12 @@ +// vim: set ts=4 sw=4 tw=99 noet: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license + #include #if defined(__linux__) | defined (__APPLE__) #include diff --git a/compiler/amxxpc/amxxpc.h b/compiler/amxxpc/amxxpc.h index b601a8b3..c35c324d 100755 --- a/compiler/amxxpc/amxxpc.h +++ b/compiler/amxxpc/amxxpc.h @@ -1,3 +1,12 @@ +// vim: set ts=4 sw=4 tw=99 noet: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license + #ifndef _AMXXSC_INCLUDE_H #define _AMXXSC_INCLUDE_H diff --git a/compiler/amxxpc/zconf.h b/compiler/amxxpc/zconf.h index 1292dda1..1731ebff 100755 --- a/compiler/amxxpc/zconf.h +++ b/compiler/amxxpc/zconf.h @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */ - #ifndef ZCONF_H #define ZCONF_H diff --git a/compiler/compile/compile.dpr b/compiler/compile/compile.dpr index 3cbf6e05..61d9a431 100755 --- a/compiler/compile/compile.dpr +++ b/compiler/compile/compile.dpr @@ -1,33 +1,11 @@ -(* AMX Mod X -* compile.exe -* -* by the AMX Mod X Development Team -* -* -* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -* -* In addition, as a special exception, the author gives permission to -* link the code of this program with the Half-Life Game Engine ("HL -* Engine") and Modified Game Libraries ("MODs") developed by Valve, -* L.L.C ("Valve"). You must obey the GNU General Public License in all -* respects for all of the code used other than the HL Engine and MODs -* from Valve. If you modify this file, you may extend this exception -* to your version of the file, but you are not obligated to do so. If -* you do not wish to do so, delete this exception statement from your -* version. -*) +// vim: set sts=2 ts=8 sw=2 tw=99 et: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license program compile; diff --git a/compiler/compile/uFunc.pas b/compiler/compile/uFunc.pas index 292d3adf..b3bbb9d9 100755 --- a/compiler/compile/uFunc.pas +++ b/compiler/compile/uFunc.pas @@ -1,33 +1,11 @@ -(* AMX Mod X -* compile.exe -* -* by the AMX Mod X Development Team -* -* -* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -* -* In addition, as a special exception, the author gives permission to -* link the code of this program with the Half-Life Game Engine ("HL -* Engine") and Modified Game Libraries ("MODs") developed by Valve, -* L.L.C ("Valve"). You must obey the GNU General Public License in all -* respects for all of the code used other than the HL Engine and MODs -* from Valve. If you modify this file, you may extend this exception -* to your version of the file, but you are not obligated to do so. If -* you do not wish to do so, delete this exception statement from your -* version. -*) +// vim: set sts=2 ts=8 sw=2 tw=99 et: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license unit uFunc; diff --git a/compiler/libpc300/amx.h b/compiler/libpc300/amx.h index d044c99e..7cdebe94 100755 --- a/compiler/libpc300/amx.h +++ b/compiler/libpc300/amx.h @@ -17,8 +17,6 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #ifdef _MSC_VER diff --git a/compiler/libpc300/amxdbg.h b/compiler/libpc300/amxdbg.h index 7ffca1b5..f3b8f685 100755 --- a/compiler/libpc300/amxdbg.h +++ b/compiler/libpc300/amxdbg.h @@ -20,8 +20,6 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $ */ #ifndef AMXDBG_H_INCLUDED diff --git a/compiler/libpc300/dllmain.c b/compiler/libpc300/dllmain.c index b093e88c..40b6756a 100755 --- a/compiler/libpc300/dllmain.c +++ b/compiler/libpc300/dllmain.c @@ -17,8 +17,6 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: dllmain.c 1724 2005-07-24 20:00:55Z dvander $ */ #if defined _UNICODE || defined __UNICODE__ || defined UNICODE diff --git a/compiler/libpc300/libpawnc.c b/compiler/libpc300/libpawnc.c index fe499e2e..9133b83f 100755 --- a/compiler/libpc300/libpawnc.c +++ b/compiler/libpc300/libpawnc.c @@ -19,9 +19,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: libpawnc.c 2969 2006-08-25 00:28:36Z dvander $ */ + #include #include #include diff --git a/compiler/libpc300/memfile.c b/compiler/libpc300/memfile.c index a0955e9a..39044ec9 100644 --- a/compiler/libpc300/memfile.c +++ b/compiler/libpc300/memfile.c @@ -1,3 +1,12 @@ +// vim: set ts=4 sw=4 tw=99 noet: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license + #include "memfile.h" #include #include "osdefs.h" diff --git a/compiler/libpc300/memfile.h b/compiler/libpc300/memfile.h index 7f39a8a5..c03a10ab 100644 --- a/compiler/libpc300/memfile.h +++ b/compiler/libpc300/memfile.h @@ -1,3 +1,12 @@ +// vim: set ts=4 sw=4 tw=99 noet: +// +// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO"). +// Copyright (C) The AMX Mod X Development Team. +// +// This software is licensed under the GNU General Public License, version 3 or higher. +// Additional exceptions apply. For full license details, see LICENSE.txt or visit: +// https://alliedmods.net/amxmodx-license + #ifndef _INCLUDE_MEMFILE_H #define _INCLUDE_MEMFILE_H diff --git a/compiler/libpc300/pawncc.c b/compiler/libpc300/pawncc.c index 1d2e7d56..6e541450 100755 --- a/compiler/libpc300/pawncc.c +++ b/compiler/libpc300/pawncc.c @@ -19,9 +19,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: pawncc.c 1724 2005-07-24 20:00:55Z dvander $ */ + #include "sc.h" int main(int argc, char *argv[]) diff --git a/compiler/libpc300/sc.h b/compiler/libpc300/sc.h index 79996d26..ff0da2e9 100755 --- a/compiler/libpc300/sc.h +++ b/compiler/libpc300/sc.h @@ -24,9 +24,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc.h 3460 2007-04-24 13:36:36Z sawce $ */ + #ifndef SC_H_INCLUDED #define SC_H_INCLUDED #include diff --git a/compiler/libpc300/sc1.c b/compiler/libpc300/sc1.c index a67daf20..d432a4a2 100755 --- a/compiler/libpc300/sc1.c +++ b/compiler/libpc300/sc1.c @@ -19,9 +19,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc1.c 3460 2007-04-24 13:36:36Z sawce $ */ + #include #include #include diff --git a/compiler/libpc300/sc2.c b/compiler/libpc300/sc2.c index f6961e39..42c31c08 100755 --- a/compiler/libpc300/sc2.c +++ b/compiler/libpc300/sc2.c @@ -17,9 +17,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc2.c 3318 2007-02-16 18:49:21Z sawce $ */ + #include #include #include diff --git a/compiler/libpc300/sc3.c b/compiler/libpc300/sc3.c index 6e5d075b..c44194cc 100755 --- a/compiler/libpc300/sc3.c +++ b/compiler/libpc300/sc3.c @@ -17,9 +17,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc3.c 3522 2007-05-22 01:29:18Z sawce $ */ + #include #include #include /* for _MAX_PATH */ diff --git a/compiler/libpc300/sc4.c b/compiler/libpc300/sc4.c index d5ef6902..b0249589 100755 --- a/compiler/libpc300/sc4.c +++ b/compiler/libpc300/sc4.c @@ -17,9 +17,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc4.c 1724 2005-07-24 20:00:55Z dvander $ */ + #include #include #include diff --git a/compiler/libpc300/sc5.c b/compiler/libpc300/sc5.c index 7cad31c5..d5ae68b4 100755 --- a/compiler/libpc300/sc5.c +++ b/compiler/libpc300/sc5.c @@ -18,9 +18,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc5.c 1724 2005-07-24 20:00:55Z dvander $ */ + #include #if defined __WIN32__ || defined _WIN32 || defined __MSDOS__ #include diff --git a/compiler/libpc300/sc6.c b/compiler/libpc300/sc6.c index 0d94d989..af5762ca 100755 --- a/compiler/libpc300/sc6.c +++ b/compiler/libpc300/sc6.c @@ -17,9 +17,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc6.c 2018 2005-09-06 21:34:33Z dvander $ */ + #include #include #include /* for macro max() */ diff --git a/compiler/libpc300/sc7.c b/compiler/libpc300/sc7.c index d4f0aa19..0037328c 100755 --- a/compiler/libpc300/sc7.c +++ b/compiler/libpc300/sc7.c @@ -34,9 +34,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sc7.c 1724 2005-07-24 20:00:55Z dvander $ */ + #include #include #include /* for atoi() */ diff --git a/compiler/libpc300/sci18n.c b/compiler/libpc300/sci18n.c index 34a99a3c..2a7518b9 100755 --- a/compiler/libpc300/sci18n.c +++ b/compiler/libpc300/sci18n.c @@ -29,9 +29,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sci18n.c 1724 2005-07-24 20:00:55Z dvander $ */ + #include #include #include diff --git a/compiler/libpc300/sclist.c b/compiler/libpc300/sclist.c index 0875fd26..b547f4aa 100755 --- a/compiler/libpc300/sclist.c +++ b/compiler/libpc300/sclist.c @@ -21,9 +21,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: sclist.c 3736 2008-08-16 20:13:12Z damagedsoul $ */ + #include #include #include diff --git a/compiler/libpc300/scmemfil.c b/compiler/libpc300/scmemfil.c index 2f6cd687..23f44278 100755 --- a/compiler/libpc300/scmemfil.c +++ b/compiler/libpc300/scmemfil.c @@ -21,8 +21,6 @@ * misrepresented as being the original software. * * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: scmemfil.c 2866 2006-07-16 02:25:32Z faluco $ */ #include diff --git a/compiler/libpc300/scstate.c b/compiler/libpc300/scstate.c index 05806a89..e9f31d77 100755 --- a/compiler/libpc300/scstate.c +++ b/compiler/libpc300/scstate.c @@ -42,9 +42,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: scstate.c 1724 2005-07-24 20:00:55Z dvander $ */ + #include #include #include diff --git a/compiler/libpc300/scvars.c b/compiler/libpc300/scvars.c index f265f184..51430d03 100755 --- a/compiler/libpc300/scvars.c +++ b/compiler/libpc300/scvars.c @@ -19,9 +19,8 @@ * 2. Altered source versions must be plainly marked as such, and must not be * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. - * - * Version: $Id: scvars.c 1724 2005-07-24 20:00:55Z dvander $ */ + #include #include /* for _MAX_PATH */ #include "sc.h"