From 2024c755503d4e01f8c886f3fa1fec47f152321c Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 18 Mar 2021 22:04:01 +0000 Subject: [PATCH] docs: link to license section - license differs on components and sources --- src/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index 37e20756..869a3d2f 100644 --- a/src/script.sh +++ b/src/script.sh @@ -132,7 +132,7 @@ FIRST_LINE="! Title: Phishing URL Blocklist" SECOND_LINE="! Updated: $CURRENT_TIME" THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/curben/phishing-filter" -FIFTH_LINE="! License: https://creativecommons.org/licenses/by-sa/4.0/" +FIFTH_LINE="! License: https://gitlab.com/curben/phishing-filter#license" SIXTH_LINE="! Source: https://www.phishtank.com/ & https://openphish.com/" COMMENT_UBO="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE"