summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-08-11 09:07:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-08-11 09:07:02 +0200
commit9e11c2791fb960758ad46b53c80fa37029c5501b (patch)
tree5ad829d47dabddbac8532cf9c7d71c80c6e14e3f /scripts
parentd6010c210635cadcfd6c91ed89cbbe4b091b628a (diff)
downloadcurl-9e11c2791fb960758ad46b53c80fa37029c5501b.tar.gz
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copyright.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index 89f6b7874..d4809c4ba 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -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>",