From b6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 2 Jan 2024 16:54:48 +0100 Subject: NO-JIRA Update license headers to 2024 --- .../design-system/src/components/__tests__/CoverageIndicator-test.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/sonar-web/design-system/src/components/__tests__/CoverageIndicator-test.tsx') diff --git a/server/sonar-web/design-system/src/components/__tests__/CoverageIndicator-test.tsx b/server/sonar-web/design-system/src/components/__tests__/CoverageIndicator-test.tsx index 1b14752eac6..df178e6336f 100644 --- a/server/sonar-web/design-system/src/components/__tests__/CoverageIndicator-test.tsx +++ b/server/sonar-web/design-system/src/components/__tests__/CoverageIndicator-test.tsx @@ -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. */ - import { screen } from '@testing-library/react'; import { render } from '../../helpers/testUtils'; import { FCProps } from '../../types/misc'; -- cgit v1.2.3