Repository: falcon Updated Branches: refs/heads/master 9655d7410 -> edebc48ac
FALCON-2119 Minor Licensing Issue Added license for angular-notify.css Author: Ajay Yadava <[email protected]> Reviewers: Balu Vellanki <[email protected]> Closes #269 from ajayyadava/2119 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/edebc48a Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/edebc48a Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/edebc48a Branch: refs/heads/master Commit: edebc48aca8b2a3bb9a36481f3e6b13084e90239 Parents: 9655d74 Author: Ajay Yadava <[email protected]> Authored: Tue Aug 30 10:02:21 2016 +0530 Committer: Ajay Yadava <[email protected]> Committed: Tue Aug 30 10:02:21 2016 +0530 ---------------------------------------------------------------------- LICENSE.txt | 4 ++++ docs/license/angular-notify-LICENSE.txt | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/edebc48a/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index f61385f..9d985e9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -259,3 +259,7 @@ MIT license. For details see docs/license/ngTagsInput-LICENSE.txt This product bundles ngMask v3.1.1 which is available under MIT license. For details see docs/license/ngMask-LICENSE.txt + +This product bundles angular-notify.css v1.0.0, copyright Chris Gross, +which is available under a MIT license. +For details, see docs/license/angular-notify-LICENSE.txt http://git-wip-us.apache.org/repos/asf/falcon/blob/edebc48a/docs/license/angular-notify-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/angular-notify-LICENSE.txt b/docs/license/angular-notify-LICENSE.txt new file mode 100644 index 0000000..2fcddc3 --- /dev/null +++ b/docs/license/angular-notify-LICENSE.txt @@ -0,0 +1,20 @@ +Copyright 2013 Chris Gross + +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.
