Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95E3611C8E for ; Mon, 22 Sep 2014 19:38:33 +0000 (UTC) Received: (qmail 75397 invoked by uid 500); 22 Sep 2014 19:38:33 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 75372 invoked by uid 500); 22 Sep 2014 19:38:33 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 75363 invoked by uid 99); 22 Sep 2014 19:38:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 19:38:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 063079D19A2; Mon, 22 Sep 2014 19:38:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-6811 - Vibration - Fix header licenses (Apache RAT report) Date: Mon, 22 Sep 2014 19:38:33 +0000 (UTC) Repository: cordova-coho Updated Branches: refs/heads/master 29b8efe81 -> 3834b78f5 CB-6811 - Vibration - 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/3834b78f Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/3834b78f Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/3834b78f Branch: refs/heads/master Commit: 3834b78f546d60053f2611ec66f4b4ee9b4c4247 Parents: 29b8efe Author: Shazron Abdullah Authored: Mon Sep 22 12:38:34 2014 -0700 Committer: Shazron Abdullah Committed: Mon Sep 22 12:38:34 2014 -0700 ---------------------------------------------------------------------- src/repoutil.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/3834b78f/src/repoutil.js ---------------------------------------------------------------------- diff --git a/src/repoutil.js b/src/repoutil.js index 3bfcfbe..1dcad35 100644 --- a/src/repoutil.js +++ b/src/repoutil.js @@ -277,7 +277,13 @@ var pluginRepos = [ id: 'plugin-vibration', repoName: 'cordova-plugin-vibration', jiraComponentName: 'Plugin Vibration', - inactive: true + inactive: true, + ratExcludes: [ + // zlib/libpng approved by Apache legal + // http://www.apache.org/legal/resolved.html + 'tokenizer.cpp', + 'tokenizer.h' + ] }, { title: 'Plugin - Statusbar', id: 'plugin-statusbar',