From b9eab355713fb16a9e6af481775647be4bc7dcf6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Jun 2018 17:59:46 +0200 Subject: [PATCH] Improve license list --- Legal/Licensee.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++ Legal/Licensor.md | 15 ++++++++++++ Legal/licenses.md | 30 ------------------------ 3 files changed, 75 insertions(+), 30 deletions(-) create mode 100644 Legal/Licensee.md create mode 100644 Legal/Licensor.md delete mode 100644 Legal/licenses.md diff --git a/Legal/Licensee.md b/Legal/Licensee.md new file mode 100644 index 0000000..6d9091c --- /dev/null +++ b/Legal/Licensee.md @@ -0,0 +1,60 @@ +# Licenses # + +## Fonts ## + +### Font Awesome ### + +* Files: fontaweseom/* +* License: https://fortawesome.github.io/Font-Awesome/license/ +* Source: https://fortawesome.github.io + +## JavaScript ## + +Core JavaScript libraries + +### D3.js ### + +* Files: d3.min.js +* Author: Michael Bostock +* License: https://github.com/mbostock/d3/blob/master/LICENSE +* Source: https://github.com/mbostock/d3 + +### Orange Fruit Pieces ### +* Files: module_teaser_small.png +* Author: Evan Amos +* License: http://creativecommons.org/licenses/by-sa/3.0/deed.en +* Source: http://commons.wikimedia.org/wiki/File:Orange-Fruit-Pieces.jpg + +## PHP + +Core PHP libraries + +### MPDF + +* Files: mpdf/* +* License: https://github.com/mpdf/mpdf/blob/development/LICENSE.txt +* Source: https://github.com/mpdf/mpdf + +### TCPDF + +* Files: tcpdf/* +* License: https://github.com/tecnickcom/TCPDF/blob/master/LICENSE.TXT +* Source: https://github.com/tecnickcom/TCPDF + +### PhpSpreadsheet + +* Files: PhpSpreadsheet/* +* License: https://github.com/PHPOffice/PhpSpreadsheet/blob/develop/LICENSE +* Source: https://github.com/PHPOffice/PhpSpreadsheet + +### PhpWord + +* Files: PHPWord/* +* License: https://github.com/PHPOffice/PHPWord/blob/develop/LICENSE +* Source: https://github.com/PHPOffice/PHPWord + +### PHPPresentation + +* Files: PHPPresentation/* +* License: https://github.com/PHPOffice/PHPPresentation/blob/develop/LICENSE +* Source: https://github.com/PHPOffice/PHPPresentation \ No newline at end of file diff --git a/Legal/Licensor.md b/Legal/Licensor.md new file mode 100644 index 0000000..b75be07 --- /dev/null +++ b/Legal/Licensor.md @@ -0,0 +1,15 @@ +# Licenses # + +## Schütz Dental + +* Duration: unlimited +* Compensation: none +* Rights: Unlimitd use +* Limitations: No claim for updates, support, fixes, additional modules, customizations and no rights to distribute the software or parts of it in any form. + +## GDF + +* Duration: unlimited +* Compensation: none +* Rights: Unlimitd use +* Limitations: No claim for updates, support, fixes, additional modules, customizations and no rights to distribute the software or parts of it in any form. \ No newline at end of file diff --git a/Legal/licenses.md b/Legal/licenses.md deleted file mode 100644 index a966825..0000000 --- a/Legal/licenses.md +++ /dev/null @@ -1,30 +0,0 @@ -# Licenses # - -## Fonts ## - -### Font Awesome ### - -* Files: fontaweseom/* -* License: https://fortawesome.github.io/Font-Awesome/license/ -* Source: https://fortawesome.github.io - -## JavaScript ## - -Core JavaScript libraries - -### D3.js ### - -* Files: d3.min.js -* Author: Michael Bostock -* License: https://github.com/mbostock/d3/blob/master/LICENSE -* Source: https://github.com/mbostock/d3 - -## Images ## - -Core theme images - -### Orange Fruit Pieces ### -* Files: module_teaser_small.png -* Author: Evan Amos -* License: http://creativecommons.org/licenses/by-sa/3.0/deed.en -* Source: http://commons.wikimedia.org/wiki/File:Orange-Fruit-Pieces.jpg \ No newline at end of file