diff --git a/.eslintrc.js b/.eslintrc.js index aa09dca17d27..f5b2acd1d5c9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -36,11 +36,7 @@ module.exports = { 'block', [ '*', - { - pattern: - ' \\* Copyright \\(c\\) \\d{4}-present\\, Facebook\\, Inc\\.', - template: ' * Copyright (c) 2017-present, Facebook, Inc.', - }, + ' * Copyright (c) Facebook, Inc. and its affiliates.', ' *', ' * This source code is licensed under the MIT license found in the', ' * LICENSE file in the root directory of this source tree.', diff --git a/LICENSE b/LICENSE index c29bfe0ab788..b96dcb0480a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-present, Facebook, Inc. +Copyright (c) Facebook, Inc. and its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/babel.config.js b/babel.config.js index 9b67d9a9f06a..3e4ad9e80b29 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/jest.config.js b/jest.config.js index 3afda9ceec2c..6bdaa8100b13 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/basics/core/Footer.js b/packages/docusaurus-1.x/examples/basics/core/Footer.js index c2b317c987f2..f602bd345c92 100644 --- a/packages/docusaurus-1.x/examples/basics/core/Footer.js +++ b/packages/docusaurus-1.x/examples/basics/core/Footer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/basics/pages/en/help.js b/packages/docusaurus-1.x/examples/basics/pages/en/help.js index 2b790e46037f..242f32dae53d 100644 --- a/packages/docusaurus-1.x/examples/basics/pages/en/help.js +++ b/packages/docusaurus-1.x/examples/basics/pages/en/help.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/basics/pages/en/index.js b/packages/docusaurus-1.x/examples/basics/pages/en/index.js index 1e03b77144d5..d7c1ce027e3f 100644 --- a/packages/docusaurus-1.x/examples/basics/pages/en/index.js +++ b/packages/docusaurus-1.x/examples/basics/pages/en/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/basics/pages/en/users.js b/packages/docusaurus-1.x/examples/basics/pages/en/users.js index 039dc39ffa50..7eb010731689 100644 --- a/packages/docusaurus-1.x/examples/basics/pages/en/users.js +++ b/packages/docusaurus-1.x/examples/basics/pages/en/users.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/basics/siteConfig.js b/packages/docusaurus-1.x/examples/basics/siteConfig.js index 9811d9a1f0bf..c8bb7bfe85d9 100644 --- a/packages/docusaurus-1.x/examples/basics/siteConfig.js +++ b/packages/docusaurus-1.x/examples/basics/siteConfig.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/basics/static/css/custom.css b/packages/docusaurus-1.x/examples/basics/static/css/custom.css index 01aa4ed36d7b..7c72a866f400 100644 --- a/packages/docusaurus-1.x/examples/basics/static/css/custom.css +++ b/packages/docusaurus-1.x/examples/basics/static/css/custom.css @@ -1,10 +1,10 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ - + /* your custom css */ @media only screen and (min-device-width: 360px) and (max-device-width: 736px) { @@ -20,4 +20,4 @@ } @media only screen and (min-width: 1500px) { -} \ No newline at end of file +} diff --git a/packages/docusaurus-1.x/examples/translations/languages.js b/packages/docusaurus-1.x/examples/translations/languages.js index 21f58f861229..28b9ddd9fef2 100644 --- a/packages/docusaurus-1.x/examples/translations/languages.js +++ b/packages/docusaurus-1.x/examples/translations/languages.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/translations/pages/en/help-with-translations.js b/packages/docusaurus-1.x/examples/translations/pages/en/help-with-translations.js index 19dbc9cc00cd..9775562d1907 100644 --- a/packages/docusaurus-1.x/examples/translations/pages/en/help-with-translations.js +++ b/packages/docusaurus-1.x/examples/translations/pages/en/help-with-translations.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/examples/versions/pages/en/versions.js b/packages/docusaurus-1.x/examples/versions/pages/en/versions.js index 0606530061af..947f3ca1ab0c 100644 --- a/packages/docusaurus-1.x/examples/versions/pages/en/versions.js +++ b/packages/docusaurus-1.x/examples/versions/pages/en/versions.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/__tests__/build-files.test.js b/packages/docusaurus-1.x/lib/__tests__/build-files.test.js index 589d433a1749..a4591ed51da5 100644 --- a/packages/docusaurus-1.x/lib/__tests__/build-files.test.js +++ b/packages/docusaurus-1.x/lib/__tests__/build-files.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/build-files.js b/packages/docusaurus-1.x/lib/build-files.js index ecbb2a53c678..c57919256964 100755 --- a/packages/docusaurus-1.x/lib/build-files.js +++ b/packages/docusaurus-1.x/lib/build-files.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/copy-examples.js b/packages/docusaurus-1.x/lib/copy-examples.js index 4d29a803e40f..a504997166b8 100755 --- a/packages/docusaurus-1.x/lib/copy-examples.js +++ b/packages/docusaurus-1.x/lib/copy-examples.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/BlogPageLayout.js b/packages/docusaurus-1.x/lib/core/BlogPageLayout.js index d61ff1ec62b5..5143260a01b1 100644 --- a/packages/docusaurus-1.x/lib/core/BlogPageLayout.js +++ b/packages/docusaurus-1.x/lib/core/BlogPageLayout.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/BlogPost.js b/packages/docusaurus-1.x/lib/core/BlogPost.js index 15575c695660..aa1d7c4043dc 100644 --- a/packages/docusaurus-1.x/lib/core/BlogPost.js +++ b/packages/docusaurus-1.x/lib/core/BlogPost.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/BlogPostLayout.js b/packages/docusaurus-1.x/lib/core/BlogPostLayout.js index a248fde083ca..5c68404ce322 100644 --- a/packages/docusaurus-1.x/lib/core/BlogPostLayout.js +++ b/packages/docusaurus-1.x/lib/core/BlogPostLayout.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/BlogSidebar.js b/packages/docusaurus-1.x/lib/core/BlogSidebar.js index 8b10ebb369d8..17faf8c3bbe4 100644 --- a/packages/docusaurus-1.x/lib/core/BlogSidebar.js +++ b/packages/docusaurus-1.x/lib/core/BlogSidebar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/CodeTabsMarkdownBlock.js b/packages/docusaurus-1.x/lib/core/CodeTabsMarkdownBlock.js index 129232c973e2..b88adc04364a 100644 --- a/packages/docusaurus-1.x/lib/core/CodeTabsMarkdownBlock.js +++ b/packages/docusaurus-1.x/lib/core/CodeTabsMarkdownBlock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/CompLibrary.js b/packages/docusaurus-1.x/lib/core/CompLibrary.js index 6dee1337255e..83b8e1fc73c2 100644 --- a/packages/docusaurus-1.x/lib/core/CompLibrary.js +++ b/packages/docusaurus-1.x/lib/core/CompLibrary.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/Container.js b/packages/docusaurus-1.x/lib/core/Container.js index d9ef209dd8a3..ce271298e481 100644 --- a/packages/docusaurus-1.x/lib/core/Container.js +++ b/packages/docusaurus-1.x/lib/core/Container.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/Doc.js b/packages/docusaurus-1.x/lib/core/Doc.js index eba99f4471bc..91b2458731c8 100644 --- a/packages/docusaurus-1.x/lib/core/Doc.js +++ b/packages/docusaurus-1.x/lib/core/Doc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/DocsLayout.js b/packages/docusaurus-1.x/lib/core/DocsLayout.js index 15b6fe98fc18..1f13dfead51f 100644 --- a/packages/docusaurus-1.x/lib/core/DocsLayout.js +++ b/packages/docusaurus-1.x/lib/core/DocsLayout.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/DocsSidebar.js b/packages/docusaurus-1.x/lib/core/DocsSidebar.js index bf0857760b40..a7906f484e38 100644 --- a/packages/docusaurus-1.x/lib/core/DocsSidebar.js +++ b/packages/docusaurus-1.x/lib/core/DocsSidebar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/GridBlock.js b/packages/docusaurus-1.x/lib/core/GridBlock.js index 7d0781c8470f..c477089bef08 100644 --- a/packages/docusaurus-1.x/lib/core/GridBlock.js +++ b/packages/docusaurus-1.x/lib/core/GridBlock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/Head.js b/packages/docusaurus-1.x/lib/core/Head.js index f8a8548d8e37..e31f69477244 100644 --- a/packages/docusaurus-1.x/lib/core/Head.js +++ b/packages/docusaurus-1.x/lib/core/Head.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/MarkdownBlock.js b/packages/docusaurus-1.x/lib/core/MarkdownBlock.js index a370593d5afa..6c425df0259f 100644 --- a/packages/docusaurus-1.x/lib/core/MarkdownBlock.js +++ b/packages/docusaurus-1.x/lib/core/MarkdownBlock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/Redirect.js b/packages/docusaurus-1.x/lib/core/Redirect.js index 2a8af6f73074..ebb2dec6ec54 100644 --- a/packages/docusaurus-1.x/lib/core/Redirect.js +++ b/packages/docusaurus-1.x/lib/core/Redirect.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/Remarkable.js b/packages/docusaurus-1.x/lib/core/Remarkable.js index d632819820cc..d777ecf5aab7 100644 --- a/packages/docusaurus-1.x/lib/core/Remarkable.js +++ b/packages/docusaurus-1.x/lib/core/Remarkable.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/Site.js b/packages/docusaurus-1.x/lib/core/Site.js index f7357f6fd8c5..8bbceaece1c7 100644 --- a/packages/docusaurus-1.x/lib/core/Site.js +++ b/packages/docusaurus-1.x/lib/core/Site.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/__tests__/__fixtures__/website/siteConfig.js b/packages/docusaurus-1.x/lib/core/__tests__/__fixtures__/website/siteConfig.js index c3aadfd8fcad..14e88c4cc03c 100644 --- a/packages/docusaurus-1.x/lib/core/__tests__/__fixtures__/website/siteConfig.js +++ b/packages/docusaurus-1.x/lib/core/__tests__/__fixtures__/website/siteConfig.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/__tests__/split-tab.test.js b/packages/docusaurus-1.x/lib/core/__tests__/split-tab.test.js index 8b34eb72ef38..052a7ee08265 100644 --- a/packages/docusaurus-1.x/lib/core/__tests__/split-tab.test.js +++ b/packages/docusaurus-1.x/lib/core/__tests__/split-tab.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/__tests__/toSlug.test.js b/packages/docusaurus-1.x/lib/core/__tests__/toSlug.test.js index f7f5264da37e..80ab6c77e915 100644 --- a/packages/docusaurus-1.x/lib/core/__tests__/toSlug.test.js +++ b/packages/docusaurus-1.x/lib/core/__tests__/toSlug.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/__tests__/toc.test.js b/packages/docusaurus-1.x/lib/core/__tests__/toc.test.js index 2198edf60abc..274ecb9c009b 100644 --- a/packages/docusaurus-1.x/lib/core/__tests__/toc.test.js +++ b/packages/docusaurus-1.x/lib/core/__tests__/toc.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/__tests__/utils.test.js b/packages/docusaurus-1.x/lib/core/__tests__/utils.test.js index 9a5437fdf32a..d8d49176fd7b 100644 --- a/packages/docusaurus-1.x/lib/core/__tests__/utils.test.js +++ b/packages/docusaurus-1.x/lib/core/__tests__/utils.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/anchors.js b/packages/docusaurus-1.x/lib/core/anchors.js index b15316cdde95..b20094d4c1a4 100644 --- a/packages/docusaurus-1.x/lib/core/anchors.js +++ b/packages/docusaurus-1.x/lib/core/anchors.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/nav/HeaderNav.js b/packages/docusaurus-1.x/lib/core/nav/HeaderNav.js index 0b3d468fce39..790fea0f033a 100644 --- a/packages/docusaurus-1.x/lib/core/nav/HeaderNav.js +++ b/packages/docusaurus-1.x/lib/core/nav/HeaderNav.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/nav/OnPageNav.js b/packages/docusaurus-1.x/lib/core/nav/OnPageNav.js index 40070f85941f..34f85cf8e462 100644 --- a/packages/docusaurus-1.x/lib/core/nav/OnPageNav.js +++ b/packages/docusaurus-1.x/lib/core/nav/OnPageNav.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/nav/SideNav.js b/packages/docusaurus-1.x/lib/core/nav/SideNav.js index 497f3768fa03..24c7132f6efe 100644 --- a/packages/docusaurus-1.x/lib/core/nav/SideNav.js +++ b/packages/docusaurus-1.x/lib/core/nav/SideNav.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/renderMarkdown.js b/packages/docusaurus-1.x/lib/core/renderMarkdown.js index 966af11611bb..61ce2d5d9590 100644 --- a/packages/docusaurus-1.x/lib/core/renderMarkdown.js +++ b/packages/docusaurus-1.x/lib/core/renderMarkdown.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/toSlug.js b/packages/docusaurus-1.x/lib/core/toSlug.js index b8978a21b074..4ed76a1862ca 100644 --- a/packages/docusaurus-1.x/lib/core/toSlug.js +++ b/packages/docusaurus-1.x/lib/core/toSlug.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/toc.js b/packages/docusaurus-1.x/lib/core/toc.js index c96656bcd0bb..bfb6bd239a65 100644 --- a/packages/docusaurus-1.x/lib/core/toc.js +++ b/packages/docusaurus-1.x/lib/core/toc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/unindent.js b/packages/docusaurus-1.x/lib/core/unindent.js index df36ea53b365..80d8520ab1cf 100644 --- a/packages/docusaurus-1.x/lib/core/unindent.js +++ b/packages/docusaurus-1.x/lib/core/unindent.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/core/utils.js b/packages/docusaurus-1.x/lib/core/utils.js index 9e886f97cce5..76c8050d230d 100644 --- a/packages/docusaurus-1.x/lib/core/utils.js +++ b/packages/docusaurus-1.x/lib/core/utils.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/publish-gh-pages.js b/packages/docusaurus-1.x/lib/publish-gh-pages.js index 2c3fdcaeaa25..b919b30fe848 100755 --- a/packages/docusaurus-1.x/lib/publish-gh-pages.js +++ b/packages/docusaurus-1.x/lib/publish-gh-pages.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/rename-version.js b/packages/docusaurus-1.x/lib/rename-version.js index e94c5e1c5d94..cec1f4663e09 100755 --- a/packages/docusaurus-1.x/lib/rename-version.js +++ b/packages/docusaurus-1.x/lib/rename-version.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__mocks__/tiny-lr.js b/packages/docusaurus-1.x/lib/server/__mocks__/tiny-lr.js index 53fab4ccc1a0..c597117567ae 100644 --- a/packages/docusaurus-1.x/lib/server/__mocks__/tiny-lr.js +++ b/packages/docusaurus-1.x/lib/server/__mocks__/tiny-lr.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata-subcategories.js b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata-subcategories.js index 627a4ad6e4b8..1307fdfa6317 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata-subcategories.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata-subcategories.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata.js b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata.js index 07944047ac2b..8b98d6a14d9d 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/metadata.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar-subcategories.js b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar-subcategories.js index 9181adde659f..17460a1d6e51 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar-subcategories.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar-subcategories.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar.js b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar.js index 38cb7ae74a71..700d9060f79d 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/sidebar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/test.css b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/test.css index beff6938d071..f4799ece2c64 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/test.css +++ b/packages/docusaurus-1.x/lib/server/__tests__/__fixtures__/test.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/__snapshots__/utils.test.js.snap b/packages/docusaurus-1.x/lib/server/__tests__/__snapshots__/utils.test.js.snap index ba53c36511af..8eac2d628ae1 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/__snapshots__/utils.test.js.snap +++ b/packages/docusaurus-1.x/lib/server/__tests__/__snapshots__/utils.test.js.snap @@ -2,7 +2,7 @@ exports[`server utils autoprefix css 1`] = ` "/** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/blog.test.js b/packages/docusaurus-1.x/lib/server/__tests__/blog.test.js index 08635768cc48..845462cb8cf1 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/blog.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/blog.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/docs.test.js b/packages/docusaurus-1.x/lib/server/__tests__/docs.test.js index 2956366436be..bbf8702a1193 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/docs.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/docs.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/liveReloadServer.test.js b/packages/docusaurus-1.x/lib/server/__tests__/liveReloadServer.test.js index bbdf47e3b682..092215567ced 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/liveReloadServer.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/liveReloadServer.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/readCategories.test.js b/packages/docusaurus-1.x/lib/server/__tests__/readCategories.test.js index ad766a648209..c663b4e376dc 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/readCategories.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/readCategories.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/readMetadata.test.js b/packages/docusaurus-1.x/lib/server/__tests__/readMetadata.test.js index 0142b83c014f..ca4536a50b67 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/readMetadata.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/readMetadata.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/routing.test.js b/packages/docusaurus-1.x/lib/server/__tests__/routing.test.js index ae3d2b06417b..8c9451b1c7fd 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/routing.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/routing.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/start.test.js b/packages/docusaurus-1.x/lib/server/__tests__/start.test.js index 8f6391b9de00..d8ff55635294 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/start.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/start.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/__tests__/utils.test.js b/packages/docusaurus-1.x/lib/server/__tests__/utils.test.js index 88358a651fa2..54b71918ab66 100644 --- a/packages/docusaurus-1.x/lib/server/__tests__/utils.test.js +++ b/packages/docusaurus-1.x/lib/server/__tests__/utils.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/blog.js b/packages/docusaurus-1.x/lib/server/blog.js index 1678d703a5e0..0a9431321ea0 100644 --- a/packages/docusaurus-1.x/lib/server/blog.js +++ b/packages/docusaurus-1.x/lib/server/blog.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/config.js b/packages/docusaurus-1.x/lib/server/config.js index 714d76fd0589..ca0c7ac8b117 100644 --- a/packages/docusaurus-1.x/lib/server/config.js +++ b/packages/docusaurus-1.x/lib/server/config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/docs.js b/packages/docusaurus-1.x/lib/server/docs.js index 3602ded6aa10..7ca9a642ccfe 100644 --- a/packages/docusaurus-1.x/lib/server/docs.js +++ b/packages/docusaurus-1.x/lib/server/docs.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/env.js b/packages/docusaurus-1.x/lib/server/env.js index 751cfc144478..7e2a6843374f 100644 --- a/packages/docusaurus-1.x/lib/server/env.js +++ b/packages/docusaurus-1.x/lib/server/env.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/feed.js b/packages/docusaurus-1.x/lib/server/feed.js index 41adc8c984df..2add6cf352eb 100644 --- a/packages/docusaurus-1.x/lib/server/feed.js +++ b/packages/docusaurus-1.x/lib/server/feed.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/generate.js b/packages/docusaurus-1.x/lib/server/generate.js index afaae1cda217..3ee4a00e4cf0 100644 --- a/packages/docusaurus-1.x/lib/server/generate.js +++ b/packages/docusaurus-1.x/lib/server/generate.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/liveReloadServer.js b/packages/docusaurus-1.x/lib/server/liveReloadServer.js index 4f64462345d7..8ad27a919d1a 100644 --- a/packages/docusaurus-1.x/lib/server/liveReloadServer.js +++ b/packages/docusaurus-1.x/lib/server/liveReloadServer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/metadataUtils.js b/packages/docusaurus-1.x/lib/server/metadataUtils.js index 77eaff9ec672..69d11a551cb5 100644 --- a/packages/docusaurus-1.x/lib/server/metadataUtils.js +++ b/packages/docusaurus-1.x/lib/server/metadataUtils.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/readCategories.js b/packages/docusaurus-1.x/lib/server/readCategories.js index 6c62f6f35f84..dbfe3f949d48 100644 --- a/packages/docusaurus-1.x/lib/server/readCategories.js +++ b/packages/docusaurus-1.x/lib/server/readCategories.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/readMetadata.js b/packages/docusaurus-1.x/lib/server/readMetadata.js index b44f36e6d978..5d969a66b409 100644 --- a/packages/docusaurus-1.x/lib/server/readMetadata.js +++ b/packages/docusaurus-1.x/lib/server/readMetadata.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/renderUtils.js b/packages/docusaurus-1.x/lib/server/renderUtils.js index 70571e4dbf0e..378e6ffb1e7f 100644 --- a/packages/docusaurus-1.x/lib/server/renderUtils.js +++ b/packages/docusaurus-1.x/lib/server/renderUtils.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/routing.js b/packages/docusaurus-1.x/lib/server/routing.js index 156ccec3ce15..ef706716bc95 100644 --- a/packages/docusaurus-1.x/lib/server/routing.js +++ b/packages/docusaurus-1.x/lib/server/routing.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/server.js b/packages/docusaurus-1.x/lib/server/server.js index 29bd1cbbb987..a8d3b357e193 100644 --- a/packages/docusaurus-1.x/lib/server/server.js +++ b/packages/docusaurus-1.x/lib/server/server.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/sitemap.js b/packages/docusaurus-1.x/lib/server/sitemap.js index 6d73583cb2d2..74466f81d3c7 100644 --- a/packages/docusaurus-1.x/lib/server/sitemap.js +++ b/packages/docusaurus-1.x/lib/server/sitemap.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/start.js b/packages/docusaurus-1.x/lib/server/start.js index 08ba69d5044c..3f25f400f140 100644 --- a/packages/docusaurus-1.x/lib/server/start.js +++ b/packages/docusaurus-1.x/lib/server/start.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/translate-plugin.js b/packages/docusaurus-1.x/lib/server/translate-plugin.js index cb3c351950bd..0f872a724118 100644 --- a/packages/docusaurus-1.x/lib/server/translate-plugin.js +++ b/packages/docusaurus-1.x/lib/server/translate-plugin.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/translate.js b/packages/docusaurus-1.x/lib/server/translate.js index f51757ec9d62..265c99f29d68 100644 --- a/packages/docusaurus-1.x/lib/server/translate.js +++ b/packages/docusaurus-1.x/lib/server/translate.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/translation.js b/packages/docusaurus-1.x/lib/server/translation.js index 885df363ae5f..d78e8001623b 100644 --- a/packages/docusaurus-1.x/lib/server/translation.js +++ b/packages/docusaurus-1.x/lib/server/translation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/utils.js b/packages/docusaurus-1.x/lib/server/utils.js index 54c409248303..f431cafd8417 100644 --- a/packages/docusaurus-1.x/lib/server/utils.js +++ b/packages/docusaurus-1.x/lib/server/utils.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/server/versionFallback.js b/packages/docusaurus-1.x/lib/server/versionFallback.js index f6b409597b0e..cdded8033778 100644 --- a/packages/docusaurus-1.x/lib/server/versionFallback.js +++ b/packages/docusaurus-1.x/lib/server/versionFallback.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/start-server.js b/packages/docusaurus-1.x/lib/start-server.js index 071ef73e5ca3..8f6ed4e72bb2 100755 --- a/packages/docusaurus-1.x/lib/start-server.js +++ b/packages/docusaurus-1.x/lib/start-server.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/static/css/main.css b/packages/docusaurus-1.x/lib/static/css/main.css index 0d1ff7b56988..347b104d3e52 100644 --- a/packages/docusaurus-1.x/lib/static/css/main.css +++ b/packages/docusaurus-1.x/lib/static/css/main.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/static/css/prism.css b/packages/docusaurus-1.x/lib/static/css/prism.css index d783edb5e281..2a84ffb1855a 100644 --- a/packages/docusaurus-1.x/lib/static/css/prism.css +++ b/packages/docusaurus-1.x/lib/static/css/prism.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/static/js/codetabs.js b/packages/docusaurus-1.x/lib/static/js/codetabs.js index 60072d244fe5..08a4735f5467 100644 --- a/packages/docusaurus-1.x/lib/static/js/codetabs.js +++ b/packages/docusaurus-1.x/lib/static/js/codetabs.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/static/js/scrollSpy.js b/packages/docusaurus-1.x/lib/static/js/scrollSpy.js index ec05853ab00d..877721cf7790 100644 --- a/packages/docusaurus-1.x/lib/static/js/scrollSpy.js +++ b/packages/docusaurus-1.x/lib/static/js/scrollSpy.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/version.js b/packages/docusaurus-1.x/lib/version.js index 3dfbc8e5eb70..4f999c223822 100755 --- a/packages/docusaurus-1.x/lib/version.js +++ b/packages/docusaurus-1.x/lib/version.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-1.x/lib/write-translations.js b/packages/docusaurus-1.x/lib/write-translations.js index 32f8464f06ba..d996ce2ba80b 100755 --- a/packages/docusaurus-1.x/lib/write-translations.js +++ b/packages/docusaurus-1.x/lib/write-translations.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-init-1.x/initialize.js b/packages/docusaurus-init-1.x/initialize.js index 1992f9bf3836..02d536c5b4b7 100755 --- a/packages/docusaurus-init-1.x/initialize.js +++ b/packages/docusaurus-init-1.x/initialize.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-init/bin/index.js b/packages/docusaurus-init/bin/index.js index 3929906d58c3..84c6d5be2225 100755 --- a/packages/docusaurus-init/bin/index.js +++ b/packages/docusaurus-init/bin/index.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-init/src/index.ts b/packages/docusaurus-init/src/index.ts index d3cdc7537f22..d1800792a363 100644 --- a/packages/docusaurus-init/src/index.ts +++ b/packages/docusaurus-init/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-init/templates/classic/sidebars.js b/packages/docusaurus-init/templates/classic/sidebars.js index ba9358121328..8765a2edf33e 100644 --- a/packages/docusaurus-init/templates/classic/sidebars.js +++ b/packages/docusaurus-init/templates/classic/sidebars.js @@ -1,10 +1,3 @@ -/** - * Copyright (c) 2017-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - module.exports = { someSidebar: { Docusaurus: ['doc1', 'doc2', 'doc3'], diff --git a/packages/docusaurus-init/templates/facebook/.eslintrc.js b/packages/docusaurus-init/templates/facebook/.eslintrc.js index bfada5cbd6e9..487ec0c3abd4 100644 --- a/packages/docusaurus-init/templates/facebook/.eslintrc.js +++ b/packages/docusaurus-init/templates/facebook/.eslintrc.js @@ -34,13 +34,10 @@ module.exports = { 'header/header': [ ERROR, 'block', + [ '*', - { - pattern: - ' \\* Copyright \\(c\\) Facebook\\, Inc\\. and its affiliates\\.', - template: ' * Copyright (c) Facebook, Inc. and its affiliates.', - }, + ' * Copyright (c) Facebook, Inc. and its affiliates.', ' *', ' * This source code is licensed under the MIT license found in the', ' * LICENSE file in the root directory of this source tree.', diff --git a/packages/docusaurus-mdx-loader/src/index.js b/packages/docusaurus-mdx-loader/src/index.js index ca774981be31..f89e34af9061 100644 --- a/packages/docusaurus-mdx-loader/src/index.js +++ b/packages/docusaurus-mdx-loader/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-mdx-loader/src/remark/rightToc/__tests__/index.test.js b/packages/docusaurus-mdx-loader/src/remark/rightToc/__tests__/index.test.js index 2031e2c8b763..85f7106b4745 100644 --- a/packages/docusaurus-mdx-loader/src/remark/rightToc/__tests__/index.test.js +++ b/packages/docusaurus-mdx-loader/src/remark/rightToc/__tests__/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -35,78 +35,78 @@ test('inline code should be escaped', async () => { test('text content', async () => { const result = await processFixture('just-content'); expect(result).toMatchInlineSnapshot(` -"export const rightToc = [ - { - value: 'Endi', - id: 'endi', - children: [] - }, - { - value: 'Endi', - id: 'endi-1', - children: [ - { - value: 'Yangshun', - id: 'yangshun', - children: [] - } - ] - }, - { - value: 'I ♥ unicode.', - id: 'i--unicode', - children: [] - } -]; - -### Endi - -\`\`\`md -## This is ignored -\`\`\` - -## Endi - -Lorem ipsum - -### Yangshun - -Some content here - -## I ♥ unicode. -" -`); + "export const rightToc = [ + { + value: 'Endi', + id: 'endi', + children: [] + }, + { + value: 'Endi', + id: 'endi-1', + children: [ + { + value: 'Yangshun', + id: 'yangshun', + children: [] + } + ] + }, + { + value: 'I ♥ unicode.', + id: 'i--unicode', + children: [] + } + ]; + + ### Endi + + \`\`\`md + ## This is ignored + \`\`\` + + ## Endi + + Lorem ipsum + + ### Yangshun + + Some content here + + ## I ♥ unicode. + " + `); }); test('should export even with existing name', async () => { const result = await processFixture('name-exist'); expect(result).toMatchInlineSnapshot(` -"export const rightToc = [ - { - value: 'Thanos', - id: 'thanos', - children: [] - }, - { - value: 'Tony Stark', - id: 'tony-stark', - children: [ - { - value: 'Avengers', - id: 'avengers', - children: [] - } - ] - } -]; - -## Thanos - -## Tony Stark - -### Avengers -" -`); + "export const rightToc = [ + { + value: 'Thanos', + id: 'thanos', + children: [] + }, + { + value: 'Tony Stark', + id: 'tony-stark', + children: [ + { + value: 'Avengers', + id: 'avengers', + children: [] + } + ] + } + ]; + + ## Thanos + + ## Tony Stark + + ### Avengers + " + `); }); test('should export with custom name', async () => { @@ -115,96 +115,96 @@ test('should export with custom name', async () => { }; const result = await processFixture('just-content', options); expect(result).toMatchInlineSnapshot(` -"export const customName = [ - { - value: 'Endi', - id: 'endi', - children: [] - }, - { - value: 'Endi', - id: 'endi-1', - children: [ - { - value: 'Yangshun', - id: 'yangshun', - children: [] - } - ] - }, - { - value: 'I ♥ unicode.', - id: 'i--unicode', - children: [] - } -]; - -### Endi - -\`\`\`md -## This is ignored -\`\`\` - -## Endi - -Lorem ipsum - -### Yangshun - -Some content here - -## I ♥ unicode. -" -`); + "export const customName = [ + { + value: 'Endi', + id: 'endi', + children: [] + }, + { + value: 'Endi', + id: 'endi-1', + children: [ + { + value: 'Yangshun', + id: 'yangshun', + children: [] + } + ] + }, + { + value: 'I ♥ unicode.', + id: 'i--unicode', + children: [] + } + ]; + + ### Endi + + \`\`\`md + ## This is ignored + \`\`\` + + ## Endi + + Lorem ipsum + + ### Yangshun + + Some content here + + ## I ♥ unicode. + " + `); }); test('should insert below imports', async () => { const result = await processFixture('insert-below-imports'); expect(result).toMatchInlineSnapshot(` -"import something from 'something'; - -import somethingElse from 'something-else'; - -export const rightToc = [ - { - value: 'Title', - id: 'title', - children: [] - }, - { - value: 'Test', - id: 'test', - children: [ - { - value: 'Again', - id: 'again', - children: [] - } - ] - } -]; - -## Title - -## Test - -### Again - -Content. -" -`); + "import something from 'something'; + + import somethingElse from 'something-else'; + + export const rightToc = [ + { + value: 'Title', + id: 'title', + children: [] + }, + { + value: 'Test', + id: 'test', + children: [ + { + value: 'Again', + id: 'again', + children: [] + } + ] + } + ]; + + ## Title + + ## Test + + ### Again + + Content. + " + `); }); test('empty headings', async () => { const result = await processFixture('empty-headings'); expect(result).toMatchInlineSnapshot(` -"export const rightToc = []; + "export const rightToc = []; -# Ignore this + # Ignore this -## + ## -## ![](an-image.svg) -" -`); + ## ![](an-image.svg) + " + `); }); diff --git a/packages/docusaurus-mdx-loader/src/remark/rightToc/index.js b/packages/docusaurus-mdx-loader/src/remark/rightToc/index.js index 9f889ef1afb8..b73fc97bea3b 100644 --- a/packages/docusaurus-mdx-loader/src/remark/rightToc/index.js +++ b/packages/docusaurus-mdx-loader/src/remark/rightToc/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-mdx-loader/src/remark/rightToc/search.js b/packages/docusaurus-mdx-loader/src/remark/rightToc/search.js index da94908e138e..2619ac6def77 100644 --- a/packages/docusaurus-mdx-loader/src/remark/rightToc/search.js +++ b/packages/docusaurus-mdx-loader/src/remark/rightToc/search.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-blog/src/__tests__/generateBlogFeed.test.ts b/packages/docusaurus-plugin-content-blog/src/__tests__/generateBlogFeed.test.ts index 7f76e9c4d2e1..16bc818f4404 100644 --- a/packages/docusaurus-plugin-content-blog/src/__tests__/generateBlogFeed.test.ts +++ b/packages/docusaurus-plugin-content-blog/src/__tests__/generateBlogFeed.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-blog/src/__tests__/index.test.ts b/packages/docusaurus-plugin-content-blog/src/__tests__/index.test.ts index afad6bffc5da..5deb22e10655 100644 --- a/packages/docusaurus-plugin-content-blog/src/__tests__/index.test.ts +++ b/packages/docusaurus-plugin-content-blog/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-blog/src/blogUtils.ts b/packages/docusaurus-plugin-content-blog/src/blogUtils.ts index 132840f1e31e..f067a36cde05 100644 --- a/packages/docusaurus-plugin-content-blog/src/blogUtils.ts +++ b/packages/docusaurus-plugin-content-blog/src/blogUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-blog/src/index.ts b/packages/docusaurus-plugin-content-blog/src/index.ts index 1df2597ea063..fa36f4314fff 100644 --- a/packages/docusaurus-plugin-content-blog/src/index.ts +++ b/packages/docusaurus-plugin-content-blog/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-blog/src/markdownLoader.ts b/packages/docusaurus-plugin-content-blog/src/markdownLoader.ts index f198899a8f75..2411291690a6 100644 --- a/packages/docusaurus-plugin-content-blog/src/markdownLoader.ts +++ b/packages/docusaurus-plugin-content-blog/src/markdownLoader.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-blog/src/types.ts b/packages/docusaurus-plugin-content-blog/src/types.ts index d9bb5a40d9c3..61b82f03588e 100644 --- a/packages/docusaurus-plugin-content-blog/src/types.ts +++ b/packages/docusaurus-plugin-content-blog/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/empty-site/docusaurus.config.js b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/empty-site/docusaurus.config.js index 4b278c9a7b13..f5548d644ad0 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/empty-site/docusaurus.config.js +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/empty-site/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-category.js b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-category.js index 410e6a865354..402803c0c44d 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-category.js +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-category.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-first-level-not-category.js b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-first-level-not-category.js index 551a377c7019..091626daa524 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-first-level-not-category.js +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/sidebars/sidebars-first-level-not-category.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/simple-site/docusaurus.config.js b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/simple-site/docusaurus.config.js index 69d61c8bc1cf..6fa02ca1028e 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/simple-site/docusaurus.config.js +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/simple-site/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/versioned-site/docusaurus.config.js b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/versioned-site/docusaurus.config.js index 7073bd822185..184b9c592b02 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/versioned-site/docusaurus.config.js +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/__fixtures__/versioned-site/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/env.test.ts b/packages/docusaurus-plugin-content-docs/src/__tests__/env.test.ts index b555c4acd2b2..e5c93ffd6dd1 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/env.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/env.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/index.test.ts b/packages/docusaurus-plugin-content-docs/src/__tests__/index.test.ts index ba05644b12a8..222ae9394ffc 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/index.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/lastUpdate.test.ts b/packages/docusaurus-plugin-content-docs/src/__tests__/lastUpdate.test.ts index 07142650994d..6c66b5da9c84 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/lastUpdate.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/lastUpdate.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/metadata.test.ts b/packages/docusaurus-plugin-content-docs/src/__tests__/metadata.test.ts index 73bf13eb6d68..d624e5a2888e 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/metadata.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/metadata.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/order.test.ts b/packages/docusaurus-plugin-content-docs/src/__tests__/order.test.ts index b6cd5f3fcf0e..1f6bc057c29d 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/order.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/order.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/sidebars.test.ts b/packages/docusaurus-plugin-content-docs/src/__tests__/sidebars.test.ts index 550a3d7ea2bc..0e3b8a0015b4 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/sidebars.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/sidebars.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/__tests__/version.test.ts b/packages/docusaurus-plugin-content-docs/src/__tests__/version.test.ts index 2e2e80f6852d..98327d1bf9ae 100644 --- a/packages/docusaurus-plugin-content-docs/src/__tests__/version.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/__tests__/version.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/constants.ts b/packages/docusaurus-plugin-content-docs/src/constants.ts index 095fa361a033..ca7d99f27cf1 100644 --- a/packages/docusaurus-plugin-content-docs/src/constants.ts +++ b/packages/docusaurus-plugin-content-docs/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/env.ts b/packages/docusaurus-plugin-content-docs/src/env.ts index a9e5fae8cc5b..eb8feb18df75 100644 --- a/packages/docusaurus-plugin-content-docs/src/env.ts +++ b/packages/docusaurus-plugin-content-docs/src/env.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/index.ts b/packages/docusaurus-plugin-content-docs/src/index.ts index 661fd05ba5df..8e1957e5f5bd 100644 --- a/packages/docusaurus-plugin-content-docs/src/index.ts +++ b/packages/docusaurus-plugin-content-docs/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/lastUpdate.ts b/packages/docusaurus-plugin-content-docs/src/lastUpdate.ts index 07cbb129dc51..8c5a982c46f7 100644 --- a/packages/docusaurus-plugin-content-docs/src/lastUpdate.ts +++ b/packages/docusaurus-plugin-content-docs/src/lastUpdate.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/markdown/__tests__/linkify.test.ts b/packages/docusaurus-plugin-content-docs/src/markdown/__tests__/linkify.test.ts index 1d6c0fc1a90f..8200a0342669 100644 --- a/packages/docusaurus-plugin-content-docs/src/markdown/__tests__/linkify.test.ts +++ b/packages/docusaurus-plugin-content-docs/src/markdown/__tests__/linkify.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/markdown/index.ts b/packages/docusaurus-plugin-content-docs/src/markdown/index.ts index 6f842ef0d288..f71a41f727b3 100644 --- a/packages/docusaurus-plugin-content-docs/src/markdown/index.ts +++ b/packages/docusaurus-plugin-content-docs/src/markdown/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/markdown/linkify.ts b/packages/docusaurus-plugin-content-docs/src/markdown/linkify.ts index 6a937767f83b..12bb47368e19 100644 --- a/packages/docusaurus-plugin-content-docs/src/markdown/linkify.ts +++ b/packages/docusaurus-plugin-content-docs/src/markdown/linkify.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/metadata.ts b/packages/docusaurus-plugin-content-docs/src/metadata.ts index 90e420e913c5..1a276ca59254 100644 --- a/packages/docusaurus-plugin-content-docs/src/metadata.ts +++ b/packages/docusaurus-plugin-content-docs/src/metadata.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/order.ts b/packages/docusaurus-plugin-content-docs/src/order.ts index 71b720fcad26..d36b3796da0e 100644 --- a/packages/docusaurus-plugin-content-docs/src/order.ts +++ b/packages/docusaurus-plugin-content-docs/src/order.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/sidebars.ts b/packages/docusaurus-plugin-content-docs/src/sidebars.ts index 35b12aaa2fe9..73c2a6b2a555 100644 --- a/packages/docusaurus-plugin-content-docs/src/sidebars.ts +++ b/packages/docusaurus-plugin-content-docs/src/sidebars.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/types.ts b/packages/docusaurus-plugin-content-docs/src/types.ts index c2abb728e98d..fe56ac27143e 100644 --- a/packages/docusaurus-plugin-content-docs/src/types.ts +++ b/packages/docusaurus-plugin-content-docs/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-docs/src/version.ts b/packages/docusaurus-plugin-content-docs/src/version.ts index 80a148545e15..9edee1c3285d 100644 --- a/packages/docusaurus-plugin-content-docs/src/version.ts +++ b/packages/docusaurus-plugin-content-docs/src/version.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/hello/world.js b/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/hello/world.js index 46d0a16d4823..0ab45f3aee7a 100644 --- a/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/hello/world.js +++ b/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/hello/world.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/index.js b/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/index.js index db7b81919fd1..b6ecb5738ccd 100644 --- a/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/index.js +++ b/packages/docusaurus-plugin-content-pages/src/__tests__/__fixtures__/website/src/pages/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-pages/src/__tests__/index.test.ts b/packages/docusaurus-plugin-content-pages/src/__tests__/index.test.ts index b19472fea9a3..68c3473b4ef1 100644 --- a/packages/docusaurus-plugin-content-pages/src/__tests__/index.test.ts +++ b/packages/docusaurus-plugin-content-pages/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-pages/src/index.ts b/packages/docusaurus-plugin-content-pages/src/index.ts index 1249d2cc78ff..c398cf92c9f9 100644 --- a/packages/docusaurus-plugin-content-pages/src/index.ts +++ b/packages/docusaurus-plugin-content-pages/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-content-pages/src/types.ts b/packages/docusaurus-plugin-content-pages/src/types.ts index 5af52c02976d..74e47d170787 100644 --- a/packages/docusaurus-plugin-content-pages/src/types.ts +++ b/packages/docusaurus-plugin-content-pages/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-google-analytics/src/analytics.js b/packages/docusaurus-plugin-google-analytics/src/analytics.js index 139ed18923d3..e8c613ab0769 100644 --- a/packages/docusaurus-plugin-google-analytics/src/analytics.js +++ b/packages/docusaurus-plugin-google-analytics/src/analytics.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-google-analytics/src/index.js b/packages/docusaurus-plugin-google-analytics/src/index.js index 8c2e8aa57135..a19b53b1f228 100644 --- a/packages/docusaurus-plugin-google-analytics/src/index.js +++ b/packages/docusaurus-plugin-google-analytics/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-google-gtag/src/gtag.js b/packages/docusaurus-plugin-google-gtag/src/gtag.js index 959b9f8a1e5a..9937a5b13102 100644 --- a/packages/docusaurus-plugin-google-gtag/src/gtag.js +++ b/packages/docusaurus-plugin-google-gtag/src/gtag.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-google-gtag/src/index.js b/packages/docusaurus-plugin-google-gtag/src/index.js index 49dc71d8e090..4916a16e37d9 100644 --- a/packages/docusaurus-plugin-google-gtag/src/index.js +++ b/packages/docusaurus-plugin-google-gtag/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-ideal-image/copyUntypedFiles.js b/packages/docusaurus-plugin-ideal-image/copyUntypedFiles.js index 6bf16e395611..3f814cf0990d 100644 --- a/packages/docusaurus-plugin-ideal-image/copyUntypedFiles.js +++ b/packages/docusaurus-plugin-ideal-image/copyUntypedFiles.js @@ -1,9 +1,10 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ + const path = require('path'); const fs = require('fs-extra'); diff --git a/packages/docusaurus-plugin-ideal-image/src/index.ts b/packages/docusaurus-plugin-ideal-image/src/index.ts index cda524d41f50..b9afbef040ec 100644 --- a/packages/docusaurus-plugin-ideal-image/src/index.ts +++ b/packages/docusaurus-plugin-ideal-image/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-ideal-image/src/theme/IdealImage.js b/packages/docusaurus-plugin-ideal-image/src/theme/IdealImage.js index 99ed4d9b239a..06cf81c8dd4a 100644 --- a/packages/docusaurus-plugin-ideal-image/src/theme/IdealImage.js +++ b/packages/docusaurus-plugin-ideal-image/src/theme/IdealImage.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-ideal-image/src/types.ts b/packages/docusaurus-plugin-ideal-image/src/types.ts index 4415b255ab55..2f034e2129b8 100644 --- a/packages/docusaurus-plugin-ideal-image/src/types.ts +++ b/packages/docusaurus-plugin-ideal-image/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-sitemap/src/__tests__/createSitemap.test.ts b/packages/docusaurus-plugin-sitemap/src/__tests__/createSitemap.test.ts index 5a7e0a7e554d..fb29688d3297 100644 --- a/packages/docusaurus-plugin-sitemap/src/__tests__/createSitemap.test.ts +++ b/packages/docusaurus-plugin-sitemap/src/__tests__/createSitemap.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-sitemap/src/createSitemap.ts b/packages/docusaurus-plugin-sitemap/src/createSitemap.ts index 50aa2be44e7c..f200d86cdb7b 100644 --- a/packages/docusaurus-plugin-sitemap/src/createSitemap.ts +++ b/packages/docusaurus-plugin-sitemap/src/createSitemap.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-sitemap/src/index.ts b/packages/docusaurus-plugin-sitemap/src/index.ts index 67121cadc25d..1b85ef38a472 100644 --- a/packages/docusaurus-plugin-sitemap/src/index.ts +++ b/packages/docusaurus-plugin-sitemap/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-plugin-sitemap/src/types.ts b/packages/docusaurus-plugin-sitemap/src/types.ts index 418f15aa0f0a..2a5f7c8f1f5a 100644 --- a/packages/docusaurus-plugin-sitemap/src/types.ts +++ b/packages/docusaurus-plugin-sitemap/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-preset-classic/src/index.js b/packages/docusaurus-preset-classic/src/index.js index 40493af7e0c7..a814214c6da1 100644 --- a/packages/docusaurus-preset-classic/src/index.js +++ b/packages/docusaurus-preset-classic/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/index.js b/packages/docusaurus-theme-classic/src/index.js index 9f84af2a4ccd..a4757d3cc6fb 100644 --- a/packages/docusaurus-theme-classic/src/index.js +++ b/packages/docusaurus-theme-classic/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogListPage/index.js b/packages/docusaurus-theme-classic/src/theme/BlogListPage/index.js index e63b98e099f9..c2a3c434af8b 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogListPage/index.js +++ b/packages/docusaurus-theme-classic/src/theme/BlogListPage/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogListPaginator/index.js b/packages/docusaurus-theme-classic/src/theme/BlogListPaginator/index.js index 541414810d64..801ab7319062 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogListPaginator/index.js +++ b/packages/docusaurus-theme-classic/src/theme/BlogListPaginator/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogPostItem/index.js b/packages/docusaurus-theme-classic/src/theme/BlogPostItem/index.js index 5cb13f6e62fa..b4f431ebe237 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogPostItem/index.js +++ b/packages/docusaurus-theme-classic/src/theme/BlogPostItem/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogPostItem/styles.module.css b/packages/docusaurus-theme-classic/src/theme/BlogPostItem/styles.module.css index 69c517fda7f0..f7fa35a02038 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogPostItem/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/BlogPostItem/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogPostPage/index.js b/packages/docusaurus-theme-classic/src/theme/BlogPostPage/index.js index ff2485addcad..ad3c90d02e29 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogPostPage/index.js +++ b/packages/docusaurus-theme-classic/src/theme/BlogPostPage/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogPostPaginator/index.js b/packages/docusaurus-theme-classic/src/theme/BlogPostPaginator/index.js index f11c49087aa3..f4b589bbb6c3 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogPostPaginator/index.js +++ b/packages/docusaurus-theme-classic/src/theme/BlogPostPaginator/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogTagsListPage/index.js b/packages/docusaurus-theme-classic/src/theme/BlogTagsListPage/index.js index d905c166dff2..34618a73014f 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogTagsListPage/index.js +++ b/packages/docusaurus-theme-classic/src/theme/BlogTagsListPage/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/BlogTagsPostsPage/index.js b/packages/docusaurus-theme-classic/src/theme/BlogTagsPostsPage/index.js index 1f80833bda7c..f0f555318342 100644 --- a/packages/docusaurus-theme-classic/src/theme/BlogTagsPostsPage/index.js +++ b/packages/docusaurus-theme-classic/src/theme/BlogTagsPostsPage/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/CodeBlock/index.js b/packages/docusaurus-theme-classic/src/theme/CodeBlock/index.js index 27e305ad58a6..765844294c60 100644 --- a/packages/docusaurus-theme-classic/src/theme/CodeBlock/index.js +++ b/packages/docusaurus-theme-classic/src/theme/CodeBlock/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/CodeBlock/styles.module.css b/packages/docusaurus-theme-classic/src/theme/CodeBlock/styles.module.css index 225e749960bf..27ad74c05079 100644 --- a/packages/docusaurus-theme-classic/src/theme/CodeBlock/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/CodeBlock/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/DocItem/index.js b/packages/docusaurus-theme-classic/src/theme/DocItem/index.js index 8b8149a99499..8325244d35e7 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocItem/index.js +++ b/packages/docusaurus-theme-classic/src/theme/DocItem/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/DocItem/styles.module.css b/packages/docusaurus-theme-classic/src/theme/DocItem/styles.module.css index c411f39df95f..6003d2c1bf77 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocItem/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/DocItem/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/DocPage/index.js b/packages/docusaurus-theme-classic/src/theme/DocPage/index.js index 02d38850a752..2dfa2fc43494 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocPage/index.js +++ b/packages/docusaurus-theme-classic/src/theme/DocPage/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/DocPage/styles.module.css b/packages/docusaurus-theme-classic/src/theme/DocPage/styles.module.css index 424e7743e45a..ea8b1b596de3 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocPage/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/DocPage/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.js b/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.js index 5fe28a595bab..f2a7d78da13c 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.js +++ b/packages/docusaurus-theme-classic/src/theme/DocPaginator/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/DocSidebar/index.js b/packages/docusaurus-theme-classic/src/theme/DocSidebar/index.js index aae1032a2ac5..6ed89b62673d 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocSidebar/index.js +++ b/packages/docusaurus-theme-classic/src/theme/DocSidebar/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/DocSidebar/styles.module.css b/packages/docusaurus-theme-classic/src/theme/DocSidebar/styles.module.css index 202b3cad196c..7ec40ade38de 100644 --- a/packages/docusaurus-theme-classic/src/theme/DocSidebar/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/DocSidebar/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Footer/index.js b/packages/docusaurus-theme-classic/src/theme/Footer/index.js index 016b8095479a..3bdeb990097d 100644 --- a/packages/docusaurus-theme-classic/src/theme/Footer/index.js +++ b/packages/docusaurus-theme-classic/src/theme/Footer/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Footer/styles.module.css b/packages/docusaurus-theme-classic/src/theme/Footer/styles.module.css index e7939109ad7b..58c5842c88cc 100644 --- a/packages/docusaurus-theme-classic/src/theme/Footer/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/Footer/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Heading/index.js b/packages/docusaurus-theme-classic/src/theme/Heading/index.js index d2fa5b3dfc03..e202854a598f 100644 --- a/packages/docusaurus-theme-classic/src/theme/Heading/index.js +++ b/packages/docusaurus-theme-classic/src/theme/Heading/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Heading/styles.css b/packages/docusaurus-theme-classic/src/theme/Heading/styles.css index 529270379a43..04b65d35706f 100644 --- a/packages/docusaurus-theme-classic/src/theme/Heading/styles.css +++ b/packages/docusaurus-theme-classic/src/theme/Heading/styles.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Layout/index.js b/packages/docusaurus-theme-classic/src/theme/Layout/index.js index fa09f73d9493..c001ed136837 100644 --- a/packages/docusaurus-theme-classic/src/theme/Layout/index.js +++ b/packages/docusaurus-theme-classic/src/theme/Layout/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Layout/styles.css b/packages/docusaurus-theme-classic/src/theme/Layout/styles.css index 8288f6ed8003..7601e2a1e403 100644 --- a/packages/docusaurus-theme-classic/src/theme/Layout/styles.css +++ b/packages/docusaurus-theme-classic/src/theme/Layout/styles.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/MDXComponents/index.js b/packages/docusaurus-theme-classic/src/theme/MDXComponents/index.js index 2993e922d900..062d61071e13 100644 --- a/packages/docusaurus-theme-classic/src/theme/MDXComponents/index.js +++ b/packages/docusaurus-theme-classic/src/theme/MDXComponents/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/MDXComponents/styles.module.css b/packages/docusaurus-theme-classic/src/theme/MDXComponents/styles.module.css index a5c035962e68..fb8bc532606e 100644 --- a/packages/docusaurus-theme-classic/src/theme/MDXComponents/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/MDXComponents/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Navbar/index.js b/packages/docusaurus-theme-classic/src/theme/Navbar/index.js index cdc4f9946595..5c9973f6d4d3 100644 --- a/packages/docusaurus-theme-classic/src/theme/Navbar/index.js +++ b/packages/docusaurus-theme-classic/src/theme/Navbar/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Navbar/styles.module.css b/packages/docusaurus-theme-classic/src/theme/Navbar/styles.module.css index 2d7f71ff8c98..7d59c599a1e0 100644 --- a/packages/docusaurus-theme-classic/src/theme/Navbar/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/Navbar/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/NotFound.js b/packages/docusaurus-theme-classic/src/theme/NotFound.js index a1c71525872b..955f51e2b4f7 100644 --- a/packages/docusaurus-theme-classic/src/theme/NotFound.js +++ b/packages/docusaurus-theme-classic/src/theme/NotFound.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/SearchBar.js b/packages/docusaurus-theme-classic/src/theme/SearchBar.js index 04e60239ece0..64d5d63f7533 100644 --- a/packages/docusaurus-theme-classic/src/theme/SearchBar.js +++ b/packages/docusaurus-theme-classic/src/theme/SearchBar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/TabItem/index.js b/packages/docusaurus-theme-classic/src/theme/TabItem/index.js index 2d948974b8e2..709748b85c4f 100644 --- a/packages/docusaurus-theme-classic/src/theme/TabItem/index.js +++ b/packages/docusaurus-theme-classic/src/theme/TabItem/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Tabs/index.js b/packages/docusaurus-theme-classic/src/theme/Tabs/index.js index 4047740feb39..22e1557eaea5 100644 --- a/packages/docusaurus-theme-classic/src/theme/Tabs/index.js +++ b/packages/docusaurus-theme-classic/src/theme/Tabs/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Tabs/styles.module.css b/packages/docusaurus-theme-classic/src/theme/Tabs/styles.module.css index 1c9a6d88fca7..8244cbd4d8d5 100644 --- a/packages/docusaurus-theme-classic/src/theme/Tabs/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/Tabs/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/ThemeContext.js b/packages/docusaurus-theme-classic/src/theme/ThemeContext.js index 71179ff882e7..b521d46bfc3d 100644 --- a/packages/docusaurus-theme-classic/src/theme/ThemeContext.js +++ b/packages/docusaurus-theme-classic/src/theme/ThemeContext.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/ThemeProvider/index.js b/packages/docusaurus-theme-classic/src/theme/ThemeProvider/index.js index fb5922183081..10e8de0d872f 100644 --- a/packages/docusaurus-theme-classic/src/theme/ThemeProvider/index.js +++ b/packages/docusaurus-theme-classic/src/theme/ThemeProvider/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Toggle/index.js b/packages/docusaurus-theme-classic/src/theme/Toggle/index.js index 554151939959..621bed9c1248 100644 --- a/packages/docusaurus-theme-classic/src/theme/Toggle/index.js +++ b/packages/docusaurus-theme-classic/src/theme/Toggle/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/Toggle/styles.module.css b/packages/docusaurus-theme-classic/src/theme/Toggle/styles.module.css index e142981fbcb6..42619f0251f6 100644 --- a/packages/docusaurus-theme-classic/src/theme/Toggle/styles.module.css +++ b/packages/docusaurus-theme-classic/src/theme/Toggle/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -92,7 +92,7 @@ transition: opacity 0.25s ease; } -:global([data-theme="dark"] .react-toggle .react-toggle-track-check), +:global([data-theme='dark'] .react-toggle .react-toggle-track-check), :global(.react-toggle--checked .react-toggle-track-check) { opacity: 1; -webkit-transition: opacity 0.25s ease; @@ -116,7 +116,7 @@ transition: opacity 0.25s ease; } -:global([data-theme="dark"] .react-toggle .react-toggle-track-x), +:global([data-theme='dark'] .react-toggle .react-toggle-track-x), :global(.react-toggle--checked .react-toggle-track-x) { opacity: 0; } @@ -141,7 +141,7 @@ transition: all 0.25s ease; } -:global([data-theme="dark"] .react-toggle .react-toggle-thumb), +:global([data-theme='dark'] .react-toggle .react-toggle-thumb), :global(.react-toggle--checked .react-toggle-thumb) { left: 27px; border-color: #19ab27; diff --git a/packages/docusaurus-theme-classic/src/theme/hooks/useHideableNavbar.js b/packages/docusaurus-theme-classic/src/theme/hooks/useHideableNavbar.js index 5f9acbd12ef0..ada8ce3ca955 100644 --- a/packages/docusaurus-theme-classic/src/theme/hooks/useHideableNavbar.js +++ b/packages/docusaurus-theme-classic/src/theme/hooks/useHideableNavbar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/hooks/useLocationHash.js b/packages/docusaurus-theme-classic/src/theme/hooks/useLocationHash.js index 13c1593f27bb..1f3c3061d4b0 100644 --- a/packages/docusaurus-theme-classic/src/theme/hooks/useLocationHash.js +++ b/packages/docusaurus-theme-classic/src/theme/hooks/useLocationHash.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/hooks/useLockBodyScroll.js b/packages/docusaurus-theme-classic/src/theme/hooks/useLockBodyScroll.js index 44f6e3383522..c8ea25c99936 100644 --- a/packages/docusaurus-theme-classic/src/theme/hooks/useLockBodyScroll.js +++ b/packages/docusaurus-theme-classic/src/theme/hooks/useLockBodyScroll.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/hooks/useTOCHighlight.js b/packages/docusaurus-theme-classic/src/theme/hooks/useTOCHighlight.js index bd033925b8c4..81ddd52e42bf 100644 --- a/packages/docusaurus-theme-classic/src/theme/hooks/useTOCHighlight.js +++ b/packages/docusaurus-theme-classic/src/theme/hooks/useTOCHighlight.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/hooks/useTheme.js b/packages/docusaurus-theme-classic/src/theme/hooks/useTheme.js index fd5c0d871a23..7d3eef8b68ce 100644 --- a/packages/docusaurus-theme-classic/src/theme/hooks/useTheme.js +++ b/packages/docusaurus-theme-classic/src/theme/hooks/useTheme.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-classic/src/theme/hooks/useThemeContext.js b/packages/docusaurus-theme-classic/src/theme/hooks/useThemeContext.js index bda280eebc13..a71392756fa0 100644 --- a/packages/docusaurus-theme-classic/src/theme/hooks/useThemeContext.js +++ b/packages/docusaurus-theme-classic/src/theme/hooks/useThemeContext.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-live-codeblock/src/index.js b/packages/docusaurus-theme-live-codeblock/src/index.js index 530adae30a93..69050ad51024 100644 --- a/packages/docusaurus-theme-live-codeblock/src/index.js +++ b/packages/docusaurus-theme-live-codeblock/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/index.js b/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/index.js index 32cdd033c6de..e37cccf8cf51 100644 --- a/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/index.js +++ b/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/styles.module.css b/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/styles.module.css index 225e749960bf..27ad74c05079 100644 --- a/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/styles.module.css +++ b/packages/docusaurus-theme-live-codeblock/src/theme/CodeBlock/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-live-codeblock/src/theme/Playground/index.js b/packages/docusaurus-theme-live-codeblock/src/theme/Playground/index.js index 8e2668bb48af..7ad4f2dcff48 100644 --- a/packages/docusaurus-theme-live-codeblock/src/theme/Playground/index.js +++ b/packages/docusaurus-theme-live-codeblock/src/theme/Playground/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-live-codeblock/src/theme/Playground/styles.module.css b/packages/docusaurus-theme-live-codeblock/src/theme/Playground/styles.module.css index 2b15546bdeae..1e2273765175 100644 --- a/packages/docusaurus-theme-live-codeblock/src/theme/Playground/styles.module.css +++ b/packages/docusaurus-theme-live-codeblock/src/theme/Playground/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-search-algolia/src/index.js b/packages/docusaurus-theme-search-algolia/src/index.js index 4f5b4f17954e..a1cbb47257f7 100644 --- a/packages/docusaurus-theme-search-algolia/src/index.js +++ b/packages/docusaurus-theme-search-algolia/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/algolia.css b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/algolia.css index 7bc622647dd8..a25cd361a786 100644 --- a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/algolia.css +++ b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/algolia.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/index.js b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/index.js index f4be9987c84c..4708730d5521 100644 --- a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/index.js +++ b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css index 047517ec00a6..f9053f584510 100644 --- a/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css +++ b/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/styles.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-types/src/index.d.ts b/packages/docusaurus-types/src/index.d.ts index 1cb5dbeb7630..f05262547628 100644 --- a/packages/docusaurus-types/src/index.d.ts +++ b/packages/docusaurus-types/src/index.d.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-utils/src/__tests__/index.test.ts b/packages/docusaurus-utils/src/__tests__/index.test.ts index e842fde1fda4..fd251e32059a 100644 --- a/packages/docusaurus-utils/src/__tests__/index.test.ts +++ b/packages/docusaurus-utils/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus-utils/src/index.ts b/packages/docusaurus-utils/src/index.ts index b46b96252234..f42f0385c010 100644 --- a/packages/docusaurus-utils/src/index.ts +++ b/packages/docusaurus-utils/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/bin/docusaurus.js b/packages/docusaurus/bin/docusaurus.js index 7b9824b79acb..271760993bd5 100755 --- a/packages/docusaurus/bin/docusaurus.js +++ b/packages/docusaurus/bin/docusaurus.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/copyUntypedFiles.js b/packages/docusaurus/copyUntypedFiles.js index 6bf16e395611..3f814cf0990d 100644 --- a/packages/docusaurus/copyUntypedFiles.js +++ b/packages/docusaurus/copyUntypedFiles.js @@ -1,9 +1,10 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ + const path = require('path'); const fs = require('fs-extra'); diff --git a/packages/docusaurus/src/client/App.js b/packages/docusaurus/src/client/App.js index d1e98031a802..abf2bae83745 100644 --- a/packages/docusaurus/src/client/App.js +++ b/packages/docusaurus/src/client/App.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/PendingNavigation.js b/packages/docusaurus/src/client/PendingNavigation.js index 9b9d8a0a2612..860557956e93 100644 --- a/packages/docusaurus/src/client/PendingNavigation.js +++ b/packages/docusaurus/src/client/PendingNavigation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/__tests__/flat.test.js b/packages/docusaurus/src/client/__tests__/flat.test.js index 8a57eaa3558e..73dc6453a580 100644 --- a/packages/docusaurus/src/client/__tests__/flat.test.js +++ b/packages/docusaurus/src/client/__tests__/flat.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/client-lifecycles-dispatcher.js b/packages/docusaurus/src/client/client-lifecycles-dispatcher.js index 2dfa482c2bfa..1170ef117f16 100644 --- a/packages/docusaurus/src/client/client-lifecycles-dispatcher.js +++ b/packages/docusaurus/src/client/client-lifecycles-dispatcher.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/clientEntry.js b/packages/docusaurus/src/client/clientEntry.js index 3265c9ccf92c..51e2a2ef3f21 100644 --- a/packages/docusaurus/src/client/clientEntry.js +++ b/packages/docusaurus/src/client/clientEntry.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/docusaurus.js b/packages/docusaurus/src/client/docusaurus.js index 5dca00f90c68..36a5d50a3139 100644 --- a/packages/docusaurus/src/client/docusaurus.js +++ b/packages/docusaurus/src/client/docusaurus.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/ComponentCreator.js b/packages/docusaurus/src/client/exports/ComponentCreator.js index cb5bd075c119..f67bff8e32df 100644 --- a/packages/docusaurus/src/client/exports/ComponentCreator.js +++ b/packages/docusaurus/src/client/exports/ComponentCreator.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/ExecutionEnvironment.js b/packages/docusaurus/src/client/exports/ExecutionEnvironment.js index be810f723f67..91867c8aa997 100644 --- a/packages/docusaurus/src/client/exports/ExecutionEnvironment.js +++ b/packages/docusaurus/src/client/exports/ExecutionEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/Head.js b/packages/docusaurus/src/client/exports/Head.js index a658a9b425db..0955cb89abcd 100644 --- a/packages/docusaurus/src/client/exports/Head.js +++ b/packages/docusaurus/src/client/exports/Head.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/Link.js b/packages/docusaurus/src/client/exports/Link.js index 861b807d5df6..66f093927a8a 100644 --- a/packages/docusaurus/src/client/exports/Link.js +++ b/packages/docusaurus/src/client/exports/Link.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/Noop.js b/packages/docusaurus/src/client/exports/Noop.js index 5ab81b41d6b9..07795ed84903 100644 --- a/packages/docusaurus/src/client/exports/Noop.js +++ b/packages/docusaurus/src/client/exports/Noop.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/__tests__/useBaseUrl.ts b/packages/docusaurus/src/client/exports/__tests__/useBaseUrl.ts index 90333af49511..aaffef32d7eb 100644 --- a/packages/docusaurus/src/client/exports/__tests__/useBaseUrl.ts +++ b/packages/docusaurus/src/client/exports/__tests__/useBaseUrl.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/context.js b/packages/docusaurus/src/client/exports/context.js index 044da5a1bdfe..b979a7f1f76f 100644 --- a/packages/docusaurus/src/client/exports/context.js +++ b/packages/docusaurus/src/client/exports/context.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/isInternalUrl.js b/packages/docusaurus/src/client/exports/isInternalUrl.js index 269c9ace702c..ee15f12a60b6 100644 --- a/packages/docusaurus/src/client/exports/isInternalUrl.js +++ b/packages/docusaurus/src/client/exports/isInternalUrl.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/renderRoutes.js b/packages/docusaurus/src/client/exports/renderRoutes.js index 947c253739d3..06674f1f6502 100644 --- a/packages/docusaurus/src/client/exports/renderRoutes.js +++ b/packages/docusaurus/src/client/exports/renderRoutes.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/router.js b/packages/docusaurus/src/client/exports/router.js index 3d8a171d1ea1..18cfa08f7d95 100644 --- a/packages/docusaurus/src/client/exports/router.js +++ b/packages/docusaurus/src/client/exports/router.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/useBaseUrl.js b/packages/docusaurus/src/client/exports/useBaseUrl.js index 3ff25134061e..aed661096b97 100644 --- a/packages/docusaurus/src/client/exports/useBaseUrl.js +++ b/packages/docusaurus/src/client/exports/useBaseUrl.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/exports/useDocusaurusContext.js b/packages/docusaurus/src/client/exports/useDocusaurusContext.js index d91b103f2e5d..a25bc1767d01 100644 --- a/packages/docusaurus/src/client/exports/useDocusaurusContext.js +++ b/packages/docusaurus/src/client/exports/useDocusaurusContext.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/flat.js b/packages/docusaurus/src/client/flat.js index 9de53af10e76..b9cd71d675d8 100644 --- a/packages/docusaurus/src/client/flat.js +++ b/packages/docusaurus/src/client/flat.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/prefetch.js b/packages/docusaurus/src/client/prefetch.js index 86fafb8d4a70..9a555f3a06ee 100644 --- a/packages/docusaurus/src/client/prefetch.js +++ b/packages/docusaurus/src/client/prefetch.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/preload.js b/packages/docusaurus/src/client/preload.js index e2ee5a5028e3..f293835155e6 100644 --- a/packages/docusaurus/src/client/preload.js +++ b/packages/docusaurus/src/client/preload.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/serverEntry.js b/packages/docusaurus/src/client/serverEntry.js index 97d2170425b6..7e7ff8782d5e 100644 --- a/packages/docusaurus/src/client/serverEntry.js +++ b/packages/docusaurus/src/client/serverEntry.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/templates/ssr.html.template.js b/packages/docusaurus/src/client/templates/ssr.html.template.js index cdc9d3c081fb..f7e70829b63d 100644 --- a/packages/docusaurus/src/client/templates/ssr.html.template.js +++ b/packages/docusaurus/src/client/templates/ssr.html.template.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/theme-fallback/Layout/index.js b/packages/docusaurus/src/client/theme-fallback/Layout/index.js index d456d0d81881..0869fae85312 100644 --- a/packages/docusaurus/src/client/theme-fallback/Layout/index.js +++ b/packages/docusaurus/src/client/theme-fallback/Layout/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/theme-fallback/Loading/index.js b/packages/docusaurus/src/client/theme-fallback/Loading/index.js index d1f61182ff87..b97e5ab6bb8d 100644 --- a/packages/docusaurus/src/client/theme-fallback/Loading/index.js +++ b/packages/docusaurus/src/client/theme-fallback/Loading/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/client/theme-fallback/NotFound/index.js b/packages/docusaurus/src/client/theme-fallback/NotFound/index.js index 3e9ff74b35b0..92995ea683c0 100644 --- a/packages/docusaurus/src/client/theme-fallback/NotFound/index.js +++ b/packages/docusaurus/src/client/theme-fallback/NotFound/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/commands/build.ts b/packages/docusaurus/src/commands/build.ts index d6b6d23ae99c..6b9d57451742 100644 --- a/packages/docusaurus/src/commands/build.ts +++ b/packages/docusaurus/src/commands/build.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/commands/deploy.ts b/packages/docusaurus/src/commands/deploy.ts index 222cc7c9c4e1..ade2c860ba09 100644 --- a/packages/docusaurus/src/commands/deploy.ts +++ b/packages/docusaurus/src/commands/deploy.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/commands/external.ts b/packages/docusaurus/src/commands/external.ts index 63c93b3ae0b3..4575a057ba10 100644 --- a/packages/docusaurus/src/commands/external.ts +++ b/packages/docusaurus/src/commands/external.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/commands/start.ts b/packages/docusaurus/src/commands/start.ts index e26f21e95a65..86c14fc38dbe 100644 --- a/packages/docusaurus/src/commands/start.ts +++ b/packages/docusaurus/src/commands/start.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/commands/swizzle.ts b/packages/docusaurus/src/commands/swizzle.ts index 952d614b64bf..3029e1222e04 100644 --- a/packages/docusaurus/src/commands/swizzle.ts +++ b/packages/docusaurus/src/commands/swizzle.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/constants.ts b/packages/docusaurus/src/constants.ts index 1c9d5430eb24..0333577d9586 100644 --- a/packages/docusaurus/src/constants.ts +++ b/packages/docusaurus/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/index.ts b/packages/docusaurus/src/index.ts index 9a5a82ee3523..543b405a3b93 100644 --- a/packages/docusaurus/src/index.ts +++ b/packages/docusaurus/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/bad-site/docusaurus.config.js b/packages/docusaurus/src/server/__tests__/__fixtures__/bad-site/docusaurus.config.js index 29b66deacc5e..859db91cf55b 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/bad-site/docusaurus.config.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/bad-site/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/docusaurus.config.js b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/docusaurus.config.js index 07f979ed0550..b7774313848d 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/docusaurus.config.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/bar/baz.js b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/bar/baz.js index 983aa3de41fb..7adde78fac7f 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/bar/baz.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/bar/baz.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo.js b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo.js index 3172cf83fd04..7bc9205c448c 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo/index.js b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo/index.js index df5dca688950..dd69e918951a 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo/index.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/foo/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/index.js b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/index.js index 0a075a6f77ea..a126c09f1d54 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/index.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/pages/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/sidebars.js b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/sidebars.js index afb5e4eca920..53145919df18 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/sidebars.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/custom-site/sidebars.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/docusaurus.config.js b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/docusaurus.config.js index 0ead074a119b..3f75508e3ca4 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/docusaurus.config.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/sidebars.js b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/sidebars.js index afb5e4eca920..53145919df18 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/sidebars.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/sidebars.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/hello/world.js b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/hello/world.js index 46d0a16d4823..0ab45f3aee7a 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/hello/world.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/hello/world.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/index.js b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/index.js index db7b81919fd1..b6ecb5738ccd 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/index.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/simple-site/src/pages/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/__fixtures__/wrong-site/docusaurus.config.js b/packages/docusaurus/src/server/__tests__/__fixtures__/wrong-site/docusaurus.config.js index de0cd0742c37..3fcfd15b7886 100644 --- a/packages/docusaurus/src/server/__tests__/__fixtures__/wrong-site/docusaurus.config.js +++ b/packages/docusaurus/src/server/__tests__/__fixtures__/wrong-site/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/config.test.ts b/packages/docusaurus/src/server/__tests__/config.test.ts index 2e64a9011032..01438cb69bba 100644 --- a/packages/docusaurus/src/server/__tests__/config.test.ts +++ b/packages/docusaurus/src/server/__tests__/config.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/__tests__/routes.test.ts b/packages/docusaurus/src/server/__tests__/routes.test.ts index f21c3ae79eba..673d9dec7be4 100644 --- a/packages/docusaurus/src/server/__tests__/routes.test.ts +++ b/packages/docusaurus/src/server/__tests__/routes.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-empty.js b/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-empty.js index 8217b22cd223..6b8398c7d40e 100644 --- a/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-empty.js +++ b/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-empty.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-foo-bar.js b/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-foo-bar.js index ef0bf04e2b1f..52d26e15a638 100644 --- a/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-foo-bar.js +++ b/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-foo-bar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-hello-world.js b/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-hello-world.js index f8ff2aaccd5c..9fa02b19e68e 100644 --- a/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-hello-world.js +++ b/packages/docusaurus/src/server/client-modules/__tests__/__fixtures__/plugin-hello-world.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/client-modules/__tests__/index.test.ts b/packages/docusaurus/src/server/client-modules/__tests__/index.test.ts index ac94a164ca60..eefbdc6ed0df 100644 --- a/packages/docusaurus/src/server/client-modules/__tests__/index.test.ts +++ b/packages/docusaurus/src/server/client-modules/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/client-modules/index.ts b/packages/docusaurus/src/server/client-modules/index.ts index c9fd73000090..2826802d5b8e 100644 --- a/packages/docusaurus/src/server/client-modules/index.ts +++ b/packages/docusaurus/src/server/client-modules/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/config.ts b/packages/docusaurus/src/server/config.ts index 2b2d4d5215ca..4cbd8524a03a 100644 --- a/packages/docusaurus/src/server/config.ts +++ b/packages/docusaurus/src/server/config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-empty.js b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-empty.js index 8217b22cd223..6b8398c7d40e 100644 --- a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-empty.js +++ b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-empty.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-headTags.js b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-headTags.js index 02bf52764351..99b0d07b9ac2 100644 --- a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-headTags.js +++ b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-headTags.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-postBodyTags.js b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-postBodyTags.js index 85b2b574ada6..6ce0398aed1c 100644 --- a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-postBodyTags.js +++ b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-postBodyTags.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-preBodyTags.js b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-preBodyTags.js index 25c03f5fa298..db23f8c883d5 100644 --- a/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-preBodyTags.js +++ b/packages/docusaurus/src/server/html-tags/__tests__/__fixtures__/plugin-preBodyTags.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/__tests__/htmlTags.test.ts b/packages/docusaurus/src/server/html-tags/__tests__/htmlTags.test.ts index 15b2d07ea79e..b6f174e4a240 100644 --- a/packages/docusaurus/src/server/html-tags/__tests__/htmlTags.test.ts +++ b/packages/docusaurus/src/server/html-tags/__tests__/htmlTags.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/__tests__/index.test.ts b/packages/docusaurus/src/server/html-tags/__tests__/index.test.ts index 17628afde045..39e5294b58b8 100644 --- a/packages/docusaurus/src/server/html-tags/__tests__/index.test.ts +++ b/packages/docusaurus/src/server/html-tags/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/htmlTags.ts b/packages/docusaurus/src/server/html-tags/htmlTags.ts index a3034866f92f..87357d1e726d 100644 --- a/packages/docusaurus/src/server/html-tags/htmlTags.ts +++ b/packages/docusaurus/src/server/html-tags/htmlTags.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/html-tags/index.ts b/packages/docusaurus/src/server/html-tags/index.ts index 7b08bbe924b7..6c4b58760b77 100644 --- a/packages/docusaurus/src/server/html-tags/index.ts +++ b/packages/docusaurus/src/server/html-tags/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/index.ts b/packages/docusaurus/src/server/index.ts index 829029f4d1f9..f9787c961202 100644 --- a/packages/docusaurus/src/server/index.ts +++ b/packages/docusaurus/src/server/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/loadSetup.ts b/packages/docusaurus/src/server/loadSetup.ts index c4baeab7c69b..b6a67047584e 100644 --- a/packages/docusaurus/src/server/loadSetup.ts +++ b/packages/docusaurus/src/server/loadSetup.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/plugins/index.ts b/packages/docusaurus/src/server/plugins/index.ts index 01383fd15fd5..90c587244de7 100644 --- a/packages/docusaurus/src/server/plugins/index.ts +++ b/packages/docusaurus/src/server/plugins/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/plugins/init.ts b/packages/docusaurus/src/server/plugins/init.ts index 86ac21bf6ecb..5e49831d68be 100644 --- a/packages/docusaurus/src/server/plugins/init.ts +++ b/packages/docusaurus/src/server/plugins/init.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-bar.js b/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-bar.js index 91c3d1aeba41..555ebb242cd6 100644 --- a/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-bar.js +++ b/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-bar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-foo.js b/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-foo.js index c3d4f909b359..b2fbdfedde34 100644 --- a/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-foo.js +++ b/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-foo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-qux.js b/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-qux.js index 6e0b6088df3c..fdd55264f67d 100644 --- a/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-qux.js +++ b/packages/docusaurus/src/server/presets/__tests__/__fixtures__/preset-qux.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/presets/__tests__/index.test.ts b/packages/docusaurus/src/server/presets/__tests__/index.test.ts index 972d7631f25f..f14b6239ba5f 100644 --- a/packages/docusaurus/src/server/presets/__tests__/index.test.ts +++ b/packages/docusaurus/src/server/presets/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/presets/index.ts b/packages/docusaurus/src/server/presets/index.ts index dc389c95866c..75f1e3f5f009 100644 --- a/packages/docusaurus/src/server/presets/index.ts +++ b/packages/docusaurus/src/server/presets/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/routes.ts b/packages/docusaurus/src/server/routes.ts index c827597b6108..67e00e579789 100644 --- a/packages/docusaurus/src/server/routes.ts +++ b/packages/docusaurus/src/server/routes.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Footer/index.js b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Footer/index.js index 5ab81b41d6b9..07795ed84903 100644 --- a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Footer/index.js +++ b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Footer/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Layout.js b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Layout.js index 5ab81b41d6b9..07795ed84903 100644 --- a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Layout.js +++ b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-1/Layout.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Layout/index.js b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Layout/index.js index 5ab81b41d6b9..07795ed84903 100644 --- a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Layout/index.js +++ b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Layout/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Navbar.js b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Navbar.js index 5ab81b41d6b9..07795ed84903 100644 --- a/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Navbar.js +++ b/packages/docusaurus/src/server/themes/__tests__/__fixtures__/theme-2/Navbar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/__tests__/alias.test.ts b/packages/docusaurus/src/server/themes/__tests__/alias.test.ts index 4bd870e2d09c..5814f00b9e00 100644 --- a/packages/docusaurus/src/server/themes/__tests__/alias.test.ts +++ b/packages/docusaurus/src/server/themes/__tests__/alias.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/__tests__/index.ts b/packages/docusaurus/src/server/themes/__tests__/index.ts index f3384efd30af..502b05b631c1 100644 --- a/packages/docusaurus/src/server/themes/__tests__/index.ts +++ b/packages/docusaurus/src/server/themes/__tests__/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/alias.ts b/packages/docusaurus/src/server/themes/alias.ts index c473d3dc5f11..a3daf069ecb2 100644 --- a/packages/docusaurus/src/server/themes/alias.ts +++ b/packages/docusaurus/src/server/themes/alias.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/server/themes/index.ts b/packages/docusaurus/src/server/themes/index.ts index 4734a1667974..ea5b87eb9c6b 100644 --- a/packages/docusaurus/src/server/themes/index.ts +++ b/packages/docusaurus/src/server/themes/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/__tests__/base.test.ts b/packages/docusaurus/src/webpack/__tests__/base.test.ts index 0796b53b0122..08cb0f2bc8e1 100644 --- a/packages/docusaurus/src/webpack/__tests__/base.test.ts +++ b/packages/docusaurus/src/webpack/__tests__/base.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/__tests__/client.test.ts b/packages/docusaurus/src/webpack/__tests__/client.test.ts index 97970b3c8c01..f76adc0ba7ac 100644 --- a/packages/docusaurus/src/webpack/__tests__/client.test.ts +++ b/packages/docusaurus/src/webpack/__tests__/client.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/__tests__/server.test.ts b/packages/docusaurus/src/webpack/__tests__/server.test.ts index f9478a24120d..a4b65b12bf54 100644 --- a/packages/docusaurus/src/webpack/__tests__/server.test.ts +++ b/packages/docusaurus/src/webpack/__tests__/server.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/__tests__/utils.test.ts b/packages/docusaurus/src/webpack/__tests__/utils.test.ts index 4ccf6dceb56f..c6b5f189f1e3 100644 --- a/packages/docusaurus/src/webpack/__tests__/utils.test.ts +++ b/packages/docusaurus/src/webpack/__tests__/utils.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/base.ts b/packages/docusaurus/src/webpack/base.ts index 4e578033749c..9f3eb923b34a 100644 --- a/packages/docusaurus/src/webpack/base.ts +++ b/packages/docusaurus/src/webpack/base.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/client.ts b/packages/docusaurus/src/webpack/client.ts index 2765cde85270..81c593019c72 100644 --- a/packages/docusaurus/src/webpack/client.ts +++ b/packages/docusaurus/src/webpack/client.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/plugins/ChunkAssetPlugin.ts b/packages/docusaurus/src/webpack/plugins/ChunkAssetPlugin.ts index 88465b894d2f..e0ad2324357c 100644 --- a/packages/docusaurus/src/webpack/plugins/ChunkAssetPlugin.ts +++ b/packages/docusaurus/src/webpack/plugins/ChunkAssetPlugin.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -12,7 +12,7 @@ const pluginName = 'chunk-asset-plugin'; class ChunkAssetPlugin { apply(compiler: Compiler) { compiler.hooks.thisCompilation.tap(pluginName, ({mainTemplate}) => { - /* We modify webpack runtime to add an extra function called "__webpack_require__.gca" + /* We modify webpack runtime to add an extra function called "__webpack_require__.gca" that will allow us to get the corresponding chunk asset for a webpack chunk. Pass it the chunkName or chunkId you want to load. For example: if you have a chunk named "my-chunk-name" that will map to "/0a84b5e7.c8e35c7a.js" as its corresponding output path diff --git a/packages/docusaurus/src/webpack/plugins/CleanWebpackPlugin.ts b/packages/docusaurus/src/webpack/plugins/CleanWebpackPlugin.ts index f272faae5496..65bf23a77a74 100644 --- a/packages/docusaurus/src/webpack/plugins/CleanWebpackPlugin.ts +++ b/packages/docusaurus/src/webpack/plugins/CleanWebpackPlugin.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/plugins/LogPlugin.js b/packages/docusaurus/src/webpack/plugins/LogPlugin.js index 0ecdbd4ea0a6..575b243de7f7 100644 --- a/packages/docusaurus/src/webpack/plugins/LogPlugin.js +++ b/packages/docusaurus/src/webpack/plugins/LogPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/plugins/WaitPlugin.js b/packages/docusaurus/src/webpack/plugins/WaitPlugin.js index 3412376c8739..2e0c1e80b7e4 100644 --- a/packages/docusaurus/src/webpack/plugins/WaitPlugin.js +++ b/packages/docusaurus/src/webpack/plugins/WaitPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/server.ts b/packages/docusaurus/src/webpack/server.ts index 4ddc335e2824..cb03b2432142 100644 --- a/packages/docusaurus/src/webpack/server.ts +++ b/packages/docusaurus/src/webpack/server.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/docusaurus/src/webpack/utils.ts b/packages/docusaurus/src/webpack/utils.ts index 5396ebc791ef..06169abd699a 100644 --- a/packages/docusaurus/src/webpack/utils.ts +++ b/packages/docusaurus/src/webpack/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/core/Footer.js b/website-1.x/core/Footer.js index 667036ab1b90..2f0b1b0c67dc 100644 --- a/website-1.x/core/Footer.js +++ b/website-1.x/core/Footer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/core/Showcase.js b/website-1.x/core/Showcase.js index 01d651e80af3..5916a103778b 100644 --- a/website-1.x/core/Showcase.js +++ b/website-1.x/core/Showcase.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index 3755bb60cbc9..45577bab0c60 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/languages.js b/website-1.x/languages.js index 367d0c664bfc..41d2a521832f 100644 --- a/website-1.x/languages.js +++ b/website-1.x/languages.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/pages/en/about-slash.js b/website-1.x/pages/en/about-slash.js index 3ae984beb247..39743e1f52fb 100644 --- a/website-1.x/pages/en/about-slash.js +++ b/website-1.x/pages/en/about-slash.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/pages/en/help.js b/website-1.x/pages/en/help.js index 5cadbd170682..7e1e0307740b 100644 --- a/website-1.x/pages/en/help.js +++ b/website-1.x/pages/en/help.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/pages/en/index.js b/website-1.x/pages/en/index.js index 371243788f0d..3e5e0d489bea 100644 --- a/website-1.x/pages/en/index.js +++ b/website-1.x/pages/en/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/pages/en/users.js b/website-1.x/pages/en/users.js index bf36199835ab..b8e4766ae488 100644 --- a/website-1.x/pages/en/users.js +++ b/website-1.x/pages/en/users.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/pages/en/versions.js b/website-1.x/pages/en/versions.js index e069f3c718a6..e9fad9c74e76 100644 --- a/website-1.x/pages/en/versions.js +++ b/website-1.x/pages/en/versions.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/siteConfig.js b/website-1.x/siteConfig.js index 4ca7bf40c090..19da12d7bcc4 100644 --- a/website-1.x/siteConfig.js +++ b/website-1.x/siteConfig.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/static/css/code-blocks-buttons.css b/website-1.x/static/css/code-blocks-buttons.css index 5988ed06d9ef..269024438dd0 100644 --- a/website-1.x/static/css/code-blocks-buttons.css +++ b/website-1.x/static/css/code-blocks-buttons.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/static/css/custom.css b/website-1.x/static/css/custom.css index 80612db40c56..a6943a933b73 100644 --- a/website-1.x/static/css/custom.css +++ b/website-1.x/static/css/custom.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website-1.x/static/js/code-blocks-buttons.js b/website-1.x/static/js/code-blocks-buttons.js index 44a9dd9c0eff..18878d978294 100644 --- a/website-1.x/static/js/code-blocks-buttons.js +++ b/website-1.x/static/js/code-blocks-buttons.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/docs/contributing.md b/website/docs/contributing.md index 4099d63be744..b0d825e05007 100644 --- a/website/docs/contributing.md +++ b/website/docs/contributing.md @@ -170,7 +170,7 @@ Copy and paste this to the top of your new file(s): ```js /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 89105425f34c..880cf8afe0ce 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/sidebars.js b/website/sidebars.js index 6040f894c98d..5236d9e48f06 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/components/BrowserWindow/index.js b/website/src/components/BrowserWindow/index.js index ad1223805566..6bd2d1b6afcf 100644 --- a/website/src/components/BrowserWindow/index.js +++ b/website/src/components/BrowserWindow/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/components/BrowserWindow/styles.module.css b/website/src/components/BrowserWindow/styles.module.css index d1b4d7c413dd..a8c67fef4738 100644 --- a/website/src/components/BrowserWindow/styles.module.css +++ b/website/src/components/BrowserWindow/styles.module.css @@ -1,10 +1,10 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ - + .browserWindow { border: 3px solid var(--ifm-color-emphasis-200); border-top-left-radius: var(--ifm-global-radius); diff --git a/website/src/components/ColorGenerator/index.js b/website/src/components/ColorGenerator/index.js index 458813ab9147..75ddac84411e 100644 --- a/website/src/components/ColorGenerator/index.js +++ b/website/src/components/ColorGenerator/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/components/ColorGenerator/styles.module.css b/website/src/components/ColorGenerator/styles.module.css index c66770c2b694..f657cea47cfe 100644 --- a/website/src/components/ColorGenerator/styles.module.css +++ b/website/src/components/ColorGenerator/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 340599f85d5d..0d8cd4af0b05 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/data/users.js b/website/src/data/users.js index 653e9c089c36..0250c63ecdf3 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/feedback/index.js b/website/src/pages/feedback/index.js index d05313bf312c..70b6a96c026a 100644 --- a/website/src/pages/feedback/index.js +++ b/website/src/pages/feedback/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/feedback/styles.module.css b/website/src/pages/feedback/styles.module.css index dba2a5034a59..cca144c013b6 100644 --- a/website/src/pages/feedback/styles.module.css +++ b/website/src/pages/feedback/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/help.js b/website/src/pages/help.js index b8f96e2cb00f..bd84ae9808dd 100644 --- a/website/src/pages/help.js +++ b/website/src/pages/help.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/index.js b/website/src/pages/index.js index c883739518d9..21c3707e07fe 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/showcase/index.js b/website/src/pages/showcase/index.js index 6e8c87e67912..1dcaba6ff336 100644 --- a/website/src/pages/showcase/index.js +++ b/website/src/pages/showcase/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/showcase/styles.module.css b/website/src/pages/showcase/styles.module.css index 25b305bcd134..48311294f403 100644 --- a/website/src/pages/showcase/styles.module.css +++ b/website/src/pages/showcase/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/styles.module.css b/website/src/pages/styles.module.css index 5f698eb6c2f4..5f639f59f48a 100644 --- a/website/src/pages/styles.module.css +++ b/website/src/pages/styles.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/versions.js b/website/src/pages/versions.js index 552d41dd1164..c3f91a98e38e 100644 --- a/website/src/pages/versions.js +++ b/website/src/pages/versions.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/plugins/remark-npm2yarn.js b/website/src/plugins/remark-npm2yarn.js index 8586bad6498c..5f4ffb47df6d 100644 --- a/website/src/plugins/remark-npm2yarn.js +++ b/website/src/plugins/remark-npm2yarn.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/scripts/canny.js b/website/src/scripts/canny.js index 669b73f956f3..62a9319aedcc 100644 --- a/website/src/scripts/canny.js +++ b/website/src/scripts/canny.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/theme/NotFound.js b/website/src/theme/NotFound.js index 96ad2740b6b8..3d7c2b5ddda0 100644 --- a/website/src/theme/NotFound.js +++ b/website/src/theme/NotFound.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/versioned_docs/version-2.0.0-alpha.39/contributing.md b/website/versioned_docs/version-2.0.0-alpha.39/contributing.md index 4099d63be744..b0d825e05007 100644 --- a/website/versioned_docs/version-2.0.0-alpha.39/contributing.md +++ b/website/versioned_docs/version-2.0.0-alpha.39/contributing.md @@ -170,7 +170,7 @@ Copy and paste this to the top of your new file(s): ```js /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/versioned_docs/version-2.0.0-alpha.40/contributing.md b/website/versioned_docs/version-2.0.0-alpha.40/contributing.md index 4099d63be744..b0d825e05007 100644 --- a/website/versioned_docs/version-2.0.0-alpha.40/contributing.md +++ b/website/versioned_docs/version-2.0.0-alpha.40/contributing.md @@ -170,7 +170,7 @@ Copy and paste this to the top of your new file(s): ```js /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/versioned_docs/version-2.0.0-alpha.43/contributing.md b/website/versioned_docs/version-2.0.0-alpha.43/contributing.md index 4099d63be744..b0d825e05007 100644 --- a/website/versioned_docs/version-2.0.0-alpha.43/contributing.md +++ b/website/versioned_docs/version-2.0.0-alpha.43/contributing.md @@ -170,7 +170,7 @@ Copy and paste this to the top of your new file(s): ```js /** - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.