From ab8601b8d2c45894dafefe9809bc72762900a1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20H=C3=B6fer?= Date: Thu, 13 Oct 2016 11:06:05 +0200 Subject: [PATCH] =?UTF-8?q?Lizenz-Tabelle=20und=20Twitter-Bootstrap-Lizenz?= =?UTF-8?q?=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/LICENSE b/LICENSE index 0b1d9c91..38e7e317 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,15 @@ # Projects used by MetaGer +## Non-exhaustive list +| Project | License | Website | +|-----------|-------------|---------------------------| +| Laravel | MIT | https://laravel.com/ | +| Bootstrap | MIT | https://getbootstrap.com/ | +| Our Code | GNU AGPL v3 | https://metager.de | + +Above is a table with some (if not all) of the projects that are used. +Below is a list of the full license texts of those projects. + ## [Laravel](https://laravel.com/) https://github.com/laravel/laravel @@ -26,6 +36,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- +## [Bootstrap](http://getbootstrap.com/) +https://github.com/twbs/bootstrap/blob/master/LICENSE + +The MIT License (MIT) + +Copyright (c) 2011-2016 Twitter, Inc. + +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. + + +--- + # MetaGer source code Other MetaGer source code, unless otherwise noted, is licensed under the AGPL v3 license: -- GitLab