You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/04/27 01:00:10 UTC

[3/52] [abbrv] [partial] CB-6 Add Apache source headers to each source file.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 2925a33..05c4b3c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+
 require 'rubygems'
 require 'rake'
 require 'spec/rake/spectask'

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/bin/generate
----------------------------------------------------------------------
diff --git a/bin/generate b/bin/generate
index b2af2fa..3269a7b 100755
--- a/bin/generate
+++ b/bin/generate
@@ -1,4 +1,23 @@
 #!/usr/bin/env ruby
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+#
+
 $: << File.join(File.dirname(__FILE__), '..', 'lib')
 require 'docs_generator'
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/index.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/index.md b/docs/en/0.9.2/index.md
index d379b28..4e1a4b8 100644
--- a/docs/en/0.9.2/index.md
+++ b/docs/en/0.9.2/index.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 <div id="home">
     <h1>API Reference</h1>
     <ul>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/acceleration/acceleration.md b/docs/en/0.9.2/phonegap/accelerometer/acceleration/acceleration.md
index e93873c..8430d69 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/acceleration/acceleration.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/acceleration/acceleration.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Acceleration
 ============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.clearWatch.md b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.clearWatch.md
index 08dbda3..cd41b9b 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.clearWatch.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.clearWatch.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 accelerometer.clearWatch
 ========================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
index 40eaae9..3808797 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 accelerometer.getCurrentAcceleration
 ====================================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.md b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.md
index ccb6812..b84eeb9 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Accelerometer
 =============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.watchAcceleration.md b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.watchAcceleration.md
index c469bef..9d24ef8 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/accelerometer.watchAcceleration.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/accelerometer.watchAcceleration.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 accelerometer.watchAcceleration
 ===============================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerError.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerError.md b/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerError.md
index 0765bfb..c908c16 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerError.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerError.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 accelerometerError
 ==================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerOptions.md b/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerOptions.md
index 82066ac..197f416 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerOptions.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerOptions.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 accelerometerOptions
 ====================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerSuccess.md b/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerSuccess.md
index 23e7a43..277fca8 100644
--- a/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerSuccess.md
+++ b/docs/en/0.9.2/phonegap/accelerometer/parameters/accelerometerSuccess.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 accelerometerSuccess
 ====================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/camera/camera.getPicture.md b/docs/en/0.9.2/phonegap/camera/camera.getPicture.md
index 0e4587f..74b8258 100644
--- a/docs/en/0.9.2/phonegap/camera/camera.getPicture.md
+++ b/docs/en/0.9.2/phonegap/camera/camera.getPicture.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 camera.getPicture
 =================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/camera/camera.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/camera/camera.md b/docs/en/0.9.2/phonegap/camera/camera.md
index e8ec1d8..d23563b 100644
--- a/docs/en/0.9.2/phonegap/camera/camera.md
+++ b/docs/en/0.9.2/phonegap/camera/camera.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Camera
 ======
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/camera/parameter/cameraError.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/camera/parameter/cameraError.md b/docs/en/0.9.2/phonegap/camera/parameter/cameraError.md
index cc219eb..7ee091b 100644
--- a/docs/en/0.9.2/phonegap/camera/parameter/cameraError.md
+++ b/docs/en/0.9.2/phonegap/camera/parameter/cameraError.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 cameraError
 ===========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/camera/parameter/cameraOptions.md b/docs/en/0.9.2/phonegap/camera/parameter/cameraOptions.md
index b8fd386..ec2f47b 100644
--- a/docs/en/0.9.2/phonegap/camera/parameter/cameraOptions.md
+++ b/docs/en/0.9.2/phonegap/camera/parameter/cameraOptions.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 cameraOptions
 =============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/camera/parameter/cameraSuccess.md b/docs/en/0.9.2/phonegap/camera/parameter/cameraSuccess.md
