You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/10/28 16:29:53 UTC

webworks commit: CB-4767 Remove license from platform config.xml

Updated Branches:
  refs/heads/master 9708560fc -> 6eaf03323


CB-4767 Remove license from platform config.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/6eaf0332
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/6eaf0332
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/6eaf0332

Branch: refs/heads/master
Commit: 6eaf03323564c1d731c88a822da39e4ac6c8dc6f
Parents: 9708560
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Mon Oct 28 11:29:13 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Mon Oct 28 11:29:13 2013 -0400

----------------------------------------------------------------------
 blackberry10/bin/templates/project/www/config.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/6eaf0332/blackberry10/bin/templates/project/www/config.xml
----------------------------------------------------------------------
diff --git a/blackberry10/bin/templates/project/www/config.xml b/blackberry10/bin/templates/project/www/config.xml
index 453ba4b..3b53510 100644
--- a/blackberry10/bin/templates/project/www/config.xml
+++ b/blackberry10/bin/templates/project/www/config.xml
@@ -34,9 +34,6 @@
        A sample Apache Cordova application that responds to the deviceready event.
   </description>
 
-  <license href="http://opensource.org/licenses/alphabetical">
-  </license>
-
   <!-- Expose access to all URIs, including the file and http protocols -->
   <access subdomains="true" uri="file:///store/home" />
   <access subdomains="true" uri="file:///SDCard" />