From 22e0696a0924aee4746155771412460085ccb0df Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Fri, 16 Jul 2021 14:50:53 +0200 Subject: SONAR-14617 Target local sonar-ui-common project --- server/sonar-ui-common/components/ui/update-center/MetaData.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'server/sonar-ui-common/components/ui/update-center/MetaData.tsx') diff --git a/server/sonar-ui-common/components/ui/update-center/MetaData.tsx b/server/sonar-ui-common/components/ui/update-center/MetaData.tsx index 568a7fba454..017527abcde 100644 --- a/server/sonar-ui-common/components/ui/update-center/MetaData.tsx +++ b/server/sonar-ui-common/components/ui/update-center/MetaData.tsx @@ -1,6 +1,6 @@ /* - * Sonar UI Common - * Copyright (C) 2019-2020 SonarSource SA + * SonarQube + * 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 * as React from 'react'; import './MetaData.css'; import MetaDataVersions from './MetaDataVersions'; -- cgit v1.2.3