diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2023-01-02 14:08:41 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-02 20:03:10 +0000 |
commit | 3fd6248dd01509f813db485f249a5306e38dc8c5 (patch) | |
tree | be25bd317ec37bdf6853618a0d5ce2b3c5ad21a0 /server/sonar-web/src/main/js/helpers/mocks/sources.ts | |
parent | b9ccb2eb4f0ef0c13d36a4aaa544104780018a85 (diff) | |
download | sonarqube-3fd6248dd01509f813db485f249a5306e38dc8c5.tar.gz sonarqube-3fd6248dd01509f813db485f249a5306e38dc8c5.zip |
Update license templates for 2023
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/mocks/sources.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/mocks/sources.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/helpers/mocks/sources.ts b/server/sonar-web/src/main/js/helpers/mocks/sources.ts index 87143adac82..0deea49f199 100644 --- a/server/sonar-web/src/main/js/helpers/mocks/sources.ts +++ b/server/sonar-web/src/main/js/helpers/mocks/sources.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2022 SonarSource SA + * Copyright (C) 2009-2023 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 { ComponentQualifier } from '../../types/component'; import { DuplicatedFile, |