Repository: cordova-coho
Updated Branches:
  refs/heads/master b7a4f8ab7 -> 29b8efe81


CB-6809 - Network Information - Fix header licenses (Apache RAT report)


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/29b8efe8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/29b8efe8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/29b8efe8

Branch: refs/heads/master
Commit: 29b8efe81d3f7e6aa630c032e1ecbe8b94ecd070
Parents: b7a4f8a
Author: Shazron Abdullah <[email protected]>
Authored: Mon Sep 22 12:33:57 2014 -0700
Committer: Shazron Abdullah <[email protected]>
Committed: Mon Sep 22 12:33:57 2014 -0700

----------------------------------------------------------------------
 src/repoutil.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/29b8efe8/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 696a36b..3bfcfbe 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -259,7 +259,13 @@ var pluginRepos = [
         id: 'plugin-network-information',
         repoName: 'cordova-plugin-network-information',
         jiraComponentName: 'Plugin Network Information',
-        inactive: true
+        inactive: true,
+        ratExcludes: [
+            // Apple license is BSD compatible:
+            // http://markmail.org/message/3ok5cottuxt5wpub
+            'CDVReachability.m',
+            'CDVReachability.h'
+        ]
     }, {
         title: 'Plugin - Splash Screen',
         id: 'plugin-splashscreen',

Reply via email to