diff options
Diffstat (limited to 'server/sonar-ui-common/components/ui/update-center/MetaDataVersion.tsx')
-rw-r--r-- | server/sonar-ui-common/components/ui/update-center/MetaDataVersion.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/sonar-ui-common/components/ui/update-center/MetaDataVersion.tsx b/server/sonar-ui-common/components/ui/update-center/MetaDataVersion.tsx index f9f2155179e..d91a1bd3bc6 100644 --- a/server/sonar-ui-common/components/ui/update-center/MetaDataVersion.tsx +++ b/server/sonar-ui-common/components/ui/update-center/MetaDataVersion.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 classNames from 'classnames'; import * as React from 'react'; import { AdvancedDownloadUrl, MetaDataVersionInformation } from './update-center-metadata'; |