From d4a69bd3802991a846b509596a781e3f07ec47b0 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 18 Mar 2021 22:06:02 +0000 Subject: [PATCH] docs: link to license section - license differs on components and sources --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 662d8cbf..5a19b9aa 100644 --- a/script.sh +++ b/script.sh @@ -120,7 +120,7 @@ FIRST_LINE="! Title: Malicious URL Blocklist" SECOND_LINE="! Updated: $CURRENT_TIME" THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/curben/urlhaus-filter" -FIFTH_LINE="! License: https://creativecommons.org/publicdomain/zero/1.0/" +FIFTH_LINE="! License: https://gitlab.com/curben/urlhaus-filter#license" SIXTH_LINE="! Source: https://urlhaus.abuse.ch/api/" COMMENT_ABP="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE"