CB-11006 Added license to loggingHelper.js
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/0ca0c9c0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/0ca0c9c0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/0ca0c9c0 Branch: refs/heads/master Commit: 0ca0c9c0ed41b9e95490ec93a7cf421c851f4b10 Parents: 6394314 Author: Edna Morales <[email protected]> Authored: Fri Apr 1 15:41:17 2016 -0400 Committer: Edna Morales <[email protected]> Committed: Fri Apr 1 15:41:17 2016 -0400 ---------------------------------------------------------------------- bin/templates/scripts/cordova/loggingHelper.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0ca0c9c0/bin/templates/scripts/cordova/loggingHelper.js ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/loggingHelper.js b/bin/templates/scripts/cordova/loggingHelper.js index 3d28362..e353399 100644 --- a/bin/templates/scripts/cordova/loggingHelper.js +++ b/bin/templates/scripts/cordova/loggingHelper.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. +*/ + var CordovaLogger = require('cordova-common').CordovaLogger; module.exports = { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
