Dateien nach "/" hochladen

This commit is contained in:
2026-09-16 10:59:24 +02:00
parent e49a69af76
commit 1aa39ba63b
4 changed files with 3097 additions and 15 deletions
+52 -13
View File
@@ -1,18 +1,57 @@
MIT License
Copyright (c) 2026 olli1986
Copyright (c) 2026 Oliver Braasch
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:
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 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.
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.
================================================================================
Hinweis zu verwendeten Bibliotheken Dritter
================================================================================
Diese Software bindet die folgenden quelloffenen Bibliotheken ein. Sie stehen
unter den Lizenzen ihrer jeweiligen Urheber und sind nicht von der obigen
MIT-Lizenz erfasst. Bei einer Weitergabe müssen deren Lizenztexte und
Copyright-Vermerke mitgeliefert werden.
--------------------------------------------------------------------------------
vanilla-jsoneditor -- Lizenz: ISC
Copyright (c) Jos de Jong
https://github.com/josdejong/svelte-jsoneditor
--------------------------------------------------------------------------------
PapaParse -- Lizenz: MIT
Copyright (c) Matthew Holt
https://github.com/mholt/PapaParse
--------------------------------------------------------------------------------
js-yaml -- Lizenz: MIT
Copyright (c) Vladimir Zapparov, Vitaly Puzrin und Mitwirkende
https://github.com/nodeca/js-yaml
--------------------------------------------------------------------------------
SheetJS Community Edition (xlsx) -- Lizenz: Apache License 2.0
Copyright (c) SheetJS LLC
https://github.com/SheetJS/sheetjs
Die Apache-Lizenz 2.0 verlangt bei Weitergabe zusätzlich, dass der
Lizenztext beiliegt und Änderungen an den Dateien kenntlich gemacht werden.
Lege dazu die Datei LICENSE aus dem SheetJS-Paket im Ordner lib/ mit ab.
--------------------------------------------------------------------------------
Wenn du die Bibliotheken lokal im Ordner lib/ ablegst (empfohlen), lege bitte
auch die jeweils mitgelieferten LICENSE-Dateien dorthin. Damit sind die
Weitergabebedingungen aller vier Lizenzen erfüllt.