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 729FB114FA for ; Fri, 28 Mar 2014 18:25:33 +0000 (UTC) Received: (qmail 34335 invoked by uid 500); 28 Mar 2014 18:25:33 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 34233 invoked by uid 500); 28 Mar 2014 18:25:29 -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 34201 invoked by uid 99); 28 Mar 2014 18:25:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 18:25:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 14A4E91533F; Fri, 28 Mar 2014 18:25:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: <520fb58e83f84d6296911d53390fa2fd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: js commit: Fixed "WARNING: file name src\ubuntu\platform.js is missing the license header" during compile Date: Fri, 28 Mar 2014 18:25:26 +0000 (UTC) Repository: cordova-js Updated Branches: refs/heads/master 607ca9dc0 -> a64a94cf4 Fixed "WARNING: file name src\ubuntu\platform.js is missing the license header" during compile github: close #67 Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/a64a94cf Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/a64a94cf Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/a64a94cf Branch: refs/heads/master Commit: a64a94cf4217dbf7ec588fb6674a55ca2aa321fd Parents: 607ca9d Author: Edward Grech Authored: Fri Mar 28 15:11:01 2014 +0100 Committer: Andrew Grieve Committed: Fri Mar 28 14:24:56 2014 -0400 ---------------------------------------------------------------------- src/ubuntu/platform.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/a64a94cf/src/ubuntu/platform.js ---------------------------------------------------------------------- diff --git a/src/ubuntu/platform.js b/src/ubuntu/platform.js index 3871545..cf792a2 100644 --- a/src/ubuntu/platform.js +++ b/src/ubuntu/platform.js @@ -1,4 +1,5 @@ /* + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -17,6 +18,7 @@ * under the License. * */ + module.exports = { id: "ubuntu", bootstrap: function() {