Fix license headers

Reviewed By: scottrice

Differential Revision: D17673481

fbshipit-source-id: 1794e0a6e92e6894b5634b24c6e7910847616261
This commit is contained in:
Andres Suarez
2019-09-30 15:08:40 -07:00
committed by Facebook Github Bot
parent 920d4eaa1d
commit c4c5d453c2
80 changed files with 365 additions and 262 deletions

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "FlipperCppBridgingConnection.h" #import "FlipperCppBridgingConnection.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "FlipperCppBridgingResponder.h" #import "FlipperCppBridgingResponder.h"

View File

@@ -1,5 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#import "FBCxxFollyDynamicConvert.h" #import "FBCxxFollyDynamicConvert.h"
#import <objc/runtime.h> #import <objc/runtime.h>

View File

@@ -1,5 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#import "FKPortForwardingClient.h" #import "FKPortForwardingClient.h"
#import <CocoaAsyncSocket/GCDAsyncSocket.h> #import <CocoaAsyncSocket/GCDAsyncSocket.h>

View File

@@ -1,5 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#import "FKPortForwardingServer.h" #import "FKPortForwardingServer.h"
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#ifdef FB_SONARKIT_ENABLED #ifdef FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "FlipperPlugin.h" #import "FlipperPlugin.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#ifdef FB_SONARKIT_ENABLED #ifdef FB_SONARKIT_ENABLED

View File

@@ -1,11 +1,9 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#ifdef FB_SONARKIT_ENABLED #ifdef FB_SONARKIT_ENABLED
#include "SKStateUpdateCPPWrapper.h" #include "SKStateUpdateCPPWrapper.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "BlockBasedSonarPlugin.h" #import "BlockBasedSonarPlugin.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "FlipperConnectionMock.h" #import "FlipperConnectionMock.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "FlipperResponderMock.h" #import "FlipperResponderMock.h"

View File

@@ -1,11 +1,9 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import <XCTest/XCTest.h> #import <XCTest/XCTest.h>
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import <XCTest/XCTest.h> #import <XCTest/XCTest.h>

View File

@@ -1,11 +1,9 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import <XCTest/XCTest.h> #import <XCTest/XCTest.h>
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,11 +1,9 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED
#import "FlipperKitExamplePlugin.h" #import "FlipperKitExamplePlugin.h"
#import <FlipperKit/FlipperClient.h> #import <FlipperKit/FlipperClient.h>

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2004-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,5 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#import "SKSearchResultNode.h" #import "SKSearchResultNode.h"
@implementation SKSearchResultNode { @implementation SKSearchResultNode {

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "SKTapListenerMock.h" #import "SKTapListenerMock.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import <XCTest/XCTest.h> #import <XCTest/XCTest.h>

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "TestNode.h" #import "TestNode.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "TestNodeDescriptor.h" #import "TestNodeDescriptor.h"

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED
#import <vector> #import <vector>

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,11 +1,9 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "SKRequestInfo.h" #import "SKRequestInfo.h"
@implementation SKRequestInfo @implementation SKRequestInfo

View File

@@ -1,11 +1,9 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import "SKResponseInfo.h" #import "SKResponseInfo.h"
@implementation SKResponseInfo @implementation SKResponseInfo

View File

@@ -1,5 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// FLEXNetworkObserver.m // FLEXNetworkObserver.m
// Derived from: // Derived from:

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// FLEXNetworkRecorder.m // FLEXNetworkRecorder.m
// Flipboard // Flipboard

View File

@@ -1,5 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#import "FLEXNetworkTransaction.h" #import "FLEXNetworkTransaction.h"
@interface FLEXNetworkTransaction () @interface FLEXNetworkTransaction ()

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// FLEXUtility.m // FLEXUtility.m
// Flipboard // Flipboard

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#if FB_SONARKIT_ENABLED #if FB_SONARKIT_ENABLED

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// FKUserDefaultsPlugin.m // FKUserDefaultsPlugin.m
// Sample // Sample

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// FKUserDefaultsSwizzleUtility.m // FKUserDefaultsSwizzleUtility.m
// FlipperKit // FlipperKit

View File

@@ -1,10 +1,15 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * This file provided by Facebook is for non-commercial testing and evaluation
* * purposes only. Facebook reserves all rights not expressly granted.
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "AppDelegate.h" #import "AppDelegate.h"
#import <FlipperKit/FlipperClient.h> #import <FlipperKit/FlipperClient.h>
#import <FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h> #import <FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h>

View File

@@ -1,9 +1,13 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * This file provided by Facebook is for non-commercial testing and evaluation
* * purposes only. Facebook reserves all rights not expressly granted.
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "CommunicationDemoViewController.h" #import "CommunicationDemoViewController.h"

View File

@@ -1,9 +1,13 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * This file provided by Facebook is for non-commercial testing and evaluation
* * purposes only. Facebook reserves all rights not expressly granted.
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "MainViewController.h" #import "MainViewController.h"

View File

@@ -1,9 +1,13 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * This file provided by Facebook is for non-commercial testing and evaluation
* * purposes only. Facebook reserves all rights not expressly granted.
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "NetworkViewController.h" #import "NetworkViewController.h"

View File

@@ -1,10 +1,15 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * This file provided by Facebook is for non-commercial testing and evaluation
* * purposes only. Facebook reserves all rights not expressly granted.
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import "RootViewController.h" #import "RootViewController.h"
#import <ComponentKit/CKBackgroundLayoutComponent.h> #import <ComponentKit/CKBackgroundLayoutComponent.h>

View File

@@ -1,3 +1,15 @@
/*
* This file provided by Facebook is for non-commercial testing and evaluation
* purposes only. Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
// //
// UserDefaultsViewController.m // UserDefaultsViewController.m
// Sample // Sample

View File

@@ -1,10 +1,15 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * This file provided by Facebook is for non-commercial testing and evaluation
* * purposes only. Facebook reserves all rights not expressly granted.
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "AppDelegate.h" #import "AppDelegate.h"

View File

@@ -1,4 +1,14 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* This file provided by Facebook is for non-commercial testing and evaluation
* purposes only. Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
import UIKit import UIKit
import FlipperKit import FlipperKit

View File

@@ -1,4 +1,14 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* This file provided by Facebook is for non-commercial testing and evaluation
* purposes only. Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
import UIKit import UIKit
import FlipperKit import FlipperKit

View File

@@ -1,4 +1,14 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* This file provided by Facebook is for non-commercial testing and evaluation
* purposes only. Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
import UIKit import UIKit

View File

@@ -1,3 +1,15 @@
/*
* This file provided by Facebook is for non-commercial testing and evaluation
* purposes only. Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
// //
// UserDefaultsViewController.swift // UserDefaultsViewController.swift
// SampleSwift // SampleSwift

View File

@@ -1,4 +1,14 @@
// Copyright 2004-present Facebook. All Rights Reserved. /*
* This file provided by Facebook is for non-commercial testing and evaluation
* purposes only. Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
import UIKit import UIKit

View File

@@ -1,9 +1,8 @@
/* /*
* Copyright (c) 2018-present, Facebook, Inc. and its affiliates. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#import <XCTest/XCTest.h> #import <XCTest/XCTest.h>

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// AppDelegate.swift // AppDelegate.swift
// Tutorial // Tutorial

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// MarineMammalCell.swift // MarineMammalCell.swift
// Tutorial // Tutorial

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// MyFlipperPlugin.swift // MyFlipperPlugin.swift
// Tutorial // Tutorial

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
// //
// ViewController.swift // ViewController.swift
// Tutorial // Tutorial