diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-01-04 16:33:19 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-08 20:14:47 +0000 |
commit | 0f33764b532d9447347c5b64beba0db18e3922ac (patch) | |
tree | 28925b636f7d63d3fdf51747946b4954e8688763 /server/sonar-web/src/main/js/app/index.ts | |
parent | 6a0b24f31a59a7170e651ae23f299243ca4df679 (diff) | |
download | sonarqube-0f33764b532d9447347c5b64beba0db18e3922ac.tar.gz sonarqube-0f33764b532d9447347c5b64beba0db18e3922ac.zip |
Update license headers for 2021 [update headers]
Diffstat (limited to 'server/sonar-web/src/main/js/app/index.ts')
-rw-r--r-- | server/sonar-web/src/main/js/app/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/index.ts b/server/sonar-web/src/main/js/app/index.ts index f58c8112b97..258abd572d1 100644 --- a/server/sonar-web/src/main/js/app/index.ts +++ b/server/sonar-web/src/main/js/app/index.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2020 SonarSource SA + * Copyright (C) 2009-2021 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - import SonarUiCommonInitializer from 'sonar-ui-common/helpers/init'; import { parseJSON, request } from 'sonar-ui-common/helpers/request'; import { installExtensionsHandler, installWebAnalyticsHandler } from '../helpers/extensionsHandler'; |