Skip to content

Commit e075107

Browse files
zertoshfacebook-github-bot
authored andcommitted
Update copyright headers from Facebook to Meta
Reviewed By: aaronabramov Differential Revision: D33379551 fbshipit-source-id: 3c43207359fff684456f06905a50229ebb9d9c3f
1 parent f16b8da commit e075107

File tree

1,068 files changed

+2133
-2133
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,068 files changed

+2133
-2133
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.

.github/workflows/docusaurus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Facebook, Inc. and its affiliates.
3+
Copyright (c) Meta Platforms, Inc. and affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

compiler/crates/relay-schema/src/relay-extensions.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.

compiler/crates/relay-test-schema/src/testschema.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
22

33
schema {
44
query: Query

compiler/crates/schema-flatbuffer/generate_flatbuffer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
old_header = "// automatically generated by the FlatBuffers compiler, do not modify\n"
2626
new_header = """/*
27-
* Copyright (c) Facebook, Inc. and its affiliates.
27+
* Copyright (c) Meta Platforms, Inc. and affiliates.
2828
*
2929
* This source code is licensed under the MIT license found in the
3030
* LICENSE file in the root directory of this source tree.

compiler/crates/schema-flatbuffer/src/graphqlschema.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Facebook, Inc. and its affiliates.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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.

compiler/crates/schema-flatbuffer/src/graphqlschema_generated.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Facebook, Inc. and its affiliates.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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.

compiler/crates/schema/src/builtins.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.

compiler/test-project/relay.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"root": "../..",
33
"header": [
4-
"Copyright (c) Facebook, Inc. and its affiliates.",
4+
"Copyright (c) Meta Platforms, Inc. and affiliates.",
55
"",
66
"This source code is licensed under the MIT license found in the",
77
"LICENSE file in the root directory of this source tree."

compiler/test-project/src/__generated__/AppQuery.graphql.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/test-project/src/__generated__/Component_node.graphql.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flow-typed/npm/chalk_v4.x.x.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) Facebook, Inc. and its affiliates.
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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.

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const DEVELOPMENT_HEADER = `/**
5858
const PRODUCTION_HEADER = `/**
5959
* Relay v${VERSION}
6060
*
61-
* Copyright (c) Facebook, Inc. and its affiliates.
61+
* Copyright (c) Meta Platforms, Inc. and affiliates.
6262
*
6363
* This source code is licensed under the MIT license found in the
6464
* LICENSE file in the root directory of this source tree.

packages/babel-plugin-relay/__tests__/__snapshots__/BabelPluginRelay-modern-artifact-directory-test.js.snap

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`matches expected output: fragment.txt 1`] = `
44
~~~~~~~~~~ INPUT ~~~~~~~~~~
55
/**
6-
* Copyright (c) Facebook, Inc. and its affiliates.
6+
* Copyright (c) Meta Platforms, Inc. and affiliates.
77
*
88
* This source code is licensed under the MIT license found in the
99
* LICENSE file in the root directory of this source tree.
@@ -21,7 +21,7 @@ const testFragment = graphql\`
2121
2222
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
2323
/**
24-
* Copyright (c) Facebook, Inc. and its affiliates.
24+
* Copyright (c) Meta Platforms, Inc. and affiliates.
2525
*
2626
* This source code is licensed under the MIT license found in the
2727
* LICENSE file in the root directory of this source tree.
@@ -42,7 +42,7 @@ const testFragment =
4242
exports[`matches expected output: memoize-inner-scope.txt 1`] = `
4343
~~~~~~~~~~ INPUT ~~~~~~~~~~
4444
/**
45-
* Copyright (c) Facebook, Inc. and its affiliates.
45+
* Copyright (c) Meta Platforms, Inc. and affiliates.
4646
*
4747
* This source code is licensed under the MIT license found in the
4848
* LICENSE file in the root directory of this source tree.
@@ -72,7 +72,7 @@ function SomeTopLevelView() {
7272
7373
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
7474
/**
75-
* Copyright (c) Facebook, Inc. and its affiliates.
75+
* Copyright (c) Meta Platforms, Inc. and affiliates.
7676
*
7777
* This source code is licensed under the MIT license found in the
7878
* LICENSE file in the root directory of this source tree.
@@ -105,7 +105,7 @@ function SomeTopLevelView() {
105105
exports[`matches expected output: mutation.txt 1`] = `
106106
~~~~~~~~~~ INPUT ~~~~~~~~~~
107107
/**
108-
* Copyright (c) Facebook, Inc. and its affiliates.
108+
* Copyright (c) Meta Platforms, Inc. and affiliates.
109109
*
110110
* This source code is licensed under the MIT license found in the
111111
* LICENSE file in the root directory of this source tree.
@@ -125,7 +125,7 @@ const testMutation = graphql\`
125125
126126
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
127127
/**
128-
* Copyright (c) Facebook, Inc. and its affiliates.
128+
* Copyright (c) Meta Platforms, Inc. and affiliates.
129129
*
130130
* This source code is licensed under the MIT license found in the
131131
* LICENSE file in the root directory of this source tree.
@@ -146,7 +146,7 @@ const testMutation =
146146
exports[`matches expected output: query.txt 1`] = `
147147
~~~~~~~~~~ INPUT ~~~~~~~~~~
148148
/**
149-
* Copyright (c) Facebook, Inc. and its affiliates.
149+
* Copyright (c) Meta Platforms, Inc. and affiliates.
150150
*
151151
* This source code is licensed under the MIT license found in the
152152
* LICENSE file in the root directory of this source tree.
@@ -164,7 +164,7 @@ const testQuery = graphql\`
164164
165165
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
166166
/**
167-
* Copyright (c) Facebook, Inc. and its affiliates.
167+
* Copyright (c) Meta Platforms, Inc. and affiliates.
168168
*
169169
* This source code is licensed under the MIT license found in the
170170
* LICENSE file in the root directory of this source tree.
@@ -185,7 +185,7 @@ const testQuery =
185185
exports[`matches expected output: too-many-fragments.error.txt 1`] = `
186186
~~~~~~~~~~ INPUT ~~~~~~~~~~
187187
/**
188-
* Copyright (c) Facebook, Inc. and its affiliates.
188+
* Copyright (c) Meta Platforms, Inc. and affiliates.
189189
*
190190
* This source code is licensed under the MIT license found in the
191191
* LICENSE file in the root directory of this source tree.
@@ -219,7 +219,7 @@ Error: /testing/Container.js: BabelPluginRelay: Expected exactly one definition
219219
exports[`matches expected output: unexpected-fragment.error.txt 1`] = `
220220
~~~~~~~~~~ INPUT ~~~~~~~~~~
221221
/**
222-
* Copyright (c) Facebook, Inc. and its affiliates.
222+
* Copyright (c) Meta Platforms, Inc. and affiliates.
223223
*
224224
* This source code is licensed under the MIT license found in the
225225
* LICENSE file in the root directory of this source tree.
@@ -255,7 +255,7 @@ Error: /testing/Container.js: BabelPluginRelay: Expected exactly one definition
255255
exports[`matches expected output: unexpected-operation.error.txt 1`] = `
256256
~~~~~~~~~~ INPUT ~~~~~~~~~~
257257
/**
258-
* Copyright (c) Facebook, Inc. and its affiliates.
258+
* Copyright (c) Meta Platforms, Inc. and affiliates.
259259
*
260260
* This source code is licensed under the MIT license found in the
261261
* LICENSE file in the root directory of this source tree.

packages/babel-plugin-relay/__tests__/__snapshots__/BabelPluginRelay-modern-haste-test.js.snap

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`matches expected output: fragment.txt 1`] = `
44
~~~~~~~~~~ INPUT ~~~~~~~~~~
55
/**
6-
* Copyright (c) Facebook, Inc. and its affiliates.
6+
* Copyright (c) Meta Platforms, Inc. and affiliates.
77
*
88
* This source code is licensed under the MIT license found in the
99
* LICENSE file in the root directory of this source tree.
@@ -21,7 +21,7 @@ const testFragment = graphql\`
2121
2222
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
2323
/**
24-
* Copyright (c) Facebook, Inc. and its affiliates.
24+
* Copyright (c) Meta Platforms, Inc. and affiliates.
2525
*
2626
* This source code is licensed under the MIT license found in the
2727
* LICENSE file in the root directory of this source tree.
@@ -42,7 +42,7 @@ const testFragment =
4242
exports[`matches expected output: memoize-inner-scope.txt 1`] = `
4343
~~~~~~~~~~ INPUT ~~~~~~~~~~
4444
/**
45-
* Copyright (c) Facebook, Inc. and its affiliates.
45+
* Copyright (c) Meta Platforms, Inc. and affiliates.
4646
*
4747
* This source code is licensed under the MIT license found in the
4848
* LICENSE file in the root directory of this source tree.
@@ -72,7 +72,7 @@ function SomeTopLevelView() {
7272
7373
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
7474
/**
75-
* Copyright (c) Facebook, Inc. and its affiliates.
75+
* Copyright (c) Meta Platforms, Inc. and affiliates.
7676
*
7777
* This source code is licensed under the MIT license found in the
7878
* LICENSE file in the root directory of this source tree.
@@ -105,7 +105,7 @@ function SomeTopLevelView() {
105105
exports[`matches expected output: mutation.txt 1`] = `
106106
~~~~~~~~~~ INPUT ~~~~~~~~~~
107107
/**
108-
* Copyright (c) Facebook, Inc. and its affiliates.
108+
* Copyright (c) Meta Platforms, Inc. and affiliates.
109109
*
110110
* This source code is licensed under the MIT license found in the
111111
* LICENSE file in the root directory of this source tree.
@@ -125,7 +125,7 @@ const testMutation = graphql\`
125125
126126
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
127127
/**
128-
* Copyright (c) Facebook, Inc. and its affiliates.
128+
* Copyright (c) Meta Platforms, Inc. and affiliates.
129129
*
130130
* This source code is licensed under the MIT license found in the
131131
* LICENSE file in the root directory of this source tree.
@@ -146,7 +146,7 @@ const testMutation =
146146
exports[`matches expected output: query.txt 1`] = `
147147
~~~~~~~~~~ INPUT ~~~~~~~~~~
148148
/**
149-
* Copyright (c) Facebook, Inc. and its affiliates.
149+
* Copyright (c) Meta Platforms, Inc. and affiliates.
150150
*
151151
* This source code is licensed under the MIT license found in the
152152
* LICENSE file in the root directory of this source tree.
@@ -164,7 +164,7 @@ const testQuery = graphql\`
164164
165165
~~~~~~~~~~ OUTPUT ~~~~~~~~~~
166166
/**
167-
* Copyright (c) Facebook, Inc. and its affiliates.
167+
* Copyright (c) Meta Platforms, Inc. and affiliates.
168168
*
169169
* This source code is licensed under the MIT license found in the
170170
* LICENSE file in the root directory of this source tree.
@@ -185,7 +185,7 @@ const testQuery =
185185
exports[`matches expected output: too-many-fragments.error.txt 1`] = `
186186
~~~~~~~~~~ INPUT ~~~~~~~~~~
187187
/**
188-
* Copyright (c) Facebook, Inc. and its affiliates.
188+
* Copyright (c) Meta Platforms, Inc. and affiliates.
189189
*
190190
* This source code is licensed under the MIT license found in the
191191
* LICENSE file in the root directory of this source tree.
@@ -219,7 +219,7 @@ Error: /test.js: BabelPluginRelay: Expected exactly one definition per graphql t
219219
exports[`matches expected output: unexpected-fragment.error.txt 1`] = `
220220
~~~~~~~~~~ INPUT ~~~~~~~~~~
221221
/**
222-
* Copyright (c) Facebook, Inc. and its affiliates.
222+
* Copyright (c) Meta Platforms, Inc. and affiliates.
223223
*
224224
* This source code is licensed under the MIT license found in the
225225
* LICENSE file in the root directory of this source tree.
@@ -255,7 +255,7 @@ Error: /test.js: BabelPluginRelay: Expected exactly one definition per graphql t
255255
exports[`matches expected output: unexpected-operation.error.txt 1`] = `
256256
~~~~~~~~~~ INPUT ~~~~~~~~~~
257257
/**
258-
* Copyright (c) Facebook, Inc. and its affiliates.
258+
* Copyright (c) Meta Platforms, Inc. and affiliates.
259259
*
260260
* This source code is licensed under the MIT license found in the
261261
* LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)