You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/03/30 02:43:07 UTC

ios commit: Fixed CB-412 - main.m is missing Apache source license header

Updated Branches:
  refs/heads/master dd18bed47 -> 76feb1b08


Fixed CB-412 - main.m is missing Apache source license header


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

Branch: refs/heads/master
Commit: 76feb1b08a2efa84a58b010d0a0cc17e963a86c3
Parents: dd18bed
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 29 17:42:54 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 29 17:42:54 2012 -0700

----------------------------------------------------------------------
 CordovaLib/CordovaLibApp/main.m |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/76feb1b0/CordovaLib/CordovaLibApp/main.m
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLibApp/main.m b/CordovaLib/CordovaLibApp/main.m
index 2cbacc1..e8a42e4 100644
--- a/CordovaLib/CordovaLibApp/main.m
+++ b/CordovaLib/CordovaLibApp/main.m
@@ -1,10 +1,22 @@
-//
-//  main.m
-//  CordovaLibAppTests
-//
-//  Created by Shazron Abdullah on 12-03-26.
-//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
-//
+/*
+ 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 <UIKit/UIKit.h>