Repository: cordova-ios
Updated Branches:
  refs/heads/master 6f3b7f786 -> 40efee44a


CB-10693 added missing header license


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/40efee44
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/40efee44
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/40efee44

Branch: refs/heads/master
Commit: 40efee44a9de7fb8b6c431ac9c5a4a3c53723df5
Parents: 6f3b7f7
Author: Steve Gill <[email protected]>
Authored: Wed Feb 24 16:53:33 2016 -0800
Committer: Steve Gill <[email protected]>
Committed: Wed Feb 24 16:53:33 2016 -0800

----------------------------------------------------------------------
 .ratignore                                    |  2 ++
 tests/CordovaLibTests/CDVViewControllerTest.m | 23 +++++++++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/40efee44/.ratignore
----------------------------------------------------------------------
diff --git a/.ratignore b/.ratignore
index dc91c1b..6d47c58 100644
--- a/.ratignore
+++ b/.ratignore
@@ -4,3 +4,5 @@ gitignore
 # licenses for both below are in the cordova-ios LICENSE file
 NSData+Base64.h
 NSData+Base64.m
+
+Contents.json

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/40efee44/tests/CordovaLibTests/CDVViewControllerTest.m
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CDVViewControllerTest.m 
b/tests/CordovaLibTests/CDVViewControllerTest.m
index dcff8fd..3a9e32e 100644
--- a/tests/CordovaLibTests/CDVViewControllerTest.m
+++ b/tests/CordovaLibTests/CDVViewControllerTest.m
@@ -1,10 +1,19 @@
-//
-//  CDVViewControllerTest.m
-//  CordovaLibTests
-//
-//  Created by Mirko Luchi on 23/12/15.
-//
-//
+/*
+ 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.
+ */
 
 #import <XCTest/XCTest.h>
 #import <Cordova/CDVViewController.h>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to