From 5d031bde73a674f47f400e3c4217645b46a7da1a Mon Sep 17 00:00:00 2001 From: yuuko Date: Sun, 25 Aug 2024 14:55:52 -0700 Subject: politics --- COPYING | 25 +++++++++++++++++++++++++ README.md | 4 +++- extension/smsdk_config.h | 6 +++--- 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..0187a76 --- /dev/null +++ b/COPYING @@ -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 . + +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 . diff --git a/README.md b/README.md index 08da93e..dfacd1d 100644 --- a/README.md +++ b/README.md @@ -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__ -- cgit v1.2.3