You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/20 00:21:34 UTC

[3/7] git commit: [plugin.xml] standardizing license + meta

[plugin.xml] standardizing license + meta


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/24893582
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/24893582
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/24893582

Branch: refs/heads/master
Commit: 2489358286e11e6b8890d956e7448e29e0e5835b
Parents: 46a22dd
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 14:52:52 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 14:52:52 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/24893582/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0c79ed3..62a57fd 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -7,7 +7,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>
-    <license>Apache</license>
+    <license>Apache 2.0</license>
     <keywords>cordova,network,information</keywords>
     
     <js-module src="www/network.js" name="network">