Skip to content

Commit fcd88c0

Browse files
rubennortecaptain-yossarian
authored andcommitted
Update Facebook copyright headers (jestjs#7589)
* Update Facebook copyright headers * Update changelog * Fixed CSS comments * Fixed change in sourcemap
1 parent ae78636 commit fcd88c0

File tree

1,019 files changed

+1040
-1037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,019 files changed

+1040
-1037
lines changed

CHANGELOG.md

+1

TestUtils.js

+1-1
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.

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
1+
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
22

33
module.exports = {
44
babelrcRoots: ['examples/*'],

e2e/MockStdinWatchPlugin.js

+1-1
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.

e2e/Utils.js

+1-1
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.

e2e/__tests__/__snapshots__/process_exit.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`prints stack trace pointing to process.exit call 1`] = `
44
" ● process.exit called with \\"1\\"
55
6-
1 | // Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
1 | // Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
77
2 |
88
> 3 | process.exit(1);
99
| ^

e2e/__tests__/__snapshots__/resolve_no_file_extensions.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports[`show error message with matching files 1`] = `
2727
2828
See https://jestjs.io/docs/en/configuration#modulefileextensions-array-string
2929
30-
1 | // Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
30+
1 | // Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
3131
2 |
3232
> 3 | module.exports = require('./some-json-file');
3333
| ^

e2e/__tests__/auto_clear_mocks.test.js

+1-1
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.

e2e/__tests__/auto_reset_mocks.test.js

+1-1
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.

e2e/__tests__/auto_restore_mocks.test.js

+1-1
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.

e2e/__tests__/babel_plugin_jest_hoist.test.js

+1-1
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.

e2e/__tests__/bad_source_map.test.js

+1-1
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.

e2e/__tests__/before-all-filtered.js

+1-1
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.

e2e/__tests__/before-each-queue.js

+1-1
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.

e2e/__tests__/clear_cache.test.js

+1-1
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.

e2e/__tests__/cli-handles-exact-filenames.test.js

+1-1
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.

e2e/__tests__/compare_dom_nodes.test.js

+1-1
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.

e2e/__tests__/config.test.js

+1-1
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.

e2e/__tests__/console.test.js

+1-1
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.

e2e/__tests__/console_log_output_when_run_in_band.test.js

+1-1
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.

e2e/__tests__/coverage_remapping.test.js

+1-1
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.

e2e/__tests__/coverage_report.test.js

+1-1
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.

e2e/__tests__/coverage_threshold.test.js

+1-1
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.

e2e/__tests__/coverage_transform_instrumented.test.js

+1-1
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.

e2e/__tests__/custom-resolver.test.js

+1-1
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.

e2e/__tests__/custom_matcher_stack_trace.test.js

+1-1
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.

e2e/__tests__/custom_reporters.test.js

+1-1
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.

e2e/__tests__/debug.test.js

+1-1
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.

e2e/__tests__/dependency_clash.test.js

+1-1
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.

e2e/__tests__/deprecated_cli_options.test.js

+1-1
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.

e2e/__tests__/detect_open_handles.js

+1-1
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.

e2e/__tests__/each.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-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.

e2e/__tests__/empty-describe-with-hooks.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-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.

e2e/__tests__/empty_suite_error.test.js

+1-1
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.

e2e/__tests__/env.test.js

+1-1
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.

e2e/__tests__/error-on-deprecated.test.js

+1-1
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.

e2e/__tests__/execute-tests-once-in-mpr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2017-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.

e2e/__tests__/expect-async-matcher.test.js

+1-1
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.

e2e/__tests__/expect_in_vm.test.js

+1-1
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.

e2e/__tests__/failures.test.js

+1-1
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.

e2e/__tests__/fake-promises.test.js

+1-1
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.

e2e/__tests__/filter.test.js

+1-1
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.

e2e/__tests__/find_related_files.test.js

+1-1
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.

e2e/__tests__/force_exit.test.js

+1-1
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.

e2e/__tests__/generator_mock.test.js

+1-1
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.

e2e/__tests__/global.test.js

+1-1
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.

e2e/__tests__/global_setup.test.js

+1-1
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.

e2e/__tests__/global_teardown.test.js

+1-1
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.

e2e/__tests__/globals.test.js

+1-1
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.

e2e/__tests__/haste_map_sha1.test.js

+1-1
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.

e2e/__tests__/iterator-to-null-test.js

+1-1
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.

e2e/__tests__/jasmine_async.test.js

+1-1
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.

e2e/__tests__/jasmine_async_with_pending_during_test.js

+1-1
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.

e2e/__tests__/jest.config.js.test.js

+1-1
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.

e2e/__tests__/jest_changed_files.test.js

+1-1
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.

e2e/__tests__/jest_require_actual.test.js

+1-1
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.

0 commit comments

Comments
 (0)