From 97bab170d383b3b0c4e1e03e0293bce54df70560 Mon Sep 17 00:00:00 2001 From: Cristian Lara Date: Mon, 3 Feb 2025 07:43:45 -0800 Subject: [PATCH] Add license to files Summary: These files were created as part of the website upgrade but are missing licensing headers. Differential Revision: D69054499 --- sphinx/source/_static/custom.css | 7 +++++++ website/docusaurus.config.js | 7 +++++++ website/sidebars.js | 7 +++++++ website/src/css/customTheme.css | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/sphinx/source/_static/custom.css b/sphinx/source/_static/custom.css index 827ccb0baf..148978a414 100644 --- a/sphinx/source/_static/custom.css +++ b/sphinx/source/_static/custom.css @@ -1,3 +1,10 @@ +/** + * 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. + */ + .wy-nav-content { max-width: initial; } diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a9d7b7d9a1..8c939d14ec 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,3 +1,10 @@ +/** + * 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. + */ + import {themes as prismThemes} from 'prism-react-renderer'; import remarkMath from 'remark-math'; import rehypeKatex from 'rehype-katex'; diff --git a/website/sidebars.js b/website/sidebars.js index b0da534bd1..d529823860 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -1,3 +1,10 @@ +/** + * 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. + */ + const tutorials = () => { const allTutorialMetadata = require('./tutorials.json'); const tutorialsSidebar = [{ diff --git a/website/src/css/customTheme.css b/website/src/css/customTheme.css index 8a42c3fcef..8561e64f24 100644 --- a/website/src/css/customTheme.css +++ b/website/src/css/customTheme.css @@ -1,3 +1,10 @@ +/** + * 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. + */ + :root{ --ifm-color-primary-lightest: #F7C38B; --ifm-color-primary-lighter: #F5AE61;