diff --git a/packages/jest-editor-support/src/Snapshot.js b/packages/jest-editor-support/src/Snapshot.js index 3faf510bbc29..86c0c02611ab 100644 --- a/packages/jest-editor-support/src/Snapshot.js +++ b/packages/jest-editor-support/src/Snapshot.js @@ -1,9 +1,8 @@ /** * Copyright (c) 2014-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. * * @flow */ diff --git a/packages/jest-editor-support/src/__tests__/snapshot.test.js b/packages/jest-editor-support/src/__tests__/snapshot.test.js index b7974a5d2f54..203fab38cb9f 100644 --- a/packages/jest-editor-support/src/__tests__/snapshot.test.js +++ b/packages/jest-editor-support/src/__tests__/snapshot.test.js @@ -1,9 +1,8 @@ /** * Copyright (c) 2014-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. * * @flow */ diff --git a/packages/jest-runtime/src/__tests__/defaultResolver.js b/packages/jest-runtime/src/__tests__/defaultResolver.js index 089aa58e6055..6f0d9a6f6e90 100644 --- a/packages/jest-runtime/src/__tests__/defaultResolver.js +++ b/packages/jest-runtime/src/__tests__/defaultResolver.js @@ -1,9 +1,8 @@ /** * Copyright (c) 2017-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. * */ import resolver from 'jest-resolve/build/default_resolver.js'; diff --git a/website/pages/en/help.js b/website/pages/en/help.js index 126ad9cbf9b6..116e08b09236 100755 --- a/website/pages/en/help.js +++ b/website/pages/en/help.js @@ -2,9 +2,8 @@ * Copyright (c) 2017-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. */ const React = require('react'); diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 64f77318e05a..e42dec04533c 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -2,9 +2,8 @@ * Copyright (c) 2017-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. */ const React = require('react');