diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-01-11 11:00:09 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-01-16 09:42:58 +0100 |
commit | a64383c439c690d7b9c6400cd5efd06852182d4f (patch) | |
tree | 7e8d7745d2fd2945ff71630a16441cb1f62b790e /server/sonar-web/src/main/js/apps/about | |
parent | 27249ed2abb99bc945cc8b0917f33b50ae96f786 (diff) | |
download | sonarqube-a64383c439c690d7b9c6400cd5efd06852182d4f.tar.gz sonarqube-a64383c439c690d7b9c6400cd5efd06852182d4f.zip |
Update missing license headers for 2019
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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" |