File tree 5 files changed +11
-20
lines changed
packages/react-error-overlay
5 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
3
*
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
8
6
*/
9
7
const webpack = require ( 'webpack' ) ;
10
8
const chalk = require ( 'chalk' ) ;
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
3
*
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
8
6
*/
9
7
10
8
import './utils/pollyfills.js' ;
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
3
*
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
8
6
*/
7
+
9
8
if ( typeof Promise === 'undefined' ) {
10
9
// Rejection tracking prevents a common issue where React gets into an
11
10
// inconsistent state due to an error, but it gets swallowed by a Promise,
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
3
*
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
8
6
*/
9
7
'use strict' ;
10
8
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
3
*
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
8
6
*/
9
7
'use strict' ;
10
8
You can’t perform that action at this time.
0 commit comments