Author: jan
Date: Wed Jun  2 21:37:37 2010
New Revision: 950776

URL: http://svn.apache.org/viewvc?rev=950776&view=rev
Log:
add legalese for jspec

Modified:
    couchdb/trunk/NOTICE
    couchdb/trunk/license.skip
    couchdb/trunk/share/www/spec/couch_js_class_methods_spec.js
    couchdb/trunk/share/www/spec/couch_js_instance_methods_1_spec.js
    couchdb/trunk/share/www/spec/couch_js_instance_methods_2_spec.js
    couchdb/trunk/share/www/spec/couch_js_instance_methods_3_spec.js
    couchdb/trunk/share/www/spec/custom_helpers.js
    couchdb/trunk/share/www/spec/jquery_couch_js_class_methods_spec.js
    couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_1_spec.js
    couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_2_spec.js
    couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_3_spec.js
    couchdb/trunk/share/www/spec/run.html

Modified: couchdb/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/NOTICE?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/NOTICE (original)
+++ couchdb/trunk/NOTICE Wed Jun  2 21:37:37 2010
@@ -44,4 +44,8 @@ This product also includes the following
 
  * base64.js
 
-   Copyright 1999, Masanao Izumo <[email protected]>
\ No newline at end of file
+   Copyright 1999, Masanao Izumo <[email protected]>
+
+* jspec.js (http://visionmedia.github.com/jspec/)
+
+  Copyright 2010 TJ Holowaychuk <[email protected]>

Modified: couchdb/trunk/license.skip
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/license.skip?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/license.skip (original)
+++ couchdb/trunk/license.skip Wed Jun  2 21:37:37 2010
@@ -62,6 +62,7 @@
 ^share/www/image/*
 ^share/www/script/jquery.*
 ^share/www/script/json2.js
+^share/www/script/jspec/*
 ^share/www/script/sha1.js
 ^share/www/script/base64.js
 ^share/www/script/test/lorem*

Modified: couchdb/trunk/share/www/spec/couch_js_class_methods_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/couch_js_class_methods_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/couch_js_class_methods_spec.js (original)
+++ couchdb/trunk/share/www/spec/couch_js_class_methods_spec.js Wed Jun  2 
21:37:37 2010
@@ -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'

Modified: couchdb/trunk/share/www/spec/couch_js_instance_methods_1_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/couch_js_instance_methods_1_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/couch_js_instance_methods_1_spec.js (original)
+++ couchdb/trunk/share/www/spec/couch_js_instance_methods_1_spec.js Wed Jun  2 
21:37:37 2010
@@ -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'

Modified: couchdb/trunk/share/www/spec/couch_js_instance_methods_2_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/couch_js_instance_methods_2_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/couch_js_instance_methods_2_spec.js (original)
+++ couchdb/trunk/share/www/spec/couch_js_instance_methods_2_spec.js Wed Jun  2 
21:37:37 2010
@@ -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'

Modified: couchdb/trunk/share/www/spec/couch_js_instance_methods_3_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/couch_js_instance_methods_3_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/couch_js_instance_methods_3_spec.js (original)
+++ couchdb/trunk/share/www/spec/couch_js_instance_methods_3_spec.js Wed Jun  2 
21:37:37 2010
@@ -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'

Modified: couchdb/trunk/share/www/spec/custom_helpers.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/custom_helpers.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/custom_helpers.js (original)
+++ couchdb/trunk/share/www/spec/custom_helpers.js Wed Jun  2 21:37:37 2010
@@ -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;

Modified: couchdb/trunk/share/www/spec/jquery_couch_js_class_methods_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/jquery_couch_js_class_methods_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/jquery_couch_js_class_methods_spec.js 
(original)
+++ couchdb/trunk/share/www/spec/jquery_couch_js_class_methods_spec.js Wed Jun  
2 21:37:37 2010
@@ -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'

Modified: 
couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_1_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_1_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_1_spec.js 
(original)
+++ couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_1_spec.js Wed 
Jun  2 21:37:37 2010
@@ -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'

Modified: 
couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_2_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_2_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_2_spec.js 
(original)
+++ couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_2_spec.js Wed 
Jun  2 21:37:37 2010
@@ -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'

Modified: 
couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_3_spec.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_3_spec.js?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_3_spec.js 
(original)
+++ couchdb/trunk/share/www/spec/jquery_couch_js_instance_methods_3_spec.js Wed 
Jun  2 21:37:37 2010
@@ -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'

Modified: couchdb/trunk/share/www/spec/run.html
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/www/spec/run.html?rev=950776&r1=950775&r2=950776&view=diff
==============================================================================
--- couchdb/trunk/share/www/spec/run.html (original)
+++ couchdb/trunk/share/www/spec/run.html Wed Jun  2 21:37:37 2010
@@ -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" />


Reply via email to