Skip to content

Commit

Permalink
ios [nfc]: Remove Facebook copyright notices from some files.
Browse files Browse the repository at this point in the history
Part of the RN v0.61 -> v0.62 changes to the template app [1],
corresponding to facebook/react-native@6a10d5dfd. This can freely be
done before the main upgrade commit, obviously.

[1] https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.2
  • Loading branch information
chrisbobbe committed Sep 11, 2020
1 parent 50ee300 commit cc51ea2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion ios/ZulipMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 940;
ORGANIZATIONNAME = Facebook;
TargetAttributes = {
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = 66KHCWMEYB;
Expand Down
9 changes: 0 additions & 9 deletions ios/ZulipMobile/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
#import <UMReactNativeAdapter/UMModuleRegistryAdapter.h>
Expand Down
9 changes: 0 additions & 9 deletions ios/ZulipMobile/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import "AppDelegate.h"

#import <React/RCTBridge.h>
Expand Down
9 changes: 0 additions & 9 deletions ios/ZulipMobile/main.m
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import <UIKit/UIKit.h>

#import "AppDelegate.h"
Expand Down

0 comments on commit cc51ea2

Please sign in to comment.