From 5ddcc60496a347387147620fb691c68232984e72 Mon Sep 17 00:00:00 2001
From: Jakob Moser <moser@cl.uni-heidelberg.de>
Date: Mon, 1 Jul 2024 15:29:28 +0200
Subject: [PATCH] Explain license in README

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e2400c1..c9d9a12 100644
--- a/README.md
+++ b/README.md
@@ -35,4 +35,8 @@ This will only store the token locally in the secret storage, without any valida
 ```bash
 source venv/bin/activate
 ./main.py
-```
\ No newline at end of file
+```
+
+## License
+
+This "project" is licensed under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/), i.e., released to the public domain. TL;DR: You can do whatever the fuck you want to with this code, but don't hold me liable if something bad happens.
-- 
GitLab