File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright (c) 2017, Facebook, Inc.
3
- * All rights reserved.
2
+ * Copyright (c) 2015-present, Facebook, Inc.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
4
6
*
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.
8
7
*/
9
8
10
9
import { describe , it } from 'mocha' ;
Original file line number Diff line number Diff line change 1
- /* @flow strict */
2
1
/**
3
- * Copyright (c) 2017, Facebook, Inc.
4
- * All rights reserved.
2
+ * Copyright (c) 2015-present, Facebook, Inc.
5
3
*
6
- * This source code is licensed under the BSD-style license found in the
7
- * LICENSE file in the root directory of this source tree. An additional grant
8
- * 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.
6
+ *
7
+ * @flow strict
9
8
*/
10
9
11
10
import keyValMap from '../jsutils/keyValMap' ;
You can’t perform that action at this time.
0 commit comments