From 3b10b21163f04d438fa801bdb0b1991663ba2b63 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 21 Jul 2020 01:15:49 +0100 Subject: [PATCH] docs: relicense blocklist under CC BY-SA 4.0 Comply with CC license of PhishTank data (CC BY-SA 2.5) https://creativecommons.org/share-your-work/licensing-considerations/compatible-licenses --- README.md | 4 +++- src/script.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e014e995..50883862 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,9 @@ Use shallow clone to get the recent revisions only. Getting the last five revisi ## License -[Creative Commons Zero v1.0 Universal](LICENSE.md) +[src/](src/): [CC0](LICENSE.md) + +[dist/](dist/): [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) [badge.sh](src/badge.sh) & [.gitlab/](.gitlab/) contain badges that are licensed by [Shields.io](https://shields.io) under [CC0 1.0](LICENSE.md) diff --git a/src/script.sh b/src/script.sh index 4ad9c158..400cd003 100644 --- a/src/script.sh +++ b/src/script.sh @@ -106,7 +106,7 @@ FIRST_LINE="! Title: Phishing URL Blocklist" SECOND_LINE="! Updated: $CURRENT_TIME" THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Repo: https://gitlab.com/curben/phishing-filter" -FIFTH_LINE="! License: https://creativecommons.org/publicdomain/zero/1.0/" +FIFTH_LINE="! License: https://creativecommons.org/licenses/by-sa/4.0/" 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"