mirror of
https://github.com/curl/curl.git
synced 2026-08-09 13:44:18 +03:00
configure: introduce CURL_SIZEOF
This is a rewrite of the previously used GPLv3+exception licensed file. With this change, there is no more reference to GPL so we can remove that from LICENSES/. Ref: #9220 Closes #9291
This commit is contained in:
parent
d6010c2106
commit
9e11c2791f
6 changed files with 67 additions and 358 deletions
|
|
@ -39,7 +39,6 @@ my %skiplist = (
|
|||
# License texts
|
||||
"LICENSES/BSD-3-Clause.txt" => "<built-in>",
|
||||
"LICENSES/BSD-4-Clause-UC.txt" => "<built-in>",
|
||||
"LICENSES/GPL-3.0-or-later.txt" => "<built-in>",
|
||||
"LICENSES/ISC.txt" => "<built-in>",
|
||||
"LICENSES/LicenseRef-OpenEvidence.txt" => "<built-in>",
|
||||
"LICENSES/curl.txt" => "<built-in>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue