You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/12/09 23:31:58 UTC

couchdb commit: updated refs/heads/master to 9c53cff

Repository: couchdb
Updated Branches:
  refs/heads/master dbd38a1b9 -> 9c53cff2d


License for nightwatch function added


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9c53cff2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9c53cff2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9c53cff2

Branch: refs/heads/master
Commit: 9c53cff2d1039a46e01bc27743ea129c9b9b37f8
Parents: dbd38a1
Author: Benjamin Keen <be...@gmail.com>
Authored: Mon Dec 8 08:31:24 2014 -0800
Committer: Benjamin Keen <be...@gmail.com>
Committed: Mon Dec 8 08:31:24 2014 -0800

----------------------------------------------------------------------
 LICENSE | 23 +++++++++++++++++++++++
 NOTICE  |  4 ++++
 2 files changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9c53cff2/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index f359425..5ac7c47 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.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/9c53cff2/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 489524e..f03be89 100644
--- a/NOTICE
+++ b/NOTICE
@@ -173,3 +173,7 @@ This product also includes the following third-party components:
 * ?assertNotMatch in couch_eunit.hrl (https://github.com/richcarl/eunit/blob/master/include/eunit.hrl#L200-L219)
 
    Copyright (C) 2004-2006 Mickaël Rémond, Richard Carlsson
+
+* src/fauxton/test/nightwatch_tests/custom-commands/waitForAttribute.js
+
+   Copyright (c) 2014 Dave Koo