diff --git a/LICENSE b/LICENSE index 0b1d9c9172f0901e4e51c370d531dad93478a191..38e7e31755ca6fbc1c7a8eef5945a8acf0bc1783 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: