From fd2863f0dc38cb34a2215dada53d844ccdf6aa8a Mon Sep 17 00:00:00 2001
From: Lyn Elisa Goltz <goltz@lat-lon.de>
Date: Tue, 28 Nov 2023 07:41:51 +0100
Subject: [PATCH] XPLANBOX-2308 - removed header from minimalist-format.json

---
 .../xplan/commons/minimalist-format.json      | 20 -------------------
 .../webservices/common/minimalist-format.json | 20 -------------------
 2 files changed, 40 deletions(-)

diff --git a/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json b/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json
index 5c28c9ac9..19cd23b6e 100644
--- a/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json
+++ b/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json
@@ -1,23 +1,3 @@
-/*-
- * #%L
- * xplan-commons - Commons Paket fuer XPlan Manager und XPlan Validator
- * %%
- * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH
- * %%
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 Affero General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * #L%
- */
 {
   "@timestamp": {
     "$resolver": "timestamp"
diff --git a/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json b/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json
index 820ff4925..19cd23b6e 100644
--- a/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json
+++ b/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json
@@ -1,23 +1,3 @@
-/*-
- * #%L
- * xplan-commons-webservices - Commons Paket fuer XPlan Manager und XPlan Validator
- * %%
- * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH
- * %%
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 Affero General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * #L%
- */
 {
   "@timestamp": {
     "$resolver": "timestamp"
-- 
GitLab