From 343e0be856a4f37cc308888b0d9588c233e4682e Mon Sep 17 00:00:00 2001
From: Stefan Hynek <stefan.hynek@uni-goettingen.de>
Date: Thu, 24 Feb 2022 08:30:57 +0100
Subject: [PATCH] docs(readme): document license and reuse

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 0f04e36..df7cd12 100644
--- a/README.md
+++ b/README.md
@@ -65,3 +65,14 @@ pre-commit install
 ```
 
 Also, a helper with conventional commits is installed with the development requirements that you could leverage to easily comply with it. Just use `cz c` instead of `git commit`
+
+## License
+
+This project aims to be [REUSE compliant](https://api.reuse.software/info/gitlab.gwdg.de/dariah-de/textgridrep/repdav).
+Original parts are licensed under AGPL-3.0-or-later.
+Derivative code is licensed under the respective license of the original.
+Documentation, configuration and generated code files are licensed under CC0-1.0.
+
+## Badges
+
+[![REUSE status](https://api.reuse.software/badge/gitlab.gwdg.de/dariah-de/textgridrep/repdav)](https://api.reuse.software/info/gitlab.gwdg.de/dariah-de/textgridrep/repdav)
-- 
GitLab