From cc51ea2bf235351eafaecc86ce930bc3bfd5b9fc Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Wed, 26 Aug 2020 18:12:27 -0700 Subject: [PATCH] ios [nfc]: Remove Facebook copyright notices from some files. 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 --- ios/ZulipMobile.xcodeproj/project.pbxproj | 1 - ios/ZulipMobile/AppDelegate.h | 9 --------- ios/ZulipMobile/AppDelegate.m | 9 --------- ios/ZulipMobile/main.m | 9 --------- 4 files changed, 28 deletions(-) diff --git a/ios/ZulipMobile.xcodeproj/project.pbxproj b/ios/ZulipMobile.xcodeproj/project.pbxproj index 0ae0abee265..6ba3579b9a1 100644 --- a/ios/ZulipMobile.xcodeproj/project.pbxproj +++ b/ios/ZulipMobile.xcodeproj/project.pbxproj @@ -176,7 +176,6 @@ isa = PBXProject; attributes = { LastUpgradeCheck = 940; - ORGANIZATIONNAME = Facebook; TargetAttributes = { 13B07F861A680F5B00A75B9A = { DevelopmentTeam = 66KHCWMEYB; diff --git a/ios/ZulipMobile/AppDelegate.h b/ios/ZulipMobile/AppDelegate.h index 7c3d3fb0261..d86977f0770 100644 --- a/ios/ZulipMobile/AppDelegate.h +++ b/ios/ZulipMobile/AppDelegate.h @@ -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 #import #import diff --git a/ios/ZulipMobile/AppDelegate.m b/ios/ZulipMobile/AppDelegate.m index 34c698178ce..013c2232749 100644 --- a/ios/ZulipMobile/AppDelegate.m +++ b/ios/ZulipMobile/AppDelegate.m @@ -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 diff --git a/ios/ZulipMobile/main.m b/ios/ZulipMobile/main.m index 0aeaa2c5b59..b1df44b953e 100644 --- a/ios/ZulipMobile/main.m +++ b/ios/ZulipMobile/main.m @@ -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 #import "AppDelegate.h"