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/23 20:56:08 UTC

[1/5] git commit: CB-5980 Incremented plugin version on dev branch.

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master 86df72c2f -> c19c13c16


CB-5980 Incremented plugin version on dev branch.


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/6c8faff5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/6c8faff5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/6c8faff5

Branch: refs/heads/master
Commit: 6c8faff5d509d31d1502ad9cc3864152d47e5cee
Parents: 86df72c
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 18:13:29 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 18:13:29 2014 -0800

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/6c8faff5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 119b91a..a7fed1b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.battery-status"
-      version="0.2.7">
+      version="0.2.8-dev">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>


[5/5] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.8

Posted by ia...@apache.org.
CB-6452 Updated version and RELEASENOTES.md for release 0.2.8


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/c19c13c1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/c19c13c1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/c19c13c1

Branch: refs/heads/master
Commit: c19c13c167f1bc93d4c95fe68497b6add531ae0b
Parents: 5fcfd00
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 5 +++++
 plugin.xml      | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/c19c13c1/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e22846e..5d46b67 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -40,3 +40,8 @@
 
 ### 0.2.7 (Feb 05, 2014)
 * Add Tizen plugin.
+
+### 0.2.8 (Apr 17, 2014)
+* CB-6465: Add license headers to Tizen code
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/c19c13c1/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f81f9dc..74d7a6e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.battery-status"
-      version="0.2.8-dev">
+      version="0.2.8">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>


[3/5] git commit: CB-6460: Update license headers

Posted by ia...@apache.org.
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/master
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"


[2/5] git commit: Add NOTICE file

Posted by ia...@apache.org.
Add NOTICE file


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/622ce171
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/622ce171
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/622ce171

Branch: refs/heads/master
Commit: 622ce171956d7f25e3a70cc78ec2880bf15864ba
Parents: 6c8faff
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 27 15:36:31 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Feb 27 15:36:31 2014 -0500

----------------------------------------------------------------------
 NOTICE | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/622ce171/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..8ec56a5
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Cordova
+Copyright 2012 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).


[4/5] git commit: CB-6465: Add license headers to Tizen code

Posted by ia...@apache.org.
CB-6465: Add license headers to Tizen code


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/5fcfd004
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/5fcfd004
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/5fcfd004

Branch: refs/heads/master
Commit: 5fcfd00409ec34eaf285f59e8e42fbe56356c48f
Parents: d6266cd
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 09:48:36 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 09:48:36 2014 -0400

----------------------------------------------------------------------
 src/tizen/BatteryStatusProxy.js | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/5fcfd004/src/tizen/BatteryStatusProxy.js
----------------------------------------------------------------------
diff --git a/src/tizen/BatteryStatusProxy.js b/src/tizen/BatteryStatusProxy.js
index 728acd2..44dad00 100644
--- a/src/tizen/BatteryStatusProxy.js
+++ b/src/tizen/BatteryStatusProxy.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var cordova = require('cordova');
 
 var batteryListenerId = null;