You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/16 22:30:01 UTC

git commit: CB-6460: Update license headers

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/dev 622ce1719 -> d6266cd46


CB-6460: Update license headers


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/d6266cd4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/d6266cd4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/d6266cd4

Branch: refs/heads/dev
Commit: d6266cd4641759627da1431ce0b5e1639c577838
Parents: 622ce17
Author: Ian Clelland <ic...@chromium.org>
Authored: Wed Apr 16 16:15:13 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Wed Apr 16 16:15:13 2014 -0400

----------------------------------------------------------------------
 README.md  | 19 +++++++++++++++++++
 plugin.xml | 17 +++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/d6266cd4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cd7f9da..017dc54 100644
--- a/README.md
+++ b/README.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.
+-->
+
 # org.apache.cordova.battery-status
 
 Plugin documentation: [doc/index.md](doc/index.md)

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/d6266cd4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a7fed1b..f81f9dc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.battery-status"