aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicholas Johnson <mail@nicholasjohnson.ch>2024-07-17 00:00:00 +0000
committerNicholas Johnson <mail@nicholasjohnson.ch>2024-07-17 00:00:00 +0000
commitf4a62b9dabce0e0a8a9bead0b23a5eb74c4f4dce2219131523b15b8d5bc814b4 (patch)
tree1d63f3ea97ba07c301afbfab0382137a5c6ddc944fdce1a95043a2ccf62b3de3 /README.md
parent7441f27a34af38517c9b83b49d220fe5199b451e9505be1614a2c30bd641f687 (diff)
Add proper licenseHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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).