From 7a9f04cad8476ea0051c8b4a6861da00318b9a2a Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 10 Oct 2017 10:36:40 -0700 Subject: [PATCH] Removed MIT section from website source file headers --- gatsby-config.js | 3 --- gatsby-node.js | 3 --- src/components/CodeEditor/CodeEditor.js | 3 --- src/components/CodeEditor/index.js | 3 --- src/components/Container/Container.js | 3 --- src/components/Container/index.js | 3 --- src/components/ErrorDecoder/ErrorDecoder.js | 3 --- src/components/ErrorDecoder/index.js | 3 --- src/components/Flex/Flex.js | 3 --- src/components/Flex/index.js | 3 --- src/components/Header/Header.js | 3 --- src/components/Header/index.js | 3 --- src/components/LayoutFooter/ExternalFooterLink.js | 3 --- src/components/LayoutFooter/Footer.js | 3 --- src/components/LayoutFooter/FooterLink.js | 3 --- src/components/LayoutFooter/FooterNav.js | 3 --- src/components/LayoutFooter/index.js | 3 --- src/components/LayoutHeader/Header.js | 3 --- src/components/LayoutHeader/HeaderLink.js | 3 --- src/components/LayoutHeader/SearchSvg.js | 3 --- src/components/LayoutHeader/index.js | 3 --- src/components/MarkdownHeader/MarkdownHeader.js | 3 --- src/components/MarkdownHeader/index.js | 3 --- src/components/MarkdownPage/MarkdownPage.js | 3 --- src/components/MarkdownPage/index.js | 3 --- .../StickyResponsiveSidebar/StickyResponsiveSidebar.js | 3 --- src/components/StickyResponsiveSidebar/index.js | 3 --- src/components/TitleAndMetaTags/TitleAndMetaTags.js | 3 --- src/components/TitleAndMetaTags/index.js | 3 --- src/html.js | 3 --- src/layouts/index.js | 3 --- src/pages/404.js | 3 --- src/pages/acknowledgements.html.js | 3 --- src/pages/blog/all.html.js | 3 --- src/pages/docs/error-decoder.html.js | 3 --- src/pages/jsx-compiler.html.js | 3 --- src/prism-styles.js | 3 --- src/site-constants.js | 3 --- src/templates/blog.js | 3 --- src/templates/community.js | 3 --- src/templates/components/ButtonLink/ButtonLink.js | 3 --- src/templates/components/ButtonLink/index.js | 3 --- src/templates/components/ChevronSvg/index.js | 3 --- src/templates/components/ExternalLinkSvg/index.js | 3 --- src/templates/components/MetaTitle/index.js | 3 --- src/templates/components/NavigationFooter/NavigationFooter.js | 3 --- src/templates/components/NavigationFooter/index.js | 3 --- src/templates/components/Sidebar/Section.js | 3 --- src/templates/components/Sidebar/Sidebar.js | 3 --- src/templates/components/Sidebar/index.js | 3 --- src/templates/docs.js | 3 --- src/templates/home.js | 3 --- src/templates/tutorial.js | 3 --- src/theme.js | 3 --- src/types.js | 3 --- src/utils/createLink.js | 3 --- src/utils/createOgUrl.js | 3 --- src/utils/findSectionForPath.js | 3 --- src/utils/isItemActive.js | 3 --- src/utils/mountCodeExample.js | 3 --- src/utils/sectionList.js | 3 --- src/utils/slugify.js | 3 --- src/utils/toCommaSeparatedList.js | 3 --- 63 files changed, 189 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index b1469a552..029197a38 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/gatsby-node.js b/gatsby-node.js index 56f83aed8..0fc10c4f1 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/CodeEditor/CodeEditor.js b/src/components/CodeEditor/CodeEditor.js index 4733a8547..c8c2d7859 100644 --- a/src/components/CodeEditor/CodeEditor.js +++ b/src/components/CodeEditor/CodeEditor.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/CodeEditor/index.js b/src/components/CodeEditor/index.js index 4bc2ed71d..747997776 100644 --- a/src/components/CodeEditor/index.js +++ b/src/components/CodeEditor/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/Container/Container.js b/src/components/Container/Container.js index 266fa0668..7a458faf6 100644 --- a/src/components/Container/Container.js +++ b/src/components/Container/Container.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core * @flow */ diff --git a/src/components/Container/index.js b/src/components/Container/index.js index d146cf6b5..6a6095583 100644 --- a/src/components/Container/index.js +++ b/src/components/Container/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/ErrorDecoder/ErrorDecoder.js b/src/components/ErrorDecoder/ErrorDecoder.js index da1f03c12..3e638d617 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/ErrorDecoder/index.js b/src/components/ErrorDecoder/index.js index b034c1788..689316220 100644 --- a/src/components/ErrorDecoder/index.js +++ b/src/components/ErrorDecoder/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/Flex/Flex.js b/src/components/Flex/Flex.js index 30d2d97eb..6acc11e6a 100644 --- a/src/components/Flex/Flex.js +++ b/src/components/Flex/Flex.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/Flex/index.js b/src/components/Flex/index.js index 5d9eaeab1..1ec92e451 100644 --- a/src/components/Flex/index.js +++ b/src/components/Flex/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/Header/Header.js b/src/components/Header/Header.js index 0e69fff6b..75ac9531b 100644 --- a/src/components/Header/Header.js +++ b/src/components/Header/Header.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/Header/index.js b/src/components/Header/index.js index 787c15001..571145812 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutFooter/ExternalFooterLink.js b/src/components/LayoutFooter/ExternalFooterLink.js index 876ab8a1f..04632fda2 100644 --- a/src/components/LayoutFooter/ExternalFooterLink.js +++ b/src/components/LayoutFooter/ExternalFooterLink.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutFooter/Footer.js b/src/components/LayoutFooter/Footer.js index 42d40d605..673534fe3 100644 --- a/src/components/LayoutFooter/Footer.js +++ b/src/components/LayoutFooter/Footer.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutFooter/FooterLink.js b/src/components/LayoutFooter/FooterLink.js index ed6768177..9969309ee 100644 --- a/src/components/LayoutFooter/FooterLink.js +++ b/src/components/LayoutFooter/FooterLink.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutFooter/FooterNav.js b/src/components/LayoutFooter/FooterNav.js index 83049145b..b3861b42f 100644 --- a/src/components/LayoutFooter/FooterNav.js +++ b/src/components/LayoutFooter/FooterNav.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutFooter/index.js b/src/components/LayoutFooter/index.js index ebcf8ba8d..42db340a8 100644 --- a/src/components/LayoutFooter/index.js +++ b/src/components/LayoutFooter/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutHeader/Header.js b/src/components/LayoutHeader/Header.js index 467b956e7..480373604 100644 --- a/src/components/LayoutHeader/Header.js +++ b/src/components/LayoutHeader/Header.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutHeader/HeaderLink.js b/src/components/LayoutHeader/HeaderLink.js index aa43c0404..6ad92ca52 100644 --- a/src/components/LayoutHeader/HeaderLink.js +++ b/src/components/LayoutHeader/HeaderLink.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutHeader/SearchSvg.js b/src/components/LayoutHeader/SearchSvg.js index 2c388449f..af88d5a6e 100644 --- a/src/components/LayoutHeader/SearchSvg.js +++ b/src/components/LayoutHeader/SearchSvg.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/LayoutHeader/index.js b/src/components/LayoutHeader/index.js index 787c15001..571145812 100644 --- a/src/components/LayoutHeader/index.js +++ b/src/components/LayoutHeader/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/MarkdownHeader/MarkdownHeader.js b/src/components/MarkdownHeader/MarkdownHeader.js index d27e35bd3..1b7a8da86 100644 --- a/src/components/MarkdownHeader/MarkdownHeader.js +++ b/src/components/MarkdownHeader/MarkdownHeader.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/MarkdownHeader/index.js b/src/components/MarkdownHeader/index.js index b0c79f19c..c338ea60d 100644 --- a/src/components/MarkdownHeader/index.js +++ b/src/components/MarkdownHeader/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/MarkdownPage/MarkdownPage.js b/src/components/MarkdownPage/MarkdownPage.js index 56f62b104..c71a90f4d 100644 --- a/src/components/MarkdownPage/MarkdownPage.js +++ b/src/components/MarkdownPage/MarkdownPage.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/MarkdownPage/index.js b/src/components/MarkdownPage/index.js index 45b06413f..589ca08ed 100644 --- a/src/components/MarkdownPage/index.js +++ b/src/components/MarkdownPage/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js b/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js index 705473911..713a586c3 100644 --- a/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js +++ b/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/StickyResponsiveSidebar/index.js b/src/components/StickyResponsiveSidebar/index.js index 2d94022c2..4e10be51d 100644 --- a/src/components/StickyResponsiveSidebar/index.js +++ b/src/components/StickyResponsiveSidebar/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/TitleAndMetaTags/TitleAndMetaTags.js b/src/components/TitleAndMetaTags/TitleAndMetaTags.js index d4e6b81a5..e764a1c8f 100644 --- a/src/components/TitleAndMetaTags/TitleAndMetaTags.js +++ b/src/components/TitleAndMetaTags/TitleAndMetaTags.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/components/TitleAndMetaTags/index.js b/src/components/TitleAndMetaTags/index.js index 382c7b48e..e8bea5ed4 100644 --- a/src/components/TitleAndMetaTags/index.js +++ b/src/components/TitleAndMetaTags/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/html.js b/src/html.js index d6ba38356..1622122e0 100644 --- a/src/html.js +++ b/src/html.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/layouts/index.js b/src/layouts/index.js index 65d034e07..b8e68576d 100644 --- a/src/layouts/index.js +++ b/src/layouts/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/pages/404.js b/src/pages/404.js index 945468224..5ad0aebb2 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core * @flow */ diff --git a/src/pages/acknowledgements.html.js b/src/pages/acknowledgements.html.js index 0881deb71..962f6e2f3 100644 --- a/src/pages/acknowledgements.html.js +++ b/src/pages/acknowledgements.html.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/pages/blog/all.html.js b/src/pages/blog/all.html.js index 44122b78a..e0ccab690 100644 --- a/src/pages/blog/all.html.js +++ b/src/pages/blog/all.html.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core * @flow */ diff --git a/src/pages/docs/error-decoder.html.js b/src/pages/docs/error-decoder.html.js index 0c026f587..4022677ae 100644 --- a/src/pages/docs/error-decoder.html.js +++ b/src/pages/docs/error-decoder.html.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/pages/jsx-compiler.html.js b/src/pages/jsx-compiler.html.js index c3681604f..836c09d94 100644 --- a/src/pages/jsx-compiler.html.js +++ b/src/pages/jsx-compiler.html.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core * @flow */ diff --git a/src/prism-styles.js b/src/prism-styles.js index 34b9c90cf..665ef8abf 100644 --- a/src/prism-styles.js +++ b/src/prism-styles.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core * @flow */ diff --git a/src/site-constants.js b/src/site-constants.js index 8d3b25df9..f359559d6 100644 --- a/src/site-constants.js +++ b/src/site-constants.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @providesModule site-constants * @flow */ diff --git a/src/templates/blog.js b/src/templates/blog.js index 33021c728..e520f7182 100644 --- a/src/templates/blog.js +++ b/src/templates/blog.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/community.js b/src/templates/community.js index eadb26bb1..72f7a222d 100644 --- a/src/templates/community.js +++ b/src/templates/community.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/ButtonLink/ButtonLink.js b/src/templates/components/ButtonLink/ButtonLink.js index 6c63f64b9..50eb01198 100644 --- a/src/templates/components/ButtonLink/ButtonLink.js +++ b/src/templates/components/ButtonLink/ButtonLink.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/ButtonLink/index.js b/src/templates/components/ButtonLink/index.js index 1e4f5fdc9..b17f0bf14 100644 --- a/src/templates/components/ButtonLink/index.js +++ b/src/templates/components/ButtonLink/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/ChevronSvg/index.js b/src/templates/components/ChevronSvg/index.js index 7d1c689e5..0ad82db33 100644 --- a/src/templates/components/ChevronSvg/index.js +++ b/src/templates/components/ChevronSvg/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/ExternalLinkSvg/index.js b/src/templates/components/ExternalLinkSvg/index.js index fbbac2874..904e7e68a 100644 --- a/src/templates/components/ExternalLinkSvg/index.js +++ b/src/templates/components/ExternalLinkSvg/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/MetaTitle/index.js b/src/templates/components/MetaTitle/index.js index 6d02296aa..8bfd1425c 100644 --- a/src/templates/components/MetaTitle/index.js +++ b/src/templates/components/MetaTitle/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/NavigationFooter/NavigationFooter.js b/src/templates/components/NavigationFooter/NavigationFooter.js index b8f406b7e..1c1a0f25a 100644 --- a/src/templates/components/NavigationFooter/NavigationFooter.js +++ b/src/templates/components/NavigationFooter/NavigationFooter.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/NavigationFooter/index.js b/src/templates/components/NavigationFooter/index.js index ea19e3c07..6b9cd4b7f 100644 --- a/src/templates/components/NavigationFooter/index.js +++ b/src/templates/components/NavigationFooter/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/Sidebar/Section.js b/src/templates/components/Sidebar/Section.js index ff7a4596f..d3edf7ccd 100644 --- a/src/templates/components/Sidebar/Section.js +++ b/src/templates/components/Sidebar/Section.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/Sidebar/Sidebar.js b/src/templates/components/Sidebar/Sidebar.js index 2f4233036..0ed8c5afc 100644 --- a/src/templates/components/Sidebar/Sidebar.js +++ b/src/templates/components/Sidebar/Sidebar.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/components/Sidebar/index.js b/src/templates/components/Sidebar/index.js index e1d7c8002..642dd09fd 100644 --- a/src/templates/components/Sidebar/index.js +++ b/src/templates/components/Sidebar/index.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/docs.js b/src/templates/docs.js index 89be3c0f5..b087d6d0a 100644 --- a/src/templates/docs.js +++ b/src/templates/docs.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/home.js b/src/templates/home.js index f0b23190e..a2607617d 100644 --- a/src/templates/home.js +++ b/src/templates/home.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/templates/tutorial.js b/src/templates/tutorial.js index 6919d029c..33efed979 100644 --- a/src/templates/tutorial.js +++ b/src/templates/tutorial.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/theme.js b/src/theme.js index 50297bc9f..e79f30301 100644 --- a/src/theme.js +++ b/src/theme.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @providesModule theme * @flow */ diff --git a/src/types.js b/src/types.js index 22a7a04e2..782a5b6f6 100644 --- a/src/types.js +++ b/src/types.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core * @flow */ diff --git a/src/utils/createLink.js b/src/utils/createLink.js index 9466462fa..98ee40392 100644 --- a/src/utils/createLink.js +++ b/src/utils/createLink.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/utils/createOgUrl.js b/src/utils/createOgUrl.js index c8e467c3e..e739aff05 100644 --- a/src/utils/createOgUrl.js +++ b/src/utils/createOgUrl.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/utils/findSectionForPath.js b/src/utils/findSectionForPath.js index 5e64bf475..4526a7b83 100644 --- a/src/utils/findSectionForPath.js +++ b/src/utils/findSectionForPath.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/utils/isItemActive.js b/src/utils/isItemActive.js index ad0dfe117..65ee686e9 100644 --- a/src/utils/isItemActive.js +++ b/src/utils/isItemActive.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/utils/mountCodeExample.js b/src/utils/mountCodeExample.js index 719144097..a7ebece8d 100644 --- a/src/utils/mountCodeExample.js +++ b/src/utils/mountCodeExample.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/utils/sectionList.js b/src/utils/sectionList.js index 491062151..b7cb8ae42 100644 --- a/src/utils/sectionList.js +++ b/src/utils/sectionList.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/utils/slugify.js b/src/utils/slugify.js index f13ecc388..9b509ec88 100644 --- a/src/utils/slugify.js +++ b/src/utils/slugify.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */ diff --git a/src/utils/toCommaSeparatedList.js b/src/utils/toCommaSeparatedList.js index 2f17e160b..96c6d9f7f 100644 --- a/src/utils/toCommaSeparatedList.js +++ b/src/utils/toCommaSeparatedList.js @@ -1,9 +1,6 @@ /** * Copyright (c) 2013-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. - * * @emails react-core */