You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/28 19:25:26 UTC

js commit: Fixed "WARNING: file name src\ubuntu\platform.js is missing the license header" during compile

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 <ed...@uniblue.com>
Authored: Fri Mar 28 15:11:01 2014 +0100
Committer: Andrew Grieve <ag...@chromium.org>
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() {