[change] MIT license

Now possible to license under MIT following the change to React Native's
license.

https://github.com/facebook/react-native/commit/26684cf3adf4094eb6c405d345a75bf8c7c0bf88

Fix #828
This commit is contained in:
Nicolas Gallagher
2018-02-17 12:23:45 -08:00
parent fb845ebf44
commit a314d5b2e4
138 changed files with 562 additions and 914 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
/**
* Copyright (c) 2013-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.
*/
declare module 'fbjs/lib/invariant' {