Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 651cd1333 -> 3c88b1b97


add license headers


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

Branch: refs/heads/master
Commit: 3c88b1b975a675b109cb08609b96b341a2b46bb6
Parents: 651cd13
Author: Robert Kowalski <[email protected]>
Authored: Tue Nov 18 17:26:44 2014 +0100
Committer: Robert Kowalski <[email protected]>
Committed: Tue Nov 18 17:26:44 2014 +0100

----------------------------------------------------------------------
 .../databases/tests/nightwatch/createsDatabase.js       | 12 ++++++++++++
 app/addons/databases/tests/nightwatch/createsView.js    | 12 ++++++++++++
 .../databases/tests/nightwatch/deletesDatabase.js       | 12 ++++++++++++
 .../documents/tests/nightwatch/createsDocument.js       | 12 ++++++++++++
 .../documents/tests/nightwatch/deletesDocument.js       | 12 ++++++++++++
 5 files changed, 60 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/3c88b1b9/app/addons/databases/tests/nightwatch/createsDatabase.js
----------------------------------------------------------------------
diff --git a/app/addons/databases/tests/nightwatch/createsDatabase.js 
b/app/addons/databases/tests/nightwatch/createsDatabase.js
index 3cb898f..b729da1 100644
--- a/app/addons/databases/tests/nightwatch/createsDatabase.js
+++ b/app/addons/databases/tests/nightwatch/createsDatabase.js
@@ -1,3 +1,15 @@
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not
+// use this file except in compliance with the License. You may obtain a copy 
of
+// the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations 
under
+// the License.
+
 module.exports = {
   'Creates a Database' : function (client) {
     var waitTime = 10000,

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/3c88b1b9/app/addons/databases/tests/nightwatch/createsView.js
----------------------------------------------------------------------
diff --git a/app/addons/databases/tests/nightwatch/createsView.js 
b/app/addons/databases/tests/nightwatch/createsView.js
index 96d77ba..f852c6f 100644
--- a/app/addons/databases/tests/nightwatch/createsView.js
+++ b/app/addons/databases/tests/nightwatch/createsView.js
@@ -1,3 +1,15 @@
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not
+// use this file except in compliance with the License. You may obtain a copy 
of
+// the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations 
under
+// the License.
+
 module.exports = {
   'Creates a View' : function (client) {
     /*jshint multistr: true */

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/3c88b1b9/app/addons/databases/tests/nightwatch/deletesDatabase.js
----------------------------------------------------------------------
diff --git a/app/addons/databases/tests/nightwatch/deletesDatabase.js 
b/app/addons/databases/tests/nightwatch/deletesDatabase.js
index d97191f..e70bdbd 100644
--- a/app/addons/databases/tests/nightwatch/deletesDatabase.js
+++ b/app/addons/databases/tests/nightwatch/deletesDatabase.js
@@ -1,3 +1,15 @@
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not
+// use this file except in compliance with the License. You may obtain a copy 
of
+// the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations 
under
+// the License.
+
 module.exports = {
   'Deletes a database': function (client) {
     var waitTime = 8000,

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/3c88b1b9/app/addons/documents/tests/nightwatch/createsDocument.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/nightwatch/createsDocument.js 
b/app/addons/documents/tests/nightwatch/createsDocument.js
index 7de99b5..dfceec8 100644
--- a/app/addons/documents/tests/nightwatch/createsDocument.js
+++ b/app/addons/documents/tests/nightwatch/createsDocument.js
@@ -1,3 +1,15 @@
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not
+// use this file except in compliance with the License. You may obtain a copy 
of
+// the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations 
under
+// the License.
+
 module.exports = {
   'Creates a document' : function (client) {
     /*jshint multistr: true */

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/3c88b1b9/app/addons/documents/tests/nightwatch/deletesDocument.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/tests/nightwatch/deletesDocument.js 
b/app/addons/documents/tests/nightwatch/deletesDocument.js
index 4214022..733c5cc 100644
--- a/app/addons/documents/tests/nightwatch/deletesDocument.js
+++ b/app/addons/documents/tests/nightwatch/deletesDocument.js
@@ -1,3 +1,15 @@
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not
+// use this file except in compliance with the License. You may obtain a copy 
of
+// the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations 
under
+// the License.
+
 module.exports = {
   'Deletes a document': function (client) {
     var waitTime = 10000,

Reply via email to