Skip to content

Commit 7e68984

Browse files
committed
Fix outdated reference to old license
1 parent b4f2955 commit 7e68984

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

src/utilities/__tests__/valueFromASTUntyped-test.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/**
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.
46
*
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.
87
*/
98

109
import { describe, it } from 'mocha';

src/utilities/valueFromASTUntyped.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
/* @flow strict */
21
/**
3-
* Copyright (c) 2017, Facebook, Inc.
4-
* All rights reserved.
2+
* Copyright (c) 2015-present, Facebook, Inc.
53
*
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
98
*/
109

1110
import keyValMap from '../jsutils/keyValMap';

0 commit comments

Comments
 (0)