relicense as lgpl

This commit is contained in:
ading2210 2025-01-23 14:58:44 -05:00
parent 5c3c591a41
commit 42e927b71b
7 changed files with 169 additions and 720 deletions

View file

@ -1,19 +1,7 @@
/*
ading2210/libcurl.js - A port of libcurl to WASM for the browser.
Copyright (C) 2024 ading2210
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Licensed under the GNU LGPL v3. See https://github.com/ading2210/libcurl.js
*/
//everything is wrapped in a function to prevent emscripten from polluting the global scope