diff options
author | yuuko <yuuko@partyvan.io> | 2024-08-25 14:55:52 -0700 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2024-08-25 14:55:52 -0700 |
commit | 5d031bde73a674f47f400e3c4217645b46a7da1a (patch) | |
tree | 38feb1353a75b90ebc7f591fc2c9b2f90c520be1 | |
parent | 2b2802fc59798480872b9e03b5c2187394c6fbc6 (diff) |
politics
-rw-r--r-- | COPYING | 25 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | extension/smsdk_config.h | 6 |
3 files changed, 31 insertions, 4 deletions
@@ -0,0 +1,25 @@ +Copyright (C) 2004-2008 AlliedModders LLC (https://www.alliedmods.net) +Copyright (C) 2011 raydan/ben (https://www.zombiex2.net) +Coptright (C) 2023-2024 sapphonie (https://www.sappho.io) +Copyright (C) 2024 yuuko (https://www.partyvan.io) + +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 JUNE-13-2008), +or <http://www.sourcemod.net/license.php>. @@ -46,7 +46,9 @@ up-to-date system libraries. Licensing --------- -See COPYING. +tl;dr GPL3 with AlliedModders exceptions; see COPYING for more details. To the +best of my knowledge, OpenSSL and cURL present no licensing incompatibilities +via linkage. [neocurl]: https://github.com/sapphonie/SM-neocurl-ext [SourceMod cURL]: https://code.google.com/archive/p/sourcemod-curl-extension
\ No newline at end of file diff --git a/extension/smsdk_config.h b/extension/smsdk_config.h index 658b76a..a610e47 100644 --- a/extension/smsdk_config.h +++ b/extension/smsdk_config.h @@ -40,9 +40,9 @@ /* Basic information exposed publicly */ #define SMEXT_CONF_NAME "NEO cURL Extension" #define SMEXT_CONF_DESCRIPTION "NEO cURL Extension" -#define SMEXT_CONF_VERSION "2.0.1" -#define SMEXT_CONF_AUTHOR "https://sappho.io - formerly ben" -#define SMEXT_CONF_URL "https://sappho.io - formerly maintained by http://www.ZombieX2.net/" +#define SMEXT_CONF_VERSION "2.0.2" +#define SMEXT_CONF_AUTHOR "yuuko, formerly sappho, ben" +#define SMEXT_CONF_URL "https://partyvan.io, formerly https://sappho.io, http://www.ZombieX2.net/" #define SMEXT_CONF_LOGTAG "NEO cURL" #define SMEXT_CONF_LICENSE "GPL" #define SMEXT_CONF_DATESTRING __DATE__ |