You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/12 02:48:25 UTC

[cordova-electron] branch master updated: Added Missing License Header to util.js (#39)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new 8afbf6a  Added Missing License Header to util.js (#39)
8afbf6a is described below

commit 8afbf6af47e85d1e7cce06a38ab26ddbd4706d90
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Mar 12 11:48:20 2019 +0900

    Added Missing License Header to util.js (#39)
---
 bin/templates/cordova/lib/util.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/bin/templates/cordova/lib/util.js b/bin/templates/cordova/lib/util.js
index 9a48c1e..a6a9122 100644
--- a/bin/templates/cordova/lib/util.js
+++ b/bin/templates/cordova/lib/util.js
@@ -1,3 +1,22 @@
+/*
+    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
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+*/
+
 module.exports.deepMerge = function (mergeTo, mergeWith) {
     for (const property in mergeWith) {
         if (Object.prototype.toString.call(mergeWith[property]) === '[object Object]') {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org