From 02b5b482ba0d75216a452ada5634e8320bc8b89d Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Tue, 24 Sep 2024 10:56:47 +0200 Subject: [PATCH] move license around a bit --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2e074c..1cc473a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ List of disposable email domains ======================== - -[![Licensed under CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) - This repo contains a [list of disposable and temporary email address domains](disposable_email_blocklist.conf) often used to register dummy users in order to spam or abuse some services. We cannot guarantee all of these can still be considered disposable but we do basic checking so chances are they were disposable at one point in time. @@ -19,6 +16,12 @@ Feel free to create PR with additions or request removal of some domain (with re Please add new disposable domains directly into [disposable_email_blocklist.conf](disposable_email_blocklist.conf) in the same format (only second level domains on new line without @), then run [maintain.sh](maintain.sh). The shell script will help you convert uppercase to lowercase, sort, remove duplicates and remove allowlisted domains. +License +======= +You can copy, modify, distribute and use the work, even for commercial purposes, all without asking permission. + +[![Licensed under CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) + Changelog ============