From a733b306b344077ab576d2ff9a07d3c6d1a16173 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Thu, 5 Aug 2021 11:12:02 +0300 Subject: [PATCH] Don't gitignore LICENSE files --- .gitignore | 1 + .../gedex/inflector/CakePHP_LICENSE.txt | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 vendor/github.com/gedex/inflector/CakePHP_LICENSE.txt diff --git a/.gitignore b/.gitignore index 0f16c71b00e..da105bfff55 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ /vendor/**/*.png /vendor/**/*.tmpl /vendor/**/*.txt +!/vendor/**/*LICENSE* !/vendor/modules.txt /vendor/**/*.y*ml /vendor/**/.*.y*ml diff --git a/vendor/github.com/gedex/inflector/CakePHP_LICENSE.txt b/vendor/github.com/gedex/inflector/CakePHP_LICENSE.txt new file mode 100644 index 00000000000..414ab1e7234 --- /dev/null +++ b/vendor/github.com/gedex/inflector/CakePHP_LICENSE.txt @@ -0,0 +1,28 @@ +The MIT License + +CakePHP(tm) : The Rapid Development PHP Framework (http://cakephp.org) +Copyright (c) 2005-2013, Cake Software Foundation, 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. + +Cake Software Foundation, Inc. +1785 E. Sahara Avenue, +Suite 490-204 +Las Vegas, Nevada 89104, +United States of America. \ No newline at end of file