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 b1469a55..029197a3 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 56f83aed..0fc10c4f 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 4733a854..c8c2d785 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 4bc2ed71..74799777 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 266fa066..7a458faf 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 d146cf6b..6a609558 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 da1f03c1..3e638d61 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 b034c178..68931622 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 30d2d97e..6acc11e6 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 5d9eaeab..1ec92e45 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 0e69fff6..75ac9531 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 787c1500..57114581 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 876ab8a1..04632fda 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 42d40d60..673534fe 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 ed676817..9969309e 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 83049145..b3861b42 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 ebcf8ba8..42db340a 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 467b956e..48037360 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 aa43c040..6ad92ca5 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 2c388449..af88d5a6 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 787c1500..57114581 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 d27e35bd..1b7a8da8 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 b0c79f19..c338ea60 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 56f62b10..c71a90f4 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 45b06413..589ca08e 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 70547391..713a586c 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 2d94022c..4e10be51 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 d4e6b81a..e764a1c8 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 382c7b48..e8bea5ed 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 d6ba3835..1622122e 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 65d034e0..b8e68576 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 94546822..5ad0aebb 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 0881deb7..962f6e2f 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 44122b78..e0ccab69 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 0c026f58..4022677a 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 c3681604..836c09d9 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 34b9c90c..665ef8ab 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 8d3b25df..f359559d 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 33021c72..e520f718 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 eadb26bb..72f7a222 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 6c63f64b..50eb0119 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 1e4f5fdc..b17f0bf1 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 7d1c689e..0ad82db3 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 fbbac287..904e7e68 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 6d02296a..8bfd1425 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 b8f406b7..1c1a0f25 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 ea19e3c0..6b9cd4b7 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 ff7a4596..d3edf7cc 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 2f423303..0ed8c5af 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 e1d7c800..642dd09f 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 89be3c0f..b087d6d0 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 f0b23190..a2607617 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 6919d029..33efed97 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 50297bc9..e79f3030 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 22a7a04e..782a5b6f 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 9466462f..98ee4039 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 c8e467c3..e739aff0 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 5e64bf47..4526a7b8 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 ad0dfe11..65ee686e 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 71914409..a7ebece8 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 49106215..b7cb8ae4 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 f13ecc38..9b509ec8 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 2f17e160..96c6d9f7 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 */