mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-11 13:30:01 -04:00
10 lines
No EOL
714 B
JavaScript
10 lines
No EOL
714 B
JavaScript
const copyright_notice = `libcurl.js is licensed under the GNU LGPL v3. You can find the license text and source code at the project's git repository: https://github.com/ading2210/libcurl.js
|
|
|
|
Several C libraries are used, and their licenses are listed below:
|
|
- libcurl: curl License (https://curl.se/docs/copyright.html)
|
|
- mbedtls: Apache License 2.0 (https://github.com/Mbed-TLS/mbedtls/blob/development/LICENSE)
|
|
- cjson: MIT License (https://github.com/DaveGamble/cJSON/blob/master/LICENSE)
|
|
- zlib: zlib License (https://www.zlib.net/zlib_license.html)
|
|
- brotli: MIT License (https://github.com/google/brotli/blob/master/LICENSE)
|
|
- nghttp2: MIT License (https://github.com/nghttp2/nghttp2/blob/master/COPYING)
|
|
`; |