index a64a8ef..773fba4 100644
--- a/docs/en/0.9.2/phonegap/camera/parameter/cameraSuccess.md
+++ b/docs/en/0.9.2/phonegap/camera/parameter/cameraSuccess.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 cameraSuccess
 =============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/Contact/contact.md b/docs/en/0.9.2/phonegap/contacts/Contact/contact.md
index 48a5326..c3f0be6 100644
--- a/docs/en/0.9.2/phonegap/contacts/Contact/contact.md
+++ b/docs/en/0.9.2/phonegap/contacts/Contact/contact.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Contact
 =======
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/ContactAccount/contactaccount.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/ContactAccount/contactaccount.md b/docs/en/0.9.2/phonegap/contacts/ContactAccount/contactaccount.md
index 83997d6..e0fdd58 100644
--- a/docs/en/0.9.2/phonegap/contacts/ContactAccount/contactaccount.md
+++ b/docs/en/0.9.2/phonegap/contacts/ContactAccount/contactaccount.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 ContactAccount
 ==============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/ContactAddress/contactaddress.md b/docs/en/0.9.2/phonegap/contacts/ContactAddress/contactaddress.md
index 1b38e0f..37a4313 100644
--- a/docs/en/0.9.2/phonegap/contacts/ContactAddress/contactaddress.md
+++ b/docs/en/0.9.2/phonegap/contacts/ContactAddress/contactaddress.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 ContactAddress
 ==============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/ContactError/contactError.md b/docs/en/0.9.2/phonegap/contacts/ContactError/contactError.md
index 7016b82..1f86df7 100644
--- a/docs/en/0.9.2/phonegap/contacts/ContactError/contactError.md
+++ b/docs/en/0.9.2/phonegap/contacts/ContactError/contactError.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 ContactError
 ========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/ContactField/contactfield.md b/docs/en/0.9.2/phonegap/contacts/ContactField/contactfield.md
index ce126d6..e9f9540 100644
--- a/docs/en/0.9.2/phonegap/contacts/ContactField/contactfield.md
+++ b/docs/en/0.9.2/phonegap/contacts/ContactField/contactfield.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 ContactField
 ============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/ContactFindOptions/contactfindoptions.md b/docs/en/0.9.2/phonegap/contacts/ContactFindOptions/contactfindoptions.md
index 42a7cc6..62c9d02 100644
--- a/docs/en/0.9.2/phonegap/contacts/ContactFindOptions/contactfindoptions.md
+++ b/docs/en/0.9.2/phonegap/contacts/ContactFindOptions/contactfindoptions.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 ContactFindOptions
 ==================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/ContactName/contactname.md b/docs/en/0.9.2/phonegap/contacts/ContactName/contactname.md
index df56576..033f8e0 100644
--- a/docs/en/0.9.2/phonegap/contacts/ContactName/contactname.md
+++ b/docs/en/0.9.2/phonegap/contacts/ContactName/contactname.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 ContactName
 ===========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/ContactOrganization/contactorganization.md b/docs/en/0.9.2/phonegap/contacts/ContactOrganization/contactorganization.md
index fa8b2a0..cde3cc3 100644
--- a/docs/en/0.9.2/phonegap/contacts/ContactOrganization/contactorganization.md
+++ b/docs/en/0.9.2/phonegap/contacts/ContactOrganization/contactorganization.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 ContactOrganization
 ===================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/contacts.create.md b/docs/en/0.9.2/phonegap/contacts/contacts.create.md
index 5b972f1..32c68a6 100644
--- a/docs/en/0.9.2/phonegap/contacts/contacts.create.md
+++ b/docs/en/0.9.2/phonegap/contacts/contacts.create.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 contacts.create
 ===============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/contacts.find.md b/docs/en/0.9.2/phonegap/contacts/contacts.find.md
index e4b2218..c97e2bb 100644
--- a/docs/en/0.9.2/phonegap/contacts/contacts.find.md
+++ b/docs/en/0.9.2/phonegap/contacts/contacts.find.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 contacts.find
 =============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/contacts.md b/docs/en/0.9.2/phonegap/contacts/contacts.md
