Browse Source

Standardize license across source files (#45)

main
Yangshun Tay 7 years ago
committed by Dan Abramov
parent
commit
5f804b269d
  1. 2
      gatsby-node.js
  2. 2
      src/components/CodeEditor/CodeEditor.js
  3. 2
      src/components/CodeEditor/index.js
  4. 2
      src/components/Container/index.js
  5. 2
      src/components/ErrorDecoder/ErrorDecoder.js
  6. 2
      src/components/ErrorDecoder/index.js
  7. 2
      src/components/Flex/Flex.js
  8. 2
      src/components/Flex/index.js
  9. 2
      src/components/Header/Header.js
  10. 2
      src/components/Header/index.js
  11. 2
      src/components/LayoutFooter/ExternalFooterLink.js
  12. 2
      src/components/LayoutFooter/Footer.js
  13. 2
      src/components/LayoutFooter/FooterLink.js
  14. 2
      src/components/LayoutFooter/FooterNav.js
  15. 2
      src/components/LayoutFooter/index.js
  16. 2
      src/components/LayoutHeader/Header.js
  17. 2
      src/components/LayoutHeader/HeaderLink.js
  18. 2
      src/components/LayoutHeader/SearchSvg.js
  19. 2
      src/components/LayoutHeader/index.js
  20. 2
      src/components/MarkdownHeader/MarkdownHeader.js
  21. 2
      src/components/MarkdownHeader/index.js
  22. 2
      src/components/MarkdownPage/MarkdownPage.js
  23. 2
      src/components/MarkdownPage/index.js
  24. 2
      src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js
  25. 2
      src/components/StickyResponsiveSidebar/index.js
  26. 2
      src/components/TitleAndMetaTags/TitleAndMetaTags.js
  27. 2
      src/components/TitleAndMetaTags/index.js
  28. 2
      src/layouts/index.js
  29. 2
      src/pages/acknowledgements.html.js
  30. 2
      src/pages/docs/error-decoder.html.js
  31. 2
      src/templates/blog.js
  32. 2
      src/templates/community.js
  33. 2
      src/templates/components/ButtonLink/ButtonLink.js
  34. 2
      src/templates/components/ButtonLink/index.js
  35. 2
      src/templates/components/ChevronSvg/index.js
  36. 2
      src/templates/components/ExternalLinkSvg/index.js
  37. 2
      src/templates/components/MetaTitle/index.js
  38. 2
      src/templates/components/NavigationFooter/NavigationFooter.js
  39. 2
      src/templates/components/NavigationFooter/index.js
  40. 2
      src/templates/components/Sidebar/index.js
  41. 2
      src/templates/docs.js
  42. 2
      src/templates/home.js
  43. 2
      src/templates/tutorial.js
  44. 10
      src/utils/createLink.js
  45. 2
      src/utils/findSectionForPath.js
  46. 2
      src/utils/isItemActive.js
  47. 2
      src/utils/mountCodeExample.js
  48. 10
      src/utils/sectionList.js
  49. 2
      src/utils/slugify.js
  50. 2
      src/utils/toCommaSeparatedList.js

2
gatsby-node.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/CodeEditor/CodeEditor.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/CodeEditor/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/Container/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/ErrorDecoder/ErrorDecoder.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/ErrorDecoder/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/Flex/Flex.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/Flex/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/Header/Header.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/Header/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutFooter/ExternalFooterLink.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutFooter/Footer.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutFooter/FooterLink.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutFooter/FooterNav.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutFooter/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutHeader/Header.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutHeader/HeaderLink.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutHeader/SearchSvg.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/LayoutHeader/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/MarkdownHeader/MarkdownHeader.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/MarkdownHeader/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/MarkdownPage/MarkdownPage.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/MarkdownPage/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/StickyResponsiveSidebar/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/TitleAndMetaTags/TitleAndMetaTags.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/components/TitleAndMetaTags/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/layouts/index.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/pages/acknowledgements.html.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

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

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/templates/blog.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/templates/community.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/templates/components/ButtonLink/ButtonLink.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

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

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

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

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

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

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

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

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/templates/components/NavigationFooter/NavigationFooter.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

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

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

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

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/templates/docs.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/templates/home.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/templates/tutorial.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

10
src/utils/createLink.js

@ -1,13 +1,11 @@
/**
* Copyright 2015-present, Facebook, Inc.
* All rights reserved.
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* 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.
*
* @emails react-core
*/
*/
'use strict';

2
src/utils/findSectionForPath.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/utils/isItemActive.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/utils/mountCodeExample.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

10
src/utils/sectionList.js

@ -1,13 +1,11 @@
/**
* Copyright 2015-present, Facebook, Inc.
* All rights reserved.
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* 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.
*
* @emails react-core
*/
*/
'use strict';

2
src/utils/slugify.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

2
src/utils/toCommaSeparatedList.js

@ -5,7 +5,7 @@
* in the LICENSE file in the root directory of this source tree.
*
* @emails react-core
*/
*/
'use strict';

Loading…
Cancel
Save