diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/computer-science.typ | 4 | ||||
-rw-r--r-- | src/lib.typ | 4 | ||||
-rw-r--r-- | src/mathmatics.typ | 4 |
3 files changed, 12 insertions, 0 deletions
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 |