summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororangerot <orangerot@orangerot.dev>2025-09-09 21:20:56 +0200
committerorangerot <orangerot@orangerot.dev>2025-09-09 21:20:56 +0200
commitb2aa9e998f52f53d35157ba4c6ba574592685109 (patch)
tree95ecc624434818027a7e040d137311187c9305ee
parent2ed73f8bf490c946915547fff63b3be1c659890b (diff)
feat: license information
-rw-r--r--.gitignore4
-rw-r--r--README.md12
-rw-r--r--muendliche-pruefung-mathematik/lib.typ4
-rw-r--r--src/computer-science.typ4
-rw-r--r--src/lib.typ4
-rw-r--r--src/mathmatics.typ4
-rw-r--r--typst.toml14
7 files changed, 41 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index a136337..5099d97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
+# SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
+#
+# SPDX-License-Identifier: MIT
+
*.pdf
diff --git a/README.md b/README.md
index 16e7323..929151c 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,15 @@ In den Unterordern finden sich jeweils die Vorlagen für
Wie die Vorlagen verwendet werden, wird in der `README.md` in den jeweiligen
Unterordern erläutert.
+## Lizenz
+
+Das Projekt steht unter der MIT Lizenz - siehe `LICENSE` Datei für Details.
+
+Alle Dateien im `template` Ordner und
+`muendliche-{nach,}pruefung{-mathematik,}/{muendliche-{nach,}pruefung,main}.typ`
+stehen unter der MIT-0 Lizenz.
+
+Das Logo der Fachschaft Mathematik/Informatik (FSMI) des KIT wird in diesem
+Projekt verwendet und ist deren urheberrechtliches Eigentum. Alle Rechte liegen
+bei der FSMI. Die Nutzung gilt nur in den von der FSMI festgelegten Bedingugen.
+
diff --git a/muendliche-pruefung-mathematik/lib.typ b/muendliche-pruefung-mathematik/lib.typ
index c8512d0..3d8f7fd 100644
--- a/muendliche-pruefung-mathematik/lib.typ
+++ b/muendliche-pruefung-mathematik/lib.typ
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
+//
+// SPDX-License-Identifier: MIT
+
#let KIND = (:
"DIPLOM": "Diplomprüfung",
"STAATSEXAM": "Staatsexamensprüfung",
diff --git a/src/computer-science.typ b/src/computer-science.typ
index 7a840eb..2f28ab0 100644
--- a/src/computer-science.typ
+++ b/src/computer-science.typ
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
+//
+// SPDX-License-Identifier: MIT
+
#import "../muendliche-nachpruefung/lib.typ" as oral-post-exam
#import "../muendliche-pruefung/lib.typ" as oral-exam
diff --git a/src/lib.typ b/src/lib.typ
index 2524b4f..6f904f0 100644
--- a/src/lib.typ
+++ b/src/lib.typ
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
+//
+// SPDX-License-Identifier: MIT
+
#import "computer-science.typ"
#import "mathmatics.typ"
diff --git a/src/mathmatics.typ b/src/mathmatics.typ
index 23c115a..966f4ba 100644
--- a/src/mathmatics.typ
+++ b/src/mathmatics.typ
@@ -1,2 +1,6 @@
+// SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
+//
+// SPDX-License-Identifier: MIT
+
#import "../muendliche-pruefung-mathematik/lib.typ" as oral-exam
diff --git a/typst.toml b/typst.toml
index 214049d..1fa6a5e 100644
--- a/typst.toml
+++ b/typst.toml
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
+#
+# SPDX-License-Identifier: MIT
+
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
[package]
@@ -7,13 +11,13 @@ entrypoint = "src/lib.typ"
authors = [
"Gero Beckmann <orangerot@orangerot.dev>"
]
-license = "MIT"
+license = "MIT AND MIT-0"
description = "Exam Reports for Fachschaft Mathematik/Informatik at the Karlsruhe Institute of Technology"
-homepage = ""
-repository = ""
+homepage = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen"
+repository = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen"
keywords = []
-categories = []
-disciplines = []
+categories = ["report"]
+disciplines = ["computer-science", "mathematics", "education"]
# compiler = ""
[template]