fix(LICENSE): derive Libraries folder from MIT-licensed code#1659
fix(LICENSE): derive Libraries folder from MIT-licensed code#1659rozele merged 3 commits intomicrosoft:masterfrom
Conversation
| * 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. | ||
| * |
There was a problem hiding this comment.
Detailed review needed. #Closed
There was a problem hiding this comment.
| /** | ||
| * Copyright (c) 2015-present, Facebook, Inc. | ||
| * All rights reserved. | ||
| * |
There was a problem hiding this comment.
Detailed review needed. #Closed
There was a problem hiding this comment.
| /** | ||
| * Copyright (c) 2015-present, Facebook, Inc. | ||
| * All rights reserved. | ||
| * |
There was a problem hiding this comment.
Detailed review needed. #Closed
There was a problem hiding this comment.
Had to revert to enable auto-grow. Work remains to ensure TextInput can grow correctly.
In reply to: 169647991 [](ancestors = 169647991)
| * of patent rights can be found in the PATENTS file in the same directory. | ||
| * | ||
| * @providesModule ViewPropTypes | ||
| * @flow |
There was a problem hiding this comment.
Confirm e.g. manipulationModes still work. #Closed
There was a problem hiding this comment.
| /** | ||
| * Copyright (c) 2015-present, Facebook, Inc. | ||
| * All rights reserved. | ||
| * |
There was a problem hiding this comment.
Detailed review needed. #Closed
There was a problem hiding this comment.
The only difference between this and upstream is indexedDBEnabled. I'm not sure we need this feature.
In reply to: 169648900 [](ancestors = 169648900)
There was a problem hiding this comment.
| * 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. | ||
| * |
There was a problem hiding this comment.
Detailed review needed. #Closed
There was a problem hiding this comment.
| * 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. | ||
| * |
There was a problem hiding this comment.
Detailed review needed. #Closed
There was a problem hiding this comment.
Old version still working, more work to do to subscribe to the connectionChange event.
In reply to: 169649181 [](ancestors = 169649181)
| callback: (requestId: number) => any | ||
| callback: (requestId: number) => any, | ||
| withCredentials: boolean | ||
| ) { |
There was a problem hiding this comment.
Remove for now, but we should add this. #Closed
There was a problem hiding this comment.
| @@ -1,576 +0,0 @@ | |||
| /** | |||
| * Copyright (c) 2015-present, Facebook, Inc. | |||
| * All rights reserved. | |||
There was a problem hiding this comment.
Ensure Text still works. #Closed
There was a problem hiding this comment.
| /** | ||
| * Copyright (c) 2015-present, Facebook, Inc. | ||
| * All rights reserved. | ||
| * |
There was a problem hiding this comment.
Detailed review needed. #Closed
There was a problem hiding this comment.
RNTester WebSocket example still working (tested both binary and text send/receive)
In reply to: 169649951 [](ancestors = 169649951)
| /** | ||
| * Copyright (c) 2015-present, Facebook, Inc. | ||
| * All rights reserved. | ||
| * |
|
Add UNSAFE to all deprecated React lifecycle events. |
|
Track issues for all new features to catch up with. #Closed |
| * 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. | ||
| * |
cec812e to
cd7064c
Compare
react-native recently moved to the MIT license. In order to remove the BSD+Patents licensing from react-native-windows, we have to re-derive the source code we copied from react-native from the latest source code. This change re-derives the source code in the Libraries folder.
Many of these files never existed in react-native. In most cases, the copyright header was just copied from other files. This was incorrect, the header should have originally reflected a Microsoft copyright. This commit fixes that, and also rebases copy-paste code against Facebook's latest MIT-licensed code.
…w MIT Updates the README and the LICENSE at the root folder to reflect that portions of the React Native Windows plugin derived from Facebook are copyright Facebook. Both derived and original contributions in React Native Windows are provided under the MIT license.
react-native recently moved to the MIT license. In order to remove the BSD+Patents licensing from react-native-windows, we have to re-derive the source code we copied from react-native from the latest source code. This change re-derives the source code in the Libraries folder.