aboutsummaryrefslogtreecommitdiffstats
path: root/library/jquery-textcomplete/LICENSE
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-21 10:39:16 +1100
committerRedMatrix <info@friendica.com>2014-12-21 10:39:16 +1100
commite075c600d0a6a642da7af7393d55d05fea967119 (patch)
treebb7809689c72a1d646f98c5cda78e72415d0cb53 /library/jquery-textcomplete/LICENSE
parent508bd085032943c5dd101af116a041f5bc96553b (diff)
parent92a46c34c7d66415ab2bcd7a03dcc42fc6391af4 (diff)
downloadvolse-hubzilla-e075c600d0a6a642da7af7393d55d05fea967119.tar.gz
volse-hubzilla-e075c600d0a6a642da7af7393d55d05fea967119.tar.bz2
volse-hubzilla-e075c600d0a6a642da7af7393d55d05fea967119.zip
Merge pull request #747 from pafcu/autocomplete
Better contact autocomplete based on jquery-textcomplete
Diffstat (limited to 'library/jquery-textcomplete/LICENSE')
-rw-r--r--library/jquery-textcomplete/LICENSE21
1 files changed, 21 insertions, 0 deletions
diff --git a/library/jquery-textcomplete/LICENSE b/library/jquery-textcomplete/LICENSE
new file mode 100644
index 000000000..4848bd637
--- /dev/null
+++ b/library/jquery-textcomplete/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2013-2014 Yuku Takahashi
+
+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.