diff options
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx b/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx index 1ccd6d5c9ff..cbdfc9c83c7 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx @@ -24,7 +24,7 @@ export default function GlobalFooterSonarCloud() { return ( <div id="footer" className="page-footer page-container"> <div> - © 2008-2017, SonarCloud.io by{' '} + © 2008-2018, SonarCloud.io by{' '} <a href="http://www.sonarsource.com" title="SonarSource SA"> SonarSource SA </a> diff --git a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap b/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap index f7a6f4b0228..223bf7635ab 100644 --- a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap +++ b/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-2017, SonarCloud.io by + © 2008-2018, SonarCloud.io by <a href="http://www.sonarsource.com" |