Skip to content

Commit 1a635c6

Browse files
ortafacebook-github-bot
authored andcommitted
Update the license for RCTWrapperExample (#24037)
Summary: The copyright headers in the Wrapper example referenced a license file that doesn't exist anymore. This PR updates the copyright header to match other example files in the repo Fixes #23215 [General] [Changed] Updated the license of RCTWrapperExample to match the rest of the Examples Pull Request resolved: #24037 Differential Revision: D14521327 Pulled By: cpojer fbshipit-source-id: 983741d4d93178cd90b532ad5f8ff0717670aff4
1 parent 156e483 commit 1a635c6

8 files changed

+56
-32
lines changed

Libraries/Wrapper/Example/RCTWrapperExampleView.h

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import <UIKit/UIKit.h>
710

Libraries/Wrapper/Example/RCTWrapperExampleView.m

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import "RCTWrapperExampleView.h"
710

Libraries/Wrapper/Example/RCTWrapperExampleViewController.h

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import <UIKit/UIKit.h>
710

Libraries/Wrapper/Example/RCTWrapperExampleViewController.m

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import "RCTWrapperExampleViewController.h"
710

Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import <UIKit/UIKit.h>
710

Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import "RCTWrapperReactRootViewController.h"
710

Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import <UIKit/UIKit.h>
710

Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// Copyright (c) Facebook, Inc. and its affiliates.
2-
//
3-
// This source code is licensed under the license found in the
4-
// LICENSE-examples file in the root directory of this source tree.
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
58

69
#import "RCTWrapperReactRootViewManager.h"
710

0 commit comments

Comments
 (0)