Add license file for Moment.js
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/82652583 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/82652583 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/82652583 Branch: refs/heads/master Commit: 8265258318a632c113a95e54755cbaa78608db63 Parents: a392ade Author: Howard M. Lewis Ship <[email protected]> Authored: Thu Dec 5 10:05:00 2013 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Thu Dec 5 10:05:00 2013 -0800 ---------------------------------------------------------------------- tapestry-core/LICENSE-moment.js.txt | 22 ++++++++++++++++++++++ tapestry-core/NOTICE.txt | 3 +++ 2 files changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/82652583/tapestry-core/LICENSE-moment.js.txt ---------------------------------------------------------------------- diff --git a/tapestry-core/LICENSE-moment.js.txt b/tapestry-core/LICENSE-moment.js.txt new file mode 100644 index 0000000..b44e3a6 --- /dev/null +++ b/tapestry-core/LICENSE-moment.js.txt @@ -0,0 +1,22 @@ +Copyright (c) 2011-2013 Tim Wood, Iskren Chernev, Moment.js contributors + +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. http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/82652583/tapestry-core/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tapestry-core/NOTICE.txt b/tapestry-core/NOTICE.txt index edf66cf..ca84bda 100644 --- a/tapestry-core/NOTICE.txt +++ b/tapestry-core/NOTICE.txt @@ -32,4 +32,7 @@ http://jquery.org/ This product includes Twitter Typeahead.js, distributed under the MIT License. https://github.com/twitter/typeahead.js +This product includes Moment.js, distributed under the MIT License. +https://github.com/moment/moment +
