From 3369f6d115e9a3d1bbe2fbf4fdd1e9d247a53202 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Wed, 6 Aug 2014 09:24:09 +0200 Subject: [PATCH] Update license in pawn includes and add them in project files. --- amxmodx/msvc10/amxmodx_mm.vcxproj | 2 ++ amxmodx/msvc10/amxmodx_mm.vcxproj.filters | 16 +++++++++++----- plugins/include/textparse_ini.inc | 12 ++++++++++++ plugins/include/textparse_smc.inc | 12 ++++++++++++ 4 files changed, 37 insertions(+), 5 deletions(-) diff --git a/amxmodx/msvc10/amxmodx_mm.vcxproj b/amxmodx/msvc10/amxmodx_mm.vcxproj index 1d8eec87..43b7cb13 100644 --- a/amxmodx/msvc10/amxmodx_mm.vcxproj +++ b/amxmodx/msvc10/amxmodx_mm.vcxproj @@ -405,6 +405,8 @@ + + diff --git a/amxmodx/msvc10/amxmodx_mm.vcxproj.filters b/amxmodx/msvc10/amxmodx_mm.vcxproj.filters index bff2487d..3b1d4395 100644 --- a/amxmodx/msvc10/amxmodx_mm.vcxproj.filters +++ b/amxmodx/msvc10/amxmodx_mm.vcxproj.filters @@ -173,14 +173,14 @@ Source Files - + Source Files - + Source Files - + Source Files @@ -325,10 +325,10 @@ Header Files - + Header Files - + @@ -417,6 +417,12 @@ Pawn Includes + + Pawn Includes + + + Pawn Includes + diff --git a/plugins/include/textparse_ini.inc b/plugins/include/textparse_ini.inc index f5891a1c..699f6537 100644 --- a/plugins/include/textparse_ini.inc +++ b/plugins/include/textparse_ini.inc @@ -1,3 +1,15 @@ +// 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 + +// +// INI Parser Functions +// #if defined _textparse_ini_included #endinput diff --git a/plugins/include/textparse_smc.inc b/plugins/include/textparse_smc.inc index 3b76102d..9e8ea983 100644 --- a/plugins/include/textparse_smc.inc +++ b/plugins/include/textparse_smc.inc @@ -1,3 +1,15 @@ +// 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 + +// +// SMC Parser Functions +// #if defined _textparse_smc_included #endinput