index 3ad620b..317b55e 100644
--- a/docs/en/0.9.2/phonegap/contacts/contacts.md
+++ b/docs/en/0.9.2/phonegap/contacts/contacts.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Contacts
 ========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/parameters/contactError.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/parameters/contactError.md b/docs/en/0.9.2/phonegap/contacts/parameters/contactError.md
index 5d1af51..6b50ddc 100644
--- a/docs/en/0.9.2/phonegap/contacts/parameters/contactError.md
+++ b/docs/en/0.9.2/phonegap/contacts/parameters/contactError.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 contactError
 ============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/parameters/contactFields.md b/docs/en/0.9.2/phonegap/contacts/parameters/contactFields.md
index 9d6005c..66c9d3d 100644
--- a/docs/en/0.9.2/phonegap/contacts/parameters/contactFields.md
+++ b/docs/en/0.9.2/phonegap/contacts/parameters/contactFields.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 contactFields
 =============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/parameters/contactFindOptions.md b/docs/en/0.9.2/phonegap/contacts/parameters/contactFindOptions.md
index 1a42aa8..f5f25dd 100644
--- a/docs/en/0.9.2/phonegap/contacts/parameters/contactFindOptions.md
+++ b/docs/en/0.9.2/phonegap/contacts/parameters/contactFindOptions.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 contactFindOptions
 ==================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/contacts/parameters/contactSuccess.md b/docs/en/0.9.2/phonegap/contacts/parameters/contactSuccess.md
index 3625294..9068218 100644
--- a/docs/en/0.9.2/phonegap/contacts/parameters/contactSuccess.md
+++ b/docs/en/0.9.2/phonegap/contacts/parameters/contactSuccess.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 contactSuccess
 ==============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/device/device.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/device/device.md b/docs/en/0.9.2/phonegap/device/device.md
index 925f7e7..aa1ae31 100644
--- a/docs/en/0.9.2/phonegap/device/device.md
+++ b/docs/en/0.9.2/phonegap/device/device.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Device
 ======
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/device/device.name.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/device/device.name.md b/docs/en/0.9.2/phonegap/device/device.name.md
index 66a788c..a11e3a0 100644
--- a/docs/en/0.9.2/phonegap/device/device.name.md
+++ b/docs/en/0.9.2/phonegap/device/device.name.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 device.name
 ===========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/device/device.phonegap.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/device/device.phonegap.md b/docs/en/0.9.2/phonegap/device/device.phonegap.md
index f6457c8..7420702 100644
--- a/docs/en/0.9.2/phonegap/device/device.phonegap.md
+++ b/docs/en/0.9.2/phonegap/device/device.phonegap.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 device.phonegap
 ===============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/device/device.platform.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/device/device.platform.md b/docs/en/0.9.2/phonegap/device/device.platform.md
index a036525..5f1b740 100644
--- a/docs/en/0.9.2/phonegap/device/device.platform.md
+++ b/docs/en/0.9.2/phonegap/device/device.platform.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 device.platform
 ===============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/device/device.uuid.md b/docs/en/0.9.2/phonegap/device/device.uuid.md
index fed443a..705a008 100644
--- a/docs/en/0.9.2/phonegap/device/device.uuid.md
+++ b/docs/en/0.9.2/phonegap/device/device.uuid.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 device.uuid
 ===========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/device/device.version.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/device/device.version.md b/docs/en/0.9.2/phonegap/device/device.version.md
index 3a0d1c0..1d0792d 100644
--- a/docs/en/0.9.2/phonegap/device/device.version.md
+++ b/docs/en/0.9.2/phonegap/device/device.version.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 device.version
 ==============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/events/events.deviceready.md b/docs/en/0.9.2/phonegap/events/events.deviceready.md
index e6b2a55..136d94a 100644
--- a/docs/en/0.9.2/phonegap/events/events.deviceready.md
+++ b/docs/en/0.9.2/phonegap/events/events.deviceready.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 deviceready
 ===========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/events/events.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/events/events.md b/docs/en/0.9.2/phonegap/events/events.md
