aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ui-common/components/controls/clipboard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-ui-common/components/controls/clipboard.tsx')
-rw-r--r--server/sonar-ui-common/components/controls/clipboard.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/server/sonar-ui-common/components/controls/clipboard.tsx b/server/sonar-ui-common/components/controls/clipboard.tsx
index e4778f46251..427000c17a7 100644
--- a/server/sonar-ui-common/components/controls/clipboard.tsx
+++ b/server/sonar-ui-common/components/controls/clipboard.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 classNames from 'classnames';
import * as Clipboard from 'clipboard';
import * as React from 'react';