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/15 00:46:16 UTC

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

[plugin.xml] standardizing license + meta


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/8608fe90
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/8608fe90
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/8608fe90

Branch: refs/heads/dev
Commit: 8608fe901020ba52526e32e18fca0bb0c6d0596e
Parents: 944a2af
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-media/blob/8608fe90/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a0cc4dd..1005966 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -6,7 +6,7 @@ id="org.apache.cordova.core.AudioHandler"
     version="0.1.0">
     <name>Media</name>
     <description>Cordova Media Plugin</description>
-    <license>Apache</license>
+    <license>Apache 2.0</license>
     <keywords>cordova,media</keywords>
 
     <js-module src="www/MediaError.js" name="MediaError">