diff --git a/LICENSE b/LICENSE deleted file mode 100644 index c9401ea..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2025 Gero Beckmann - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/LICENSES/MIT-0.txt b/LICENSES/MIT-0.txt new file mode 100644 index 0000000..494bc47 --- /dev/null +++ b/LICENSES/MIT-0.txt @@ -0,0 +1,16 @@ +MIT No Attribution + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 0000000..4816d18 --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the "Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO +EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 507aaa1..7021827 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Mathematik/Informatik, neu erstellt in dem modernen Textsatzsystem und inspiriert von den [Vorlagen in LaTeX](https://www.fsmi.org/studium/pruefungen/muendliche-pruefungen/#protokoll-vorlagen). +Die Vorlagen werden [hier](https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen) entwickelt. + ## Struktur In den Unterordern finden sich jeweils die Vorlagen für @@ -36,13 +38,21 @@ Um die einzelnen Vorlagen für die Veröffentlichung zu archivieren, führt man ## Lizenz -Das Projekt steht unter der MIT Lizenz - siehe `LICENSE` Datei für Details. +Copyright (c) 2025 Gero Beckmann + +Das Projekt steht unter der MIT Lizenz - siehe `LICENSES/` Ordner für Details. Alle Dateien im `template` Ordner und `muendliche-{nach,}pruefung{-mathematik,}/{muendliche-{nach,}pruefung,main}.typ` -stehen unter der MIT-0 Lizenz. +stehen unter der MIT No Attribution Lizenz (MIT-0). 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. +## Kontakt + +Gero Beckmann - orangerot@orangerot.dev + +Projekt: https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen + diff --git a/muendliche-nachpruefung/README.md b/muendliche-nachpruefung/README.md index d82dc67..fb12f4c 100644 --- a/muendliche-nachpruefung/README.md +++ b/muendliche-nachpruefung/README.md @@ -8,6 +8,8 @@ Für Informationen zu dem Textsatzsystem Typst am besten in die [Dokumentation](https://typst.app/docs/) schauen. +Die Vorlagen werden [hier](https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen) entwickelt. + ## Nutzung Es ist der Typst-Compiler nötig. Dieser ist für eine vielzahl an Betriebssystemen @@ -89,3 +91,65 @@ Typst möglichst ähnlich zu der PDF-Ausgabe der Inspiration in TeX ist. Dabei werden diverse Layoutelemente von Typst verwendet, welche das Layout mit Tabellen in TeX ersetzen. +## Lizenz + +Das Projekt steht unter der MIT Lizenz. + +``` +MIT License + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +Die Dateien `muendliche-nachpruefung.typ` und `main.typ` stehen unter der +MIT No Attribution Lizenz (MIT-0). + +``` +MIT No Attribution + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +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. + +## Kontakt + +Gero Beckmann - orangerot@orangerot.dev + +Projekt: https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen + diff --git a/muendliche-pruefung-mathematik/README.md b/muendliche-pruefung-mathematik/README.md index f1d6a76..d86a134 100644 --- a/muendliche-pruefung-mathematik/README.md +++ b/muendliche-pruefung-mathematik/README.md @@ -7,6 +7,8 @@ Vorbereitung. Für Informationen zu dem Textsatzsystem Typst am besten in die [Dokumentation](https://typst.app/docs/) schauen. +Die Vorlagen werden [hier](https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen) entwickelt. + ## Nutzung Es ist der Typst-Compiler nötig. Dieser ist für eine vielzahl an Betriebssystemen @@ -109,3 +111,65 @@ Typst möglichst ähnlich zu der PDF-Ausgabe der Inspiration in TeX ist. Dabei werden diverse Layoutelemente von Typst verwendet, welche das Layout mit Tabellen in TeX ersetzen. +## Lizenz + +Das Projekt steht unter der MIT Lizenz. + +``` +MIT License + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +Die Dateien `muendliche-pruefung-mathematik.typ` und `main.typ` stehen unter der +MIT No Attribution Lizenz (MIT-0). + +``` +MIT No Attribution + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +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. + +## Kontakt + +Gero Beckmann - orangerot@orangerot.dev + +Projekt: https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen + diff --git a/muendliche-pruefung/README.md b/muendliche-pruefung/README.md index c0fa7e7..0f1c805 100644 --- a/muendliche-pruefung/README.md +++ b/muendliche-pruefung/README.md @@ -7,6 +7,8 @@ Vorbereitung. Für Informationen zu dem Textsatzsystem Typst am besten in die [Dokumentation](https://typst.app/docs/) schauen. +Die Vorlagen werden [hier](https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen) entwickelt. + ## Nutzung Es ist der Typst-Compiler nötig. Dieser ist für eine vielzahl an Betriebssystemen @@ -97,3 +99,65 @@ Typst möglichst ähnlich zu der PDF-Ausgabe der Inspiration in TeX ist. Dabei werden diverse Layoutelemente von Typst verwendet, welche das Layout mit Tabellen in TeX ersetzen. +## Lizenz + +Das Projekt steht unter der MIT Lizenz. + +``` +MIT License + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +Die Dateien `muendliche-pruefung.typ` und `main.typ` stehen unter der +MIT No Attribution Lizenz (MIT-0). + +``` +MIT No Attribution + +Copyright (c) 2025 Gero Beckmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` + +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. + +## Kontakt + +Gero Beckmann - orangerot@orangerot.dev + +Projekt: https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen +