Repository: cordova-osx Updated Branches: refs/heads/master cbfa7a531 -> 4dc6733c3
CB-6789 OSX - Fix header licenses (Apache RAT report). This closes #28 Project: http://git-wip-us.apache.org/repos/asf/cordova-osx/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/4dc6733c Tree: http://git-wip-us.apache.org/repos/asf/cordova-osx/tree/4dc6733c Diff: http://git-wip-us.apache.org/repos/asf/cordova-osx/diff/4dc6733c Branch: refs/heads/master Commit: 4dc6733c3b7498271bc4f391f214645f2e2e6298 Parents: cbfa7a5 Author: Tobias Bocanegra <[email protected]> Authored: Tue Feb 2 14:07:50 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Tue Feb 2 14:55:15 2016 -0800 ---------------------------------------------------------------------- .../CordovaLibApp/MainViewController.xib | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/4dc6733c/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib ---------------------------------------------------------------------- diff --git a/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib b/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib index 9917551..8399dd4 100644 --- a/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib +++ b/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- +# +# 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. +# +--> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment version="1070" identifier="macosx"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
