From 7a2e4433350fb3dfa1052d3c4d30e0b283c947e2 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Sat, 18 Sep 2021 13:12:48 +0200 Subject: [PATCH] add license --- LICENSE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f007d60 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,10 @@ +# License + +If not noted otherwise, all files within this repository are licensed under cc0 (https://creativecommons.org/publicdomain/zero/1.0/deed.de). Feel free to use and modify them as you want. + +## not covered by this license + +The following parts of this repository are not covered by this license: + +* tools/textGenerator/PressStart2P-Regular.ttf (License can be found in tools/textGenerator/PressStart2P-Regular.license) +* community/* (Respositories under this folder may have their own license, see the corresponding repository for more information) -- GitLab