From f4a62b9dabce0e0a8a9bead0b23a5eb74c4f4dce2219131523b15b8d5bc814b4 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Wed, 17 Jul 2024 00:00:00 +0000 Subject: Add proper license --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0f59419..d01879d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ > "DomainKeys Identified Mail (DKIM) defines a domain-level authentication framework for email using public-key cryptography and key server technology to permit verification of the source and contents of messages by either Mail Transfer Agents (MTAs) or Mail User Agents (MUAs). The ultimate goal of this framework is to permit a signing domain to assert responsibility for a message, thus protecting message signer identity and the integrity of the messages they convey while retaining the functionality of Internet email as it is known today. Protection of email identity may assist in the global control of "spam" and "phishing"." DKIM also provides non-repudiation, despite it not being an explicit design goal. To retain email deniability, I rotate my DKIM keys and publish the revoked ones, which can be found in the `keys` directory. + +## License + +DKIM Privates is licensed under [CC0 1.0 Universal](LICENSE). -- cgit v1.2.3