summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-03-04 14:13:10 -0800
committerCorey Hulen <corey@hulen.com>2016-03-04 14:13:10 -0800
commit81ccfca2bfc91779d7bf00dbccb6f932d285a87c (patch)
treeb45bd3a3ebfe3be8dbd4d564a4737ccfa7219aa3
parentfc468e17389a2eb35fa41893b97d5ae5ddc41821 (diff)
parentfd705fb34ae2f82ac067b766c1aa52b81f3f4661 (diff)
downloadchat-81ccfca2bfc91779d7bf00dbccb6f932d285a87c.tar.gz
chat-81ccfca2bfc91779d7bf00dbccb6f932d285a87c.tar.bz2
chat-81ccfca2bfc91779d7bf00dbccb6f932d285a87c.zip
Merge pull request #2334 from mattermost/esethna-patch-2
Update NOTICE.txt with fastclick
-rw-r--r--NOTICE.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/NOTICE.txt b/NOTICE.txt
index b39ee7cc9..8491e2f17 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1638,3 +1638,36 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---
+
+This product contains a modified portion of 'fastclick', a library for eliminating the delay between a physical tap and the firing of a click event on mobile browsers.
+by FT Labs.
+
+* HOMEPAGE:
+ * https://github.com/ftlabs/fastclick
+
+* LICENSE:
+
+Copyright (c) 2014 The Financial Times Ltd.
+
+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.