Skip to content

Commit ca75368

Browse files
committed
update copyright
1 parent 4f046c5 commit ca75368

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

e2e/__tests__/instanceof.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
2+
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

packages/jest-util/src/__tests__/addInstanceOfAlias.test.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/**
2-
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
2+
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
73
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
86
*/
97

108
import addInstanceOfAlias from '../addInstanceOfAlias';

packages/jest-util/src/addInstanceOfAlias.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/**
2-
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
2+
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
33
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* 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.
76
*/
87

98
// using `Function` is on purpose - it's exactly what we want in this case

0 commit comments

Comments
 (0)