Fix mismatched license fields
diff --git a/plugin.xml b/plugin.xml
index 9ecc897..338ce13 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
     version="2.0.0-dev">
     <name>Screen Orientation</name>
     <description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>
-    <license>MIT</license>
+    <license>Apache 2.0</license>
 
     <engines>
         <engine name="cordova" version=">=3.0.0" />