diff options
Diffstat (limited to 'server/sonar-web/src')
3 files changed, 3 insertions, 3 deletions
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 13848875327..532ec1362bc 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-2018, SonarCloud by + © 2008-2019, SonarCloud by <a href="http://www.sonarsource.com" rel="noopener noreferrer" diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx index ed81d876031..a1661022025 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx +++ b/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" diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/ProfilesListHeader-test.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/ProfilesListHeader-test.tsx index efb937288f5..d7c8aa2b3bf 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/home/__tests__/ProfilesListHeader-test.tsx +++ b/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 |