Drittanbieter-Lizenzen

Dieser Artikel enthält Hinweise und zusätzliche Bedingungen zu Drittanbieter-Softwarekomponenten, die in der DHTMLX Gantt-Bibliothek enthalten sind.

Die kompilierte Bluebird-Bibliothek, die unter der MIT-Lizenz steht, ist in den JS-Dateien unseres Gantt-Charts enthalten. Verweise darauf finden Sie in den Kommentaren innerhalb der JS-Dateien. Einzelheiten zur Integration mit Gantt finden Sie unter: Promise.

Die Roboto Google Font, die im Material-Skin verwendet wird, ist standardmäßig nicht im Lieferumfang der Bibliothek enthalten, wird jedoch in der Regel manuell hinzugefügt, wie in unserer Dokumentation beschrieben.

Wir verwenden außerdem einige Open-Source-Bibliotheken in unseren Beispielanwendungen, wie z. B. Node.js Express module, body_parser und strip_tags (aufgeführt im Paket der Beispiele unter backend/package.json). Diese sind nicht Bestandteil der Gantt-Bibliothek selbst und dienen ausschließlich Demonstrationszwecken.

Komponenten, die in der Kernbibliothek von Gantt verwendet werden

Bluebird Promise Library

The MIT License (MIT)

Copyright (c) 2013-2019 Petka Antonov

Permission is granted, free of charge, to anyone obtaining a copy of this software and its documentation files (the "Software") to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to allow others to do so, under the following conditions:

The above copyright notice and this permission notice must be included in all copies or significant portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THE AUTHORS OR COPYRIGHT HOLDERS ARE NOT LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE SOFTWARE OR ITS USE.

Roboto Google Font

Copyright 2020 DHTMLX

Licensed under the Apache License, Version 2.0 (the "License"); use of this file must comply with the License. You can review the License at:
<p align="center" text-indent: 20px;">http://www.apache.org/licenses/LICENSE-2.0

Unless required by law or agreed to in writing, software distributed under this License is provided "AS IS", without warranties or conditions of any kind, either express or implied. Please refer to the License for specific language governing permissions and limitations.

Komponenten, die in der Beispielanwendung verwendet werden

body-parser

The MIT License

Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>

Permission is granted, free of charge, to anyone obtaining a copy of this software and its documentation files (the "Software") to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to allow others to do so, under the following conditions:

The copyright notice and this permission notice must 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 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THE AUTHORS OR COPYRIGHT HOLDERS ARE NOT LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE SOFTWARE OR ITS USE.

express

(The MIT License)

Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>

Permission is granted, free of charge, to anyone obtaining a copy of this software and its documentation files (the "Software") to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to allow others to do so, under the following conditions:

The copyright notice and this permission notice must 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 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THE AUTHORS OR COPYRIGHT HOLDERS ARE NOT LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE SOFTWARE OR ITS USE.

striptags

The MIT License (MIT)

Copyright (c) [2017] [Eric Norris]

Permission is granted, free of charge, to anyone obtaining a copy of this software and its documentation files (the "Software") to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to allow others to do so, under the following conditions:

The copyright notice and this permission notice must be included in all copies or significant portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THE AUTHORS OR COPYRIGHT HOLDERS ARE NOT LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE SOFTWARE OR ITS USE.

Zurück nach oben