summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorBenjamin Keen <ben.keen@gmail.com>2014-12-08 08:31:24 -0800
committerBenjamin Keen <ben.keen@gmail.com>2014-12-08 08:31:24 -0800
commit9c53cff2d1039a46e01bc27743ea129c9b9b37f8 (patch)
tree18dad5339e1a1661682c5e26f185730b04847866 /LICENSE
parentdbd38a1b948bc83e8228d1fd4618a3cfbfdfdd9e (diff)
downloadcouchdb-9c53cff2d1039a46e01bc27743ea129c9b9b37f8.tar.gz
License for nightwatch function added
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE23
1 files changed, 23 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index f359425a6..5ac7c4712 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1254,3 +1254,26 @@ for velocity.js
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+For the src/fauxton/test/nightwatch_tests/custom-commands/waitForAttribute.js component:
+
+ The MIT License (MIT)
+
+ Copyright (c) 2014 Dave Koo
+
+ 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.