From b1c07ac0584060c3503cbb54d2a784b8bdeadb8d Mon Sep 17 00:00:00 2001 From: Mohamed Ould Hocine Date: Tue, 20 Feb 2024 13:33:09 +0100 Subject: [PATCH] fix eslint issue --- .../migrations/common/MigrationError.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/graylog2-web-interface/src/components/datanode/migrations/common/MigrationError.tsx b/graylog2-web-interface/src/components/datanode/migrations/common/MigrationError.tsx index fec478e2a6a5..94afde783bdc 100644 --- a/graylog2-web-interface/src/components/datanode/migrations/common/MigrationError.tsx +++ b/graylog2-web-interface/src/components/datanode/migrations/common/MigrationError.tsx @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2020 Graylog, Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the Server Side Public License, version 1, + * as published by MongoDB, Inc. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * Server Side Public License for more details. + * + * You should have received a copy of the Server Side Public License + * along with this program. If not, see + * . + */ import React from 'react'; import styled from 'styled-components';