Skip to content

Commit

Permalink
Fix old license that snuck into repo (facebook#20702)
Browse files Browse the repository at this point in the history
Summary:
Quick trivial PR to add back a necessary header. Fixes CI as well.
Pull Request resolved: facebook#20702

Differential Revision: D9374430

Pulled By: hramos

fbshipit-source-id: dba0f1d4fc80e39242d8c3e6d1e0007492d2860d
  • Loading branch information
hramos authored and kelset committed Aug 22, 2018
1 parent 126e4c6 commit b444493
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
6 changes: 2 additions & 4 deletions React/Views/RCTWKWebView.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* 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.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#import <React/RCTView.h>
Expand Down
7 changes: 7 additions & 0 deletions React/Views/RCTWKWebView.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#import "RCTWKWebView.h"
#import <React/RCTConvert.h>
#import "RCTAutoInsetsProtocol.h"
Expand Down
7 changes: 6 additions & 1 deletion React/Views/RCTWKWebViewManager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#import <React/RCTViewManager.h>

Expand Down
7 changes: 7 additions & 0 deletions React/Views/RCTWKWebViewManager.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#import "RCTWKWebViewManager.h"

#import "RCTUIManager.h"
Expand Down

0 comments on commit b444493

Please sign in to comment.