58 lines
2.8 KiB
Plaintext
58 lines
2.8 KiB
Plaintext
MIT License
|
|
|
|
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:
|
|
|
|
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.
|
|
|
|
|
|
================================================================================
|
|
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.
|