index e030f7d..f3932f7 100644
--- a/docs/en/0.9.2/phonegap/events/events.md
+++ b/docs/en/0.9.2/phonegap/events/events.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Events
 ======
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/Coordinates/coordinates.md b/docs/en/0.9.2/phonegap/geolocation/Coordinates/coordinates.md
index 48e6952..860d96c 100644
--- a/docs/en/0.9.2/phonegap/geolocation/Coordinates/coordinates.md
+++ b/docs/en/0.9.2/phonegap/geolocation/Coordinates/coordinates.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Coordinates
 ===========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/Position/position.md b/docs/en/0.9.2/phonegap/geolocation/Position/position.md
index 99293b6..cd70b66 100644
--- a/docs/en/0.9.2/phonegap/geolocation/Position/position.md
+++ b/docs/en/0.9.2/phonegap/geolocation/Position/position.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Position
 ========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/PositionError/positionError.md b/docs/en/0.9.2/phonegap/geolocation/PositionError/positionError.md
index 21d7611..aa64fe1 100755
--- a/docs/en/0.9.2/phonegap/geolocation/PositionError/positionError.md
+++ b/docs/en/0.9.2/phonegap/geolocation/PositionError/positionError.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 PositionError
 ========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/geolocation.clearWatch.md b/docs/en/0.9.2/phonegap/geolocation/geolocation.clearWatch.md
index 971c578..04b832e 100644
--- a/docs/en/0.9.2/phonegap/geolocation/geolocation.clearWatch.md
+++ b/docs/en/0.9.2/phonegap/geolocation/geolocation.clearWatch.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 geolocation.clearWatch
 ======================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md
index f62b948..c4774f7 100644
--- a/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 geolocation.getCurrentPosition
 ==============================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/geolocation.md b/docs/en/0.9.2/phonegap/geolocation/geolocation.md
index 79e0561..e45b31c 100644
--- a/docs/en/0.9.2/phonegap/geolocation/geolocation.md
+++ b/docs/en/0.9.2/phonegap/geolocation/geolocation.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Geolocation
 ===========
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/geolocation.watchPosition.md b/docs/en/0.9.2/phonegap/geolocation/geolocation.watchPosition.md
index 917253a..9ea328a 100644
--- a/docs/en/0.9.2/phonegap/geolocation/geolocation.watchPosition.md
+++ b/docs/en/0.9.2/phonegap/geolocation/geolocation.watchPosition.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 geolocation.watchPosition
 =========================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/parameters/geolocation.options.md b/docs/en/0.9.2/phonegap/geolocation/parameters/geolocation.options.md
index ef70957..ce2cf69 100644
--- a/docs/en/0.9.2/phonegap/geolocation/parameters/geolocation.options.md
+++ b/docs/en/0.9.2/phonegap/geolocation/parameters/geolocation.options.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 geolocationOptions
 ==================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationError.md b/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationError.md
index 4243a56..c0091a0 100644
--- a/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationError.md
+++ b/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationError.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 geolocationError
 ================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationSuccess.md b/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationSuccess.md
index 9bcf30a..4c8b8fa 100644
--- a/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationSuccess.md
+++ b/docs/en/0.9.2/phonegap/geolocation/parameters/geolocationSuccess.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 geolocationSuccess
 ==================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/network/NetworkStatus/NetworkStatus.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/network/NetworkStatus/NetworkStatus.md b/docs/en/0.9.2/phonegap/network/NetworkStatus/NetworkStatus.md
index 037a05d..2314cc1 100644
--- a/docs/en/0.9.2/phonegap/network/NetworkStatus/NetworkStatus.md
+++ b/docs/en/0.9.2/phonegap/network/NetworkStatus/NetworkStatus.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 NetworkStatus
 =============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/network/network.isReachable.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/network/network.isReachable.md b/docs/en/0.9.2/phonegap/network/network.isReachable.md
