From e699b56c551ab3225789d6dd1951fb7341854c9c Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 2 Jun 2010 21:37:37 +0000 Subject: add legalese for jspec git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950776 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/spec/couch_js_class_methods_spec.js | 12 ++++++++++++ share/www/spec/couch_js_instance_methods_1_spec.js | 12 ++++++++++++ share/www/spec/couch_js_instance_methods_2_spec.js | 12 ++++++++++++ share/www/spec/couch_js_instance_methods_3_spec.js | 12 ++++++++++++ share/www/spec/custom_helpers.js | 12 ++++++++++++ share/www/spec/jquery_couch_js_class_methods_spec.js | 12 ++++++++++++ share/www/spec/jquery_couch_js_instance_methods_1_spec.js | 12 ++++++++++++ share/www/spec/jquery_couch_js_instance_methods_2_spec.js | 12 ++++++++++++ share/www/spec/jquery_couch_js_instance_methods_3_spec.js | 12 ++++++++++++ share/www/spec/run.html | 13 +++++++++++++ 10 files changed, 121 insertions(+) (limited to 'share') 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 @@ + -- cgit v1.2.3