Преглед на файлове

Update missing license headers for 2019

tags/7.6
Grégoire Aubert преди 5 години
родител
ревизия
a64383c439
променени са 31 файла, в които са добавени 32 реда и са изтрити 32 реда
  1. 1
    1
      server/sonar-docs/gatsby-config.js
  2. 1
    1
      server/sonar-docs/gatsby-node.js
  3. 1
    1
      server/sonar-docs/src/__tests__/BrokenLinkSafetyNet.test.js
  4. 1
    1
      server/sonar-docs/src/layouts/components/CategoryLink.js
  5. 1
    1
      server/sonar-docs/src/layouts/components/ExternalLink.js
  6. 2
    2
      server/sonar-docs/src/layouts/components/Footer.js
  7. 1
    1
      server/sonar-docs/src/layouts/components/HeaderList.js
  8. 1
    1
      server/sonar-docs/src/layouts/components/HeaderListProvider.js
  9. 1
    1
      server/sonar-docs/src/layouts/components/HeadingAnchor.js
  10. 1
    1
      server/sonar-docs/src/layouts/components/HeadingsLink.js
  11. 1
    1
      server/sonar-docs/src/layouts/components/OutsideClickHandler.js
  12. 1
    1
      server/sonar-docs/src/layouts/components/Search.js
  13. 1
    1
      server/sonar-docs/src/layouts/components/SearchEntryResult.js
  14. 1
    1
      server/sonar-docs/src/layouts/components/Sidebar.js
  15. 1
    1
      server/sonar-docs/src/layouts/components/SubpageLink.js
  16. 1
    1
      server/sonar-docs/src/layouts/components/VersionSelect.js
  17. 1
    1
      server/sonar-docs/src/layouts/components/icons/AlertWarnIcon.js
  18. 1
    1
      server/sonar-docs/src/layouts/components/icons/ChevronDownIcon.js
  19. 1
    1
      server/sonar-docs/src/layouts/components/icons/ChevronUpIcon.js
  20. 1
    1
      server/sonar-docs/src/layouts/components/icons/ClearIcon.js
  21. 1
    1
      server/sonar-docs/src/layouts/components/icons/DetachIcon.js
  22. 1
    1
      server/sonar-docs/src/layouts/components/icons/DownloadIcon.js
  23. 1
    1
      server/sonar-docs/src/layouts/components/icons/Icon.js
  24. 1
    1
      server/sonar-docs/src/layouts/index.js
  25. 1
    1
      server/sonar-docs/src/layouts/utils.js
  26. 1
    1
      server/sonar-docs/src/templates/page.css
  27. 1
    1
      server/sonar-docs/src/templates/page.js
  28. 1
    1
      server/sonar-docs/src/utils/typography.js
  29. 1
    1
      server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap
  30. 1
    1
      server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx
  31. 1
    1
      server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/ProfilesListHeader-test.tsx

+ 1
- 1
server/sonar-docs/gatsby-config.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/gatsby-node.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/__tests__/BrokenLinkSafetyNet.test.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/CategoryLink.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/ExternalLink.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 2
- 2
server/sonar-docs/src/layouts/components/Footer.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -32,7 +32,7 @@ export default function Footer() {
src="https://licensebuttons.net/l/by-nc/3.0/us/88x31.png"
/>
</a>
© 2008-2018, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space
© 2008-2019, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space
is licensed under a{' '}
<a
href="https://creativecommons.org/licenses/by-nc/3.0/us/"

+ 1
- 1
server/sonar-docs/src/layouts/components/HeaderList.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/HeaderListProvider.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/HeadingAnchor.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/HeadingsLink.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/OutsideClickHandler.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/Search.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/SearchEntryResult.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/Sidebar.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/SubpageLink.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/VersionSelect.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/icons/AlertWarnIcon.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/icons/ChevronDownIcon.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/icons/ChevronUpIcon.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/icons/ClearIcon.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/icons/DetachIcon.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/icons/DownloadIcon.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/components/icons/Icon.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/index.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/layouts/utils.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/templates/page.css Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/templates/page.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-docs/src/utils/typography.js Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap Целия файл

@@ -6,7 +6,7 @@ exports[`should render correctly 1`] = `
id="footer"
>
<div>
© 2008-2018, SonarCloud by
© 2008-2019, SonarCloud by
<a
href="http://www.sonarsource.com"
rel="noopener noreferrer"

+ 1
- 1
server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx Целия файл

@@ -131,7 +131,7 @@ export default function Footer() {

<div className="sc-footer-copy">
<div className="sc-footer-limited">
© 2008-2018, SonarCloud by{' '}
© 2008-2019, SonarCloud by{' '}
<a
className="sc-footer-link sc-footer-copy-link"
href="https://www.sonarsource.com"

+ 1
- 1
server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/ProfilesListHeader-test.tsx Целия файл

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

Loading…
Отказ
Запис