index 0d3a5bb..c65881c 100644
--- a/docs/en/0.9.2/phonegap/network/network.isReachable.md
+++ b/docs/en/0.9.2/phonegap/network/network.isReachable.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 network.isReachable
 ===================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/network/network.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/network/network.md b/docs/en/0.9.2/phonegap/network/network.md
index cfe8b03..06aeb89 100644
--- a/docs/en/0.9.2/phonegap/network/network.md
+++ b/docs/en/0.9.2/phonegap/network/network.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Network
 =======
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md b/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md
index a65c2ee..c9aa88f 100644
--- a/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 reachableCallback
 =================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/network/parameters/reachableHostname.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/network/parameters/reachableHostname.md b/docs/en/0.9.2/phonegap/network/parameters/reachableHostname.md
index a77a5f8..f3f67fa 100644
--- a/docs/en/0.9.2/phonegap/network/parameters/reachableHostname.md
+++ b/docs/en/0.9.2/phonegap/network/parameters/reachableHostname.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 reachableHostname
 =================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/network/parameters/reachableOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/network/parameters/reachableOptions.md b/docs/en/0.9.2/phonegap/network/parameters/reachableOptions.md
index 759d430..cfe0fce 100644
--- a/docs/en/0.9.2/phonegap/network/parameters/reachableOptions.md
+++ b/docs/en/0.9.2/phonegap/network/parameters/reachableOptions.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 reachableOptions
 ================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/notification/notification.alert.md b/docs/en/0.9.2/phonegap/notification/notification.alert.md
index 73f601b..1f0e8a0 100644
--- a/docs/en/0.9.2/phonegap/notification/notification.alert.md
+++ b/docs/en/0.9.2/phonegap/notification/notification.alert.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 notification.alert
 ==================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/notification/notification.beep.md b/docs/en/0.9.2/phonegap/notification/notification.beep.md
index 294de9d..7e736a6 100644
--- a/docs/en/0.9.2/phonegap/notification/notification.beep.md
+++ b/docs/en/0.9.2/phonegap/notification/notification.beep.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 notification.beep
 =================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/notification/notification.confirm.md b/docs/en/0.9.2/phonegap/notification/notification.confirm.md
index af36edf..30b6711 100755
--- a/docs/en/0.9.2/phonegap/notification/notification.confirm.md
+++ b/docs/en/0.9.2/phonegap/notification/notification.confirm.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 notification.confirm
 ====================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/notification/notification.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/notification/notification.md b/docs/en/0.9.2/phonegap/notification/notification.md
index 6e7b7b9..865809f 100644
--- a/docs/en/0.9.2/phonegap/notification/notification.md
+++ b/docs/en/0.9.2/phonegap/notification/notification.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Notification
 ============
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.2/phonegap/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.2/phonegap/notification/notification.vibrate.md b/docs/en/0.9.2/phonegap/notification/notification.vibrate.md
index ac6d2d7..d2425e4 100644
--- a/docs/en/0.9.2/phonegap/notification/notification.vibrate.md
+++ b/docs/en/0.9.2/phonegap/notification/notification.vibrate.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 notification.vibrate
 ====================
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.3/index.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.3/index.md b/docs/en/0.9.3/index.md
index f96b5e2..ae5b2fe 100644
--- a/docs/en/0.9.3/index.md
+++ b/docs/en/0.9.3/index.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 <div id="home">
     <h1>API Reference</h1>
     <ul>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e76b6d45/docs/en/0.9.3/phonegap/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/docs/en/0.9.3/phonegap/accelerometer/acceleration/acceleration.md b/docs/en/0.9.3/phonegap/accelerometer/acceleration/acceleration.md
index e93873c..8430d69 100644
--- a/docs/en/0.9.3/phonegap/accelerometer/acceleration/acceleration.md
+++ b/docs/en/0.9.3/phonegap/accelerometer/acceleration/acceleration.md
@@ -1,3 +1,22 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you 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.
+---
+
 Acceleration
 ============