doc(README): better licensing and contact information
This commit is contained in:
parent
4bdf1a8797
commit
c9bca99635
21
LICENSE
21
LICENSE
|
|
@ -1,21 +0,0 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2025 Gero Beckmann <orangerot@orangerot.dev>
|
||||
|
||||
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.
|
||||
16
LICENSES/MIT-0.txt
Normal file
16
LICENSES/MIT-0.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
MIT No Attribution
|
||||
|
||||
Copyright (c) 2025 Gero Beckmann <orangerot@orangerot.dev>
|
||||
|
||||
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.
|
||||
18
LICENSES/MIT.txt
Normal file
18
LICENSES/MIT.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2025 Gero Beckmann <orangerot@orangerot.dev>
|
||||
|
||||
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.
|
||||
14
README.md
14
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 <orangerot@orangerot.dev>
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <orangerot@orangerot.dev>
|
||||
|
||||
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 <orangerot@orangerot.dev>
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <orangerot@orangerot.dev>
|
||||
|
||||
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 <orangerot@orangerot.dev>
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <orangerot@orangerot.dev>
|
||||
|
||||
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 <orangerot@orangerot.dev>
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue