Tidy up Flipper license headers [2/2]
Reviewed By: passy Differential Revision: D17863710 fbshipit-source-id: 5b249bdd1c06d3a526b250b035b797d0c8e796eb
This commit is contained in:
committed by
Facebook Github Bot
parent
0675dd924d
commit
54ebb44dda
@@ -1,16 +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.
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
//
|
||||
// FKUserDefaultsPlugin.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Marc Terns on 9/30/18.
|
||||
// Copyright © 2018 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <FlipperKit/FlipperPlugin.h>
|
||||
|
||||
@@ -1,16 +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.
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
//
|
||||
// FKUserDefaultsPlugin.m
|
||||
// Sample
|
||||
//
|
||||
// Created by Marc Terns on 9/30/18.
|
||||
// Copyright © 2018 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import "FKUserDefaultsPlugin.h"
|
||||
#import <FlipperKit/FlipperConnection.h>
|
||||
|
||||
@@ -1,16 +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.
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
//
|
||||
// FKUserDefaultsSwizzleUtility.h
|
||||
// FlipperKit
|
||||
//
|
||||
// Created by Marc Terns on 10/6/18.
|
||||
// Copyright (c) 2018-present, Facebook, Inc.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
||||
@@ -1,16 +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.
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
//
|
||||
// FKUserDefaultsSwizzleUtility.m
|
||||
// FlipperKit
|
||||
//
|
||||
// Created by Marc Terns on 10/6/18.
|
||||
// Copyright (c) 2018-present, Facebook, Inc.
|
||||
//
|
||||
|
||||
#import "FKUserDefaultsSwizzleUtility.h"
|
||||
#import <objc/runtime.h>
|
||||
|
||||
Reference in New Issue
Block a user