Skip to content

Commit

Permalink
Update the license for RCTWrapperExample (#24037)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
orta authored and facebook-github-bot committed Mar 19, 2019
1 parent 156e483 commit 1a635c6
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 32 deletions.
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperExampleView.h
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 <UIKit/UIKit.h>

Expand Down
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperExampleView.m
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 "RCTWrapperExampleView.h"

Expand Down
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperExampleViewController.h
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 <UIKit/UIKit.h>

Expand Down
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperExampleViewController.m
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 "RCTWrapperExampleViewController.h"

Expand Down
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 <UIKit/UIKit.h>

Expand Down
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 "RCTWrapperReactRootViewController.h"

Expand Down
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 <UIKit/UIKit.h>

Expand Down
11 changes: 7 additions & 4 deletions Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m
@@ -1,7 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the license found in the
// LICENSE-examples file in the root directory of this source tree.
/**
* 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 "RCTWrapperReactRootViewManager.h"

Expand Down

0 comments on commit 1a635c6

Please sign in to comment.