feat: license information
This commit is contained in:
parent
2ed73f8bf4
commit
b2aa9e998f
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,5 @@
|
||||||
|
# SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
*.pdf
|
*.pdf
|
||||||
|
|
12
README.md
12
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
|
Wie die Vorlagen verwendet werden, wird in der `README.md` in den jeweiligen
|
||||||
Unterordern erläutert.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#let KIND = (:
|
#let KIND = (:
|
||||||
"DIPLOM": "Diplomprüfung",
|
"DIPLOM": "Diplomprüfung",
|
||||||
"STAATSEXAM": "Staatsexamensprüfung",
|
"STAATSEXAM": "Staatsexamensprüfung",
|
||||||
|
|
|
@ -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-nachpruefung/lib.typ" as oral-post-exam
|
||||||
#import "../muendliche-pruefung/lib.typ" as oral-exam
|
#import "../muendliche-pruefung/lib.typ" as oral-exam
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#import "computer-science.typ"
|
#import "computer-science.typ"
|
||||||
#import "mathmatics.typ"
|
#import "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
|
#import "../muendliche-pruefung-mathematik/lib.typ" as oral-exam
|
||||||
|
|
||||||
|
|
14
typst.toml
14
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
|
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
|
@ -7,13 +11,13 @@ entrypoint = "src/lib.typ"
|
||||||
authors = [
|
authors = [
|
||||||
"Gero Beckmann <orangerot@orangerot.dev>"
|
"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"
|
description = "Exam Reports for Fachschaft Mathematik/Informatik at the Karlsruhe Institute of Technology"
|
||||||
homepage = ""
|
homepage = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen"
|
||||||
repository = ""
|
repository = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen"
|
||||||
keywords = []
|
keywords = []
|
||||||
categories = []
|
categories = ["report"]
|
||||||
disciplines = []
|
disciplines = ["computer-science", "mathematics", "education"]
|
||||||
# compiler = ""
|
# compiler = ""
|
||||||
|
|
||||||
[template]
|
[template]
|
||||||
|
|
Loading…
Reference in a new issue