Browse Source

Replaced CC-BY 4.0 license in source code headers with MIT

main
Brian Vaughn 7 years ago
parent
commit
0e647230e2
  1. 4
      gatsby-config.js
  2. 4
      gatsby-node.js
  3. 4
      src/components/CodeEditor/CodeEditor.js
  4. 4
      src/components/CodeEditor/index.js
  5. 4
      src/components/Container/Container.js
  6. 4
      src/components/Container/index.js
  7. 4
      src/components/ErrorDecoder/ErrorDecoder.js
  8. 4
      src/components/ErrorDecoder/index.js
  9. 4
      src/components/Flex/Flex.js
  10. 4
      src/components/Flex/index.js
  11. 4
      src/components/Header/Header.js
  12. 4
      src/components/Header/index.js
  13. 4
      src/components/LayoutFooter/ExternalFooterLink.js
  14. 4
      src/components/LayoutFooter/Footer.js
  15. 4
      src/components/LayoutFooter/FooterLink.js
  16. 4
      src/components/LayoutFooter/FooterNav.js
  17. 4
      src/components/LayoutFooter/index.js
  18. 4
      src/components/LayoutHeader/Header.js
  19. 4
      src/components/LayoutHeader/HeaderLink.js
  20. 4
      src/components/LayoutHeader/SearchSvg.js
  21. 4
      src/components/LayoutHeader/index.js
  22. 4
      src/components/MarkdownHeader/MarkdownHeader.js
  23. 4
      src/components/MarkdownHeader/index.js
  24. 4
      src/components/MarkdownPage/MarkdownPage.js
  25. 4
      src/components/MarkdownPage/index.js
  26. 4
      src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js
  27. 4
      src/components/StickyResponsiveSidebar/index.js
  28. 4
      src/components/TitleAndMetaTags/TitleAndMetaTags.js
  29. 4
      src/components/TitleAndMetaTags/index.js
  30. 4
      src/html.js
  31. 4
      src/layouts/index.js
  32. 4
      src/pages/404.js
  33. 4
      src/pages/acknowledgements.html.js
  34. 4
      src/pages/blog/all.html.js
  35. 4
      src/pages/docs/error-decoder.html.js
  36. 4
      src/pages/jsx-compiler.html.js
  37. 4
      src/prism-styles.js
  38. 4
      src/site-constants.js
  39. 4
      src/templates/blog.js
  40. 4
      src/templates/community.js
  41. 4
      src/templates/components/ButtonLink/ButtonLink.js
  42. 4
      src/templates/components/ButtonLink/index.js
  43. 4
      src/templates/components/ChevronSvg/index.js
  44. 4
      src/templates/components/ExternalLinkSvg/index.js
  45. 4
      src/templates/components/MetaTitle/index.js
  46. 4
      src/templates/components/NavigationFooter/NavigationFooter.js
  47. 4
      src/templates/components/NavigationFooter/index.js
  48. 4
      src/templates/components/Sidebar/Section.js
  49. 4
      src/templates/components/Sidebar/Sidebar.js
  50. 4
      src/templates/components/Sidebar/index.js
  51. 4
      src/templates/docs.js
  52. 4
      src/templates/home.js
  53. 4
      src/templates/tutorial.js
  54. 4
      src/theme.js
  55. 4
      src/types.js
  56. 4
      src/utils/createLink.js
  57. 4
      src/utils/createOgUrl.js
  58. 4
      src/utils/findSectionForPath.js
  59. 4
      src/utils/isItemActive.js
  60. 4
      src/utils/mountCodeExample.js
  61. 4
      src/utils/sectionList.js
  62. 4
      src/utils/slugify.js
  63. 4
      src/utils/toCommaSeparatedList.js

4
gatsby-config.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
gatsby-node.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/CodeEditor/CodeEditor.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/CodeEditor/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/Container/Container.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
* @flow * @flow

4
src/components/Container/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/ErrorDecoder/ErrorDecoder.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/ErrorDecoder/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/Flex/Flex.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/Flex/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/Header/Header.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/Header/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutFooter/ExternalFooterLink.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutFooter/Footer.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutFooter/FooterLink.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutFooter/FooterNav.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutFooter/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutHeader/Header.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutHeader/HeaderLink.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutHeader/SearchSvg.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/LayoutHeader/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/MarkdownHeader/MarkdownHeader.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/MarkdownHeader/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/MarkdownPage/MarkdownPage.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/MarkdownPage/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/StickyResponsiveSidebar/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/TitleAndMetaTags/TitleAndMetaTags.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/components/TitleAndMetaTags/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/html.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/layouts/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/pages/404.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
* @flow * @flow

4
src/pages/acknowledgements.html.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/pages/blog/all.html.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
* @flow * @flow

4
src/pages/docs/error-decoder.html.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/pages/jsx-compiler.html.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
* @flow * @flow

4
src/prism-styles.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
* @flow * @flow

4
src/site-constants.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @providesModule site-constants * @providesModule site-constants
* @flow * @flow

4
src/templates/blog.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/community.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/ButtonLink/ButtonLink.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/ButtonLink/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/ChevronSvg/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/ExternalLinkSvg/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/MetaTitle/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/NavigationFooter/NavigationFooter.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/NavigationFooter/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/Sidebar/Section.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/Sidebar/Sidebar.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/components/Sidebar/index.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/docs.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/home.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/templates/tutorial.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/theme.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @providesModule theme * @providesModule theme
* @flow * @flow

4
src/types.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
* @flow * @flow

4
src/utils/createLink.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/utils/createOgUrl.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/utils/findSectionForPath.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/utils/isItemActive.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/utils/mountCodeExample.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/utils/sectionList.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/utils/slugify.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

4
src/utils/toCommaSeparatedList.js

@ -1,8 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* *
* This source code is licensed under the CC-BY-4.0 license found * This source code is licensed under the MIT license found in the
* in the LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
* *
* @emails react-core * @emails react-core
*/ */

Loading…
Cancel
Save