From 0e647230e2673310a49998895a4da2a934b1108d Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 7 Oct 2017 08:00:22 -0700 Subject: [PATCH] Replaced CC-BY 4.0 license in source code headers with MIT --- gatsby-config.js | 4 ++-- gatsby-node.js | 4 ++-- src/components/CodeEditor/CodeEditor.js | 4 ++-- src/components/CodeEditor/index.js | 4 ++-- src/components/Container/Container.js | 4 ++-- src/components/Container/index.js | 4 ++-- src/components/ErrorDecoder/ErrorDecoder.js | 4 ++-- src/components/ErrorDecoder/index.js | 4 ++-- src/components/Flex/Flex.js | 4 ++-- src/components/Flex/index.js | 4 ++-- src/components/Header/Header.js | 4 ++-- src/components/Header/index.js | 4 ++-- src/components/LayoutFooter/ExternalFooterLink.js | 4 ++-- src/components/LayoutFooter/Footer.js | 4 ++-- src/components/LayoutFooter/FooterLink.js | 4 ++-- src/components/LayoutFooter/FooterNav.js | 4 ++-- src/components/LayoutFooter/index.js | 4 ++-- src/components/LayoutHeader/Header.js | 4 ++-- src/components/LayoutHeader/HeaderLink.js | 4 ++-- src/components/LayoutHeader/SearchSvg.js | 4 ++-- src/components/LayoutHeader/index.js | 4 ++-- src/components/MarkdownHeader/MarkdownHeader.js | 4 ++-- src/components/MarkdownHeader/index.js | 4 ++-- src/components/MarkdownPage/MarkdownPage.js | 4 ++-- src/components/MarkdownPage/index.js | 4 ++-- .../StickyResponsiveSidebar/StickyResponsiveSidebar.js | 4 ++-- src/components/StickyResponsiveSidebar/index.js | 4 ++-- src/components/TitleAndMetaTags/TitleAndMetaTags.js | 4 ++-- src/components/TitleAndMetaTags/index.js | 4 ++-- src/html.js | 4 ++-- src/layouts/index.js | 4 ++-- src/pages/404.js | 4 ++-- src/pages/acknowledgements.html.js | 4 ++-- src/pages/blog/all.html.js | 4 ++-- src/pages/docs/error-decoder.html.js | 4 ++-- src/pages/jsx-compiler.html.js | 4 ++-- src/prism-styles.js | 4 ++-- src/site-constants.js | 4 ++-- src/templates/blog.js | 4 ++-- src/templates/community.js | 4 ++-- src/templates/components/ButtonLink/ButtonLink.js | 4 ++-- src/templates/components/ButtonLink/index.js | 4 ++-- src/templates/components/ChevronSvg/index.js | 4 ++-- src/templates/components/ExternalLinkSvg/index.js | 4 ++-- src/templates/components/MetaTitle/index.js | 4 ++-- src/templates/components/NavigationFooter/NavigationFooter.js | 4 ++-- src/templates/components/NavigationFooter/index.js | 4 ++-- src/templates/components/Sidebar/Section.js | 4 ++-- src/templates/components/Sidebar/Sidebar.js | 4 ++-- src/templates/components/Sidebar/index.js | 4 ++-- src/templates/docs.js | 4 ++-- src/templates/home.js | 4 ++-- src/templates/tutorial.js | 4 ++-- src/theme.js | 4 ++-- src/types.js | 4 ++-- src/utils/createLink.js | 4 ++-- src/utils/createOgUrl.js | 4 ++-- src/utils/findSectionForPath.js | 4 ++-- src/utils/isItemActive.js | 4 ++-- src/utils/mountCodeExample.js | 4 ++-- src/utils/sectionList.js | 4 ++-- src/utils/slugify.js | 4 ++-- src/utils/toCommaSeparatedList.js | 4 ++-- 63 files changed, 126 insertions(+), 126 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 86957aff7..b1469a552 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 6890e2cc4..ab60095a6 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 f923c880a..83b051454 100644 --- a/src/components/CodeEditor/CodeEditor.js +++ b/src/components/CodeEditor/CodeEditor.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 448044cd6..4bc2ed71d 100644 --- a/src/components/CodeEditor/index.js +++ b/src/components/CodeEditor/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 997c06305..266fa0668 100644 --- a/src/components/Container/Container.js +++ b/src/components/Container/Container.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 3a36ee5a7..d146cf6b5 100644 --- a/src/components/Container/index.js +++ b/src/components/Container/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 593877707..da1f03c12 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 3c0bfbd0f..b034c1788 100644 --- a/src/components/ErrorDecoder/index.js +++ b/src/components/ErrorDecoder/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 fefe8c331..30d2d97eb 100644 --- a/src/components/Flex/Flex.js +++ b/src/components/Flex/Flex.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 2483d1b4d..5d9eaeab1 100644 --- a/src/components/Flex/index.js +++ b/src/components/Flex/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 56d3477e1..0e69fff6b 100644 --- a/src/components/Header/Header.js +++ b/src/components/Header/Header.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 8c9e63fec..787c15001 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 7566d2b70..876ab8a1f 100644 --- a/src/components/LayoutFooter/ExternalFooterLink.js +++ b/src/components/LayoutFooter/ExternalFooterLink.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 9b8a382cb..42d40d605 100644 --- a/src/components/LayoutFooter/Footer.js +++ b/src/components/LayoutFooter/Footer.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 bc195ef57..ed6768177 100644 --- a/src/components/LayoutFooter/FooterLink.js +++ b/src/components/LayoutFooter/FooterLink.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 e650e9f34..83049145b 100644 --- a/src/components/LayoutFooter/FooterNav.js +++ b/src/components/LayoutFooter/FooterNav.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 1ed2dd2fd..ebcf8ba8d 100644 --- a/src/components/LayoutFooter/index.js +++ b/src/components/LayoutFooter/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 627d1ec8f..467b956e7 100644 --- a/src/components/LayoutHeader/Header.js +++ b/src/components/LayoutHeader/Header.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 ef7fe1809..aa43c0404 100644 --- a/src/components/LayoutHeader/HeaderLink.js +++ b/src/components/LayoutHeader/HeaderLink.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 54f1a8373..2c388449f 100644 --- a/src/components/LayoutHeader/SearchSvg.js +++ b/src/components/LayoutHeader/SearchSvg.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 8c9e63fec..787c15001 100644 --- a/src/components/LayoutHeader/index.js +++ b/src/components/LayoutHeader/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 22944674d..d27e35bd3 100644 --- a/src/components/MarkdownHeader/MarkdownHeader.js +++ b/src/components/MarkdownHeader/MarkdownHeader.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 e13c710ef..b0c79f19c 100644 --- a/src/components/MarkdownHeader/index.js +++ b/src/components/MarkdownHeader/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 c6f2ed2ec..a3145b862 100644 --- a/src/components/MarkdownPage/MarkdownPage.js +++ b/src/components/MarkdownPage/MarkdownPage.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 b7974b7e0..45b06413f 100644 --- a/src/components/MarkdownPage/index.js +++ b/src/components/MarkdownPage/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 e680d18fe..d92e6ab98 100644 --- a/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js +++ b/src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 703a00f08..2d94022c2 100644 --- a/src/components/StickyResponsiveSidebar/index.js +++ b/src/components/StickyResponsiveSidebar/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 a96d3f584..d4e6b81a5 100644 --- a/src/components/TitleAndMetaTags/TitleAndMetaTags.js +++ b/src/components/TitleAndMetaTags/TitleAndMetaTags.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 5554f5401..382c7b48e 100644 --- a/src/components/TitleAndMetaTags/index.js +++ b/src/components/TitleAndMetaTags/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 9cef1cc06..5e186dd6e 100644 --- a/src/html.js +++ b/src/html.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 2688bf3a7..65d034e07 100644 --- a/src/layouts/index.js +++ b/src/layouts/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 7c51c22d8..945468224 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 bdf6816e5..0881deb71 100644 --- a/src/pages/acknowledgements.html.js +++ b/src/pages/acknowledgements.html.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 46012f3c0..44122b78a 100644 --- a/src/pages/blog/all.html.js +++ b/src/pages/blog/all.html.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 9ee18bb58..0c026f587 100644 --- a/src/pages/docs/error-decoder.html.js +++ b/src/pages/docs/error-decoder.html.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 1d8be59e3..c3681604f 100644 --- a/src/pages/jsx-compiler.html.js +++ b/src/pages/jsx-compiler.html.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 9a47e4459..34b9c90cf 100644 --- a/src/prism-styles.js +++ b/src/prism-styles.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 27168fa69..8d3b25df9 100644 --- a/src/site-constants.js +++ b/src/site-constants.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 bf5a9290e..33021c728 100644 --- a/src/templates/blog.js +++ b/src/templates/blog.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 5b3767676..eadb26bb1 100644 --- a/src/templates/community.js +++ b/src/templates/community.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 1724e9c30..6c63f64b9 100644 --- a/src/templates/components/ButtonLink/ButtonLink.js +++ b/src/templates/components/ButtonLink/ButtonLink.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 01ffc0ec8..1e4f5fdc9 100644 --- a/src/templates/components/ButtonLink/index.js +++ b/src/templates/components/ButtonLink/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 ea952d993..7d1c689e5 100644 --- a/src/templates/components/ChevronSvg/index.js +++ b/src/templates/components/ChevronSvg/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 38210430e..fbbac2874 100644 --- a/src/templates/components/ExternalLinkSvg/index.js +++ b/src/templates/components/ExternalLinkSvg/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 913456433..755e15d4f 100644 --- a/src/templates/components/MetaTitle/index.js +++ b/src/templates/components/MetaTitle/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 3e658ec82..b8f406b7e 100644 --- a/src/templates/components/NavigationFooter/NavigationFooter.js +++ b/src/templates/components/NavigationFooter/NavigationFooter.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 8fe4697ec..ea19e3c07 100644 --- a/src/templates/components/NavigationFooter/index.js +++ b/src/templates/components/NavigationFooter/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 e212f03e1..7037f3b19 100644 --- a/src/templates/components/Sidebar/Section.js +++ b/src/templates/components/Sidebar/Section.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 830b23e48..d94e23465 100644 --- a/src/templates/components/Sidebar/Sidebar.js +++ b/src/templates/components/Sidebar/Sidebar.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 e7a627016..e1d7c8002 100644 --- a/src/templates/components/Sidebar/index.js +++ b/src/templates/components/Sidebar/index.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 b2147aba3..89be3c0f5 100644 --- a/src/templates/docs.js +++ b/src/templates/docs.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 32b2cfdbe..f0b23190e 100644 --- a/src/templates/home.js +++ b/src/templates/home.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 ac81446b7..cbbecb38b 100644 --- a/src/templates/tutorial.js +++ b/src/templates/tutorial.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 b901e1dbe..50297bc9f 100644 --- a/src/theme.js +++ b/src/theme.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 659a01531..22a7a04e2 100644 --- a/src/types.js +++ b/src/types.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 f1b4bbf66..4a0ef6420 100644 --- a/src/utils/createLink.js +++ b/src/utils/createLink.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 b2b4356a0..c8e467c3e 100644 --- a/src/utils/createOgUrl.js +++ b/src/utils/createOgUrl.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 4abaf1d3c..5e64bf475 100644 --- a/src/utils/findSectionForPath.js +++ b/src/utils/findSectionForPath.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 1ef5fbac4..d5e501cdc 100644 --- a/src/utils/isItemActive.js +++ b/src/utils/isItemActive.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 2ccfb5889..719144097 100644 --- a/src/utils/mountCodeExample.js +++ b/src/utils/mountCodeExample.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 604f854ba..491062151 100644 --- a/src/utils/sectionList.js +++ b/src/utils/sectionList.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 fd2dcfe1e..f13ecc388 100644 --- a/src/utils/slugify.js +++ b/src/utils/slugify.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 f21638c8b..2f17e160b 100644 --- a/src/utils/toCommaSeparatedList.js +++ b/src/utils/toCommaSeparatedList.js @@ -1,8 +1,8 @@ /** * Copyright (c) 2013-present, Facebook, Inc. * - * This source code is licensed under the CC-BY-4.0 license found - * in the LICENSE file in the root directory of this source tree. + * 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 */