summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-06-02 21:37:37 +0000
committerJan Lehnardt <jan@apache.org>2010-06-02 21:37:37 +0000
commite699b56c551ab3225789d6dd1951fb7341854c9c (patch)
tree3f46d0b6e3bba7bfae4cfd8fa18d474479b9e4f0 /share
parent85ceb17d00984b902cadc7a344f9d4adb82d50a5 (diff)
add legalese for jspec
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/spec/couch_js_class_methods_spec.js12
-rw-r--r--share/www/spec/couch_js_instance_methods_1_spec.js12
-rw-r--r--share/www/spec/couch_js_instance_methods_2_spec.js12
-rw-r--r--share/www/spec/couch_js_instance_methods_3_spec.js12
-rw-r--r--share/www/spec/custom_helpers.js12
-rw-r--r--share/www/spec/jquery_couch_js_class_methods_spec.js12
-rw-r--r--share/www/spec/jquery_couch_js_instance_methods_1_spec.js12
-rw-r--r--share/www/spec/jquery_couch_js_instance_methods_2_spec.js12
-rw-r--r--share/www/spec/jquery_couch_js_instance_methods_3_spec.js12
-rw-r--r--share/www/spec/run.html13
10 files changed, 121 insertions, 0 deletions
diff --git a/share/www/spec/couch_js_class_methods_spec.js b/share/www/spec/couch_js_class_methods_spec.js
index 3c2ec3be..7eac2348 100644
--- a/share/www/spec/couch_js_class_methods_spec.js
+++ b/share/www/spec/couch_js_class_methods_spec.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.
+
// Specs for couch.js lines 313-470
describe 'CouchDB class'
diff --git a/share/www/spec/couch_js_instance_methods_1_spec.js b/share/www/spec/couch_js_instance_methods_1_spec.js
index 81a06179..7f23bd2c 100644
--- a/share/www/spec/couch_js_instance_methods_1_spec.js
+++ b/share/www/spec/couch_js_instance_methods_1_spec.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.
+
// Specs for couch.js lines 1-130
describe 'CouchDB instance'
diff --git a/share/www/spec/couch_js_instance_methods_2_spec.js b/share/www/spec/couch_js_instance_methods_2_spec.js
index 4df0c9a6..76df6368 100644
--- a/share/www/spec/couch_js_instance_methods_2_spec.js
+++ b/share/www/spec/couch_js_instance_methods_2_spec.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.
+
// Specs for couch.js lines 132-199
describe 'CouchDB instance'
diff --git a/share/www/spec/couch_js_instance_methods_3_spec.js b/share/www/spec/couch_js_instance_methods_3_spec.js
index 692e08e6..b7464c01 100644
--- a/share/www/spec/couch_js_instance_methods_3_spec.js
+++ b/share/www/spec/couch_js_instance_methods_3_spec.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.
+
// Specs for couch.js lines 201-265
describe 'CouchDB instance'
diff --git a/share/www/spec/custom_helpers.js b/share/www/spec/custom_helpers.js
index 35055c54..d29ee87b 100644
--- a/share/www/spec/custom_helpers.js
+++ b/share/www/spec/custom_helpers.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.
+
function stubAlert(){
if(typeof(old_alert) == 'undefined'){
old_alert = alert;
diff --git a/share/www/spec/jquery_couch_js_class_methods_spec.js b/share/www/spec/jquery_couch_js_class_methods_spec.js
index a8deb2b6..f2df81b3 100644
--- a/share/www/spec/jquery_couch_js_class_methods_spec.js
+++ b/share/www/spec/jquery_couch_js_class_methods_spec.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.
+
// Specs for jquery_couch.js lines 48-156 and 415-448
describe 'jQuery couchdb'
diff --git a/share/www/spec/jquery_couch_js_instance_methods_1_spec.js b/share/www/spec/jquery_couch_js_instance_methods_1_spec.js
index 3dc363ba..8538c856 100644
--- a/share/www/spec/jquery_couch_js_instance_methods_1_spec.js
+++ b/share/www/spec/jquery_couch_js_instance_methods_1_spec.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.
+
// Specs for jquery_couch.js lines 163-209
describe 'jQuery couchdb db'
diff --git a/share/www/spec/jquery_couch_js_instance_methods_2_spec.js b/share/www/spec/jquery_couch_js_instance_methods_2_spec.js
index fbcdacc4..8f35affa 100644
--- a/share/www/spec/jquery_couch_js_instance_methods_2_spec.js
+++ b/share/www/spec/jquery_couch_js_instance_methods_2_spec.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.
+
// Specs for jquery_couch.js lines 210-299
describe 'jQuery couchdb db'
diff --git a/share/www/spec/jquery_couch_js_instance_methods_3_spec.js b/share/www/spec/jquery_couch_js_instance_methods_3_spec.js
index 4d21c16c..5d27d817 100644
--- a/share/www/spec/jquery_couch_js_instance_methods_3_spec.js
+++ b/share/www/spec/jquery_couch_js_instance_methods_3_spec.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.
+
// Specs for jquery_couch.js lines 300-411
describe 'jQuery couchdb db'
diff --git a/share/www/spec/run.html b/share/www/spec/run.html
index 3e9e943a..e438333d 100644
--- a/share/www/spec/run.html
+++ b/share/www/spec/run.html
@@ -1,3 +1,16 @@
+<!--
+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.
+-->
<html>
<head>
<link type="text/css" rel="stylesheet" href="../script/jspec/jspec.css" />