aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING25
-rw-r--r--README.md4
-rw-r--r--extension/smsdk_config.h6
3 files changed, 31 insertions, 4 deletions
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 <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>.
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__