diff --git a/packages/create-docusaurus/templates/facebook/.eslintrc.js b/packages/create-docusaurus/templates/facebook/.eslintrc.js index 8ccf3b17bd..fd0af9caef 100644 --- a/packages/create-docusaurus/templates/facebook/.eslintrc.js +++ b/packages/create-docusaurus/templates/facebook/.eslintrc.js @@ -1,8 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ @@ -35,13 +32,9 @@ module.exports = { 'header/header': [ ERROR, 'block', - [ '*', - ' * Copyright (c) Meta Platforms, Inc. and affiliates.', - ' *', - ' * This source code is licensed under the MIT license found in the', - ' * LICENSE file in the root directory of this source tree.', + ' * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.', ' *', // Unfortunately eslint-plugin-header doesn't support optional lines. // If you want to enforce your website JS files to have @flow or @format, diff --git a/packages/create-docusaurus/templates/facebook/.stylelintrc.js b/packages/create-docusaurus/templates/facebook/.stylelintrc.js index 11b6ffb323..193928a0bb 100644 --- a/packages/create-docusaurus/templates/facebook/.stylelintrc.js +++ b/packages/create-docusaurus/templates/facebook/.stylelintrc.js @@ -1,8 +1,7 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * @format */ module.exports = { diff --git a/packages/create-docusaurus/templates/facebook/babel.config.js b/packages/create-docusaurus/templates/facebook/babel.config.js index 84ad45acbd..ce409f0b51 100644 --- a/packages/create-docusaurus/templates/facebook/babel.config.js +++ b/packages/create-docusaurus/templates/facebook/babel.config.js @@ -1,8 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ diff --git a/packages/create-docusaurus/templates/facebook/docusaurus.config.js b/packages/create-docusaurus/templates/facebook/docusaurus.config.js index c877fbcb04..3e121344e8 100644 --- a/packages/create-docusaurus/templates/facebook/docusaurus.config.js +++ b/packages/create-docusaurus/templates/facebook/docusaurus.config.js @@ -1,8 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ diff --git a/packages/create-docusaurus/templates/facebook/sidebars.js b/packages/create-docusaurus/templates/facebook/sidebars.js index be7a480ce6..2cabe28c42 100644 --- a/packages/create-docusaurus/templates/facebook/sidebars.js +++ b/packages/create-docusaurus/templates/facebook/sidebars.js @@ -1,8 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ diff --git a/packages/create-docusaurus/templates/facebook/src/css/custom.css b/packages/create-docusaurus/templates/facebook/src/css/custom.css index 2396bcccdb..f5efd6d749 100644 --- a/packages/create-docusaurus/templates/facebook/src/css/custom.css +++ b/packages/create-docusaurus/templates/facebook/src/css/custom.css @@ -1,8 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ diff --git a/packages/create-docusaurus/templates/facebook/src/pages/index.js b/packages/create-docusaurus/templates/facebook/src/pages/index.js index 6b378cd9d9..64bfa0d62c 100644 --- a/packages/create-docusaurus/templates/facebook/src/pages/index.js +++ b/packages/create-docusaurus/templates/facebook/src/pages/index.js @@ -1,8 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ diff --git a/packages/create-docusaurus/templates/facebook/src/pages/styles.module.css b/packages/create-docusaurus/templates/facebook/src/pages/styles.module.css index e74559a806..50c3bc11c3 100644 --- a/packages/create-docusaurus/templates/facebook/src/pages/styles.module.css +++ b/packages/create-docusaurus/templates/facebook/src/pages/styles.module.css @@ -1,8 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. + * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */