Repository: cordova-plugin-wkwebview-engine Updated Branches: refs/heads/master 8755a6991 -> 5f81d65ea
CB-12519: added missing license header Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/5f81d65e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/5f81d65e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/5f81d65e Branch: refs/heads/master Commit: 5f81d65ea687de5453652a8a6d2472b1e4982b2f Parents: 8755a69 Author: Steve Gill <[email protected]> Authored: Tue Feb 28 16:37:15 2017 -0800 Committer: Steve Gill <[email protected]> Committed: Tue Feb 28 16:37:15 2017 -0800 ---------------------------------------------------------------------- tests/ios/test.xcconfig | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/5f81d65e/tests/ios/test.xcconfig ---------------------------------------------------------------------- diff --git a/tests/ios/test.xcconfig b/tests/ios/test.xcconfig index 92e7995..072159d 100644 --- a/tests/ios/test.xcconfig +++ b/tests/ios/test.xcconfig @@ -1 +1,20 @@ -HEADER_SEARCH_PATHS = $(TARGET_BUILD_DIR)/include \ No newline at end of file +// +// 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. +// + +HEADER_SEARCH_PATHS = $(TARGET_BUILD_DIR)/include --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
