diff --git a/sormas-ui/src/main/java/de/symeda/sormas/ui/ebs/EbsFilterForm.java b/sormas-ui/src/main/java/de/symeda/sormas/ui/ebs/EbsFilterForm.java index 79fcc787f01..9b5a2c00af9 100644 --- a/sormas-ui/src/main/java/de/symeda/sormas/ui/ebs/EbsFilterForm.java +++ b/sormas-ui/src/main/java/de/symeda/sormas/ui/ebs/EbsFilterForm.java @@ -1,3 +1,21 @@ +/******************************************************************************* + * SORMAS® - Surveillance Outbreak Response Management & Analysis System + * Copyright © 2016-2018 Helmholtz-Zentrum für Infektionsforschung GmbH (HZI) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * 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 + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + *******************************************************************************/ + package de.symeda.sormas.ui.ebs; import com.vaadin.v7.data.Property; @@ -18,21 +36,6 @@ import de.symeda.sormas.ui.utils.FieldConfiguration; import de.symeda.sormas.ui.utils.FieldHelper; -/// * -// * SORMAS® - Surveillance Outbreak Response Management & Analysis System -// * Copyright © 2016-2021 Helmholtz-Zentrum für Infektionsforschung GmbH (HZI) -// * This program is free software: you can redistribute it and/or modify -// * it under the terms of the GNU General Public License as published by -// * the Free Software Foundation, either version 3 of the License, or -// * (at your option) any later version. -// * 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 -// * GNU General Public License for more details. -// * You should have received a copy of the GNU General Public License -// * along with this program. If not, see . -// */ - public class EbsFilterForm extends AbstractFilterForm { private static final long serialVersionUID = -1366745065032487009L;