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:25:06 UTC

[4/8] git commit: [plugin.xml] standardizing license + meta

[plugin.xml] standardizing license + meta


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/62415f61
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/62415f61
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/62415f61

Branch: refs/heads/dev
Commit: 62415f61d1ab2056ce75db18ac5c7fce5a550289
Parents: 54b3b10
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-device-orientation/blob/62415f61/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index fbdb31a..1da54fc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -6,7 +6,7 @@
     
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>
-    <license>Apache</license>
+    <license>Apache 2.0</license>
     <keywords>cordova,device,orientation</keywords>
 
     <js-module src="www/CompassError.js" name="CompassError">