diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2024-01-02 16:54:48 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-03 20:02:45 +0000 |
commit | b6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9 (patch) | |
tree | 185a984111ec63ed229deda71c4c9341ea322710 /server/sonar-web/design-system/src/index.ts | |
parent | 9316e4216a704d39a9a1cad099ac872397e6bc49 (diff) | |
download | sonarqube-b6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9.tar.gz sonarqube-b6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9.zip |
NO-JIRA Update license headers to 2024
Diffstat (limited to 'server/sonar-web/design-system/src/index.ts')
-rw-r--r-- | server/sonar-web/design-system/src/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/design-system/src/index.ts b/server/sonar-web/design-system/src/index.ts index b37e6479619..992d51242bf 100644 --- a/server/sonar-web/design-system/src/index.ts +++ b/server/sonar-web/design-system/src/index.ts @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2023 SonarSource SA + * Copyright (C) 2009-2024 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. */ - export * from './components'; export * from './helpers'; export * from './theme'; |