diff --git a/CHANGELOG.md b/CHANGELOG.md index f97885b6c0324eb4bfbd51bbf11e9c45df0d1ce2..60f45bbb571966342d3bd5e36c88c7c49cfd19d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,17 @@ Alle nennenswerten Änderungen an diesem Projekt werden in dieser Datei dokumentiert. +## xPlanBox Releases -## Version 8.0 (2024-XX-XX) +| Release | Datum | Patch-Version | Dokumentation | Ende des Community Supports | Ende des erweiterten Supports (EoL) | +|---------|------------|---------------|---------------------------------------|-----------------------------|-------------------------------------| +| 8.0 | TT.MM.JJJJ | 8.0 | [Änderungen](#version-80-2025-01-TT) | nächstes Release | 31.12.2025 | +| 7.2 | 14.05.2024 | 7.2.2 | [Änderungen](#version-722-2024-07-03) | TT.MM.JJJJ | 30.06.2025 | +| 7.1 | 13.12.2023 | 7.1.3 | [Änderungen](#version-713-2024-03-08) | 14.05.2024 | 31.12.2024 | +| 7.0 | 16.08.2023 | 7.0.2 | [Änderungen](#version-702-2023-10-26) | 13.12.2023 | 30.06.2024 | +| 6.0 | 28.10.2022 | 6.0.3 | [Änderungen](#version-603-2023-06-15) | 16.08.2023 | 31.12.2023 | + +## Version 8.0 (2025-01-TT) ### Breaking Changes @@ -49,7 +58,7 @@ Im XPlanValidatorWMS wurde ein neuer Gruppierungslayer `vektordaten` hinzugefüg | `RP_Planvektor` | `rp_objekte` | | `SO_Planvektor` | `so_objekte` | -Im MapServer wurden folgende Layer umbenannt: +Im XPlanMapServer wurden folgende Layer umbenannt: | Alt | Neu | |-----------------------|--------------------| @@ -69,7 +78,7 @@ Im MapServer wurden folgende Layer umbenannt: | `soplanrasterarchive` | `so_rasterarchive` | | `soplanrasterpre` | `so_rasterpre` | -Im MapProxy wurden folgende Layer umbenannt: +Im XPlanMapProxy wurden folgende Layer umbenannt: | Alt | Neu | |-----------------|--------------| @@ -85,6 +94,28 @@ Im MapProxy wurden folgende Layer umbenannt: | `soplan_raster` | `so_raster` | | `soplan_vektor` | `so_objekte` | +### Erweiterungen + +### Sicherheitsupdates + +### Fehlerbehebungen + +### Entfernte Funktionen + +Die folgenden Funktionen wurden in dieser Version entfernt: + +- Unterstützung von XPlanWMS mit GeoTiffTileStore entfernt +- Unterstützung von XPlanWMS mit MapServer und lokalen Dateisystem entfernt +- Unterstützung von XPlanValidatorWMS mit In-Memory-FeatureStore entfernt +- Workspace-Konfiguration für _xplan-webservices-validator-wms-memory-workspace_ entfernt +- Unterstützung von XPlanWMS mit GDAL entfernt +- Ausgabe von Shape-Dateien als Teil des Validierungsreports im XPlanValidator entfernt +- Ausgabe von XML-Dateien als Teil des Validierungsreports im XPlanValidator entfernt +- SQL-Skripte zum Aufsetzen der XPlanDB entfernt +- Konfigurationsoption zum Setzen eines Gültigkeitszeitraums beim Import eines Planwerks über den XPlanManagerWeb entfernt +- Konfigurationsoptionen zum Setzen von _defaultCRS_ und _chooseCrs_ zur Auswahl eines Koordinatenreferenzsystems für die Vektordaten eines Planwerks beim Import eines Planwerks über den XPlanManagerWeb entfernt +- XPlanTransformCLI zur Transformation von XPlanGML 4.1 nach XPlanGML 5.1 entfernt + ## Version 7.2.2 (2024-07-03) ### Fehlerbehebungen @@ -101,7 +132,7 @@ Die folgenden Funktionen sind veraltet und werden in einer zukünftigen Version - Nutzung von XPlanWMS mit GeoTiffTileStore ist veraltet (deprecated) - Nutzung von XPlanWMS mit MapServer und lokalen Dateisystem ist veraltet (deprecated) - Nutzung von XPlanValidatorWMS mit einem In-Memory-FeatureStore ist veraltet (deprecated). -- Die Workspace-Konfiguration xplan-webservices-validator-wms-memory-workspace ist veraltet (deprecated). +- Die Workspace-Konfiguration _xplan-webservices-validator-wms-memory-workspace_ ist veraltet (deprecated). ## Version 7.2.1 (2024-05-29) @@ -188,7 +219,7 @@ Folgende Workspace- und Konfigurationsordner wurden umbenannt: ### Entfernte Funktionen -Die folgenden Funktionen wurde in dieser Version entfernt: +Die folgenden Funktionen wurden in dieser Version entfernt: - REST-API der Komponente XPlanManagerWeb wurde entfernt, stattdessen kann die REST-API der Komponente XPlanManagerAPI verwendet werden. - Entfernen der Validierungsregeln für XPlanGML 3.0 diff --git a/pom.xml b/pom.xml index 91f3e88c91b0282ee443c8d08663760c8ca8f26f..5848bef0323fd392f4acac5e942269b91b0e6e4c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> <packaging>pom</packaging> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> <name>xPlanBox</name> <description>Software zur Verwaltung von XPlanGML Daten</description> <inceptionYear>2008</inceptionYear> @@ -42,7 +42,7 @@ <distribution.snapshotRepo.url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</distribution.snapshotRepo.url> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <tests.jvm.xmx>1000m</tests.jvm.xmx> - <build.key/> <!-- can be set by build job --> + <build.key /> <!-- can be set by build job --> <build-date-utc>${maven.build.timestamp}Z</build-date-utc> <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format> <dependency-check.skip>true</dependency-check.skip> @@ -219,11 +219,11 @@ <configuration> <target> <replace dir="${project.basedir}" value="(:"> - <include name="**/*.xq"/> + <include name="**/*.xq" /> <replacetoken><![CDATA[<!--]]></replacetoken> </replace> <replace dir="${project.basedir}" value=":)"> - <include name="**/*.xq"/> + <include name="**/*.xq" /> <replacetoken><![CDATA[-->]]></replacetoken> </replace> </target> @@ -241,7 +241,7 @@ <docker-image.name>${project.artifactId}</docker-image.name> <trivy.severity>CRITICAL</trivy.severity> <!-- expected file size in M/MiB as reported with 'ls -shl' --> - <docker-contextTarFile.expectedSizeInMat10pct/> + <docker-contextTarFile.expectedSizeInMat10pct /> </properties> <modules> <module>xplan-docker</module> @@ -1211,7 +1211,7 @@ <connection>scm:git:git@bitbucket.org:latlon/xplanbox.git</connection> <developerConnection>scm:git:git@bitbucket.org:latlon/xplanbox.git</developerConnection> <url>https://bitbucket.org/latlon/xplanbox</url> - <tag>HEAD</tag> + <tag>xplanbox-8.0-RC1</tag> </scm> <repositories> diff --git a/publiccode.yml b/publiccode.yml index b339b2cc375c43d141bce87c37eb3b4a00024f12..77b22ad61be89bd52c1aa85d0421a81fd0e99cab 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -9,21 +9,21 @@ categories: - data-collection dependsOn: open: - - name: OSGeo deegree webservices (with XPlanung patch) + - name: OSGeo deegree webservices (with patches for XPlanung/XPlanGML) optional: false - version: '3.5' - versionMax: '3.5.7' - versionMin: '3.5.0' + version: '3.6' + versionMax: '3.6.0' + versionMin: '3.6.0-pre3' - name: XPlanung-Validierungsregeln optional: false version: '1.1' - versionMax: '1.1.7' - versionMin: '1.1' + versionMax: '1.1.11' + versionMin: '1.1.9' - name: PostgreSQL Datenbank mit PostGIS-Erweiterung optional: false - version: '14.0' - versionMax: '14.0' - versionMin: '12.0' + version: '15.0' + versionMax: '16.0' + versionMin: '15.0' description: de: documentation: |- @@ -67,13 +67,14 @@ maintenance: name: ozgxplanung platforms: - web -releaseDate: '2024-05-14' +releaseDate: '2025-01-31' softwareType: standalone/depends -softwareVersion: 7.2 +softwareVersion: 8.0 url: 'https://gitlab.opencode.de/diplanung/ozgxplanung.git' usedBy: - XLeitstelle, Hamburg - Landesbetrieb Geoinformation und Vermessung, Hamburg + - Dataport, Hamburg de: leika: - themenfeld: "Bauen & Wohnen" diff --git a/xplan-cli/pom.xml b/xplan-cli/pom.xml index cf6db81fbd5514c4cab6f89aae243dfb195dc67e..b581f0882b187beeaaa7a4c43757df0ffd81984c 100644 --- a/xplan-cli/pom.xml +++ b/xplan-cli/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-cli/src/main/assembly/assembly.xml b/xplan-cli/src/main/assembly/assembly.xml index fd698b4faee2c071ee37feee2c8f8ec8859d5232..b34e7dc6809817bb8905a4e478a758b2a8b8244a 100644 --- a/xplan-cli/src/main/assembly/assembly.xml +++ b/xplan-cli/src/main/assembly/assembly.xml @@ -3,7 +3,7 @@ #%L xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCli.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCli.java index 8c1d148be5d59e55efcbf446bc92d7c77974aec5..4ba8b018f9bf6a5ec782b69c2de96f7e76cb4097 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCli.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCli.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCliSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCliSubcommand.java index 238a54c57fb3cb6c2f203f3d58ecd66ca78c0ad7..923df63eff543f0e40ec4b831d909fc4abc74e4a 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCliSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/XPlanCliSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/AdminCommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/AdminCommand.java index a905bf87bf2c14af2fbed81c4a0187dad239be14..2ae551d950c9558e97c89660f6570ef1fc0bfee8 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/AdminCommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/AdminCommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/EvaluationSchemaSynchronizerSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/EvaluationSchemaSynchronizerSubcommand.java index 7d181ea9d9972edad5852a9f44a3e86524706ce6..76630a5f11fc44bb120e0b13c081711e5d4f4aee 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/EvaluationSchemaSynchronizerSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/EvaluationSchemaSynchronizerSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/ReSynthesizerSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/ReSynthesizerSubcommand.java index 733df07808d1a65801b064081c6467c9865324d5..bdf676fdf8b1cfac9eddc1d1b6d55c86016ef7cf 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/ReSynthesizerSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/ReSynthesizerSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/SortdateUpdateSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/SortdateUpdateSubcommand.java index 2739058b45ee2b382d695b58de7474e64bbde60c..b1098745c6ba16ac227e8bd894a6b5aa72c09c0a 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/SortdateUpdateSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/SortdateUpdateSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/CommonContext.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/CommonContext.java index 18256352c1de8917e6bf341c576f82665186c24f..485b13d2698443ffce8e6c4af1410a9b475efad6 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/CommonContext.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/CommonContext.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/ReSynthesizerContext.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/ReSynthesizerContext.java index 2a13275338fbf8049f1d6fc9c7ae1949718b5553..8e95301fc727616f82288a3dd3923cbf2046cc84 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/ReSynthesizerContext.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/ReSynthesizerContext.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/SortdateUpdateContext.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/SortdateUpdateContext.java index e0ec08629fb5e96754b8d4a6f8df2773f300bad7..a50465a82a77a47560875238e5ef1949e78d4900 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/SortdateUpdateContext.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/config/SortdateUpdateContext.java @@ -2,18 +2,18 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/SortPropertyDbUpdater.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/SortPropertyDbUpdater.java index 28e1333b56049fa11677cd16de7f2ee10937c61b..4fd246b6554b3cbacd6c91630867f17c5ae9517b 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/SortPropertyDbUpdater.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/SortPropertyDbUpdater.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfo.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfo.java index bdf1876af9de0cba55e8d6881e9054529cad12c8..729791eb2576e2f29bd9bf35b102f9c74b47e5d8 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfo.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfo.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfoMapper.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfoMapper.java index c12ed431997cb848616b4bb75fe6e1b049abbf2e..64afc6eaf50518c0a802d3e118d38d3b735971e0 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfoMapper.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/db/TableInfoMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/DatabaseUtils.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/DatabaseUtils.java index 342d6afcbf5657cc5f5193997eed43589e7aee88..c4926f76cf222beb186806d9845c99d500fe7123 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/DatabaseUtils.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/DatabaseUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-cli-core - Commons Paket fuer CLIs * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/EvaluationSchemaSynchronizer.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/EvaluationSchemaSynchronizer.java index 41cbdc2d438770e45bd71a7b54e01458338e9e3e..ad237a4d4164a57054b7c1fc8929ce5fdd453f35 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/EvaluationSchemaSynchronizer.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/EvaluationSchemaSynchronizer.java @@ -2,18 +2,18 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Operation.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Operation.java index c25aa713d14fa9a197e8b05d38ec575d048c7812..d593dd780e39af4e6eb917eea55db72d564c5a71 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Operation.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Operation.java @@ -2,7 +2,7 @@ * #%L * xplan-cli-core - Commons Paket fuer CLIs * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SyncType.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SyncType.java index d2865638b71d80f301dbad4c1597f0a2a30aacd5..b7821d80fc1d98f55d1a3e5e0f371d8213054c54 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SyncType.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SyncType.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizationException.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizationException.java index 6ca854e56e15b26901b011eb7130a00c587632cb..c4e6bc1ab3da202d74e2a69799d0b299e6d4a04f 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizationException.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizationException.java @@ -2,7 +2,7 @@ * #%L * xplan-cli-core - Commons Paket fuer CLIs * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeAllExecutor.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeAllExecutor.java index 55b7c57f5fdd0635572b801bdec1269785f7856a..df5d1625e3fa6ce90aeebc12653b28bb5509bc5d 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeAllExecutor.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeAllExecutor.java @@ -2,7 +2,7 @@ * #%L * xplan-cli-core - Commons Paket fuer CLIs * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeExecutor.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeExecutor.java index 4f6cadabf65592cfaf48cb82467c3b30a97460f2..92f73640b8958673184882b680d44d3656c851ce 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeExecutor.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/SynchronizeExecutor.java @@ -2,7 +2,7 @@ * #%L * xplan-cli-core - Commons Paket fuer CLIs * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Synchronizer.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Synchronizer.java index 04954f788cf6b77fefd94f28111279fce4354255..168b0d3dd1af25ba61600018b9dbc6e1b427b7b0 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Synchronizer.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/Synchronizer.java @@ -2,7 +2,7 @@ * #%L * xplan-cli-core - Commons Paket fuer CLIs * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/UpdateUtils.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/UpdateUtils.java index dcfc0a6783f4b694946834a70e50bfca0d8d7e84..3df80fc1de218ce5ef521142416c724b5d06c86e 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/UpdateUtils.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/evaluation/UpdateUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/resynthesize/ReSynthesizer.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/resynthesize/ReSynthesizer.java index c2be7b3c4335f02025707aa13980a11d7a098dde..6d389c7322b7d6657a08757afeb176071b95297a 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/resynthesize/ReSynthesizer.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/resynthesize/ReSynthesizer.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/sortdate/SortDateUpdater.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/sortdate/SortDateUpdater.java index 27e1d787e05330f55d92fa26a0c2cdd942ec69e1..82f555dbf3a970614eeaacccfd96158c9fc2033c 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/sortdate/SortDateUpdater.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/admin/sortdate/SortDateUpdater.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/config/XPlanCliContext.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/config/XPlanCliContext.java index 1d4d3fd3f98bc3b7261287b94a98fd9761ebe176..a6cfa9558c3237823c489819255a5b4545648acb 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/config/XPlanCliContext.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/config/XPlanCliContext.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/MainCommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/MainCommand.java index 5fb38b481f64abe95c80d62caa864efe233fc262..df61fbdc240f9960edde62969944274b96008b6c 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/MainCommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/MainCommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/XPlanCliApplicationRunner.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/XPlanCliApplicationRunner.java index 50a4ec0d0fda761c90e99d868c4eba5178ccbb93..4d5397264239c3d2a93615f7f6b82d9f663e685d 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/XPlanCliApplicationRunner.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/main/XPlanCliApplicationRunner.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/CreateMetadataSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/CreateMetadataSubcommand.java index 1c299c6901a1adcc66d4d1155bd400abee28c829..831a60cb33dc00950809e46cd4fd1130db9e0c04 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/CreateMetadataSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/CreateMetadataSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/DeleteSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/DeleteSubcommand.java index 03d8745154c2f654f9ac333e4dc8fdf11c1c7d3c..a0d47092d63e7249c972f08aacfd9cbaa7e7350d 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/DeleteSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/DeleteSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ExportSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ExportSubcommand.java index 0ac8b89691bd355b7bd067afd230af2b6b7e1276..fa319a26df43f153c02f616bcff0c62057a5556f 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ExportSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ExportSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ImportSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ImportSubcommand.java index 6fcd3510e71daaaeca6cd01aa375c8745c33adf4..8bf0cac8934573043b591638e9cb3941b7b6c633 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ImportSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ImportSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ListSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ListSubcommand.java index 8de9ee157e71b3f519c01fb1845b7b3eb2355f22..86441b7f5397caeddc76ee793dcd3ab2e64813c3 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ListSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ListSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManageCommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManageCommand.java index b041352865e53ef88545aeb33ad248a0b62b54b2..fca06324fcb6dcce1565d6807a3d001ef4be2b6b 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManageCommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManageCommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManagerSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManagerSubcommand.java index a726781cffd81565bfbd74c9500467c2f273cf33..3f352b10bc8593b09668e3ba87b4d97800e43923 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManagerSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ManagerSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ServiceMetadataRecordCreator.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ServiceMetadataRecordCreator.java index b0291f2a3b62f4a5713e27bb85ef49ed5e5a035c..6c81dfcea51cf277c059fed37f979af12da2a5d3 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ServiceMetadataRecordCreator.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/ServiceMetadataRecordCreator.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/config/ManageContext.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/config/ManageContext.java index 42bf86424d4b7e8723a43b99e03a70fa6f3de6c5..cda6dd4676f65606f26d702becb674bd77ad0486 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/config/ManageContext.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/config/ManageContext.java @@ -2,18 +2,18 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/converter/CrsConverter.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/converter/CrsConverter.java index f550a8d03858677135af69750b840df758489ac5..b438bef3c6a6583b3bc65bf3a10884b462d6cb0e 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/converter/CrsConverter.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/manage/converter/CrsConverter.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateCommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateCommand.java index 28664c244d59b18b94f1dc2845b6af0d3907c507..e403a2d16df006232a5a74baab3693b702ea8e4b 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateCommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateCommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommand.java index 6c8a27bdf1ad047715550ea7925ec4570ad553b0..116b59427b6bdb47622cdb237be9ce7e586d23a2 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommand.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFromDatabaseSubcommand.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFromDatabaseSubcommand.java index 7b1f5bb2bd8de7cdf3036261364457ad40b6dc6a..d90695213cca90461c5465b257d36e7539f42e58 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFromDatabaseSubcommand.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/ValidateFromDatabaseSubcommand.java @@ -2,18 +2,18 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContext.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContext.java index 4c9c1310af9869c8956cc95f68d20bb8514bb33c..2a3401710d3a27fdd15c044eba1782a7d9baf5e0 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContext.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContext.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFromDatabaseContext.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFromDatabaseContext.java index 227abe17a1d0c8cb875f71086a2937ab9c642c08..6fe2cd2fcf4755edffda9ba9a6e2dcf69950d6e0 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFromDatabaseContext.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/config/ValidateFromDatabaseContext.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/ValidationProcessor.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/ValidationProcessor.java index a231bcd1c1b7c29c036217f14e80c438a625c60e..17d81a438bee348d1225613e96834252bcdea48e 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/ValidationProcessor.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/ValidationProcessor.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/ValidationResultSummary.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/ValidationResultSummary.java index 71274f0a2c58ef6b0b8df2f01f2d51897de369d6..7604038644306358c757b2d2a0b5859fc2f36cb7 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/ValidationResultSummary.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/ValidationResultSummary.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/XPlanWithFeatureCollection.java b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/XPlanWithFeatureCollection.java index 54683417a2fdb56f66b46a5d4c4d4c5fae3d51c8..f8ee31e99b1aceb1ab52bb93a5ce064e63f9f998 100644 --- a/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/XPlanWithFeatureCollection.java +++ b/xplan-cli/src/main/java/de/latlon/xplanbox/cli/validate/db/domain/XPlanWithFeatureCollection.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/application.properties b/xplan-cli/src/main/resources/application.properties index 919508fb2532afd86de1a483ba7b930aa691236b..69bc7bcc1ce4e14d871fd05d3a186c42f224575e 100644 --- a/xplan-cli/src/main/resources/application.properties +++ b/xplan-cli/src/main/resources/application.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-cli - Kommandozeilentool des XPlan Managers # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -25,4 +25,4 @@ xplanbox.s3.endpoint.url=${XPLAN_S3_ENDPOINT} xplanbox.s3.region=${XPLAN_S3_REGION} xplanbox.s3.secretKey=${XPLAN_S3_SECRET_ACCESS_KEY} -xplanbox.services.crs=${XPLAN_SERVICES_DEFAULT_CRS:EPSG:25832} \ No newline at end of file +xplanbox.services.crs=${XPLAN_SERVICES_DEFAULT_CRS:EPSG:25832} diff --git a/xplan-cli/src/main/resources/de/latlon/xplanbox/cli/admin/evaluation/gmlToWkt.py b/xplan-cli/src/main/resources/de/latlon/xplanbox/cli/admin/evaluation/gmlToWkt.py index 4c62e91ec93f3495b6ecd2ddc62c372c2d4e4485..ead2de5ac52bd97784dac0683051b4ed8a7f850e 100644 --- a/xplan-cli/src/main/resources/de/latlon/xplanbox/cli/admin/evaluation/gmlToWkt.py +++ b/xplan-cli/src/main/resources/de/latlon/xplanbox/cli/admin/evaluation/gmlToWkt.py @@ -1,3 +1,23 @@ +### +# #%L +# xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox +# %% +# Copyright (C) 2008 - 2025 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% +### ### Script for exporting ADO Testplan 'xPlanBox' into markdown from osgeo import ogr from pathlib import Path @@ -15,4 +35,4 @@ if __name__ == "__main__": sys.exit(1) gmlFile = sys.argv[1] - gmlToWkt(gmlFile) \ No newline at end of file + gmlToWkt(gmlFile) diff --git a/xplan-cli/src/main/resources/evaluation-schema/sh/setupEvaluationSchema.sh b/xplan-cli/src/main/resources/evaluation-schema/sh/setupEvaluationSchema.sh index b2235d70eaa441aecff1227370d2050219974d9a..819b04dde9d6a80e48767043d15556d3e3924ddd 100755 --- a/xplan-cli/src/main/resources/evaluation-schema/sh/setupEvaluationSchema.sh +++ b/xplan-cli/src/main/resources/evaluation-schema/sh/setupEvaluationSchema.sh @@ -4,7 +4,7 @@ # #%L # xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/evaluation-schema/sql/00_create_schema.sql b/xplan-cli/src/main/resources/evaluation-schema/sql/00_create_schema.sql index 8b62d99bb36910b5927fdecf9fb307f3b5127ff3..e2551ef59a75397366ac6a400222b985862662f6 100644 --- a/xplan-cli/src/main/resources/evaluation-schema/sql/00_create_schema.sql +++ b/xplan-cli/src/main/resources/evaluation-schema/sql/00_create_schema.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/evaluation-schema/sql/01_create_function.sql b/xplan-cli/src/main/resources/evaluation-schema/sql/01_create_function.sql index 9ab4c98180cc03c8340a968b9d498e955163ebb9..b0cfb616145113ec08a22024e07d7255f141484b 100644 --- a/xplan-cli/src/main/resources/evaluation-schema/sql/01_create_function.sql +++ b/xplan-cli/src/main/resources/evaluation-schema/sql/01_create_function.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/evaluation-schema/sql/02_create_tables.sql b/xplan-cli/src/main/resources/evaluation-schema/sql/02_create_tables.sql index 87b61298387ae0510e5d52d44c7b6033eeb9de44..4c5e9cfe2d46db4caab6ee7b37d1bf6625ab9f1b 100644 --- a/xplan-cli/src/main/resources/evaluation-schema/sql/02_create_tables.sql +++ b/xplan-cli/src/main/resources/evaluation-schema/sql/02_create_tables.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/evaluation-schema/sql/03_create_trigger-function.sql b/xplan-cli/src/main/resources/evaluation-schema/sql/03_create_trigger-function.sql index 99bb293fbb4ebafc3e11d0147479b4db34b8aca6..74cd96d9b74aaa981a9012ed4dce00617dfc82a5 100644 --- a/xplan-cli/src/main/resources/evaluation-schema/sql/03_create_trigger-function.sql +++ b/xplan-cli/src/main/resources/evaluation-schema/sql/03_create_trigger-function.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/evaluation-schema/sql/04_create_trigger.sql b/xplan-cli/src/main/resources/evaluation-schema/sql/04_create_trigger.sql index 202d0ed0a60fdd1a4122ca332a8de1ffc2662752..94fa6d807ceb7413b3e63c2562195012dabbe021 100644 --- a/xplan-cli/src/main/resources/evaluation-schema/sql/04_create_trigger.sql +++ b/xplan-cli/src/main/resources/evaluation-schema/sql/04_create_trigger.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/evaluation-schema/sql/05_grant_user.sql b/xplan-cli/src/main/resources/evaluation-schema/sql/05_grant_user.sql index c0272d8e529ea5e1960461985c51fac93fa6ff8a..d535bcfbacd809467edfd3fef12afd16e90a51e0 100644 --- a/xplan-cli/src/main/resources/evaluation-schema/sql/05_grant_user.sql +++ b/xplan-cli/src/main/resources/evaluation-schema/sql/05_grant_user.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/log4j2.yaml b/xplan-cli/src/main/resources/log4j2.yaml index a4f15bc5b441b75848069d8d61e0386115a0243c..dbe14b23e5566640f0f91ecf887bb82e7c3d62f4 100644 --- a/xplan-cli/src/main/resources/log4j2.yaml +++ b/xplan-cli/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/managerConfiguration.properties b/xplan-cli/src/main/resources/managerConfiguration.properties index 9bf2b43a0a04b665de6cbdc4f3fcf22384f19d9d..897659c9d9e6ff17515f60b98448bbceabeedfe9 100644 --- a/xplan-cli/src/main/resources/managerConfiguration.properties +++ b/xplan-cli/src/main/resources/managerConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-cli - Kommandozeilentool des XPlan Managers # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/main/resources/validatorConfiguration.properties b/xplan-cli/src/main/resources/validatorConfiguration.properties index 0c0425b17209b5eea762db3e3ea5507f3ecd33de..4bb2f99a131831825b8bea8a3986e7c4d5dc341c 100644 --- a/xplan-cli/src/main/resources/validatorConfiguration.properties +++ b/xplan-cli/src/main/resources/validatorConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-cli - Kommandozeilentool des XPlan Validators # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/test/java/de/latlon/xplanbox/cli/MainCommandTest.java b/xplan-cli/src/test/java/de/latlon/xplanbox/cli/MainCommandTest.java index 9c9df7dd61bbf80958f2f34176872647d8ae9409..d578b5041eec6d2ec8947cc377e7d77e171e1c4a 100644 --- a/xplan-cli/src/test/java/de/latlon/xplanbox/cli/MainCommandTest.java +++ b/xplan-cli/src/test/java/de/latlon/xplanbox/cli/MainCommandTest.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommandTest.java b/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommandTest.java index 8fa43e7d2e10bdaa39516104f58276cda48dcbe1..bdd90062f8b684c4b4bad1c0648543bfab5b4aae 100644 --- a/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommandTest.java +++ b/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/ValidateFileSubcommandTest.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContextTest.java b/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContextTest.java index 644e321d5dfd581a76e11149f57e49e81c59dd54..521651fa5a80b25545fa7f4bdf83524d21f91f12 100644 --- a/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContextTest.java +++ b/xplan-cli/src/test/java/de/latlon/xplanbox/cli/validate/config/ValidateFileContextTest.java @@ -2,7 +2,7 @@ * #%L * xplan-cli - Kommandozeilenwerkzeuge fuer die xPlanBox * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/pom.xml b/xplan-core/pom.xml index 2751f5e342bd569c9f45971d7d1bae4c3a4d7478..334521a13ab6076bdc845c7d717eed814ab1c70b 100644 --- a/xplan-core/pom.xml +++ b/xplan-core/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-core/xplan-core-api/README.md b/xplan-core/xplan-core-api/README.md index b687c2d5d2c88dac2e4aa12552be7eb5115a5e83..e1d75195e0879262bb37ab316ac3f82c9089aa3e 100644 --- a/xplan-core/xplan-core-api/README.md +++ b/xplan-core/xplan-core-api/README.md @@ -12,28 +12,28 @@ Die Versionsnummer für die XPlanManagerAPI und XPlanValidatorAPI setzt sich aus Beispiel: - 1.1.0 + 2.1.0 | | +-- Bugfix-Version (Revisionsnummer) | +---- Minor-Version (Nebenversionsnummer) +------ Major-Version (Hauptversionsnummer) In den Ressourcenpfaden der beiden Komponenten wird nur die Major-Version angegeben: - /xmanager/api/v1 - /xvalidator/api/v1 + /api/v2 + /api/v2 In den OpenAPI-Dokumenten wird die vollständige Versionsnummer im Element `version` ausgegeben: ```json "info": { ... -"version": "1.1.0" +"version": "2.0.0" } ``` ### Änderungen in einer Major-Version -Mit Einführung einer neuen Major-Version wird ein neuer Ressourcenpfad mit z. B. `/api/v2` eingeführt. +Mit Einführung einer neuen Major-Version wird ein neuer Ressourcenpfad mit z. B. `/api/v3` eingeführt. Änderungen an der API, die nicht abwärts-/rückwärtskompatibel sind, können sein: - Entfernen von bestehenden Ressourcen @@ -42,6 +42,8 @@ Mit Einführung einer neuen Major-Version wird ein neuer Ressourcenpfad mit z. B - Entfernen von zuvor verfügbaren Typen - Entfernen von Datentypen, die in einer vorherigen Version als deprecated markiert worden sind - Entfernen von Content-Types +- Entfernen eines Status-Codes zu einer Antwort +- Ändern des Status-Codes oder des Rückgabetyps - Hinzufügen von neuen verpflichtenden Attributen - Ändern eines Datentyps - Ändern einer "operationId" diff --git a/xplan-core/xplan-core-api/pom.xml b/xplan-core/xplan-core-api/pom.xml index a570456dc95f42d4b9388ec0eee7d0a69b9f33b1..2752577ff7aa4509012b7116791d25e3cae41543 100644 --- a/xplan-core/xplan-core-api/pom.xml +++ b/xplan-core/xplan-core-api/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/DateConverter.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/DateConverter.java index 99ae6f32f99077f1ae6a658856b9d00da578b351..6a06ba4de61b46419b912023c46b69e4ed0e419e 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/DateConverter.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/DateConverter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons; import java.time.LocalDate; diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ObjectMapperContextResolver.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ObjectMapperContextResolver.java index 64d1795b4a93a18153fd8d7fbe80a8db32179e89..dad910eed3d0c2fb068a1191b45563eec19b0def 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ObjectMapperContextResolver.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ObjectMapperContextResolver.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportBuilder.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportBuilder.java index 7bd5191a7faf64ea2ea588618da89d185fd78afb..76960da0ad1fda15b85fb5218c29a2215fa93013 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportBuilder.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportBuilder.java @@ -2,18 +2,18 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportConverter.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportConverter.java index 5eee2eab56fd77edc6bbdce25bac6d569c563c21..1183453ca894b76f93bb88ef2ac37bca24e2d2c4 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportConverter.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportConverter.java @@ -2,18 +2,18 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportUtils.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportUtils.java index 4b4a3317a0426169eb09ca56b1073816c3e05515..b6ade633541f9c85fb49b2ba94fb9d28bcb050e1 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportUtils.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidationReportUtils.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons; import java.util.List; diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidatorConverter.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidatorConverter.java index 61d786cc8d19ee065a709ae912d8cf8892982284..997842800c45cfdfe52646162e610435e61ceafb 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidatorConverter.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/ValidatorConverter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/XPlanMediaType.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/XPlanMediaType.java index 327d5aec55b0684898e1b2ba6159eefab79db91d..5b3906355e95bb688f53778f786b4bafe60eb2ff 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/XPlanMediaType.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/XPlanMediaType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/config/ApiConfiguration.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/config/ApiConfiguration.java index de0b8c949b5269fbd4584d70fa7c886b098e8bba..684a39b81c4eac1c34888dce1247db00d5f1e7a2 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/config/ApiConfiguration.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/config/ApiConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverter.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverter.java index 7a551a6858d8b900cf862cbd66098961b2a0d9e5..2389fcc183d66815e94285f2526e90d0330785ea 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverter.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverterProvider.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverterProvider.java index a77dc015d34b8827c9211185fe16c51a354bfd84..d18b2f34ee809c714fb44d8bcedadaa6a6644de7 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverterProvider.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/converter/StringListConverterProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/AsyncTimeout.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/AsyncTimeout.java index 16c56b8cb3ba8d6713227ea386306ce411638b82..db76b3200ebcd6438026829540807fcba0e7006e 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/AsyncTimeout.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/AsyncTimeout.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ConstraintViolationExceptionMapper.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ConstraintViolationExceptionMapper.java index 9b566009313b621a1f6e5e297b18e52c69e9a34a..787369e3b4ce67f89004c13f7e04902729d0fed1 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ConstraintViolationExceptionMapper.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ConstraintViolationExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/EventExecutionExceptionMapper.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/EventExecutionExceptionMapper.java index a75cddf9bcfa975f065136e267221e4d4e2478e6..b493c93527d2a65723fb810b048a947cf63e393f 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/EventExecutionExceptionMapper.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/EventExecutionExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanId.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanId.java index 2be111182d213ca2434bed873322351f82cc4086..1c8287e9ed7888ea991cac5326b13c3939f54607 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanId.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanId.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanIdSyntax.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanIdSyntax.java index 44f97d9f93bb004157d08767eb38174236939019..a2e21655222bd29b49d5263367557e07341a6440 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanIdSyntax.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidPlanIdSyntax.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidValidationUuid.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidValidationUuid.java index d4ba448902c06b1d3a92c3635019ca8e22d48215..23ec84aa01d236eea2c17f9a47489978b704be3e 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidValidationUuid.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidValidationUuid.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidXPlanGmlOrArchive.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidXPlanGmlOrArchive.java index 76627c8f04a8eeafc96c37616e0492ec5520631e..9bf5483bef4fa37af5f4401e85a3bb25e96e75ed 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidXPlanGmlOrArchive.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/InvalidXPlanGmlOrArchive.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/StatusCodes.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/StatusCodes.java index c9db9998d2610fbda9d4e956285618f1f2e150bb..e2019fdcd1478c1a574378ef230226763dfbd113 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/StatusCodes.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/StatusCodes.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedContentTypeExceptionMapper.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedContentTypeExceptionMapper.java index c21d412759a7d35cea6d6691e125288745066011..d5dc6ea1020f306a41ced834b2e515b2069289a2 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedContentTypeExceptionMapper.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedContentTypeExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedHeaderValue.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedHeaderValue.java index f13c8defbbf1c8115efb2a4142af6ae2c0f98abb..e7cbb45f3f6d851ee05702685140e0ae8808c3d7 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedHeaderValue.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedHeaderValue.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedParameterValue.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedParameterValue.java index c209d3d4d045bb86b0ec1dbcd108568dc2e554a1..c1a1d67f405eca3cab5e662c8de4d55e5f01b06c 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedParameterValue.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/UnsupportedParameterValue.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ValidatorExceptionMapper.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ValidatorExceptionMapper.java index 5f3c6a89d48675caef88b7014353ade7b2abeed7..952087b13e340079bcd0f407a09dd98647c85e02 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ValidatorExceptionMapper.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/ValidatorExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiException.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiException.java index 21e09e4d735922018046dc71730ae575e766f16c..684d359e69fab2d115236be056169824e419180b 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiException.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiExceptionMapper.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiExceptionMapper.java index f7a9f4e96fb1c40fd2b3246ab10a9b9d6e8b69c0..d4c2d0741c8eff9d8a48e106b2c06f28fe633ec8 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiExceptionMapper.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/exception/XPlanApiExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncValidationWrapper.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncValidationWrapper.java index 384eff1ad1bd98ca625b2b9d082906d4957d9f7a..5290bdad1b30b3091ef052ea3805995073eae758 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncValidationWrapper.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncValidationWrapper.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.handler; import de.latlon.core.validator.events.EventSender; diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncWrapper.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncWrapper.java index 75c8a1f14d6b5349a3e69a112d0dbd8d49c0de1a..bc2268c7c2d2d9984996dc8f64b2f5fa1e3dbbaa 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncWrapper.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/AbstractAsyncWrapper.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.handler; import static org.slf4j.LoggerFactory.getLogger; diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/SystemConfigHandler.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/SystemConfigHandler.java index 8aa33c8fe8c446a421ef5879188ba91ddf05d5cf..493a8ba28f48e6e7877cd1ccdc1bbbe327b0f8f8 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/SystemConfigHandler.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/handler/SystemConfigHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilter.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilter.java index 176f08626c2ed107804089b0adf86894cf84c0a2..1c38417ed35580c42f0063325c96f614965be928 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilter.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/AbstractLink.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/AbstractLink.java index dafff5dca93163373cd449853701ad848ddc9c6a..3205c4610d068bcb948957a307d5db4d049e1b2d 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/AbstractLink.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/AbstractLink.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java index 3f67da00033062c47181a49c980dad78810b658c..b3a4de4638c95e0e37009f6513b796ba8029ca1f 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceResult.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceResult.java index dab78bfdd290be2d407ccb38918e7d1d3c16029d..2017b14a17258ee9edf4b837c6dc4cee1cd50141 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceResult.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceStatusEnum.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceStatusEnum.java index d28e741fcbb09f20b3fd650a2cdf9b71d7345451..8e9676d585133c7a0d0cc71ba5b4706509521825 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceStatusEnum.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ExternalReferenceStatusEnum.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/PlanInfoBbox.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/PlanInfoBbox.java index 6d85ec84153d4ee4bdc364049d8fdc4772b6a472..4cf6b413d0eea6fbfa06a76a07b1c6e6c9f323ad 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/PlanInfoBbox.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/PlanInfoBbox.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RasterEvaluationResult.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RasterEvaluationResult.java index 58eaa70a586c508f6830cee2d30964fc14687d5c..7d0512a5a795897c54d696e73512decbc8c6ccfb 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RasterEvaluationResult.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RasterEvaluationResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RulesMetadata.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RulesMetadata.java index 76c5a84eacf1ee4612d3a461d2ae5d2090484c0e..7c8d8f7c6142900a54906fe1a317ad72d144b142 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RulesMetadata.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/RulesMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SemanticInvalidRuleResult.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SemanticInvalidRuleResult.java index 866efcfc09e3f3b7e38aa9caabe5799947a5d76d..3fddd0dd439311c25e9056ba2cb7a8d9b98c810c 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SemanticInvalidRuleResult.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SemanticInvalidRuleResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SystemConfig.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SystemConfig.java index 419f978bb4dfb9089a6d993c41a6b9da5e180ebc..733ffdbf189404b9fffbbbdcf3b84dfbc4a6c4ed 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SystemConfig.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/SystemConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReport.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReport.java index 983211b04c8785ddb5c9c3bf746c3612c8f9ffb8..8d22367d26816cbd8901206898b347308d4fb129 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReport.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReport.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResult.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResult.java index 5cc666435e7e6536fa7e32350d8ffb8c1b25c473..a463bca1d17cf363bf874f6c306c691087c1f463 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResult.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultGeometrisch.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultGeometrisch.java index 6f79c76259e0628bf44a2a7144730254f0307d35..46d42dc893e1d82b93be5317a155d602f571ee82 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultGeometrisch.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultGeometrisch.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantisch.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantisch.java index 8619ca84ff10165646e3f86f5cd9626a2ff17527..41592152e23aae62d84148d51ab0532f18332e90 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantisch.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantisch.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischProfil.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischProfil.java index e162762033847355f1ae72f8be6df33908548b86..24cce363f60343790f745680870012315c922e67 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischProfil.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischProfil.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischRules.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischRules.java index f3e77695c083efb2358185f4f45b3e7ba7deb162..91a9c25780e5cc372e58f5e8a8ef2f234aeac66b 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischRules.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSemantischRules.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSyntaktisch.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSyntaktisch.java index 78a82e24b7a0e14d3bf9b7cc05115819adb975e9..f7844d3f27c5a93be31c24457da1fbf3dd73f05b 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSyntaktisch.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/ValidationReportValidationResultSyntaktisch.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/VersionEnum.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/VersionEnum.java index 8f157a6299034c6ba774d8db5fe9df11228ce732..1a2e6a5936dd1c9288fb4da9155e9c51ef68f0cf 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/VersionEnum.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v1/model/VersionEnum.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/CrsStatusEnum.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/CrsStatusEnum.java index daf3f1b71c7d92ec0026f7e1f53475dc2797c5a7..b59e74fe5c7cd335463565c00aaf144871558bd4 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/CrsStatusEnum.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/CrsStatusEnum.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ImageFormatStatusEnum.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ImageFormatStatusEnum.java index c25add24570901fac07f8cf39c52250b48d184c8..b362c8afacf8e3c8b581223993c808c017ab85c5 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ImageFormatStatusEnum.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ImageFormatStatusEnum.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ResponseLink.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ResponseLink.java index 88d87b3c4c8256965d881f52e09799f5cf63f5ed..c4f9b83e692a8fe8b002fe7c6111fefde2308b6d 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ResponseLink.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ResponseLink.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/StatusNotification.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/StatusNotification.java index 3128057924f07d91f4038b5b8f644f4560fd1a5a..0fbb60a9e052a946750fa75bc958621753608937 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/StatusNotification.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/StatusNotification.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.v2.model; import static com.fasterxml.jackson.annotation.JsonInclude.Include.NON_EMPTY; diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/SystemConfig.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/SystemConfig.java index 586282dd4029657ee511b4d089ea55aa35ea1e70..f26facda636f18717132dc1f46ee8ac7436bbaad 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/SystemConfig.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/SystemConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReport.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReport.java index a1480be20af37fe836a464cd3919fbf98b7db583..229ef57448f8fe3afde627a599153ccf07890547 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReport.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReport.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportPlan.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportPlan.java index 341fcc6306f12c219bc21531d1c7a8485f7ace49..6999d1df1fcab6e098bc6ed84d727635e54f663d 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportPlan.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportPlan.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResult.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResult.java index f96b313f250f98ec7ab4ae4f91c4f250c55ab258..cbecfaffc993ab29cff8d0e589653903622414f7 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResult.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResult.java @@ -2,18 +2,18 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrisch.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrisch.java index aa524355e78bd019d5057e9759bfb7515da70249..147ef1e47cf6026c0ad22985b9e2a3c3c9b54b55 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrisch.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrisch.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRule.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRule.java index 867e076d6cbce7d4e2b45eab40214909752c161e..ae16a48007df17f8e5bef8e04d3417453abc1010 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRule.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRule.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRuleFinding.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRuleFinding.java index f9f78953a56b7796744d9d3bbe03d916a20aef7d..ab0d2e0f020afca0d8d5b088e821a76f6ebe3e6b 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRuleFinding.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultGeometrischRuleFinding.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.v2.model; import java.util.List; diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultProfil.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultProfil.java index 7b60762dbb3f098daa051d6c276789382a85b52f..be4c36e4eab61905e1a62e8ebc29bec8ea16f641 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultProfil.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultProfil.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantisch.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantisch.java index 25588fe478d5fbb2c67ed580cdc53116e09cdba5..49c199adcd920450ee82858a81838116ece8bb32 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantisch.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantisch.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRule.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRule.java index 05a519c94e6c274eb63845a25f83816d23645221..a6e4565cc4478fe48ea1e8a84a485defb5246814 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRule.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRule.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRuleFinding.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRuleFinding.java index 05d33e58d5f0af3f82d8b0b876e1de6ebbfcd4c0..d3308aabef6f729f0b8a8bbfab1d9fb5300ed82b 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRuleFinding.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischRuleFinding.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.v2.model; import java.util.List; diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischWithRulesMetadata.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischWithRulesMetadata.java index 38bf1927792606d3b93c77319f35dea1350b1aea..87bd2c71d4fa36106edf01532a2f3f88a58bc00b 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischWithRulesMetadata.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSemantischWithRulesMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSyntaktisch.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSyntaktisch.java index be41a0cc618ae493366e3cc4a4bba9fa8448d6c2..780e64716217a463cad8a8e6b576aa5f98cb365e 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSyntaktisch.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportValidationResultSyntaktisch.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationRuleLevel.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationRuleLevel.java index d060f8dcecac4f9fe29189a003bc859503747f28..6b367688adffe6b80681a182b169baa3db1bf5a6 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationRuleLevel.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationRuleLevel.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.v2.model; /** diff --git a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationStatus.java b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationStatus.java index ebf28620caad631ca1bd37cd30e59b813b576219..0431dcb452849c203f25aeba730c8a67c9bc7c95 100644 --- a/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationStatus.java +++ b/xplan-core/xplan-core-api/src/main/java/de/latlon/xplanbox/api/commons/v2/model/ValidationStatus.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.v2.model; /** @@ -8,4 +28,4 @@ public enum ValidationStatus { TERMINATED_WITH_ERRORS, TERMINATED_REASON_UNKNOWN, COMPLETED, RUNNING, SKIPPED -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/DateConverterTest.java b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/DateConverterTest.java index 21b387e722eed6da6a1f95ba7cdef5b18ac4c145..d7b4d613fb31287aaf343a8a3bff3815212830d9 100644 --- a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/DateConverterTest.java +++ b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/DateConverterTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons; import static de.latlon.xplanbox.api.commons.DateConverter.convertToLocalDate; diff --git a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportBuilderTest.java b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportBuilderTest.java index e3063fdda458c930672334fa775e230901663d0a..cbd16e48dc3f48e033fb23b2fa2227017440041b 100644 --- a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportBuilderTest.java +++ b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportBuilderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportConverterTest.java b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportConverterTest.java index 42bd7bf8ff97ee72437c8ae3e2d2f2b008d4ac33..9485c7ffb298b26ada20e0038ee1a821aeb55332 100644 --- a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportConverterTest.java +++ b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidationReportConverterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidatorConverterTest.java b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidatorConverterTest.java index f2735786eaa6adb24991567203fd7a58f98b12e9..0fe1fa54befb27bf26055a360eefc221510739f2 100644 --- a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidatorConverterTest.java +++ b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/ValidatorConverterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilterTest.java b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilterTest.java index b91107660090ba8d6b59215038534bb976788635..e47e0015c1a400f8e1a6e7203a1aad2dab7198e7 100644 --- a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilterTest.java +++ b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/openapi/OpenApiFilterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportTest.java b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportTest.java index 5985ad4f1fbcb7b0848a931f6cf62e8d71f48dee..276588a3518d94a5d33194bfaf0dd03539eae067 100644 --- a/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportTest.java +++ b/xplan-core/xplan-core-api/src/test/java/de/latlon/xplanbox/api/commons/v2/model/ValidationReportTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-api - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.commons.v2.model; import static de.latlon.xplanbox.api.commons.v1.model.ExternalReferenceStatusEnum.AVAILABLE; diff --git a/xplan-core/xplan-core-commons/LICENSE_UNKNOWN.txt b/xplan-core/xplan-core-commons/LICENSE_UNKNOWN.txt index 9bb455eacc25b95d62330738857f7a7085c7bad0..a96bf80c5b388265e9688c8743e46be06d3eb901 100644 --- a/xplan-core/xplan-core-commons/LICENSE_UNKNOWN.txt +++ b/xplan-core/xplan-core-commons/LICENSE_UNKNOWN.txt @@ -10,25 +10,27 @@ Inhalt des Verzeichnisses src/test/resources: ├── de │  └── latlon │  └── xplan -│  └── commons -│  ├── archive -│  │  ├── Blankenese29_Test_60_withEntity.zip -│  │  ├── V4_1_ID_103-asWfsFeatureCollection.gml -│  │  └── V4_1_ID_103-noXPlanGmlCollection.gml -│  ├── feature -│  │  ├── geometryOrientationInvalid.gml -│  │  ├── geometryOrientationValid.gml -│  │  ├── wfs20FeatureCollection-additionalObjects.gml -│  │  ├── wfs20FeatureCollection.gml -│  │  ├── xplan-multipleInstances.gml -│  │  ├── xplan-multipleInstances-withUnreferenced.gml -│  │  └── xplan-multipleInstances-withVerbundenerPlan.gml -│  └── util -│  ├── Blankenese29.pgw -│  ├── Blankenese29.png -│  ├── Blankenese29_Test_60_InvalidContent.zip -│  ├── Blankenese29_Test_60.zip -│  └── test.odt +│  ├── commons +│  │  ├── archive +│  │  │  ├── Blankenese29_Test_60_withEntity.zip +│  │  │  ├── V4_1_ID_103-asWfsFeatureCollection.gml +│  │  │  └── V4_1_ID_103-noXPlanGmlCollection.gml +│  │  ├── feature +│  │  │  ├── geometryOrientationInvalid.gml +│  │  │  ├── geometryOrientationValid.gml +│  │  │  ├── wfs20FeatureCollection-additionalObjects.gml +│  │  │  ├── wfs20FeatureCollection.gml +│  │  │  ├── xplan-multipleInstances.gml +│  │  │  ├── xplan-multipleInstances-withUnreferenced.gml +│  │  │  └── xplan-multipleInstances-withVerbundenerPlan.gml +│  │  └── util +│  │  ├── Blankenese29.pgw +│  │  ├── Blankenese29.png +│  │  ├── Blankenese29_Test_60_InvalidContent.zip +│  │  ├── Blankenese29_Test_60.zip +│  │  └── test.odt +│  └── jts +│  └── MultiSurfaceWithCurve.xml └── testdata ├── xplan40 │  └── BPlan004_4-0.zip @@ -53,7 +55,6 @@ Inhalt des Verzeichnisses src/test/resources: │  ├── LA22.zip │  └── LA67.zip ├── xplan51 - │  ├── BP2070_mehrererOrtsteile.zip │  ├── BP2070.zip │  ├── BP2135.zip │  ├── BPlan001_5-1.gml @@ -62,5 +63,8 @@ Inhalt des Verzeichnisses src/test/resources: │  ├── FPlan.zip │  ├── LA22.zip │  └── LA67.zip - └── xplan52 - └── BPlan001_5-2_Bereiche.zip \ No newline at end of file + ├── xplan52 + │  └── BPlan001_5-2_Bereiche.zip + └── xplan60 + ├── BP_6.0_DecimalNumbers.gml + └── BPlan001_6-0.zip \ No newline at end of file diff --git a/xplan-core/xplan-core-commons/pom.xml b/xplan-core/xplan-core-commons/pom.xml index 81ed8e035c0efcb58525970fb5952a8108ef0e3c..7fc9e5d28a79236fda02120bf02c01d05393671d 100644 --- a/xplan-core/xplan-core-commons/pom.xml +++ b/xplan-core/xplan-core-commons/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanSchemas.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanSchemas.java index c8edbc64b7d0052f42801b440803381c7685a30c..3d9f45e0497a3217bb4b7d64d631b07d4e14a83c 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanSchemas.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanSchemas.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanType.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanType.java index 131f249912e6e951e5753564fdeb77069915db77..217c99dd1bbcec548f7e4405ef4406e8c282cfe7 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanType.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanVersion.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanVersion.java index 143437bf17615fbc2eaa7fb33b0fea3ee8c7e22e..eba0ce1b2c89ec6009d8d4a0512a41aa4fdf0445 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanVersion.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/XPlanVersion.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveEntry.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveEntry.java index c2b0f259ebfcb4460d745996011ca9f037c34aab..58182fa7495b3f6f99644725e42293de1bb65a48 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveEntry.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveEntry.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveMetadata.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveMetadata.java index bf826385ed69a4c2656601c07512867bcd8f3c15..906a1c37d62e98128e2f34bdb2ad1973ff25cecb 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveMetadata.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveZipEntry.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveZipEntry.java index 5e0295bc941794bbe84a9808dbdec0078e7cb94e..85e00475f7195309749546e850f80cc44a8add2e 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveZipEntry.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArchiveZipEntry.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArtefactEntry.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArtefactEntry.java index f023d931bfa561957eb2280982624d4b9ea44910..5adbe772b5a5f2fae562b7b0ff9691a3eba08737 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArtefactEntry.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ArtefactEntry.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/MainZipEntry.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/MainZipEntry.java index 7d577355919beeb16bfeef893062fcaed8c042e4..09e6d367d149d5abfb81f8e9ad2ebb359a8874a7 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/MainZipEntry.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/MainZipEntry.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/SemanticValidableXPlanArchive.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/SemanticValidableXPlanArchive.java index df2b567da4c4df9fd11ae2751c292c1bff42f914..8426640fa585c2a2765592fdd74ed850f5f35c59 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/SemanticValidableXPlanArchive.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/SemanticValidableXPlanArchive.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchive.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchive.java index 3536a75d4b836670ddb8fa110df21e494bc30224..b1189dd6942925ac393b4145d0b7310a02436c41 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchive.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchive.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveContentAccess.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveContentAccess.java index eec9c68da6960e5615661e92cd9d51a0f5ee0ce6..71354dff1aecebd8bd0340a3ce8f6af48abd05cd 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveContentAccess.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveContentAccess.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveCreator.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveCreator.java index 9631866fb12804c27f310379a00feaacc0262779..05790629d6bfa12575cbe737991c2c98d3a1256d 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveCreator.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanArchiveCreator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanGmlReader.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanGmlReader.java index 91f46fc18800fb75f93694c64e130840424e5752..2623892d12965c3f691618368b345c06a116b68e 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanGmlReader.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanGmlReader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanPartArchive.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanPartArchive.java index 61011f494e19bb1f975ce90be3198e63fc922db1..9dadc8b95fcd688c2121f4024b4d41dd458fd45e 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanPartArchive.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/XPlanPartArchive.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ZipEntryWithContent.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ZipEntryWithContent.java index 8645b3c4e087fa18325e89eb48d684bff998b6ee..93e7f40806642a5e4925001190d14a7051846e0b 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ZipEntryWithContent.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/archive/ZipEntryWithContent.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/AbstractPropertiesLoader.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/AbstractPropertiesLoader.java index 8bfa64b69d90c6c9144eee48c5134f30f9c36e04..ec65e5e4bc776122b97f4f5106fbeb3444d3041f 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/AbstractPropertiesLoader.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/AbstractPropertiesLoader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/ConfigurationDirectoryPropertiesLoader.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/ConfigurationDirectoryPropertiesLoader.java index dbdb4fd6d8a6b0e652c6e7062f34e73dd233c74c..08a5e807b3d591ceacd2c374d62cbe6f392b7284 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/ConfigurationDirectoryPropertiesLoader.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/ConfigurationDirectoryPropertiesLoader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/DefaultPropertiesLoader.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/DefaultPropertiesLoader.java index d98e92b51f1c0d4fea299a27808c799befd17c25..999442a3bc4cea39685fa86aec90c0335c233edb 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/DefaultPropertiesLoader.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/DefaultPropertiesLoader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/PropertiesLoader.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/PropertiesLoader.java index ac11f30bd17fb26cb1bfce996e61acde4eaa52f4..af6e8236d718a0f0fb3e9f28359e0df101dc3210 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/PropertiesLoader.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/PropertiesLoader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfiguration.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfiguration.java index bf91fde109c9d646b3414b615862d46ef9c75ebd..a3b53aa04a5a4fef4f0bdc5d900d65657519cf24 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfiguration.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SortConfiguration.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SortConfiguration.java index 0639685e6be792a26c82a7ea4e1261189889f376..1859c48124e8446eb71026a107e4141cfd216005 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SortConfiguration.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SortConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoader.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoader.java index 0f71c61c714e4e20ac5c573f5185b4fadd1ccbd4..ec17878940bcd19cb02b0521400437e2ce41ef21 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoader.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulator.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulator.java index b97ba5a62d5ab77700df1dd618e298d4fe73043a..d59cb80bfc3e022897079e04f4187114fe8ccc3e 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulator.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionParseException.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionParseException.java index 81f3869d210e91dd098ad23eefea511b39b2e77a..7948c8e1af3bd93d5e50a1716b762d4bc040f292 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionParseException.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/FeatureCollectionParseException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/MultipleInstanceParser.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/MultipleInstanceParser.java index f86e8686ac0e07de8cf5ea69d8d08b317f72ce4f..43fe01aeeaf646e8e14ee0375ec87bed1b14ca6b 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/MultipleInstanceParser.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/MultipleInstanceParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/OrientationFixer.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/OrientationFixer.java index f4f4c73beea8c2f5eff7aebfabecc3f749ff3a74..6754ce69a569599437d125bd096409cf6ad09184 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/OrientationFixer.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/OrientationFixer.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/SortPropertyReader.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/SortPropertyReader.java index 5a717370d4256712abca5a37fa2db4f060a64a57..b1afce87415f1f593b3b1d97cbd4d6b6019e3300 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/SortPropertyReader.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/SortPropertyReader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/WfsFeatureInputStream.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/WfsFeatureInputStream.java index 925935bfc93d5d5c6fb9bd3821b2c89bce04f65e..5ee08572fcfc9cf58816f5ee6f453f43f82624e2 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/WfsFeatureInputStream.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/WfsFeatureInputStream.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollection.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollection.java index d7c4b00000f3995c8102b5475f1166a604e6edc7..363eeb757b9a77f11b25e2b20912bfbe7fd07a53 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollection.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollection.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollectionBuilder.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollectionBuilder.java index ee64e9f030ee72886cf14edfcaa16cfc6a7f3b72..23a358c36d6fff8c29d6de8cca5f1972034a54e3 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollectionBuilder.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollectionBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollections.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollections.java index d3be4c4334c2cd7b64d09352221b9c72a2e0efc0..70e7a252027b2be2efe7f9248ec5b43ec3deab3f 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollections.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanFeatureCollections.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlExporter.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlExporter.java index 9375625662f2249aca82226d98bc99b211e98069..0d46cfdf9b546ee5e42ddf3f76384d07a7be115a 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlExporter.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlExporter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.commons.feature; import static javax.xml.stream.XMLOutputFactory.IS_REPAIRING_NAMESPACES; diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParser.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParser.java index cbdc6ac559efec4dc9018a9f984bcb3ce7b4fdeb..9ae34534b216b839fd56980ed91cfa653712651f 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParser.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParserBuilder.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParserBuilder.java index fd4f415c7fe2606e3d268087fd911a80dc70432c..22cc4645c1d73241de9bd88d338fc4f4d9f98bb7 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParserBuilder.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanGmlParserBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanMultipleInstanceFeatureCollection.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanMultipleInstanceFeatureCollection.java index 1e1af24372d07682e15caf54a37b81c00f2f895f..055b6fb53c034abf3cad4edfd246c06b57bfcf9b 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanMultipleInstanceFeatureCollection.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanMultipleInstanceFeatureCollection.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanSingleInstanceFeatureCollection.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanSingleInstanceFeatureCollection.java index 0a7d60f7189888a561d6a2f7e004548f85fba7b6..ba1bf4a44386e5655fb4af4eedb0c61234b6b0cc 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanSingleInstanceFeatureCollection.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/feature/XPlanSingleInstanceFeatureCollection.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleIOProvider.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleIOProvider.java index d9bc8be69bc3b774a3f83a3f028f743f8db4dec3..8025a3ab750928770df312ef7a17699f3fafe104 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleIOProvider.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleIOProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleTransformer.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleTransformer.java index 574032c97e7cc4a4dbfd6b99fe5a16df03b15670..26e651e8652e901cf7e73d5f23c53137686d795c 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleTransformer.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/HaleTransformer.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/TransformationException.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/TransformationException.java index 0cbcd2119a4034aae6a706a2d9945ceb47f0327f..231579e7044ed635c28b6eedc43800d62a35cad7 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/TransformationException.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/hale/TransformationException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/jts/JtsParser.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/jts/JtsParser.java index 87144caeca27437f3193698bc52fe56a3aa6addf..a885cb54b484c0b5d9df09f1ea424f53ab3e228b 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/jts/JtsParser.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/jts/JtsParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReference.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReference.java index d57389788025c3bcd0f6618355cbb4b07c8e992c..bab5a18df06be33f09f40a9cc1bd77c05be158c2 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReference.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReference.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfo.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfo.java index 1c3a1435b3c29d5a00490745ad01fe016d629239..7fae8c81951a3ef6287eed6e75d6c450aee9aec5 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfo.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfo.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfoBuilder.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfoBuilder.java index 505fa483473fa06a8aa34509ef3bc80d94b46de0..8e71a78e1a5b0c604b9b406de1d6ab66ebd1f3eb 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfoBuilder.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceInfoBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceScanner.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceScanner.java index a8c2d5540b527e0064c18139670a555c566dfe09..1ab3114168376e32fd62f6fd8ea71a228c44afa6 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceScanner.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/reference/ExternalReferenceScanner.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Metadata.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Metadata.java index df5eccda75f95b3b759811bff99e56668cf10380..9ccb7b95dedef98710d429723b4984d5789f505c 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Metadata.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Metadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Object.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Object.java index 5ae595abbcc95e8df23d43096719ff3023dff201..8f0b28824da397fa5ed46e00e5443cb343c1e40f 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Object.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Object.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Storage.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Storage.java index e16095e7c988a50430d7809ceb4955eafe98e48f..e3ff6f7f61f6877a2fd4b9b454e4c2538678f824 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Storage.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/S3Storage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/StorageException.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/StorageException.java index 198f42ef45bf8fdc6cee34d942397e2fc5fee930..c6991a3e75af04b98db89a9210149fc13aba1a2b 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/StorageException.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/StorageException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/config/AmazonS3ReadOnlyContext.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/config/AmazonS3ReadOnlyContext.java index 31b973411e7aadc8cb64fdb4c8904d8879a32275..f89d92ad9d486d66a038c7619f9ee1ffa9f16438 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/config/AmazonS3ReadOnlyContext.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/s3/config/AmazonS3ReadOnlyContext.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/synthesizer/Features.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/synthesizer/Features.java index 2714b7ea9deafc3502665e35744f99ee122b0d38..19c2e4bf17a91d83d92a8ec2c18059c3448101e4 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/synthesizer/Features.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/synthesizer/Features.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/ContentTypeChecker.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/ContentTypeChecker.java index b56eb0932d4bbbd143d2d2cb8ae421a63d285fea..40d45f7625905aa7a899916e8f3ded41c039e7e3 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/ContentTypeChecker.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/ContentTypeChecker.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/FeatureCollectionUtils.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/FeatureCollectionUtils.java index 52a9f2be05fe2d2533d3837c400d5bba11048833..86e31c0910bff8bdeca305a2a8b62ff02e6b9502 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/FeatureCollectionUtils.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/FeatureCollectionUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/MimeTypeDetector.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/MimeTypeDetector.java index 39a2efae491bf074ebd832bee516213af61500e4..1d8167345262aca2e116619f77ea73ceab2252e6 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/MimeTypeDetector.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/MimeTypeDetector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/TextPatternConstants.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/TextPatternConstants.java index 4933b75cd7485464ac5f18d5b2d8fdeb369ddc78..393cb845de16e8ff40dcbd2e92b078f13850d6aa 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/TextPatternConstants.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/TextPatternConstants.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/UnsupportedContentTypeException.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/UnsupportedContentTypeException.java index 083e790a9887f0bd2f843f5a152d4266cdb24cf6..0a71f2b9055076806fc514b092b0ffc765376b2c 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/UnsupportedContentTypeException.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/UnsupportedContentTypeException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XPlanVersionUtils.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XPlanVersionUtils.java index 5fb856853c3f5e574340237748df4f4dff637773..e64106de2f7b236f803200e356a1f29eb03497f6 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XPlanVersionUtils.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XPlanVersionUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XmlUtils.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XmlUtils.java index 2d6afb7d634ec9f87999ca1cff6424afc15985b0..8830e15f5fec86bb86df1e03193864c415c9ca39 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XmlUtils.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/commons/util/XmlUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/AuthorizationInfo.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/AuthorizationInfo.java index 9ac3bd6874f5800e71cd17e2aeb4dc13c745b709..c30f696925277ede4cdc7bf7a4bd18c1e132c424 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/AuthorizationInfo.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/AuthorizationInfo.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Bereich.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Bereich.java index 305cc829152293088837f386f1646a20eae8c8c9..ab0d82acdbcf407559747b3a4f558f79225316a8 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Bereich.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Bereich.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/ConfigurationException.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/ConfigurationException.java index 25f679f5516bcaa4fc4b0bd820b35cfe41a99cc4..82dde86bf192291f15ffe025a7252cf054e2026e 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/ConfigurationException.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/ConfigurationException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Gemeinde.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Gemeinde.java index a261d722323b86c4b8e83292b91706e78c4cbea4..26393fbdd2af71c345bae8f85fc4485e9bfb11f0 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Gemeinde.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Gemeinde.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.manager.web.shared; import java.util.Objects; diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanNameWithStatusResult.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanNameWithStatusResult.java index 976b91fc5a7f55455425ad7514c9145ace220653..6ad9e31850be0c713f87623cb53a05fdb5c2efa4 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanNameWithStatusResult.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanNameWithStatusResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanStatus.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanStatus.java index 43fb9650424c6151de0121caf40744e62c49aec2..f8e75389df257289f296ba088015eba5bcd922ff 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanStatus.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/PlanStatus.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/RasterEvaluationResult.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/RasterEvaluationResult.java index a9e91c1ce6d3f518c21a64c836cfb5a13f70ad89..f705325db0866d3c74e00ac323f99e0cc3ec90ed 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/RasterEvaluationResult.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/RasterEvaluationResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Rechtsstand.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Rechtsstand.java index d3851c41ebf07fc909aff25fe80139a26bd77190..df53c265f90c18769a873fe09ea2014d7be60754 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Rechtsstand.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/Rechtsstand.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/XPlan.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/XPlan.java index 84b05df894ca91276065af56ee6cb534fe4d24e5..c9c7416f1a4f0f965c0ebc28fcadbf19ff4255b4 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/XPlan.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/XPlan.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/AbstractReference.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/AbstractReference.java index 15f917d42e2889eefa2b1024b28e9b4b2181f477..519729bd9bdc2bec8c9e96b251d3f140299a5e85 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/AbstractReference.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/AbstractReference.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/BaseData.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/BaseData.java index 0fc36b05b633a269a69f5e0c61882f61178cf330..570e8e3668e20fe84ff6b3c53b7002f8792d7c61 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/BaseData.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/BaseData.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Change.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Change.java index 47562d686e3381fb01b9bbc0a4b6b46fb2453aba..8b50249f4bf6d9a8bd313c3bb4e3c1d3f211682f 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Change.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Change.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ChangeType.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ChangeType.java index 9dd38d892175917e4eedcf9851e8ce4b8365662c..9370da88b9452e0861a2fe83e94556eaa485e7cc 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ChangeType.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ChangeType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ExterneReferenzArt.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ExterneReferenzArt.java index daa253e7808b929ddecc94eb232db340a11f883a..fccd8f4b69c5c243241c23b9572d92dba489d50b 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ExterneReferenzArt.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ExterneReferenzArt.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/MimeTypes.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/MimeTypes.java index d3df6b08aab5912ffa223f36a3c964c932b790e1..7ff09b3100bf81a0255c3de090573a70b6d0d68f 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/MimeTypes.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/MimeTypes.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterBasis.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterBasis.java index e04f9467e0dbb05c343e6c67df97894ba3d48a41..d5bd383396e899d5fcd1a28b5ef701bb4c245ad0 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterBasis.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterBasis.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReference.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReference.java index 857c527c1d55c55c603122fc0f983f0d7b2fae66..f00b8316311ce9d8bad1304cc12f173a5893ec99 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReference.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReference.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReferenceType.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReferenceType.java index e279a79a7fb4d3561a79f7b3ba2254db479669d1..b1df85e012ebcbe21ebdf8c7c1503186d894874d 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReferenceType.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/RasterReferenceType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Reference.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Reference.java index 89f6f0ce63cb8f5ab5897e11dd4f3430b1c68a19..6170e80aec9e8e9a8dbf4cf5898934cab3f597bb 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Reference.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Reference.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ReferenceType.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ReferenceType.java index 44d89a1b3804d815896aad11791a67a21fca37a8..0af218a2cf8c5823d2bbab52e31151b625cc48fe 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ReferenceType.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/ReferenceType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Text.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Text.java index 16301a4a566de355ae9069e39dc1871d0c2d1c3f..098d8531a9ae0daec65aa1fd073911e870c9cfb0 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Text.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/Text.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterType.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterType.java index 18447a36efe5e3b80d218699b9d8c6c129d0f8ee..deb9f574d759de81c6bb753717ac9cf11eed4597 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterType.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/XPlanToEdit.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/XPlanToEdit.java index 0d981943f001e033cef97ad951e8beee1a849bf9..1b42b5560f327ab6e30aa8c00f8c53aa5324c315 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/XPlanToEdit.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/manager/web/shared/edit/XPlanToEdit.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/MapPreviewMetadata.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/MapPreviewMetadata.java index 516b4655c6fc0570bba081eea5cc42c95eca67c7..a7fbfbc5149e9e159b2d456ab8a29070bec40ee3 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/MapPreviewMetadata.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/MapPreviewMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ReportFormatType.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ReportFormatType.java index 7a79f180ee128205bb957382a95801d8e948f97d..1ae72804a5a6bbcc30b4af35b378683adf96df35 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ReportFormatType.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ReportFormatType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationOption.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationOption.java index f9066c5ce6039eeaaf08ec7eb1c117654af0456d..850b108c522c48dba4e104124845f9508ea93603 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationOption.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationOption.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationSettings.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationSettings.java index 7a3775edb1d019d6b61c1f1b89067fc0fb57fa89..6054b413d00fd6d8c70f0f5f47f7e82d240102b6 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationSettings.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationSettings.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationType.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationType.java index 75753597c8cd57a155ae05f897908cc8b98cf6bd..39db902c8ccf46decc034864322c0edef6e9583b 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationType.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/ValidationType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/XPlanEnvelope.java b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/XPlanEnvelope.java index d2eba10b5c740a8affcdb177be1f8f6b3e113e78..e88d5d9e14b07e216651dc031306b52dc406f588 100644 --- a/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/XPlanEnvelope.java +++ b/xplan-core/xplan-core-commons/src/main/java/de/latlon/xplan/validator/web/shared/XPlanEnvelope.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlFeatureWriter.java b/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlFeatureWriter.java index 592dc0910939054e5a3bdf88a20b9955ba64d1fa..020fd48b639e23743328c788043998da1f9734ec 100644 --- a/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlFeatureWriter.java +++ b/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlFeatureWriter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlWriter.java b/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlWriter.java index f982dd15672ed25aff95023635dfb19109e74d72..ca85d8b013909e07eee4a037abb62fac5e830c62 100644 --- a/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlWriter.java +++ b/xplan-core/xplan-core-commons/src/main/java/org/deegree/gml/XPlanGmlWriter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/commons/util/contentTypeChecker.properties b/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/commons/util/contentTypeChecker.properties index 9d871d8cabb9d4e0dd29f7fa6302015a70099a23..3b9924fca92cfdd48b4504f36f59ecca447aeefd 100644 --- a/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/commons/util/contentTypeChecker.properties +++ b/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/commons/util/contentTypeChecker.properties @@ -2,7 +2,7 @@ # #%L # xplan-commons - Commons Paket fuer XPlan Manager und XPlan Validator # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/manager/XPlanManagerCore.gwt.xml b/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/manager/XPlanManagerCore.gwt.xml index 06c57fdcefde308ee5ef2e1f2314385aafdfb08c..ade71a5a2c412203d25d118269cfea5668304ff3 100644 --- a/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/manager/XPlanManagerCore.gwt.xml +++ b/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/manager/XPlanManagerCore.gwt.xml @@ -3,7 +3,7 @@ #%L xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/validator/XPlanValidatorCore.gwt.xml b/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/validator/XPlanValidatorCore.gwt.xml index 228ce5683ad59c77e4ff59596222d1298aac50b5..2c7132e67b4e35c94e27b50953203c0422c2258f 100644 --- a/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/validator/XPlanValidatorCore.gwt.xml +++ b/xplan-core/xplan-core-commons/src/main/resources/de/latlon/xplan/validator/XPlanValidatorCore.gwt.xml @@ -3,7 +3,7 @@ #%L xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml b/xplan-core/xplan-core-commons/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml index 4c7fc8a599fb8dd79a285fc624f29a458adbaa16..efdc8c898cacb7da677022963ad966b948decd7e 100644 --- a/xplan-core/xplan-core-commons/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml +++ b/xplan-core/xplan-core-commons/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml @@ -3,7 +3,7 @@ #%L xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/XPlanFeatureCollectionTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/XPlanFeatureCollectionTest.java index ac41ff782fb3b1026ef8505e44b1386dd2366d8a..572c73c1d3fb2a60d8363a42f983658c0d13d50a 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/XPlanFeatureCollectionTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/XPlanFeatureCollectionTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/archive/XPlanArchiveCreatorTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/archive/XPlanArchiveCreatorTest.java index db823334e669486296e5869ea8544ead9ba16faa..58c4d8c1620c2138e2789f0df205b5bb5d1252af 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/archive/XPlanArchiveCreatorTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/archive/XPlanArchiveCreatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfigurationTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfigurationTest.java index 8e9ae257cfe9dc747527913240f16f43a19574bf..3b05422c1c0943c9291efc72c611b9245a0c4772 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfigurationTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SemanticConformityLinkConfigurationTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SortConfigurationTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SortConfigurationTest.java index 86ac91d12ba2eaf5bb1d3e5dadc2f5264eccaa7f..ca24331cd2d3c3e801b81b1fd037cf59f201a503 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SortConfigurationTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SortConfigurationTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoaderTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoaderTest.java index 6dd0ce02facb009fe00074473dc5c1f1a3c8f542..863681a424bc53cf2ca297c5bb7a3e8cb87fe246 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoaderTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/configuration/SystemPropertyPropertiesLoaderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulatorTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulatorTest.java index 7e6f117e3792fd6f7e0c18eb04b0da4b20e585cc..92ca6c096fd031fb13e9891c56d74d4247120dba 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulatorTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/FeatureCollectionManipulatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/OrientationFixerTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/OrientationFixerTest.java index b95552eb8881b2069ecdcd6652ca229f421bb938..1214fac05a94525b6c95da9fb711a06fdfdf887b 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/OrientationFixerTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/OrientationFixerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/ParameterizedXPlanGmlParserTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/ParameterizedXPlanGmlParserTest.java index b06c13f376169ef5d1a16cfa42371cc2c597b2f8..765e4c6b92855da2f90c98cdb0cc0185e299f06f 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/ParameterizedXPlanGmlParserTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/ParameterizedXPlanGmlParserTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/SortPropertyReaderTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/SortPropertyReaderTest.java index 86e3639f992549c27239e567f863f506bafc42f2..95797b50fb82ebde9574638ae6b51ff51ace6297 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/SortPropertyReaderTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/SortPropertyReaderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlExporterTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlExporterTest.java index 107e80a048f1c704e9a0556ef0ca79177e5a9b09..e9bc7a51013a85525d5af39bc2397289f504c098 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlExporterTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlExporterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlParserTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlParserTest.java index ed5c6ab07a28b2d7987532a6b014bb096b194706..6c487d249758a9c82ad5ed1e99b77e88b5c9e049 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlParserTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/feature/XPlanGmlParserTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/reference/ParameterizedExternalReferenceScannerTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/reference/ParameterizedExternalReferenceScannerTest.java index a44be87d58f13be7cfd661b59450db401c86e68b..c863cf1a300bb120361a0b6bc778dfed313eb759 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/reference/ParameterizedExternalReferenceScannerTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/reference/ParameterizedExternalReferenceScannerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/ContentTypeCheckerTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/ContentTypeCheckerTest.java index d8766c085b704d6e773dc58fdaf1742b0e3005c1..5280872049b4ecec7b4ba6c2e169852995a3c3b8 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/ContentTypeCheckerTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/ContentTypeCheckerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/FeatureCollectionUtilsTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/FeatureCollectionUtilsTest.java index 22aa6ff6e9a93062628a1b26b0ceef3b2e6c7bf4..aefa7e8a463f8b66fa096da10f8ce2ba08cb5f24 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/FeatureCollectionUtilsTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/FeatureCollectionUtilsTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/MimeTypeDetectorTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/MimeTypeDetectorTest.java index a53e51bc7dc8d893f693f63ee3cd945a42ce1372..65bff8c791b9b42f9b565da2884f1ef81b870ed0 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/MimeTypeDetectorTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/MimeTypeDetectorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/XPlanVersionUtilsTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/XPlanVersionUtilsTest.java index 2f4ed8c9a027a8ef6f6da83c9a5fce4df18a9f9f..9a1ac3ea246a248a49a03ebc9de0b5d32b8821cd 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/XPlanVersionUtilsTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/commons/util/XPlanVersionUtilsTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/PlanStatusTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/PlanStatusTest.java index aa1e12a91da11bf428d620214089db28b66abd71..78c02798095c8114a1ef664a4df02c25c4f911bd 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/PlanStatusTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/PlanStatusTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterTypeTest.java b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterTypeTest.java index 094116461b771c74fca775fd3685a13d8606eb6f..2668783abda111ef72c77d915b435b42901631fc 100644 --- a/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterTypeTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/de/latlon/xplan/manager/web/shared/edit/TextRechtscharacterTypeTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/java/org/deegree/gml/XPlanGmlFeatureWriterTest.java b/xplan-core/xplan-core-commons/src/test/java/org/deegree/gml/XPlanGmlFeatureWriterTest.java index be0f0862dc3dae247567961fe066b6c87e552fbd..f9c17b329f7eb07cc9c6de981ec9d09277748ac6 100644 --- a/xplan-core/xplan-core-commons/src/test/java/org/deegree/gml/XPlanGmlFeatureWriterTest.java +++ b/xplan-core/xplan-core-commons/src/test/java/org/deegree/gml/XPlanGmlFeatureWriterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-commons/src/test/resources/de/latlon/xplan/jts/MultiSurfaceWithCurve.xml b/xplan-core/xplan-core-commons/src/test/resources/de/latlon/xplan/jts/MultiSurfaceWithCurve.xml index c369a9435e0d4a5794edf11d54c7e5c692871ce6..02994ca81b2bf96b1d347de56e912fdc7a532b9a 100644 --- a/xplan-core/xplan-core-commons/src/test/resources/de/latlon/xplan/jts/MultiSurfaceWithCurve.xml +++ b/xplan-core/xplan-core-commons/src/test/resources/de/latlon/xplan/jts/MultiSurfaceWithCurve.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> +<!-- + #%L + xplan-core-commons - Commons Paket fuer XPlan Manager und XPlan Validator + %% + Copyright (C) 2008 - 2025 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% + --> + <gml:MultiSurface srsName="EPSG:25832" gml:id="GML_8b32800f-1ff7-4b9c-ab79-8fc8ae4b4600" xmlns:gml="http://www.opengis.net/gml/3.2"> <gml:surfaceMember> <gml:Polygon srsName="EPSG:25832" gml:id="GML_e6000682-a5be-4e2a-9c3c-5923fe69cfe4"> @@ -29,4 +50,4 @@ </gml:exterior> </gml:Polygon> </gml:surfaceMember> -</gml:MultiSurface> \ No newline at end of file +</gml:MultiSurface> diff --git a/xplan-core/xplan-core-gwt/pom.xml b/xplan-core/xplan-core-gwt/pom.xml index 3aa286acb0214676c25c6e00e8ddcf78260f4e85..f8679bd3f01a90e8b8f59fd8491698567780f80d 100644 --- a/xplan-core/xplan-core-gwt/pom.xml +++ b/xplan-core/xplan-core-gwt/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/PollingTextBox.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/PollingTextBox.java index 8bd3a60ce4e15dde96473aa10fcb5d0e71a9da68..333ebe5a29caccfe92886fcf79fc059328003074 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/PollingTextBox.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/PollingTextBox.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidationListener.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidationListener.java index d45ba8e36e37a07531e70c0fce02fbe9d6df3822..6d1840480bd1af4391cdaac805c5a100d2a90fcb 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidationListener.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidationListener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorOptionsDialog.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorOptionsDialog.java index a3e6c9fa8b724d63d7a0e730137d820443f46f70..751973529598c2d8adcd113eb99c3a9bc55c7a52 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorOptionsDialog.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorOptionsDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.java index ce10d7235eda5b82d9fcfe9ace4e40bcd915a54f..85265543f6d762663454d3a8c240d06a715f86b0 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/MasterportalMapPreviewDialog.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/MasterportalMapPreviewDialog.java index e1633411891ced07e7a0de546803cde2a069a16c..baec83e577e359337e8fd274a5114737bb1f7f58 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/MasterportalMapPreviewDialog.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/MasterportalMapPreviewDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDialog.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDialog.java index 29375ccf8a9479293d150b94a08c98779c21bed2..040e96adc10c47caf76518793afde1238c2257be 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDialog.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadFinishedListener.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadFinishedListener.java index 282aa5a7105d128e320ae2e4d7f2449eae7b69ca..51fdeef6632524408d546d6567b1dd20036aef55 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadFinishedListener.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadFinishedListener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadPanel.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadPanel.java index f920e3ee2c761a79b97595639f13b5ebd802185f..dc18bd24e4945005591c6772141f98d97001a9ac 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadPanel.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportDownloadPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportUrlBuilder.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportUrlBuilder.java index 40c3a462658cf3308dbee055f8edf6c04d294cec..da26e5cb6699b8ff1eef44081fae9f03290fd810 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportUrlBuilder.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/report/ReportUrlBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigService.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigService.java index 6ae5a112079e0b2f75cbf819002f7ba0a2663187..e55fec762d6f563f3964d92214eeb29988ed8251 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigService.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigService.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigServiceAsync.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigServiceAsync.java index 2f19e5c2bc8bbabf3d8d5ada4983a81aeb500ea6..35936d17a1f594fea56bef589e688d61f482498d 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigServiceAsync.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/MapPreviewConfigServiceAsync.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigService.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigService.java index f0133a8c3fac677397ddd3661b510a6668f7a30e..1fe1e1a1dcd32e3b89483d874a5a49e381761cbb 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigService.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigService.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigServiceAsync.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigServiceAsync.java index 631bfa9c1b67292aea9f7b7a791e3d5e2bc30487..0f8b5b50e46bc36f4c54db28775f5e88ba5427ac 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigServiceAsync.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationConfigServiceAsync.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationService.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationService.java index 2ff6a87394a038ab47f19cd09fd088923e4a1b96..5a4fecc75506bcf5205210b4d5519f444153167a 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationService.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationService.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationServiceAsync.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationServiceAsync.java index 2ecff5f1f3625aab3bb3b1e0301d05dd587edeeb..b62fc6545d38ae6bf8576b1be9f1b8c076800ddd 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationServiceAsync.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/client/service/ValidationServiceAsync.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/DefaultValidationConfigService.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/DefaultValidationConfigService.java index 264170712206ef111fa7c31c021b9a9c3c17cb69..30d9f997c832dd2ad08497dd7b5bca113e48a80f 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/DefaultValidationConfigService.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/DefaultValidationConfigService.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportController.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportController.java index 2e18b18139cde16bc90ec8b63c28e9c0bd25b3bd..021f8c7a0b9a39a57ce670aafa885ce54055b10f 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportController.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportController.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportProvider.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportProvider.java index ba91b2394e1a43e3d2d4938a9bf0cae952654efe..c333c3d17a1977837018445663dbda0adbe4acd9 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportProvider.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ReportProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ValidationUtils.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ValidationUtils.java index 33ad8c78eb31cfb84184f98d9598ba7824e2c848..8b5dbe7663bf82912a47569b5816106a5a30c88d 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ValidationUtils.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/server/service/ValidationUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/InvalidParameterException.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/InvalidParameterException.java index ef781122241464ae8dc1eca61bdda6fcb2149b1f..1230b123696b54f2500ebc57f21ce0d5cb74fa44 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/InvalidParameterException.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/InvalidParameterException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/MapPreviewException.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/MapPreviewException.java index 2b8440d26aad3776d915d83cd7c86dd1cfb8d359..c9f8562c93913ba86ba680d250d164ec0cfdc2d2 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/MapPreviewException.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/MapPreviewException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationConfig.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationConfig.java index 7770adaa1c4e550e396461d8640edc92db5c38e2..42bba47ea08fa613873316a114412d331391ab92 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationConfig.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationException.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationException.java index f08274a8fede6cdd3f4af918a95d15fbaf123d88..b7c13ad0cd5b2360befddde8010393e51b2470ac 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationException.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationProfile.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationProfile.java index 291205ae206a10b99a317e2f8b8e57ae5ad3f71c..b431445293579490827b928386850fa7138f6737 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationProfile.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationProfile.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationSummary.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationSummary.java index 5c458376077ef37eef9e4755c8cb7f339a51f40a..aebca4ae866a21ed671c324d075571ed5aefb17b 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationSummary.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/shared/ValidationSummary.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/CloseableDialogBox.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/CloseableDialogBox.java index 56bc368812a40f24fabd2637ec7696bb41305d3b..d42af1dffc510ff07c83c3be1666b6ce697edefb 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/CloseableDialogBox.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/CloseableDialogBox.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/DisengageableButtonCell.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/DisengageableButtonCell.java index 53a4293121b6fd453dc8c38b185e2e30a957036f..91f13defaf10f19f65be7ebd7c95f2c98e256cad 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/DisengageableButtonCell.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/DisengageableButtonCell.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.java b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.java index f5e2a20114f1e6d0cd8f2f85ac3f866b2994d98f..664ba36c26580fb8b86f73221916d0b67cae8185 100644 --- a/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.java +++ b/xplan-core/xplan-core-gwt/src/main/java/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.java @@ -2,7 +2,7 @@ * #%L * xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/XPlanCommons.gwt.xml b/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/XPlanCommons.gwt.xml index 0f97f26d36060fb7de7ac57323bd519a9710dd17..0945755f1b50b5dbb53bc40bd62b4cad1f781ddf 100644 --- a/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/XPlanCommons.gwt.xml +++ b/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/XPlanCommons.gwt.xml @@ -3,7 +3,7 @@ #%L xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.properties b/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.properties index f783c65919494e095e3a888c306831d4a00060c2..047f8344e345a159d4442e14597ddad75c014417 100644 --- a/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.properties +++ b/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/client/ValidatorWebCommonsMessages.properties @@ -2,7 +2,7 @@ # #%L # xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -60,4 +60,4 @@ validatingStatus=Validierung l\u00e4uft... mapPreviewOpenButton=Kartenvorschau \u00F6ffnen mapPreviewNotAvailableButton=Kartenvorschau nicht verf\u00FCgbar mapPreviewDialogTitle=Kartenvorschau f\u00fcr Plan "{0}" -openUserManual=Benutzerdokumentation \u00f6ffnen \ No newline at end of file +openUserManual=Benutzerdokumentation \u00f6ffnen diff --git a/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.properties b/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.properties index 082eac60886403a3658be0416c19a4502a1fff0c..5245aaf7791ed07f870cc9d8a7e0a0248c46a2c4 100644 --- a/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.properties +++ b/xplan-core/xplan-core-gwt/src/main/resources/de/latlon/xplanbox/core/gwt/commons/web/i18n/XPlanMessages.properties @@ -2,7 +2,7 @@ # #%L # xplan-core-gwt - Modul zur Gruppierung von GWT Komponenten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-inspireplu/pom.xml b/xplan-core/xplan-core-inspireplu/pom.xml index 508e754d152683c241e68222e26d36e028e16b1a..3615e00f6e644d6bfb6255e15c254610a94e23e2 100644 --- a/xplan-core/xplan-core-inspireplu/pom.xml +++ b/xplan-core/xplan-core-inspireplu/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/InspirePluTransformator.java b/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/InspirePluTransformator.java index 3387c329e76383e49705d6574799ad334a7c8072..ff63ea56800cac7aef019c09ad50409a5a9de416 100644 --- a/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/InspirePluTransformator.java +++ b/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/InspirePluTransformator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-inspireplu - Transformation XPlanGML nach INSPIRE PLU * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/hale/HaleCliInspirePluTransformator.java b/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/hale/HaleCliInspirePluTransformator.java index 8d23e11ced9a732069848dac17a707917cf8663e..8ad0166778141ba5c4b9d14e167ac9cc71b5f334 100644 --- a/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/hale/HaleCliInspirePluTransformator.java +++ b/xplan-core/xplan-core-inspireplu/src/main/java/de/latlon/xplan/inspire/plu/transformation/hale/HaleCliInspirePluTransformator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-inspireplu - Transformation XPlanGML nach INSPIRE PLU * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-inspireplu/src/test/java/de/latlon/xplan/inspire/plu/transformation/HaleCliInspirePluTransformatorTest.java b/xplan-core/xplan-core-inspireplu/src/test/java/de/latlon/xplan/inspire/plu/transformation/HaleCliInspirePluTransformatorTest.java index 6f78ea80369b70b5162e67b532a425d2a5f0f0e9..60eb6c1b2fbb7fbd6b3bf4285f45aa03628ea40b 100644 --- a/xplan-core/xplan-core-inspireplu/src/test/java/de/latlon/xplan/inspire/plu/transformation/HaleCliInspirePluTransformatorTest.java +++ b/xplan-core/xplan-core-inspireplu/src/test/java/de/latlon/xplan/inspire/plu/transformation/HaleCliInspirePluTransformatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-inspireplu - Transformation XPlanGML nach INSPIRE PLU * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/pom.xml b/xplan-core/xplan-core-job/pom.xml index 20b5da240582971465069aaa635b3bb2b36e03dd..7cdc7937d0aaae5060937c1a257b6df09019e60a 100644 --- a/xplan-core/xplan-core-job/pom.xml +++ b/xplan-core/xplan-core-job/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <artifactId>xplan-core-job</artifactId> diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/JobContext.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/JobContext.java index 25b38449864242e463eab9a764bd5e671d80db89..0ffe3a538ed9ebf731f25aea5227bd4eda99be84 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/JobContext.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/JobContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SchedulerJobFactory.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SchedulerJobFactory.java index 1caa95ac64eaa2c4bd0a9ba8387d4a73355a52cd..395eaff9d79c8df198f45be7488c0e8ceac53e5c 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SchedulerJobFactory.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SchedulerJobFactory.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SqlJobContext.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SqlJobContext.java index 9f1e02ebf5109e53ba568b873fa0999777e8f710..994ef1cd7fa992b3bbb38b510749f9c4b6c289a4 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SqlJobContext.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/config/SqlJobContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/exception/JobConfigException.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/exception/JobConfigException.java index adfd5bc5dab302546af6ce705978a9151d6a2349..1180349098b3610d1af880e1f2a6f08e672c4e46 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/exception/JobConfigException.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/exception/JobConfigException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlDeleteJob.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlDeleteJob.java index 97209d64406ff1ecd22585159af7614f3439ad28..1942c92e4bbd26d8e7835684b87dd32aa090b08a 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlDeleteJob.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlDeleteJob.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlImportJob.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlImportJob.java index f5ecf1f35264088087f38a2386294c40667f64af..ad2d268c763382b02891b17cf5b186943ecc47f5 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlImportJob.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/GmlImportJob.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/InsertedFids.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/InsertedFids.java index 9c53f3ef7b5d60dec6cf03a8fa121d12a3cd2359..9f5a3fd65096158afe7e7804445e2f15555ace60 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/InsertedFids.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/memory/InsertedFids.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/sql/SqlDeleteJob.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/sql/SqlDeleteJob.java index 0cfc59e75403ffdb81bd851f972f50cbd96b5ea0..0de63f3c9f2bb46e2a4d64fa8f16b2bf9d9a50b3 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/sql/SqlDeleteJob.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/sql/SqlDeleteJob.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/workspace/ValidatorWorkspaceWrapper.java b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/workspace/ValidatorWorkspaceWrapper.java index e527db76d52108dd795e87dcd8dc2b4772c9552d..3d924529909725c625daed9c460bdf89263150a5 100644 --- a/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/workspace/ValidatorWorkspaceWrapper.java +++ b/xplan-core/xplan-core-job/src/main/java/de/latlon/xplan/job/validator/workspace/ValidatorWorkspaceWrapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/main/resources/quartz.properties b/xplan-core/xplan-core-job/src/main/resources/quartz.properties index fcf4beee6d4333d79403d8ae5f06fd59c69729cd..2d974fabd664f8b68fbcec4d650ae2364360dc9d 100644 --- a/xplan-core/xplan-core-job/src/main/resources/quartz.properties +++ b/xplan-core/xplan-core-job/src/main/resources/quartz.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-wms - XPlanValidatorWMS # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-job/src/test/java/de/latlon/xplan/job/validator/config/SqlJobContextTest.java b/xplan-core/xplan-core-job/src/test/java/de/latlon/xplan/job/validator/config/SqlJobContextTest.java index 1253f42a4a6794e8ae1b3359db734f8e3701d938..aaf65ce1dcbdfe11eca84a0cadaab0e1a2647ab6 100644 --- a/xplan-core/xplan-core-job/src/test/java/de/latlon/xplan/job/validator/config/SqlJobContextTest.java +++ b/xplan-core/xplan-core-job/src/test/java/de/latlon/xplan/job/validator/config/SqlJobContextTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-job - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/pom.xml b/xplan-core/xplan-core-manager-db/pom.xml index 997e816aec297d8ebb65ba8e3805be40f1d3f266..af9ef1551792d0ce12ed30ca7e399c63439d8f28 100644 --- a/xplan-core/xplan-core-manager-db/pom.xml +++ b/xplan-core/xplan-core-manager-db/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/DatasourceWrapper.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/DatasourceWrapper.java index 6c48ceb1095fcad2ec80f1ea8f823af4334d6abd..82f5ee1a012f45a8d3eb8602fea19196b2fdd0f2 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/DatasourceWrapper.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/DatasourceWrapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/config/JpaContext.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/config/JpaContext.java index 12dcd392bd4f0b88d44d599cc4cb0b587b7bbd9f..167eaf1aad1ad8f7cca2adf25b5750d87f090fd3 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/config/JpaContext.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/config/JpaContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/converter/BBoxConverter.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/converter/BBoxConverter.java index 44e0ff01eb2abb8dbae2d754dfd53bd0cd50cbb1..0f79af96822be27bad99d69ac95840be79aea835 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/converter/BBoxConverter.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/converter/BBoxConverter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreEvent.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreEvent.java index 8d3d6aeee20cf20098accc4a8c6ef9b93991393a..bafaa80cdc6c1a98f6066631c9028f3f1d00f258 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreEvent.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreEvent.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreListener.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreListener.java index b66e9feac9f87fd1345d9ca75a2f4c47ba52795c..ea4f5b67f96d90ce4e90d3c54dd514acd4c674bb 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreListener.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/listener/CleanupSqlFeatureStoreListener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Artefact.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Artefact.java index 7ab8ce77c72412decc5169f017440cfff7a40888..72fe4cfb301dfc2c5e51447cc6ae5b23cebade3f 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Artefact.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Artefact.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactId.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactId.java index dfcccd3f9c72fe5964716f689ab8f0586810e423..eabc3dc360266f42927b8cb5346be9dcfcc48b6f 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactId.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactId.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactType.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactType.java index 8ce6672b9287d49ad89be07a0c80103d30430649..5181d11a93191217ae18f5bba0ca2dc02a1d8bed 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactType.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/ArtefactType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Bereich.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Bereich.java index 0b7f08d8e85a255a0f14fda16fc38b0f409dff03..ce977581d9a285040724fd8dde8bb550835462b2 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Bereich.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Bereich.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Feature.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Feature.java index e83ab49168703f5901b33edf521ab6cbe12bb876..10686157fadc7fc8a82543de13a72776e3c7ba8d 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Feature.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Feature.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Geltungsbereich.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Geltungsbereich.java index 01d7fe14b36f57db570567414c7ea6c0cc3b78fb..2d58c1288bb29e3c82b06cb9ecb792594f5d2a86 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Geltungsbereich.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Geltungsbereich.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.core.manager.db.model; import java.util.Objects; diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Gemeinde.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Gemeinde.java index 8202c801fd758dd5fc06332e730a5482ae2568ee..9ca753809c29a5ea2519f7889cf5b782f82c0001 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Gemeinde.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Gemeinde.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.core.manager.db.model; import java.util.Objects; diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Plan.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Plan.java index b12d41298a9cb0ff504ff081e13d87fce58ac263..b11577620dd467e4de301be3ccf0dcf802d79c16 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Plan.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/Plan.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/PlanwerkWmsMetadata.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/PlanwerkWmsMetadata.java index 046d923f5de725bdb0b8129995b9a3628dff2b92..a21b89a28903b129cbecf2eec9736426eca914db 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/PlanwerkWmsMetadata.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/model/PlanwerkWmsMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepository.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepository.java index 1e046fe331b7ab20763b3cdc1be0a74afda9f7c6..e6757e8a0b496e584b4e4dce7fcb0b6e1f14aa62 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepository.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepository.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepository.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepository.java index 3e68109375204ef5d895c361729428e3d5b34d9c..5995f53769a0569047d9d0d755c57f3be6962bc4 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepository.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepository.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanRepository.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanRepository.java index 93c24f5684389032be8b74686ff0331784d67787..ce0a2839959e559e67be4bb733abac7a1c3689f2 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanRepository.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanRepository.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepository.java b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepository.java index 520e4503b2b309c134b2c61b0d5f59eb884e2df2..33cb0b0c897913abcaaa9e30247991776beed3c3 100644 --- a/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepository.java +++ b/xplan-core/xplan-core-manager-db/src/main/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepository.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/HsqlJpaContext.java b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/HsqlJpaContext.java index e1de85c639eccf258b9274835ac5f7cf2b8c3e1a..3cbc618c0cfbf1f049bff37ec8bde619cb9fd521 100644 --- a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/HsqlJpaContext.java +++ b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/HsqlJpaContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/PostgisJpaContext.java b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/PostgisJpaContext.java index e3b84941a04886ac72663708eddef3c1ba577c96..5fccd488f76cc769bd9ff1054f6ee97ca20d1ee6 100644 --- a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/PostgisJpaContext.java +++ b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/config/PostgisJpaContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepositoryTest.java b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepositoryTest.java index 570e24797a2759cabaa2cad082dfefb2d950731f..fafd22b364bb4e148dcb2b3ca21696b80463b229 100644 --- a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepositoryTest.java +++ b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/ArtefactRepositoryTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepositoryTest.java b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepositoryTest.java index aa5d4845fdc9b2d2dc49291067cbf13eb238db85..6589bb9fb25c879fcba920ea8bc6ca64720e9af9 100644 --- a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepositoryTest.java +++ b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/GeltungsbereichRepositoryTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanRepositoryTest.java b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanRepositoryTest.java index 645706ef057260e63631ddce70966da68744f588..f83479a05a84974c563a63f14d218166a047aff3 100644 --- a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanRepositoryTest.java +++ b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanRepositoryTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepositoryTest.java b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepositoryTest.java index 23ffb45c668505dfc4d688c36139beb79c25f59a..bddf49145baa97d64cae715366d88502f5bcdf6b 100644 --- a/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepositoryTest.java +++ b/xplan-core/xplan-core-manager-db/src/test/java/de/latlon/xplan/core/manager/db/repository/PlanwerkWmsMetadataRepositoryTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-db - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/resources/create-geltungsbereich-test.sql b/xplan-core/xplan-core-manager-db/src/test/resources/create-geltungsbereich-test.sql index 69fd1067a02e13672487b1453578d8df23e62ec0..525f130d14125c488e723f819d38102b94737529 100644 --- a/xplan-core/xplan-core-manager-db/src/test/resources/create-geltungsbereich-test.sql +++ b/xplan-core/xplan-core-manager-db/src/test/resources/create-geltungsbereich-test.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-core-manager-db - Modul zur Gruppierung der Kernmodule -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/resources/create-schema.sql b/xplan-core/xplan-core-manager-db/src/test/resources/create-schema.sql index 707909095a4df067a98ba2d139e48df592e56c36..e4c857104c622db3606fd1ad66b92655bdba6b66 100644 --- a/xplan-core/xplan-core-manager-db/src/test/resources/create-schema.sql +++ b/xplan-core/xplan-core-manager-db/src/test/resources/create-schema.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-core-manager-db - Modul zur Gruppierung der Kernmodule -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/resources/jpa-hsql.properties b/xplan-core/xplan-core-manager-db/src/test/resources/jpa-hsql.properties index 954932c00059cc87c4ef9e5efa3e05f3d1b6daa7..b1f7a42a49fe2c38a4ffb7bc0aaaf4790e602be2 100644 --- a/xplan-core/xplan-core-manager-db/src/test/resources/jpa-hsql.properties +++ b/xplan-core/xplan-core-manager-db/src/test/resources/jpa-hsql.properties @@ -2,7 +2,7 @@ # #%L # xplan-core-manager-db - Modul zur Gruppierung der Kernmodule # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/resources/jpa-postgis.properties b/xplan-core/xplan-core-manager-db/src/test/resources/jpa-postgis.properties index 5ad5d7545c72c5743caa91379316f053c77cc6d4..d5763bed4cdafe4a59cc52d2ef717c943c15ae7e 100644 --- a/xplan-core/xplan-core-manager-db/src/test/resources/jpa-postgis.properties +++ b/xplan-core/xplan-core-manager-db/src/test/resources/jpa-postgis.properties @@ -2,7 +2,7 @@ # #%L # xplan-core-manager-db - Modul zur Gruppierung der Kernmodule # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-db/src/test/resources/log4j2.properties b/xplan-core/xplan-core-manager-db/src/test/resources/log4j2.properties index 9c356c978c5583df483ad8e1a5964ff06af9f0f3..3ff48615c10118136920d38fbc2acc1bf97365b8 100644 --- a/xplan-core/xplan-core-manager-db/src/test/resources/log4j2.properties +++ b/xplan-core/xplan-core-manager-db/src/test/resources/log4j2.properties @@ -2,7 +2,7 @@ # #%L # xplan-core-manager-db - Modul zur Gruppierung der Kernmodule # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-deegree/pom.xml b/xplan-core/xplan-core-manager-deegree/pom.xml index 7d3042abc61714472b6784bbf8e0c07513c4e352..4dc1e99acc547bb0a5dca36789148256dc710d8f 100644 --- a/xplan-core/xplan-core-manager-deegree/pom.xml +++ b/xplan-core/xplan-core-manager-deegree/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProvider.java b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProvider.java index bb2828e00e4b3183d8d5566b7b984b44217cd4cb..e053baa00f44f67b1bc4031e7b274aab33ed8b7e 100644 --- a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProvider.java +++ b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-deegree - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderBuilder.java b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderBuilder.java index aa138120192e1de3164b29018cdaeee27f7e297c..3298b10de10679b0f611284a4c261892541947f9 100644 --- a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderBuilder.java +++ b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-deegree - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderMetadata.java b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderMetadata.java index 4d5ee327d4f376a5c565835f921492eebaa85266..090af3dc65829d86c17bc8e6415e313b97508c53 100644 --- a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderMetadata.java +++ b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-deegree - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderProvider.java b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderProvider.java index 9cb8da9d498558afad701cc0c1b4be45b38b96c9..db48f8348541b612524ada5c0305a687b419cd2a 100644 --- a/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderProvider.java +++ b/xplan-core/xplan-core-manager-deegree/src/main/java/de/latlon/xplan/core/manager/deegree/jpa/JpaConnectionProviderProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager-deegree - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager-deegree/src/main/resources/META-INF/schemas/connectionprovider/jpa/datasource.xsd b/xplan-core/xplan-core-manager-deegree/src/main/resources/META-INF/schemas/connectionprovider/jpa/datasource.xsd index 2ca87ceeba01fa47af14222a0c75a5ea2718c7de..d1051965ce0ff3274f814c6fd9fba6b32691e110 100644 --- a/xplan-core/xplan-core-manager-deegree/src/main/resources/META-INF/schemas/connectionprovider/jpa/datasource.xsd +++ b/xplan-core/xplan-core-manager-deegree/src/main/resources/META-INF/schemas/connectionprovider/jpa/datasource.xsd @@ -3,7 +3,7 @@ #%L xplan-core-manager-deegree - Modul zur Gruppierung der Kernmodule %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/LICENSE_UNKNOWN.txt b/xplan-core/xplan-core-manager/LICENSE_UNKNOWN.txt index ecd3545da2e65366f7b29605bd294136c20f651d..3e41d7d1b5a2f9df430ddd16758344fb43329223 100644 --- a/xplan-core/xplan-core-manager/LICENSE_UNKNOWN.txt +++ b/xplan-core/xplan-core-manager/LICENSE_UNKNOWN.txt @@ -15,6 +15,7 @@ Inhalt des Verzeichnisses src/test/resources: │  │  ├── xplan41 │  │  │  ├── Eidelstedt_4_V4-Blankenese.gml │  │  │  ├── V4_1_ID_103.gml +│  │  │  ├── V4_1_ID_103_incompleteRefText.gml │  │  │  ├── V4_1_ID_103_references.gml │  │  │  └── V4_1_ID_103_texts.gml │  │  ├── xplan50 @@ -28,19 +29,8 @@ Inhalt des Verzeichnisses src/test/resources: │  │  │  └── BPlan_ohneBereich.gml │  │  └── xplan54 │  │  └── BPlan002_5-4.gml -│  ├── metadata -│  │  └── iso-service-metadata-example-template.xml -│  └── wmsconfig -│  └── raster -│  └── evaluation -│  ├── dem30_geotiff_tiled_epsg4326.tiff -│  ├── dem30_geotiff_tiled.tiff -│  ├── dem30.tiff -│  ├── dem30.wld -│  ├── png_25833.png -│  ├── png_25833.png.aux.xml -│  ├── png_nocrs.png -│  └── test.txt +│  └── metadata +│  └── iso-service-metadata-example-template.xml ├── log4j2-test.yaml ├── s3Mock.properties └── testdata diff --git a/xplan-core/xplan-core-manager/pom.xml b/xplan-core/xplan-core-manager/pom.xml index 0a465dd9655bfc8a6e2053b9ff4e8d0722a4ee7e..7ea89108e9f8293d2264650a02deb7d0650d5520 100644 --- a/xplan-core/xplan-core-manager/pom.xml +++ b/xplan-core/xplan-core-manager/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-core-manager</artifactId> <packaging>jar</packaging> @@ -9,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> @@ -176,7 +175,7 @@ <dependency> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core-manager-deegree</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/CrsUtils.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/CrsUtils.java index 10b2bc456a46f41f627c97c74434f111c000c95b..21806eb466506cee878ec76791e1284e6fa6cc37 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/CrsUtils.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/CrsUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/XPlanManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/XPlanManager.java index 7ce5dc23592cce68fe92af4674a8669743bd8e0f..cf0b4f0c9ecd8cdcd45272c9843cd459ad755166 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/XPlanManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/XPlanManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ConfigurationException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ConfigurationException.java index f8c948f3370f81b00ee362c6c9c7313b1ba746b3..d471fe6862ae8859f1e1b7c48a0110dc61d34c8b 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ConfigurationException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ConfigurationException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/CoupledResourceConfiguration.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/CoupledResourceConfiguration.java index 5d8e8c89fa3a1a9a592b81160424a886747c1da3..a9ec87533096eb5265d574232c80b36c1d00ce5c 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/CoupledResourceConfiguration.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/CoupledResourceConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ManagerConfiguration.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ManagerConfiguration.java index fc0f14053c9e408328f913d2abcdadad61d3ebd6..bc3eabafa7d45472ad7bc448e0babaf26d1f7b43 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ManagerConfiguration.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/configuration/ManagerConfiguration.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/AmbiguousBereichNummernException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/AmbiguousBereichNummernException.java index c821068c7f9d6e6a69e6c5893f0f6b8cf905b87f..99bb1afa734e765f7a8bcb681f8552de72ef6a1d 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/AmbiguousBereichNummernException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/AmbiguousBereichNummernException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/DatabaseUtils.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/DatabaseUtils.java index 6cebb485de3634fd982e26ca3643d746f8b8bad0..3149ecf1c547c711a678361b748e16b411b91884 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/DatabaseUtils.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/DatabaseUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/ManagerWorkspaceWrapper.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/ManagerWorkspaceWrapper.java index 079660c109d1c85d39b6aed460d6754969d4914c..1b75f840e6f59788fcbc80d0df22f641f3ade0be 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/ManagerWorkspaceWrapper.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/ManagerWorkspaceWrapper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/PlanNotFoundException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/PlanNotFoundException.java index f568c4bc2d4d9a0826c4fe9915ca2bfa810ecfa7..403e5427353fdf7d7045da81d0c64cec388b4966 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/PlanNotFoundException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/PlanNotFoundException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDao.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDao.java index fc45108df3f9bcdc37a5ef2341a5010cde4a230b..fc65b6889bbba379087551dcab3c6973ae7f5a88 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDao.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDao.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDbAdapter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDbAdapter.java index ff5ad9341c758836171d9a9c003f154ce4796a5c..b5ca079b768ae4525b2336a6a35aa317758fbe92 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDbAdapter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanDbAdapter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanInspirePluAdapter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanInspirePluAdapter.java index 0f6a9ade97affc801b60bf0a6ec123239905a3fc..f583dc545b8d26731968db437768a4c28931545c 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanInspirePluAdapter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanInspirePluAdapter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanManagerDao.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanManagerDao.java index c55a0e233a47a4c8cf136548a88cc28143472a36..fd84b362a3fc227654924e0a31bf295eef7412c2 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanManagerDao.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanManagerDao.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanSynWfsAdapter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanSynWfsAdapter.java index 3af3a2b93bc7a1085ebffec7bdc398ce25d975d6..dea78a433da478a46a6bc7f113ec64a2a78fa71c 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanSynWfsAdapter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanSynWfsAdapter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanVersionAndPlanStatus.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanVersionAndPlanStatus.java index 7f88d33fcb8299dd3cf98cc12d411ce8b8b1e1c2..171f261d2cbc30722d62286da2e8173212acdda1 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanVersionAndPlanStatus.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanVersionAndPlanStatus.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanWfsAdapter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanWfsAdapter.java index 6d2784f86eaaf775c705b1804b472c02197d4e11..76f8bf34558028f3bc508b41ac59cf43051a161f 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanWfsAdapter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/database/XPlanWfsAdapter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/DocumentStorage.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/DocumentStorage.java index 906d8149351c87217e9cd4093901698c773338cd..435a41ff368b00f3f7130c970dd47f7f0bcd9cb4 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/DocumentStorage.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/DocumentStorage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/XPlanDocumentManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/XPlanDocumentManager.java index 1764ae100f5744991ce8a2614a5c6457a8cf9c37..12ee96cc3e7fa310cc97d6ac2ccd54ab4ec4fd2e 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/XPlanDocumentManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/XPlanDocumentManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/config/AmazonS3DocumentStorageContext.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/config/AmazonS3DocumentStorageContext.java index f602bd7ca21d72bd5c2c62b20607c23b5b372f8a..8e36037cbdef35cd9f2dc29198f646a4f4e40cac 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/config/AmazonS3DocumentStorageContext.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/config/AmazonS3DocumentStorageContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/s3/S3DocumentStorage.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/s3/S3DocumentStorage.java index 318db1a9ce3c387014e19af1eca92b48935d0051..91ae70d8dc133e236503154cff3c7b94e63fc1e0 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/s3/S3DocumentStorage.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/document/s3/S3DocumentStorage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ArtefactType.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ArtefactType.java index 0c1966aee55c1ca5334a3ec24573098c5b8bbaa3..7741b7cc49460c628800ba8e2fc9c7204e19304f 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ArtefactType.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ArtefactType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditException.java index 6c4230e3af2fdd246a803408917ba9d943e2749c..cedba66006579f2bc4b00a22b1ec0dc9df2457ea 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditType.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditType.java index a72e8ba9dca5fc66d9a081787ad08f53abea8c41..3831b12f1c2f49dacc180dcfe2a91501eef3abb4 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditType.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefact.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefact.java index 625fb8d502969f7f788fc1ac2cf6eb9671713e17..f784a74f0b41c2c646f5d28eddbf58ce5c772821 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefact.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefact.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefacts.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefacts.java index 708ebac63df04d8fbd4314d27d079afcd4f4f819..008b1e7ee837590782af3adcb75c4faa8d0ed6dd 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefacts.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/EditedArtefacts.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ExternalReferenceUtils.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ExternalReferenceUtils.java index f147dbfa60b70871f5055e5fd13884cc2ae9c308..494316ce2065ad31cc61589a377bbb34937b45d5 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ExternalReferenceUtils.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/ExternalReferenceUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/RasterReference.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/RasterReference.java index fb091654ed425f5c55e3911d87cc7ee6b0be3941..0c42ef161dfba52f57c051fd182366c674a7d3d7 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/RasterReference.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/RasterReference.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanManipulator.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanManipulator.java index c306fd191b2d849b0c9528b0efcad23c35de1c81..5a5d176732b894b4174991fce7c43a6ad8f525e2 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanManipulator.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanManipulator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanToEditFactory.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanToEditFactory.java index 147ebcb9b36d3bd53e46c9ae2c05e98966a5f49b..e159ce728018d8a8d57ec6c3462c5a3e821374f0 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanToEditFactory.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/edit/XPlanToEditFactory.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanArtefactExporter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanArtefactExporter.java index fd75bd6e11d8fcda0f99ddee44e1a6eb436afa41..76701d8305f1f1339896d55b38b5d945cb62e1d9 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanArtefactExporter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanArtefactExporter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanExportException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanExportException.java index 99614112646a55a0a0d058308c1ace6e60ed06a2..33d7730310fdbe346073bd2591374864789d6dbb 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanExportException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/export/XPlanExportException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublishException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublishException.java index 7ce06afc386079234c100a6e7304f9220e06dda9..a369b4490114004654db4dd43edb0c90babf7266 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublishException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublishException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublisher.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublisher.java index 23b47999f1c9c8cbfcb2ca1de4b4e2c54b5a631f..334dc550ed67057c30d554f247aa93da561a9546 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublisher.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/inspireplu/InspirePluPublisher.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/log/SystemLog.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/log/SystemLog.java index 58dd9f38724657bd4fd87c29531b7bffba5c98a0..ba71f38ce2da71f364acf19586b6e01bf5c3d729 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/log/SystemLog.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/log/SystemLog.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/DataServiceCouplingException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/DataServiceCouplingException.java index c6dec2e8b3a25490a4e97cf566f91753f1f65453..6fe9cdb6bd1dbbdfa4f855a5e57f7dc30159fdbf 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/DataServiceCouplingException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/DataServiceCouplingException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandler.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandler.java index e47795f3e3f141ea2fc7142acaaba2fe7780ef71..91db8dcb2e5340dfcd7d9b98e4229086457c5728 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandler.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriter.java index 6c1039ac30cdabe248d5af884bcc81cbd25120eb..3674466a6daadf201e787619636253eeb4fb85df 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/TemplateXmlStreamWriterFilter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/TemplateXmlStreamWriterFilter.java index 70963664fd7e6faca63d4ab269f7260732d21dde..7a158691a701e8a6e5dd041f35f127671e31818b 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/TemplateXmlStreamWriterFilter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/TemplateXmlStreamWriterFilter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilter.java index ed470866ed531e61d316e101c14f8896173e4c7b..811e4c7d576e79d47252c5978879daf542b5ccec 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-manager - XPlan Manager Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -48,4 +68,4 @@ public interface XMLStreamWriterFilter extends XMLStreamWriter { public XMLStreamWriter getDelegate(); -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilterBase.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilterBase.java index d04ad5b55e1bd4f8d1b1cdfdaece31705eaf7ded..1b0b9686f32909cb9c81318ca7a5144a7a139511 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilterBase.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/XMLStreamWriterFilterBase.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-manager - XPlan Manager Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -190,4 +210,4 @@ public abstract class XMLStreamWriterFilterBase implements XMLStreamWriterFilter */ protected abstract String xmlData(String value); -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/CswClient.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/CswClient.java index edc2c631ab764d6e9cf39d677ba3db12b36e65c7..62271790734c699d3d6ae2beccbffc7b6d09f1ef 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/CswClient.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/CswClient.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/PlanRecordMetadata.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/PlanRecordMetadata.java index 1416ce42a98c83c4773a2de14384e8b548b94be3..a66c33d471295f1621dddf57f4d3a0ee7d735491 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/PlanRecordMetadata.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/metadata/csw/PlanRecordMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadata.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadata.java index 8aab9990dd8d92dc379c6b23274598ebc2225ad8..0f00b22ccada0d6b2c5d3ce14501bc4175546cf0 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadata.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilder.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilder.java index 7de30518e6af295c5278fd8c1e9723c3b9f84463..1084d1b80cc1a96c0d4ba10b6e09cbb7c2d6abbb 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilder.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageCleanUpManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageCleanUpManager.java index 2b0278093e5a8cea54dd78af4f78157ac39cb3a1..708219f710bc525de839573be830ddcd34d9f5af 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageCleanUpManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageCleanUpManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageEvent.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageEvent.java index e81d45b641eae96d09087c84a3ec6216e69601c1..1ef009baf33cdd4d35e94441ec8296a266f3939f 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageEvent.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/StorageEvent.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManager.java index 73673267d2b0bc64e52e6b210cc460185ad57229..5b12362b2abf2edb511e5c1beb5134576a02d4a4 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TransactionalContext.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TransactionalContext.java index aaebe5691d91a748aee1d6bfc8fb4c28867bd7ac..03cce2384c9dd4aad9e690988047339260dd8ebd 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TransactionalContext.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TransactionalContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/listener/S3TransactionListener.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/listener/S3TransactionListener.java index 23991e535b110f3f9485debbe09360a72656f66e..de863f2e3b2dfa4ba32bcc7fd8f3e597637235af 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/listener/S3TransactionListener.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/storage/s3/listener/S3TransactionListener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/AttachmentUrlHandler.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/AttachmentUrlHandler.java index 28d4a2d9f4f0a7ef5a67d33a326da4557a09dfa3..07c6e99c26a5e4ff6bfba0f131cf6b5ce55e358e 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/AttachmentUrlHandler.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/AttachmentUrlHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/PlanImportData.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/PlanImportData.java index 2b3d933d0f8b1f72ee3ef0647fcae068c062e721..3b7f38565879ab82196dcad7cd96a194a2422947 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/PlanImportData.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/PlanImportData.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/TransactionUtils.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/TransactionUtils.java index c3bf47922945f9600b4c6a997e6b2a9cbad24440..eda442b8655666ffbfc3dcfc4a12ad10c2402ccb 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/TransactionUtils.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/TransactionUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/UnsupportPlanException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/UnsupportPlanException.java index 2c023d359a0e1b541a7571e4b19abe8c921c54a4..ca6d6b00bd9b98957f935b8e16f9997d0eadd67e 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/UnsupportPlanException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/UnsupportPlanException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanDeleteManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanDeleteManager.java index e88f2da24f8a4d7dc4900371e1fb95a6715d149c..85558737c49e05f1d1efc0f3d826e12f67e45cd3 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanDeleteManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanDeleteManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanEditManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanEditManager.java index 86ecdd19f9ce0a70c3552487c98d441335786268..c9bc6c16efb92e84c53cc7e06e052b36ee3eb740 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanEditManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanEditManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanInsertManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanInsertManager.java index e86b15c0fed522bd17e8fb14e423281ef1718ff8..44a56805fc3e2a96cabdf6d0273246c3ae2c5792 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanInsertManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanInsertManager.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanTransactionManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanTransactionManager.java index 299e0271476b084d66d365d6c4d1cb3691e51649..409afc9e4a27e201e841ae1246b53bb31d1ddf57 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanTransactionManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/XPlanTransactionManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanDeleteService.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanDeleteService.java index 93282c6cd889dce6c7726f7b92af74560cc19c62..d7cf701c1312635357a38a0ffb6fc8d75ad1fd76 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanDeleteService.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanDeleteService.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanEditService.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanEditService.java index 1b86828c46a2472ccd60564a21128688fd843475..561c4b2822f9e49f6a57c232ab15657824afb145 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanEditService.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanEditService.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanInsertService.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanInsertService.java index 41cc2a7f5cb80043878471fd5d860eae0fa7dd1f..f7d05077c0b456f52fc4b83f4f17a9420e2ced76 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanInsertService.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transaction/service/XPlanInsertService.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/HaleXplan41ToXplan51Transformer.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/HaleXplan41ToXplan51Transformer.java index fe4c9deddcfc2365035627cf9e3fad1cca50835f..9958e706ee4e466d3a324b387268e3eb3f06081e 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/HaleXplan41ToXplan51Transformer.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/HaleXplan41ToXplan51Transformer.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/TransformationResult.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/TransformationResult.java index 6294fb7bd8d18024a77cc6bbf46987c343134eaa..dfe08589657b658b9e51086993d61df6e7ba124b 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/TransformationResult.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/TransformationResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/XPlanGmlTransformer.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/XPlanGmlTransformer.java index 556251284c008498cf022d3d7a1a6ba8ee0e99fe..10f623a2324b5f8c371390a5302b6e37fbd25a4a 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/XPlanGmlTransformer.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/transformation/XPlanGmlTransformer.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorter.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorter.java index 2b8f597d1a951b4e9a295818a997500488ae6374..26ec2cffba1f30f7c4d550666168a15e5b1fe74e 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorter.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/XPlanRasterManager.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/XPlanRasterManager.java index b6c05db0828d6052e32b0534a6507910f6e6554c..f58be46265e24495b76a71277eccba6ce3b9d328 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/XPlanRasterManager.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/XPlanRasterManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/RasterStorage.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/RasterStorage.java index 420216fc4521610b6c43046e41c83300bdedfd51..21882c1dfe042f13cde24d772969f2634287b861 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/RasterStorage.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/RasterStorage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorage.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorage.java index 2414e71ccff2f9fe4a64dd29704c231dccd1c2d1..3466cb120c573f9487d0b75e0530a8c49de33897 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorage.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/config/AmazonS3RasterStorageContext.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/config/AmazonS3RasterStorageContext.java index 78230ae7a34481c67acf0eccea1c20320b3b7da1..8d35767ff076510adedc86eb8e2fc34ee21b121d 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/config/AmazonS3RasterStorageContext.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/config/AmazonS3RasterStorageContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceException.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceException.java index 0224fa697bc22f368ce73fb3b94f40de8851f3e9..5f0ae03c9fd183a1a2cb748bef88c1ea92b79494 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceException.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloader.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloader.java index e324f6d40ba9bb82afb879fa96d49b99c88ba8fc..7518b94ab2ce3c51152acc74e5a904df91b40bef 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloader.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloader.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderConfiguration.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderConfiguration.java index 45fc8d17bd74b21b61aa5d3c8a3400e3e60f0092..24d981195c718394cab01965702e0ef5994d4eb8 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderConfiguration.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceUtils.java b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceUtils.java index d03b538df606a32999914725c7ad004d12e53c8c..ba33def5f52c67f0504e513ead6c62579fe455ae 100644 --- a/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceUtils.java +++ b/xplan-core/xplan-core-manager/src/main/java/de/latlon/xplan/manager/workspace/WorkspaceUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/main/resources/de/latlon/xplan/manager/configuration/managerConfiguration.properties b/xplan-core/xplan-core-manager/src/main/resources/de/latlon/xplan/manager/configuration/managerConfiguration.properties index 7f48091ed75c408255b11b73bcb6e5713bf8fbfc..5a77af4a861ce7718794cb4ec1b77ae2b4e7a483 100644 --- a/xplan-core/xplan-core-manager/src/main/resources/de/latlon/xplan/manager/configuration/managerConfiguration.properties +++ b/xplan-core/xplan-core-manager/src/main/resources/de/latlon/xplan/manager/configuration/managerConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-core - XPlan Manager Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/XPlanManagerTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/XPlanManagerTest.java index bc529ef56fedc9849a7d72863f8e6cfd946778af..baf67f80369428a8e65a1aa4743ff346ac08dc55 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/XPlanManagerTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/XPlanManagerTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/configuration/ManagerConfigurationTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/configuration/ManagerConfigurationTest.java index 9ac736874e056b76c3ac597c92d66d4410a6e87e..8f3ef721cf1884bd5334f058bf95c80df64ddd7e 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/configuration/ManagerConfigurationTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/configuration/ManagerConfigurationTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/XPlanDocumentManagerTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/XPlanDocumentManagerTest.java index a5c153fb07c9c0f4a59526fbc59e7f191e5ae972..5d48ea569b22cb081717ca90be2ad9357e7b7e2a 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/XPlanDocumentManagerTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/XPlanDocumentManagerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/s3/S3DocumentStorageIT.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/s3/S3DocumentStorageIT.java index f9188d80d965e0536ca42ff2f66569c07eceb544..41964afc48ec1e7379583d17b6b8736b003e8466 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/s3/S3DocumentStorageIT.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/document/s3/S3DocumentStorageIT.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/ExternalReferenceUtilsTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/ExternalReferenceUtilsTest.java index 5bc361fc7ef49b293c6c8a666e66c48b23a717ef..40312c91bc59ad51dc354b2bee6703aff1fe549a 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/ExternalReferenceUtilsTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/ExternalReferenceUtilsTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanManipulatorTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanManipulatorTest.java index a9a2e79f6dd4158513d2c3fa7a5d07c37be998f2..d667631fd6083912170392d229de9563104f8ada 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanManipulatorTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanManipulatorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanToEditFactoryTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanToEditFactoryTest.java index 597e72921b26546e8154752e327417d1ed41856b..966ff63f0aad63013df845481436f37c1304743e 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanToEditFactoryTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/edit/XPlanToEditFactoryTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/export/XPlanArtefactExporterTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/export/XPlanArtefactExporterTest.java index 7754ade860aa42e68ef869c6ca06278fb5cbb592..2bd0f4f9538e7c8069f9b0ce772b7e437cc74c02 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/export/XPlanArtefactExporterTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/export/XPlanArtefactExporterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandlerTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandlerTest.java index d29810d5a5229382ad9588fdaca4300503c1900a..7c6cd940ce23fb3aa8bc15b481170d4e71bf8006 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandlerTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/MetadataCouplingHandlerTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriterTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriterTest.java index eada663912db4745de4b94ae7086c340a89aef6f..f86ab0d0afd8462c2beab98d06494f4a1b08971a 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriterTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/ServiceMetadataDocumentWriterTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/csw/CswClientTestManual.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/csw/CswClientTestManual.java index 8f7ff089171c72f07895e854130bebb30b87c6d1..f8726be2b036b14a19e4739bda9679365846fe4e 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/csw/CswClientTestManual.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/metadata/csw/CswClientTestManual.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilderTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilderTest.java index c82609e8f5aefccbafb3b97cb0eb7c18b4a8e7e0..ed3e1e2d4f8966ce9e6de2e73e2b2d89cf4bc7be 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilderTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/planwerkwms/PlanwerkServiceMetadataBuilderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManagerTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManagerTest.java index 3c627f20d25d2d64fccc31d993b2378dca4d91d7..9caecd3db654d699bb3fabab50425a3efa9fc547 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManagerTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageCleanUpManagerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageTestManual.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageTestManual.java index 3fafe25914fad8a790820ebf887587129594cdf9..fb8658f4a99485ec484cf4bd1a06efbf76a87188 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageTestManual.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/S3StorageTestManual.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TestContext.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TestContext.java index e475b0a31f8a4df0c4f373f5ab820644d960ba71..53a71759087c604198f7674aee798e0376c3a7b2 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TestContext.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/AmazonS3TestContext.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/S3StorageTestContext.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/S3StorageTestContext.java index 37b74435b6babc47761b72bbc29a7852719e6171..cfbc7127d40ed5d1206ff2d24293684ed962d9c9 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/S3StorageTestContext.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/storage/s3/config/S3StorageTestContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/transaction/attachment/AttachmentUrlHandlerTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/transaction/attachment/AttachmentUrlHandlerTest.java index eb5cb4b8e6c260cdde94ba2a55c0b9c5185dd56f..616e953088ec38a9f3c508a498fe600477b1c54a 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/transaction/attachment/AttachmentUrlHandlerTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/transaction/attachment/AttachmentUrlHandlerTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorterTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorterTest.java index b65d4125c711362d9524a179ed2eeb98300ff684..9b35349c3d9900612bdbfd9e2b85ecd072553386 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorterTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/RasterConfigurationSorterTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTest.java index e26f9c4504e4ef3b47ae6fb37af3f30cdd3a34e3..c4b52373d7af2bfd80f0923ceb0c70dc1d3ada6c 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTestManual.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTestManual.java index 9b6b3f457fcbf05bf857b74b562dc05551d7cf40..e8fb6b114c20a822e3f9053613e40185ee7e4c22 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTestManual.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/wmsconfig/raster/storage/s3/S3RasterStorageTestManual.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderTest.java index 032eb762230537605e81b7a57080ab43a09d8de9..8a0d3ca24259a3b35dc7248094d14dee2a2170d6 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceReloaderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceUtilsTest.java b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceUtilsTest.java index 396c9f5804157a3cbc4e5a8b1b99eeb31d704b94..4cd453c6fffd01bbd35d33d9570cc3619ed3c9cb 100644 --- a/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceUtilsTest.java +++ b/xplan-core/xplan-core-manager/src/test/java/de/latlon/xplan/manager/workspace/WorkspaceUtilsTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/resources/de/latlon/xplan/manager/metadata/iso-service-metadata-example-template.xml b/xplan-core/xplan-core-manager/src/test/resources/de/latlon/xplan/manager/metadata/iso-service-metadata-example-template.xml index 6610e3dcd5dcbd86cd30aee1379171a8359228e8..ec10f3090f603a63aa09fd1495dceb7d84441148 100644 --- a/xplan-core/xplan-core-manager/src/test/resources/de/latlon/xplan/manager/metadata/iso-service-metadata-example-template.xml +++ b/xplan-core/xplan-core-manager/src/test/resources/de/latlon/xplan/manager/metadata/iso-service-metadata-example-template.xml @@ -3,7 +3,7 @@ #%L xplan-core-manager - XPlan Manager Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/resources/log4j2-test.yaml b/xplan-core/xplan-core-manager/src/test/resources/log4j2-test.yaml index e881dab11792933426e9910201006a0cefe75581..0078d71725df7e3bdef26c1d5ff4845212e7fdf5 100644 --- a/xplan-core/xplan-core-manager/src/test/resources/log4j2-test.yaml +++ b/xplan-core/xplan-core-manager/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-manager - XPlan Manager Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-manager/src/test/resources/s3Mock.properties b/xplan-core/xplan-core-manager/src/test/resources/s3Mock.properties index 419aaa99b2e994a43c482d2d97f2638111f7ac30..22040175b133db2307d5ee576668f43b1bbbe4dd 100644 --- a/xplan-core/xplan-core-manager/src/test/resources/s3Mock.properties +++ b/xplan-core/xplan-core-manager/src/test/resources/s3Mock.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-core - XPlan Manager Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-raster/pom.xml b/xplan-core/xplan-core-raster/pom.xml index f6350102b15c36310f843648cf580c9e49febd02..333cea69ffe84bbe7b4d7c5a60031b4c02a392d8 100644 --- a/xplan-core/xplan-core-raster/pom.xml +++ b/xplan-core/xplan-core-raster/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-core-raster</artifactId> <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterType.java b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterType.java index bbd5424c149871929496e5fc0a0f176bf50d6043..b3afe2aac418ece889a42e2b177857086b313f98 100644 --- a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterType.java +++ b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterType.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-raster - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.core.raster; /** diff --git a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterUtils.java b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterUtils.java index 6af0ae0561697d6746c64652d07eb61d73ca64f1..6c9e954066955181b680c9e0fa965ddd4fea3cb4 100644 --- a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterUtils.java +++ b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/RasterUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/config/RasterEvaluationContext.java b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/config/RasterEvaluationContext.java index a2403b7d8c7d4778f596d7f42388fb179ef4fefb..4a43e91090822be5216c1e61bca9b2be8c19e29f 100644 --- a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/config/RasterEvaluationContext.java +++ b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/config/RasterEvaluationContext.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-raster - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.core.raster.config; import de.latlon.xplanbox.core.raster.evaluation.XPlanRasterEvaluation; diff --git a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/RasterEvaluation.java b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/RasterEvaluation.java index 13b3757f4113bb773026933152f626d6a635748e..323607a1d2c220ce40744a6d9c9408e7f4ab819a 100644 --- a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/RasterEvaluation.java +++ b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/RasterEvaluation.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluation.java b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluation.java index 097b1f65618b8205f226c6cdeb36a56c00441892..f5e5f5fee3d4c12fe8138598e06133b598260bd9 100644 --- a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluation.java +++ b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluation.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluator.java b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluator.java index ea16cf4c3c63ea36e0ea7b18e14271a6d7c82a54..65ece21308ed1cd2039e27b7c54205617d3573e9 100644 --- a/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluator.java +++ b/xplan-core/xplan-core-raster/src/main/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-raster/src/test/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluatorTest.java b/xplan-core/xplan-core-raster/src/test/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluatorTest.java index 2fb73e2322736a2bad7a672f846603a66f1c5532..b208a4a938df83a4b467257091a214248df41f19 100644 --- a/xplan-core/xplan-core-raster/src/test/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluatorTest.java +++ b/xplan-core/xplan-core-raster/src/test/java/de/latlon/xplanbox/core/raster/evaluation/XPlanRasterEvaluatorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-raster/src/test/resources/de/latlon/xplanbox/core/raster/evaluation/png_25833.png.aux.xml b/xplan-core/xplan-core-raster/src/test/resources/de/latlon/xplanbox/core/raster/evaluation/png_25833.png.aux.xml index 09f006ec6de9d3582eeae10b8abd908b39f2417c..547bb5ec903329b791af4b4bca0202b1d96ed24e 100644 --- a/xplan-core/xplan-core-raster/src/test/resources/de/latlon/xplanbox/core/raster/evaluation/png_25833.png.aux.xml +++ b/xplan-core/xplan-core-raster/src/test/resources/de/latlon/xplanbox/core/raster/evaluation/png_25833.png.aux.xml @@ -2,7 +2,7 @@ #%L xplan-core-manager - XPlan Manager Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-schemas/pom.xml b/xplan-core/xplan-core-schemas/pom.xml index f867f70de19f4fe506e315ffde4e92102f95a4af..0f6e5d2f6badd6a2462e3a5c52ff6aff436d0a03 100644 --- a/xplan-core/xplan-core-schemas/pom.xml +++ b/xplan-core/xplan-core-schemas/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-core/xplan-core-schemas/src/main/assembly/assembly.xml b/xplan-core/xplan-core-schemas/src/main/assembly/assembly.xml index 29b02dca549d5cc3179988ae85734b9c06d188b7..77d6647a0442f10e33297e5d0c796832db829741 100644 --- a/xplan-core/xplan-core-schemas/src/main/assembly/assembly.xml +++ b/xplan-core/xplan-core-schemas/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ #%L xplan-core-schemas - Ressourcen fuer XPlan Schemas %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-schemas/src/main/resources/appschemas/XPlanGML_Syn/XPlanSyn.xsd b/xplan-core/xplan-core-schemas/src/main/resources/appschemas/XPlanGML_Syn/XPlanSyn.xsd index 8447a658cfedfe127f898243642cf055fc0b3575..01420403e2d3ad51d28bf71f4c99b750a1bfe1ec 100644 --- a/xplan-core/xplan-core-schemas/src/main/resources/appschemas/XPlanGML_Syn/XPlanSyn.xsd +++ b/xplan-core/xplan-core-schemas/src/main/resources/appschemas/XPlanGML_Syn/XPlanSyn.xsd @@ -1,7 +1,7 @@ <!-- #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-security/pom.xml b/xplan-core/xplan-core-security/pom.xml index 19e9da4bc7dadfdd6d8e679ae10eab00d5b335ea..a72c2453d0e481f90b18746dfb0056c8039439ae 100644 --- a/xplan-core/xplan-core-security/pom.xml +++ b/xplan-core/xplan-core-security/pom.xml @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-core-security</artifactId> <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java index d20643437a93c6c85cdad8a55e3f9bb6b766f72f..683fbcc1b278d0667fc2d57eed5e7203dfe8e655 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-security - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java index db530e39a9323654f43eefbf0f9bc71fe7ba69de..26f2bae756fc2bf0f3465368bea32e92723e9029 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-security - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAccessor.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAccessor.java index 40c14d8e0e3d07ccb40f7b5a3388b79fc07ae9fe..d9df047423d47b78e2e4dbbc45f72bba04fca124 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAccessor.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAccessor.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.authorization; import java.util.Set; diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverter.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverter.java index 18ce592c1ea781479cf0909a78b5df6df0f982c7..f871dc4d684a739bb4c1b7cdac6451a96293179c 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverter.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.authorization; import java.util.Collection; @@ -38,4 +58,4 @@ public final class AgsAndRealmAccessJwtGrantedAuthoritiesConverter return Collections.singletonMap("ags", agsList); } -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAuthorizer.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAuthorizer.java index 978298c80a1dfb9b086894eac6021fce493ebabb..1954e6080b6ee0c2f18104dd9c932db55aeddc42 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAuthorizer.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsAuthorizer.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.authorization; import javax.xml.stream.XMLStreamException; @@ -60,4 +80,4 @@ public class AgsAuthorizer { } } -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsParser.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsParser.java index 48a705b97b47c21e1530806154d9b40413597285..ff641ba4e62337a5f16e1fdfaeefb5f2395db2f9 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsParser.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/authorization/AgsParser.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.authorization; import javax.xml.stream.XMLStreamException; diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/OAuth2JwtContext.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/OAuth2JwtContext.java index d790b7f11a52ee76a5b00840ccb711ef26290f65..7c55aa14880fbcfd2b2534d0789ae9d00e57a7c9 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/OAuth2JwtContext.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/OAuth2JwtContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-security - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java index 7a1e92508c4f2c8e8c937a757512ea0a072422ad..46dace065e2a8f2fbc4a9419651f53f4fdf2cc53 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-security - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriter.java b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriter.java index 650839c53c9dfce08e99adc411a393a0544ff8af..551b5e5faa20cb44127be6c6559a22270a4cb096 100644 --- a/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriter.java +++ b/xplan-core/xplan-core-security/src/main/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.openapi; import static io.swagger.v3.oas.models.security.SecurityScheme.Type.HTTP; diff --git a/xplan-core/xplan-core-security/src/main/resources/application-enableOAuth2JWT.properties b/xplan-core/xplan-core-security/src/main/resources/application-enableOAuth2JWT.properties index a7651bd587d2cb98f8e1b6b424c64fed789d992d..a2bf812344af53b2417312db148e3c88be8629c3 100644 --- a/xplan-core/xplan-core-security/src/main/resources/application-enableOAuth2JWT.properties +++ b/xplan-core/xplan-core-security/src/main/resources/application-enableOAuth2JWT.properties @@ -2,20 +2,20 @@ # #%L # xplan-manager-api - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% ### -spring.security.oauth2.resourceserver.jwt.jwk-set-uri=${XPLAN_OAUTH2_JWT_URL:} \ No newline at end of file +spring.security.oauth2.resourceserver.jwt.jwk-set-uri=${XPLAN_OAUTH2_JWT_URL:} diff --git a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverterTest.java b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverterTest.java index e41c503cbf4734cce248fc9787c331938f74048e..2e72364d462ea929aa7386460de978ebfd60dddd 100644 --- a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverterTest.java +++ b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAndRealmAccessJwtGrantedAuthoritiesConverterTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.authorization; import static org.assertj.core.api.Assertions.assertThat; diff --git a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAuthorizerTest.java b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAuthorizerTest.java index 06a6571afdc033a1e2e2af40411d8083b64eeab5..975813ce3063c0ada8100c349fe371607d967703 100644 --- a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAuthorizerTest.java +++ b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsAuthorizerTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.authorization; import static org.assertj.core.api.Assertions.assertThat; diff --git a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsParserTest.java b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsParserTest.java index b496c96153ccdc892f9842df10330bd48adce8c0..aa20d5e22041c444bb86405e27c803bad83f8294 100644 --- a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsParserTest.java +++ b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/authorization/AgsParserTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.authorization; import static de.latlon.xplanbox.security.authorization.AgsAuthorizer.OriginFileType.GML; diff --git a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/OAuth2JwtContextTest.java b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/OAuth2JwtContextTest.java index 234aa537882077b65c5ff375ad262a4d3ce6b5d9..7b6bfe1db6d1e0e67b75e436e38de6fae674974e 100644 --- a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/OAuth2JwtContextTest.java +++ b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/OAuth2JwtContextTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-security - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java index bcedf967aa36bfedf6cf7f380d43ae00b8d6e6ed..3627d7dbe69c88cae683647673ab8dc50bc6b502 100644 --- a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java +++ b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-security - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriterTest.java b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriterTest.java index a1462e711327905f95241700e3f817233032c080..f7db294eb642576696336717b54b0caca79570f8 100644 --- a/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriterTest.java +++ b/xplan-core/xplan-core-security/src/test/java/de/latlon/xplanbox/security/openapi/BearerSecurityOpenApiWriterTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-security - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.security.openapi; import static de.latlon.xplanbox.security.openapi.BearerSecurityOpenApiWriter.SECURITY_KEY_BEARER; diff --git a/xplan-core/xplan-core-synthesizer/pom.xml b/xplan-core/xplan-core-synthesizer/pom.xml index 69842efdc59a4cdf555f500537f9010769972a65..fd6ae206d6ddd3d14444adec472b5510ea20e463 100644 --- a/xplan-core/xplan-core-synthesizer/pom.xml +++ b/xplan-core/xplan-core-synthesizer/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanCodelists.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanCodelists.java index 722cc268cc3dd7c7d5f8f0988ca8d1d818b2e46f..2fa033965a5b38b58b680e4cd127a6057865b1e9 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanCodelists.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanCodelists.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaries.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaries.java index 02197376ac6f107174a35034b5b122bdb0388b45..134afb9168dfc401229b9a4045357846b313150c 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaries.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaries.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesParser.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesParser.java index b4aef72dc265429707663ccf3dec2b81bb70b00a..4e2b47631cc691854c31bffcba9f803f8d3c1e25 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesParser.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionary.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionary.java index 572697c3e35bbfa299e57fdb53a62b8637c2042a..c2be5bbf5c57ec30fcf75271062c21264d4e4a3f 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionary.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionary.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaryEntry.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaryEntry.java index 6365dac75b3dda2d7ee5d761e5f717187c326106..881f43b06ce59d12b26c93f0a23dd7f28a299aab 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaryEntry.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanDictionaryEntry.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactory.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactory.java index f6d4bfd459b612dce78944d2df82f7d6659aebed..91e396e66a61e9cf3f931565bbbc14bb20fd2c63 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactory.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactory.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizer.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizer.java index dc53e46bbae9fccf3db213309862c7720aad82a7..311e370497fed87093c6a2b8dca312afcbcf2a2c 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizer.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizer.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/PlanContext.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/PlanContext.java index 32cb0d053ff51d1008ca4d9aacc538671cef2931..f50be201da3f3788a6b12b0dbfe504ff2ac8ded9 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/PlanContext.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/PlanContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/RuleParser.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/RuleParser.java index 5d9112ad15b7146459b2ee410731adb94597e88a..847c1e99c984ef90f31b7c633418c84d75d93186 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/RuleParser.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/RuleParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizer.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizer.java index 9bc62227286b406d337605aa7e452aef40783905..aa53214dace04968de5bb0e44ae0d4cc86d14088 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizer.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizer.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Expression.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Expression.java index 72f78332d76b1471088406ddb79bd3a0aa983312..3f5db6a8ba9591b5f63f82d4dc0f8cfdfa869119 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Expression.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Expression.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/LatestDate.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/LatestDate.java index 7c693262637178325a73ed079e37b6508bf2ea5d..1575daeb0181dca891323f731a22d085a402c7c5 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/LatestDate.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/LatestDate.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/StringConstant.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/StringConstant.java index 8c7dd42dad66b52d0aaaa22c2cd400aff5c4ec2e..ee8ac516796135b47ea85950189adb6a04352aac 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/StringConstant.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/StringConstant.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGeometry.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGeometry.java index 1ef1e47dddf1d9eecade8f1ff8acdf8eeec99765..d303e516acbafa013ef05aef3620113040d9f84c 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGeometry.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGeometry.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGmlDescription.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGmlDescription.java index 5f15554666e5a4b10251489c49604b8c86eddd15..284ee4f90ae32f90f50603dbaf44fcafc269c5ab 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGmlDescription.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanGmlDescription.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanName.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanName.java index 1fb16835733b91bd48843fc48b4fe373ab68bfbd..4385d23dc80ea1e634c71a2dabf4cbf212c284fd 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanName.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanName.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanType.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanType.java index 6f9056f69624b061b8de84735367f995f9f1e008..e9e8952f7bfedd5e8f16ddef34b4ef4d06a494f3 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanType.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XPlanType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Xpath.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Xpath.java index 244cf4daca0a25417d3bde3d41ea487c9448eb17..417eeaf2798e4ba758cb232aec1946ab94119b31 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Xpath.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/Xpath.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteile.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteile.java index 872136f0a20916b6c4480b4dc87d7f1b631a1f7f..8822aba620958d4224f5197672adf7d407b2c916 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteile.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteile.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlName.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlName.java index 0cf080712cbcedad89c3b4eef8a74a06cd5e0a13..fde011ad5abb990af1bb8f4f690e840751a2c29d 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlName.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlName.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/AbstractXPlanDictionaryLookup.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/AbstractXPlanDictionaryLookup.java index b1fab6a41ce66640c2db7d8597f24f11b8837050..1d061fb03cd27dcfd352e220f9a94474b6742f85 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/AbstractXPlanDictionaryLookup.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/AbstractXPlanDictionaryLookup.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanEnumerationLookup.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanEnumerationLookup.java index 27df1b5c7769f294cbc2e3a01bb454fbc1f5b4ab..8c6e433ff021673782a50e1c96ff0edb764fe25b 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanEnumerationLookup.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanEnumerationLookup.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanExternalCodeLookup.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanExternalCodeLookup.java index 9521be935d3e0bf9a3c204f2bc3bd3776333cb98..9f737e6f9bfa405cbc0b0cd14904898073cb58e1 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanExternalCodeLookup.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XPlanExternalCodeLookup.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/AbstractFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/AbstractFlattener.java index 9cb7126a74d16ec00482d8f3d9f18ee45ee982c4..2ce0599155a73455da57f8a3f5194b5c09c185e3 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/AbstractFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/AbstractFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/DefaultFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/DefaultFlattener.java index 1bf3a47cc2a111b3b0c6f570d4c46b28eb013cb1..f5de8dfcc43d1e4eba8e7cc586500bcac59e60b7 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/DefaultFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/DefaultFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/Flattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/Flattener.java index 92c602e79e0b4a9da2b4181cb7bcefe5dac783f8..4f66ad43c9cbdfdb12341fa3e55c7640e201a4e5 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/Flattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/Flattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/XplanFlattenProperty.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/XplanFlattenProperty.java index ef8825b88dd7105732cf5c18c28f6345f9d95ab0..9a6aaee0845f8b9d68eb219514727a6efe2498e1 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/XplanFlattenProperty.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/XplanFlattenProperty.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattener.java index 259df1ae535128d0caf547f708a509ea46a37e5f..8f76ae95c4889feb938521e5c4cd22afff36bad6 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattener.java index 95010be2596adce99d47205d27619221c49b348b..d98557483915c9bca67482d5a1f006645e08b235 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/DataTypeFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/DataTypeFlattener.java index d6b97bcea4fb30ee1b889b017738b495429270ef..2cc1b44395f9459abe1f3a509b7fcff22d2cdbea 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/DataTypeFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/DataTypeFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/FlattenerProperty.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/FlattenerProperty.java index a47bda7035fa45413223524365cfccd2c4817ba0..fef4e4d0bb018c85d6b33eac39ebd183634e2a08 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/FlattenerProperty.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/model/FlattenerProperty.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/AbstractTextlicherAbschnittFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/AbstractTextlicherAbschnittFlattener.java index f425e3ee65809575665247a84aef1a7e02d80fa5..a53a55d05c54570ebc9891fab76a282cce561bfa 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/AbstractTextlicherAbschnittFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/AbstractTextlicherAbschnittFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattener.java index 632d10cf51c4eac4bd8bf21c82c45fbfc700730c..7034510afea717949e4726189bfd5655b316b091 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpExterneReferenzFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpExterneReferenzFlattener.java index 32940d22efddfa4aa6ba732bb767d4a78d247a27..7b350db9331e50d8e779630cabd50a09a0fa9343 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpExterneReferenzFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpExterneReferenzFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpGenerAttributFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpGenerAttributFlattener.java index 73eca6bc71a081aeded8f7080705630f9e82662a..ab554b78fddc9e9da1cbe3744338f3328cdc74e6 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpGenerAttributFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpGenerAttributFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpRasterplanFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpRasterplanFlattener.java index 43341c2fe1dcb0a799231a4fe1e9190596921f45..fd835316ecced9af8ec8a1695f1d410153c0496e 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpRasterplanFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpRasterplanFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattener.java index e4bd4ab37b1374e4ade3582e68b7921c67b6c110..b2ee1bee4d4ee5d95d6681f3d2a13c5cc53ff040 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpVerfahrensMerkmalFlattener.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpVerfahrensMerkmalFlattener.java index 39162b08da2814ab4fe1fe6583f1719954a33265..7001dd786aad52e455cd22143dd7de666ed1e143 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpVerfahrensMerkmalFlattener.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpVerfahrensMerkmalFlattener.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/Ausrichtung.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/Ausrichtung.java index 74c71f5455d51e697025c3b101baee7c76468469..efe59892deffb25366bf93846a7924fdd1013f80 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/Ausrichtung.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/Ausrichtung.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/GeometryTypeAbbreviation.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/GeometryTypeAbbreviation.java index e2bdde4768cc41b997367876cd41bf3f6ff02fa0..efa82505f87b158e58208ca93646b3cc72998c81 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/GeometryTypeAbbreviation.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/GeometryTypeAbbreviation.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/PraesentationsobjektLookup.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/PraesentationsobjektLookup.java index 791bf9aa65e7f45d25240a9eeec8bb55fc0bbe0d..b1a9f0c4b2767d4859b7f68f9083deed58e5c566 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/PraesentationsobjektLookup.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/PraesentationsobjektLookup.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookup.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookup.java index 1443e98744dc566254715fe9913c90ae15e51561..b0ae7783f232af8c7e72dfac4addb6a7814e7b84 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookup.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookup.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookup.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookup.java index 878f17a3c9f377c97e72796f396431b006b1d706..5c98372bfc201a175740057b780ed3ff32230938 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookup.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookup.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookup.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookup.java index 8c888e965c9f430d5b395070a0c7cda5b6c66b2d..5478cfb7e79fa8fe88a10c3f5f68574d3eb0b1be 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookup.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookup.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributeProperty.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributeProperty.java index 4831253606e39cd61fe33beafe02ded041b815c9..82eb02b0f95728188c6d4ec63a565b238b43a3c8 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributeProperty.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributeProperty.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParser.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParser.java index 5dcbfd289ad3654277d291b5aa24cf0a0bd833d9..c7d70ff8c4087d8f8dbdb4514d8dfeba2aed7ac5 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParser.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyType.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyType.java index 22825990a7fc33ca382df994d21273cc19899084..723925560a9a37274c1939e4d5f0e2575d93691f 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyType.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/rules/SynRulesAccessor.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/rules/SynRulesAccessor.java index 5626a9a1b47ceaa86000791e2f67d86a7a680a73..39bf420d6b63c1f291b5d4c4f2311d8b016a36ba 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/rules/SynRulesAccessor.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/rules/SynRulesAccessor.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparator.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparator.java index 7d6b62fb93d9cd136118150c45bce5cd2984d45e..66988f61c60649163f2fc75dbddffd37ccd8b02d 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparator.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/CastUtils.java b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/CastUtils.java index 6253835dd85a5261af7b2962746496f11ef4b4ba..dd10314b686e5c00a39803d70369b5f670df0f81 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/CastUtils.java +++ b/xplan-core/xplan-core-synthesizer/src/main/java/de/latlon/xplan/manager/synthesizer/utils/CastUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/featuretypes/renamedFeatureTypes.properties b/xplan-core/xplan-core-synthesizer/src/main/resources/featuretypes/renamedFeatureTypes.properties index 51ada2124ea2deffacd6ac7c55cff0aefc2b24b0..0a0339e41c9941d6c932af0c8020dd39dcd1e532 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/featuretypes/renamedFeatureTypes.properties +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/featuretypes/renamedFeatureTypes.properties @@ -2,22 +2,22 @@ # #%L # xplan-synthesizer - XPlan Manager Synthesizer Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% ### # Diese Datei kann ueberschrieben werden! Aenderungen sollten nicht manuell vorgenommen werden! #alte Notation = gewuenschte Notation -BP_AbweichungVonUeberbaubererGrundstuecksFlaeche=BP_AbweichungVonUeberbaubarerGrundstuecksFlaeche \ No newline at end of file +BP_AbweichungVonUeberbaubererGrundstuecksFlaeche=BP_AbweichungVonUeberbaubarerGrundstuecksFlaeche diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/flattener/complexFlattener.yaml b/xplan-core/xplan-core-synthesizer/src/main/resources/flattener/complexFlattener.yaml index 80e032efa22ab93ac131428fc93179bca27aba59..62ebacbf41e966763e214de7e42aa726c0b1633b 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/flattener/complexFlattener.yaml +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/flattener/complexFlattener.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-synthesizer - XPlan Manager Synthesizer Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/junit-platform.properties b/xplan-core/xplan-core-synthesizer/src/main/resources/junit-platform.properties index 0f551743277b3d7c8d36d6bc3f5e0b6d42ce2a0e..cf432308c825027721e716dce017041ee5070b5b 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/junit-platform.properties +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/junit-platform.properties @@ -2,7 +2,7 @@ # #%L # xplan-core-synthesizer - XPlan Manager Synthesizer Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan40.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan40.syn index faed6deb5b0455238f4904ed37e3c8b9f1008325..ba52c2100b42735cf0d50e5a114746109f72dd9d 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan40.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan40.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan41.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan41.syn index edb50da7dace35e086dce203e77a2b2ea87d1285..cc25147dda025feed09f487b2105a5907a415f9d 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan41.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan41.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan50.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan50.syn index 602bafcb67bbfc77017604252f3d3a8a62e4c53c..731a09132ec6b8f80eafaaa15ffb2a8dd77cf07d 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan50.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan50.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan51.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan51.syn index 47674b405e05d36e8b856b41de0c62739b84eccf..d429965eae753a3ec8140428269c18a7b9bed7a8 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan51.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan51.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan52.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan52.syn index 95faeb1ce4d24b3d86bb3486dc710051632fae23..32591ac178e5583301bba874d59c9fb4a52d40aa 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan52.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan52.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan53.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan53.syn index fece6446a20990604c5ceb35db87434b4472fec4..6a361633f4598b4546ba93e7c0b6fc9b4220caf2 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan53.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan53.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan54.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan54.syn index 2fae1d16289001024cc5a2b7e05479ca45d87ad1..fb0e452195c458a9940ecefbbbb2e13fa24df6d8 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan54.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan54.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan60.syn b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan60.syn index 7a224cd91c9f938e84421f5ec3e993bc23ba1c2f..bfbaff308eb037939495deb0b70cc8d2f4ebca8d 100644 --- a/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan60.syn +++ b/xplan-core/xplan-core-synthesizer/src/main/resources/rules/xplan60.syn @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanCodelistsTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanCodelistsTest.java index 55d533a6f8890fb4b5bc5b842560b59ac9a2036e..d018ae2510232d287fa13fb1d265eb2ab7015a9e 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanCodelistsTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanCodelistsTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesTest.java index 6b6a23a651be3456033f25748a62ba9a8431c86d..e9fb57439a4352df1b425fa2609757ed25585375 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanDictionariesTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactoryTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactoryTest.java index 46810518b55496089c51f6333bed5444b3b8740b..17737849818f898803a2715658c6cafb35d56895 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactoryTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/dictionary/XPlanEnumerationFactoryTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/AbstractXplanSynthesizerTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/AbstractXplanSynthesizerTest.java index 77af2051711c050834ea0118b0ba1df5b651d402..a645f3fb213d1bd8cf9aefd13c3943f5fe15c2f0 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/AbstractXplanSynthesizerTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/AbstractXplanSynthesizerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizerTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizerTest.java index e4c0468e2c279a3e7cac0cd086f1a0ea2f629c41..db40aacad6c3fd51e36ec95d3a6557b6d6268e59 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizerTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/FeatureTypeNameSynthesizerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/RuleParserTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/RuleParserTest.java index ad27352de63ec00c7e3465e75637f76cc34e0cb5..858c9f0dd8fd533f2637603315e16d2ea7cdbd7a 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/RuleParserTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/RuleParserTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerComparisonTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerComparisonTest.java index e7877ec31f188f505bab504d3b135c794718088f..c8fb3d01905a2dc470c614fb43480b8c5395a6bc 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerComparisonTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerComparisonTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerConcurrencyTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerConcurrencyTest.java index cb270b01fa7174f05bec35d99b86b1f2b5ca8097..9fe608084203c2b520e4757113be6b8a46421736 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerConcurrencyTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerConcurrencyTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerTest.java index b9ead79394c06d90bbb934228a8a41428a895ad3..f352d614156aaca0db4518b3bdf0c87e97a6cbb5 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XPlanSynthesizerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan40Test.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan40Test.java index 7bdd58a2a2d2cf0abe04de5b869afcf137f00858..bb1cc946b59ddf8f8a9065087379be8777c43096 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan40Test.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan40Test.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan41Test.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan41Test.java index b6d4f601301ffcb28ba3b223a36b99c565089104..574c8b6c35b1f9fbff796db85f2aca692427870b 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan41Test.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan41Test.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan50Test.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan50Test.java index 2476fd3edc581e82422c07a8c3865b5db288e251..0587cfb2b69e3d6bd1132e82052e3367043f20e8 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan50Test.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan50Test.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan51Test.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan51Test.java index 802658f2e421e7e94b805e07a027bb84a5188ac9..a3a412b0a8d851297ff4edda4ca65a84a338e60a 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan51Test.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan51Test.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan52Test.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan52Test.java index 528a9e4a4a773b6ff40a09bbde29b9d83dd0fe67..b030f0c46648d3a34e1814d44d4ac5278a1d3b18 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan52Test.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/XplanSynthesizerXplan52Test.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/LatestDateTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/LatestDateTest.java index 2c75a1e4ffb051f67147114e4e1c651ff57beceb..64e7efec47d04e4354c66b95da93a75a971cc012 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/LatestDateTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/LatestDateTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/StringConstantTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/StringConstantTest.java index cadd3c4863913df808e383a4e864c4fccee39b1f..45801559388bb6e03a8003e4b706c6cd739715c4 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/StringConstantTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/StringConstantTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/TestFeaturesUtils.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/TestFeaturesUtils.java index a36a2daa54aad1a36d0229a54c5373d36cb35e9e..26520d1105adbabcf1d83da71a929bdd4a3820ae 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/TestFeaturesUtils.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/TestFeaturesUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XpathTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XpathTest.java index 56337ea037b2ad76e2ea1c6392af39fa8eb4d370..c85f38bc2c468c452bc1459c536b700b6e860aee 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XpathTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XpathTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteileTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteileTest.java index fed370f65864ec412c5960253bcc2dc2ee365eb5..363fda0f719611f35e74186f11bc97e758c102db 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteileTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanBaugebietFlaechenteileTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanFlattenPropertyTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanFlattenPropertyTest.java index 77eefc368aa638b60962af2c1bbbb7bcb7e649ba..ee72301c513ed3e843485cca3a715ea836ee86af 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanFlattenPropertyTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanFlattenPropertyTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGeometryTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGeometryTest.java index 0613c10ee69398a57d337531ccfc78dbc11b1bbf..3feeac34b5a97e7a6b2afb29e16853d2de3c8383 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGeometryTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGeometryTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlDescriptionTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlDescriptionTest.java index 3a91000e8458a3445da4c9434fece4e56bb581cd..e04bfbd4b6e791847f7d5246e799c9f9526866c7 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlDescriptionTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlDescriptionTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlNameTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlNameTest.java index 98e9ed66d58fa8706f4f68e36b1de95b469663f5..fd6085bb7def17e37fd9766094edd97b93f7b95e 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlNameTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/XplanGmlNameTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XplanEnumerationLookupTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XplanEnumerationLookupTest.java index 2bef6941f4b5c36406a60d8f76b3685b4778f0cf..cc22cd7a2554f14055a13d1062d87354c11a3860 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XplanEnumerationLookupTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/dictionary/XplanEnumerationLookupTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattenerTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattenerTest.java index 5e4a7240a5b0aba79c7d5191f1ed59e413f09c4d..ccc869edd7584b78beb514008568d9b5c05e9806 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattenerTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/complex/ComplexFlattenerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattenerTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattenerTest.java index 0a111ada75b3dd36d06bc93cb7d7dbdec4bbe4a0..85656ba82d7e9f7e432e8b0398fe1f2a85cb23b6 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattenerTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/lp/LpBiologischeVielfaltKomplexFlattenerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattenerTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattenerTest.java index e0d759411e0ee74bc419b8e7eb0273195e9c5c9a..bbcc60d9452dd34ac4f5ce6f927823f83d96d444 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattenerTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpBegruendungAbschnittFlattenerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattenerTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattenerTest.java index 50234475c41f3114bfb23a059b05df2e896e7645..4d178354afe15ee952b38de294e99090afd27d64 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattenerTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/flatten/xp/XpTextAbschnittFlattenerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AbstractPraesentationsobjektLookupTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AbstractPraesentationsobjektLookupTest.java index d270aa72423e31cd612041be7e2f44f88be7a428..f221395668166e31e00e3832f34b2f90b8b7bbc3 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AbstractPraesentationsobjektLookupTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AbstractPraesentationsobjektLookupTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AusrichtungTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AusrichtungTest.java index 6b77644a314a96b4f72ef92f63f7f56cbee05951..baefe4aa8108dc32db1b6644b0123006dbb6f9f8 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AusrichtungTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/AusrichtungTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookupTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookupTest.java index bf4f7d0860251015007a6689116d62d6e13fc672..bf5057ad90f418476487ca867d11be0492b71613 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookupTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SchriftinhaltLookupTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookupTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookupTest.java index 9425d9a6865657075dad481addfcc35ed2a69647..dd258f36b0c395d40ca0f3c3216b18ae15c4ef07 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookupTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/SkalierungLookupTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookupTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookupTest.java index e774c886093372a7b6c803087b1a86904a7fcbb1..45cec4a3f24dff06cb09a96c6fe38bc47b02aa28 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookupTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/StylesheetIdLookupTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParserTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParserTest.java index f216fa0e8c588c4e29e255f5ad0b5edf31e4c6a3..452a8e42be2311879f8cacd4c954b1d0d07d8264 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParserTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/expression/praesentation/attribute/AttributePropertyParserTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparatorTest.java b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparatorTest.java index f84e74898b6a6dd282c3f14fc4ecd3afa99f175b..646cc6b3412b2c5f4beb3bc09dc1a0a603a10da9 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparatorTest.java +++ b/xplan-core/xplan-core-synthesizer/src/test/java/de/latlon/xplan/manager/synthesizer/utils/AlphanumericComparatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-synthesizer - XPlan Manager Synthesizer Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/dictionary/exampleCodelist.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/dictionary/exampleCodelist.xml index 9f71188bc549a036478cb2385b14c8dc15bf216f..31511d33eedda3244542f83e9693cf1f3259ed8d 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/dictionary/exampleCodelist.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/dictionary/exampleCodelist.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/BP_DetailArtDerBaulNutzung.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/BP_DetailArtDerBaulNutzung.xml index 8085eee72b14742d082e733b5eca4b9978b09996..0d4c1356a52266d6dbd3fe0830908602148a6668 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/BP_DetailArtDerBaulNutzung.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/BP_DetailArtDerBaulNutzung.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan4.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan4.xml index 132f0fb5229fd737b7e143b572d9a7dc2866acc1..0f845f63850a79e42eb24a855f97d783939aadc0 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan4.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan4.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan5.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan5.xml index f808f9894cc4cb8339fe900c1ea57fbd3ade5e9b..d73775725ff2ad52281a560905bdfbdfd2e6ba35 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan5.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/XP_BesondereArtDerBaulNutzung-XPlan5.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/FeatureWithCurve.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/FeatureWithCurve.xml index e7ebfb1ea748ae395a8c409a8d4001e30ddfb883..a721cc6de95677f2edb6c1ffae2703e982dbd4f5 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/FeatureWithCurve.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/FeatureWithCurve.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BP_KomplexeZweckbestGruen.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BP_KomplexeZweckbestGruen.xml index 2cc405e8b3b124d40ae08650524b9c463b3a6600..abb2db76f347f868fa4aa2b827e59c32907dc172 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BP_KomplexeZweckbestGruen.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BP_KomplexeZweckbestGruen.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BpDachgestaltung.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BpDachgestaltung.xml index 07e86c1e2ca2a00d1a503fdccaed8491dfbfeb31..bbb03c9697fa6f42dc1b1e517701c4c7eddb7471 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BpDachgestaltung.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/BpDachgestaltung.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpSPEMassnahmenDaten.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpSPEMassnahmenDaten.xml index 58c82e2bfd0f28032cb97d83fa17ab7075f1a0eb..4f8b1bb46623680bfdf0a4b1698ea4b758f5b05c 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpSPEMassnahmenDaten.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpSPEMassnahmenDaten.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittFlattener.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittFlattener.xml index 39652f62d9d9220005c8367da657d8eedc923faa..9faf1ab470bc9ed7495c16f66565d6395e3b01e8 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittFlattener.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittFlattener.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittWithRefText.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittWithRefText.xml index f237ab91848e0d77bb8e85bc063f29a5a2f6801c..5864d6430e362b372301d3f1cdd07b4cde699e04 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittWithRefText.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpTextAbschnittWithRefText.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpVerbundenerPlanFlattener.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpVerbundenerPlanFlattener.xml index b66f8d95e424719eb68697a479e70b35785af2a1..6cc997c7e7f1712f5800f254b66b45953622327b 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpVerbundenerPlanFlattener.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/flatten/XpVerbundenerPlanFlattener.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan40.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan40.xml index eab4811a3286ed9d95959aa531f7bc072c7bbc03..ff120c26114a32fc82c9a169afa970c4bc4c2654 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan40.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan40.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan41.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan41.xml index f8c4f50fa31a0209161c116681735fde301e32d3..0c59fc4d601887e204d0ccd699da687f8cd0ebca 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan41.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan41.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan50.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan50.xml index 136f56d771db66c0e22f9e15e01e8f0b4395559e..f2865e33f99baa0f8d3256873a71d873952e166f 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan50.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan50.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan53.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan53.xml index e6d45374b570dbb71e72ae6cdbb98c670dbd6e86..67ff9e88b35b943d7708c0c1ea4a8be32865864b 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan53.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan53.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan60.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan60.xml index 9ae14093809ccd63ae513331c7e04839efe1733a..79c45d5a97356fb541f898f0c8b28f45dd3a36b8 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan60.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/expression/xplan60.xml @@ -3,7 +3,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2070.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2070.xml index 7e0d495fcf25461ee814cb7b6d2ea02ea585d974..b3e98afc7117639aa79c04ca1085eef7bc3a2546 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2070.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2070.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2135.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2135.xml index c0274c32d55d196b944ea4d2f43f500d3cf1aa08..cb5f03355b85f13a2e11329b2d5b0403c333f332 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2135.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/BP2135.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA22.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA22.xml index 0d7362badb4c3bf51b6ed7273caca4dfa00e3ec2..07fd670bc6466e738ae63de6127c5ec13f582dbf 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA22.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA22.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA67.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA67.xml index 8155e11e60b2d73038f28de2ccca2043d59929dd..dbcffa9bdfc0a20d121af070273064bb0e9c671f 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA67.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan41/LA67.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2070.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2070.xml index 9a10821524b29ee62f90c67941aa5d5a275b3e8f..b99cc21f837467936fbf252c86c65dddf596d032 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2070.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2070.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2135.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2135.xml index 2bbd9dcd4c7f68fe9acb33ef6278693af5cdac98..0afed8838a3968f3df2fd9e4811a5a58804a332a 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2135.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/BP2135.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA22.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA22.xml index bdecf3621c63616e4b3745e730f204d24d3f6db3..3aa43425ff5871cb1068f95cbcb0fa6d34fc27a5 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA22.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA22.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA67.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA67.xml index 39c97da0391e9f048df72cb7ee96107a52374ad6..d367f5e858ddc340cb3076feaa490e71e35b9000 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA67.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan50/LA67.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2070.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2070.xml index d8c62ce2a5fffc01ed5c47ac360ffe8bdbbd54c2..a3a210995d26194580bb16e1eaf0009d2090bdcb 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2070.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2070.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2135.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2135.xml index 2133b82a5395c2d5a7fa084fb9c1d49224cdded8..604783d8ebdf38da7b77e274fbe72e790d91b5b7 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2135.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/BP2135.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA22.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA22.xml index fdc794b26b6a770ede42990a8f10c35d7c586bc2..77edab185b2df3421cb4e6cc59c3a5806b8372a4 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA22.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA22.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA67.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA67.xml index c13fd1d0cecc130548dcf1726c0cdabd02d3d9a3..a26910a0f83ab4e9fd4657208435a93082efcd5f 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA67.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan51/LA67.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2070.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2070.xml index 658b6eb3bb936abe43f5c1f27385b260c3a9779f..ad43cce420cec8c5df7cbe50bef821b702bbc2b4 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2070.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2070.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2135.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2135.xml index c4a98e7c703b19317601540b709b50f554509224..9a04be7e5036ec47ed28a0aabb77f8837a740b77 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2135.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/BP2135.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA22.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA22.xml index b5318b98d9fd517491c50185308ce18c8a6580ec..4f333a8110f3482ee641992b33af5f7d4a954b0e 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA22.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA22.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA67.xml b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA67.xml index aa6e1e6bbf70aad0e8de95b5d08ee81701d2f9f6..f2b79cd4e39ab406e033ded78ca6c713396aebe7 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA67.xml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/plans/xplan52/LA67.xml @@ -2,7 +2,7 @@ #%L xplan-core-synthesizer - XPlan Manager Synthesizer Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41.syn b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41.syn index 7b92a5e07822b877a9797b4d9e3a79ccede9442c..de840beb61a11011c361093adaff58e0cb087364 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41.syn +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41.syn @@ -2,7 +2,7 @@ # #%L # xplan-core-synthesizer - XPlan Manager Synthesizer Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_BP_DetailArtDerBaulNutzung.syn b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_BP_DetailArtDerBaulNutzung.syn index 56e1376de47f20c00439befaf67ed20f799ce6d9..c48447d3e4ae588eb15c3fe23aecf998dd86eb54 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_BP_DetailArtDerBaulNutzung.syn +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_BP_DetailArtDerBaulNutzung.syn @@ -2,7 +2,7 @@ # #%L # xplan-core-synthesizer - XPlan Manager Synthesizer Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_XP_BesondereArtDerBaulNutzung.syn b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_XP_BesondereArtDerBaulNutzung.syn index 3b004b376e2fa86fce0d21d7d5dea3b3499322ba..703833c9771db0de372ede3eac53c0a796209bcc 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_XP_BesondereArtDerBaulNutzung.syn +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/de/latlon/xplan/manager/synthesizer/xplan41_XP_BesondereArtDerBaulNutzung.syn @@ -2,7 +2,7 @@ # #%L # xplan-core-synthesizer - XPlan Manager Synthesizer Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-synthesizer/src/test/resources/log4j2-test.yaml b/xplan-core/xplan-core-synthesizer/src/test/resources/log4j2-test.yaml index b8e0df7d0810c0b9c5e8d4729887a9bacf43c8a9..837308126961d2b7dc6cb8097b015e9ad7da85e1 100644 --- a/xplan-core/xplan-core-synthesizer/src/test/resources/log4j2-test.yaml +++ b/xplan-core/xplan-core-synthesizer/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-synthesizer - XPlan Manager Synthesizer Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-tests/pom.xml b/xplan-core/xplan-core-tests/pom.xml index 2b075c5260953b7af858b4f881c8a7a0f5de34b7..e65ee8cc5fa4e881d771677fa3ab8ac68dc450b7 100644 --- a/xplan-core/xplan-core-tests/pom.xml +++ b/xplan-core/xplan-core-tests/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-core-tests</artifactId> <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-tests/src/main/java/de/latlon/xplan/core/test/WarStructureVerifier.java b/xplan-core/xplan-core-tests/src/main/java/de/latlon/xplan/core/test/WarStructureVerifier.java index 614242f8b42af451b390c6a70cfa3aec482de768..4fcae3e113f2bc02ff08b1e9c9ac8527770f12e9 100644 --- a/xplan-core/xplan-core-tests/src/main/java/de/latlon/xplan/core/test/WarStructureVerifier.java +++ b/xplan-core/xplan-core-tests/src/main/java/de/latlon/xplan/core/test/WarStructureVerifier.java @@ -2,18 +2,18 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/pom.xml b/xplan-core/xplan-core-validator-events/pom.xml index 0f7fc5fa9f8797b1e880795bfabb1ac64ba568fb..427cf33ff0cd238e422eda1efeb7d3a226e0d280 100644 --- a/xplan-core/xplan-core-validator-events/pom.xml +++ b/xplan-core/xplan-core-validator-events/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/EventSender.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/EventSender.java index 56d448f6b5ab5dd4fefd6213f98c996759ea051f..04a30de9881ed93385db561c5ee3dd7ffd3b130a 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/EventSender.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/EventSender.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ImportTaskQueueConfig.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ImportTaskQueueConfig.java index 94ae0f560b7d56019e2d701cf6fbba8cc3c6502c..40c688e5f7c90cb5e6765345a455a71ded9f0a19 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ImportTaskQueueConfig.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ImportTaskQueueConfig.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events; import org.springframework.amqp.core.Queue; diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitConfig.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitConfig.java index 39665502d335910317d8a9c23b3ec73bdd9a1e18..cca3e2d4451bd0a8f19ed72cbdb316314cbfeed0 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitConfig.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEmitterConfig.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEmitterConfig.java index 49f1eecd6302339b49ffeebf81ced8f4f3798bc8..bdceabd698fe1e4cd2b23875f9ca782c8dfe5af8 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEmitterConfig.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEmitterConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEventSender.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEventSender.java index 83fef8447d9b6986229e9212a162ffdea324bbe3..674dea2e6b76c51bda04e52808ec25cdc4c172e3 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEventSender.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitEventSender.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitReceiverConfig.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitReceiverConfig.java index 7a7630037400f4ed4e0f2183fac192f4238ec373..d9f123be68aee879e8d29aefcf975729bbe50295 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitReceiverConfig.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitReceiverConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitSettings.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitSettings.java index 2602625b2d8249d409d2e4d2fe212e17ae770a76..e0b42828a2cd3b6ee9160f9e11faca59eaa475c2 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitSettings.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/RabbitSettings.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationFinishedEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationFinishedEvent.java index 16275d2f259bab67ecf9e9fff96bca9bf044c806..6da57e0765b11d018fa93ceecde87e4c0fdfce01 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationFinishedEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationFinishedEvent.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationRequestedEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationRequestedEvent.java index 8a37b830349d98b73c96bd1e934a2650e34e9296..ec35125c11fabe4a0e78551df0d490e36f22f60f 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationRequestedEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationRequestedEvent.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events; import de.latlon.xplan.validator.web.shared.ValidationSettings; diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationTaskQueueConfig.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationTaskQueueConfig.java index 1047febd26cda360934b9dcd67983a1f88243285..82e92b14a9e4085aa7bcb1283fb237c3689b0721 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationTaskQueueConfig.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/ValidationTaskQueueConfig.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events; import org.springframework.amqp.core.Queue; diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateEvent.java index aa4967929d86524b4b13f2086609e59afe23c32e..0c0280e12760a6eedb48297a244a951f9bf8023d 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateEvent.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events; /** diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTaskEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTaskEvent.java index d8113ca484795366b7545c714fe782dfc1ba630e..9b3b9ab72a0ad9abb7e9ba50614e356a85d97c42 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTaskEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTaskEvent.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events; /** diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTopicEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTopicEvent.java index fe1db9afd141af716c401e10117bb7e82ac4ca48..7eefc8a0bfcfe9b45d6e79b50d73c10295c51ae9 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTopicEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPrivateTopicEvent.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events; /** diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPublicEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPublicEvent.java index 382e21d3db6dd6040202d5b9a60055d113ab717a..053c9dddd68b2cd0a6d2a45027aeb7008ff58088 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPublicEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/XPlanPublicEvent.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events; /** diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportFinishedEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportFinishedEvent.java index c62c6808175d428f5a693c10f32df07ce4e82bad..b0219ed2782231306084eeb08bc4412b1403d879 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportFinishedEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportFinishedEvent.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportRequestedEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportRequestedEvent.java index 7ffcc5cf13c7fe8774eb69e596b066050e724108..471245e02af510736d9eb87c74487956cc13743a 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportRequestedEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportRequestedEvent.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEvent.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEvent.java index 922c5b3bb2d8496459784236d57371201d0669ab..48a4eb9e1cac6c2f1173a82ce13652423a59104a 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEvent.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEvent.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/v1/XPlanPublicV1Event.java b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/v1/XPlanPublicV1Event.java index 6c503944643cd4df84efda00e7d0e077dfa51380..fdaf5dbfcd59ee667614a665c7ad47f4209a19e7 100644 --- a/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/v1/XPlanPublicV1Event.java +++ b/xplan-core/xplan-core-validator-events/src/main/java/de/latlon/core/validator/events/v1/XPlanPublicV1Event.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events.v1; import java.util.Objects; diff --git a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationFinishedEventTest.java b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationFinishedEventTest.java index 6029be769f19a5725c8da4db9ef891a416298e2f..e64874bc5723a5da825507944618987c6a287786 100644 --- a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationFinishedEventTest.java +++ b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationFinishedEventTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationRequestedEventTest.java b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationRequestedEventTest.java index b0566b97e270f16e508dc1058cccc324a52ff4a7..03092252e61bcccf3b315fcc7cfe88e6e7468aca 100644 --- a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationRequestedEventTest.java +++ b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/ValidationRequestedEventTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportFinishedEventTest.java b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportFinishedEventTest.java index 96c1bb3a1ac59d213bc885f0aa374d39b4f0ddb7..cad77080b12731855539d6599f7692d5ebc829fa 100644 --- a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportFinishedEventTest.java +++ b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportFinishedEventTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportRequestedEventTest.java b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportRequestedEventTest.java index a306754357cf536892e6c22115e3179c80e1b752..a888da8f5ea524407216d599c2e56fc897d32192 100644 --- a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportRequestedEventTest.java +++ b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportRequestedEventTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEventTest.java b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEventTest.java index af456eacb2d8cbb9aa866f0e2642fbd3a6ee5062..4048dde018e879866ca72b374f3086a73354adba 100644 --- a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEventTest.java +++ b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/planimport/ImportValidationRequestedEventTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/v1/XPlanPublicV1EventTest.java b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/v1/XPlanPublicV1EventTest.java index 890260f3584b26ed0cdbf50e4653988ee999059a..d5b0d3e408b834ea9f1ee27bcb5c9bb29d5b4118 100644 --- a/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/v1/XPlanPublicV1EventTest.java +++ b/xplan-core/xplan-core-validator-events/src/test/java/de/latlon/core/validator/events/v1/XPlanPublicV1EventTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator-events - Modul zur Gruppierung der Kernmodule + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.core.validator.events.v1; import static org.assertj.core.api.Assertions.assertThat; diff --git a/xplan-core/xplan-core-validator/LICENSE_UNKNOWN.txt b/xplan-core/xplan-core-validator/LICENSE_UNKNOWN.txt index cd75aeba51e9f8d6f820e40720fd3fd94dfa5078..9066bf644882b00c25594c54400dfba5e319e110 100644 --- a/xplan-core/xplan-core-validator/LICENSE_UNKNOWN.txt +++ b/xplan-core/xplan-core-validator/LICENSE_UNKNOWN.txt @@ -23,6 +23,7 @@ Inhalt des Verzeichnisses src/test/resources: │  │  │  └── version.properties │  │  └── validatorConfiguration.properties │  ├── geometric +│  │  ├── compositecurve.gml │  │  ├── curve.gml │  │  ├── duplicateControlPointRing.gml │  │  ├── geometryOrientationInvalid.gml @@ -31,7 +32,8 @@ Inhalt des Verzeichnisses src/test/resources: │  │  ├── inspector │  │  │  ├── aenderungen │  │  │  │  ├── aendertPlanUndAendertPlanBereich.gml -│  │  │  │  └── aendertUndWurdeGeandertVon.gml +│  │  │  │  ├── aendertUndWurdeGeandertVon.gml +│  │  │  │  └── aendertUndWurdeGeandertVon_invalidReference.gml │  │  │  ├── doppelbelegung │  │  │  │  ├── BPlan_6-0_4-5-2-4-Ueberlappung_valide.gml │  │  │  │  └── xplan60-4_5_2_4.gml @@ -83,6 +85,8 @@ Inhalt des Verzeichnisses src/test/resources: │  │  │  ├── 8_Schnittpunkte_Geltungsbereich_Linie.gml │  │  │  ├── BP_5.1.gml │  │  │  ├── BPlan001_5-4_Sliver-Polygon.gml +│  │  │  ├── BPlan001_6-0_geltungsbereichNotClosed.gml +│  │  │  ├── BPlan001_6-0_geomNotClosed.gml │  │  │  ├── BPlan002_5-2_Schnittpunkt_Geltungsbereich.gml │  │  │  ├── BPlan_6-0_Linie_ausserhalb.gml │  │  │  ├── BPlan_6-0_Polygon_ausserhalb.gml @@ -131,7 +135,10 @@ Inhalt des Verzeichnisses src/test/resources: │  │  ├── selfIntersectingRIng-2intersections.gml │  │  ├── selfIntersectingRing.gml │  │  ├── selfIntersectingRing-samePoint.gml -│  │  └── surface.gml +│  │  ├── surface.gml +│  │  └── xplan51-identische_Stuetzpunkte.gml +│  ├── planinfo +│  │  └── xplan-multipleInstances.gml │  └── semantic │  ├── configuration │  │  └── xquery diff --git a/xplan-core/xplan-core-validator/pom.xml b/xplan-core/xplan-core-validator/pom.xml index bda8259f45220533b0bf7be0395d337f79bdfad2..fe29f01ae0955a07ab047e93cfb1285550afb52c 100644 --- a/xplan-core/xplan-core-validator/pom.xml +++ b/xplan-core/xplan-core-validator/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-core-validator</artifactId> <packaging>jar</packaging> @@ -9,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/GmlParserAdopter.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/GmlParserAdopter.java index 557b3540a51e8791ebb89a33d5cfc5de0c99cac7..97758fba6f8cb04a58378504d0d467bec0a09e6a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/GmlParserAdopter.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/GmlParserAdopter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator; /** diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidationType.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidationType.java index 340aba2ce157f0f1d2ce402d17b9693eb4a2dae4..c77eb61b952f5619fe26adb3d4699f4394a0481a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidationType.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidationType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidatorException.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidatorException.java index bc3f83b73bb0de3c1ea3590a121411ba77f93662..4309ec30867a58f78ca371b6b14cd58a4ebde6a9 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidatorException.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/ValidatorException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanGmlValidation.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanGmlValidation.java index 4ca76900312f8b157487d97ba82be61e5453d52a..12b273e1cc2f1ffc2e9d931e57c79af1ff6dded2 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanGmlValidation.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanGmlValidation.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator; import static de.latlon.xplan.validator.report.SkipCode.SKIPPED; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanValidator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanValidator.java index fc300df110540717ed1ec3f3b7f08eaa60db0283..ae505cf9859d346971210967531894f01e52bf54 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanValidator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/XPlanValidator.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfiguration.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfiguration.java index 14c3878e35fb489cfd45e50f50650102d06f2bfe..8a5dcd407881c93b43e0b5f15bbb2aac6586182b 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfiguration.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParser.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParser.java index fa60030e3eeea4771125259fe8b7cce3f95c4b3b..9d9e5bf22f4e4423ab040f35c021848dda0e00fc 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParser.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorProfile.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorProfile.java index a8bd2ee66013988bcafdceae3506abf4274cf15c..e2356345905a72a505295280f1aae96016a1a4fa 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorProfile.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/configuration/ValidatorProfile.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidationRetriever.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidationRetriever.java index 4b5cf4a697aebfe802e8684e3feb6b1e3ab4c3ef..fc8b6a574d129df6cebcadd9b706095b466f97bb 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidationRetriever.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidationRetriever.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.geometric; import java.util.Map; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidator.java index 1db4087a062732ea8daa5d1dcf0d5c4546f036cd..0992e6ad051f0323e5b84e6cea1075ca9684155b 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidatorImpl.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidatorImpl.java index 269d0e27b43e95fd2d2efada250a31d3edde73f7..31d0153c5a296226ff310e8552ccd5fcd6688e91 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidatorImpl.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/GeometricValidatorImpl.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/ValidationResultContext.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/ValidationResultContext.java index 936c20f0cf5c327a3567ee320c50d3000b995b75..b9bb81cea0896b815cdeb9e86ba4ba71ec15418a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/ValidationResultContext.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/ValidationResultContext.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.geometric; import static de.latlon.xplan.validator.geometric.result.GeometricValidationFindingLevel.ERROR; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspector.java index df82fd5115d5851ce3878e00b9bda32359be95a8..73f915c881ab48deba6515523ee3145b65183797 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/GeometricFeatureInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/GeometricFeatureInspector.java index b8569a483c0afae1c07927705b771bd0a398d57d..913016e672eac9923e4d109e77f2b06581bad200 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/GeometricFeatureInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/GeometricFeatureInspector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeltungsbereichGeometryException.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeltungsbereichGeometryException.java index 354bfc93eef5b5c4e2a890e66b5afa887046452d..faa8af125767dcd6937d986777d579cbfb95fba6 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeltungsbereichGeometryException.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeltungsbereichGeometryException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeometryException.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeometryException.java index c80f5e846e8ce063667713c30898b6a6de0622d9..7f3866fb32052ebc80a7d23078caf3e4ae176789 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeometryException.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/InvalidGeometryException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspector.java index 224eb72becc2cf3cf46fcec7467f247b54d1075f..717ea2ced7fcdef10fbaf70c1e9a2c1fd0e29d88 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/broken/BrokenGeometriesInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/broken/BrokenGeometriesInspector.java index 8725b96137f8540e70fe73279f15852ce0d36413..294e0ecd0b70427189e0bfc329613f5d7f973dd5 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/broken/BrokenGeometriesInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/broken/BrokenGeometriesInspector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspector.java index 8b105047d232a9b51b2a145ff4f078c8e13dc766..a575824733ad42a58b52193c20029708715cf610 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/ControlPoint.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/ControlPoint.java index f63caa8bc70ae6ec95a5e64f00d6795c0de02b16..148666e6bd7b148d0433120db58d5f752901568f 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/ControlPoint.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/ControlPoint.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussContext.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussContext.java index 5ba76aaecbf92420a7707d7ecf9b3356cc35b5c1..060e56a18b1575b8a1c295306991dc2e7a36dfac 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussContext.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFeatureInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFeatureInspector.java index 2da637043a5f43f645934d1cfca1f454e4692a54..95f4b860c9c7274418a5c62ac89bebc496e312ea 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFeatureInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFeatureInspector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFinding.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFinding.java index d254f5aee99144d85fcc53e02b263a37c2832037..4a3a736a76cbd1c5ff8a488ad56377b6264f746d 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFinding.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussFinding.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.geometric.inspector.flaechenschluss; import static de.latlon.xplan.validator.geometric.inspector.flaechenschluss.FlaechenschlussFinding.FindingType.LUECKE_ERROR; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussTolerance.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussTolerance.java index 468af00cf186a80ad87a60065bd01378fe2e838c..c77cd6330d570a577ad883d233b6797852337e18 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussTolerance.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/FlaechenschlussTolerance.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspector.java index a6a3118182f86d3bf28242b4bd86b9319269433b..9d71acce6f7904c0d24ac833616a5d69980ebd69 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspector.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichFeatureAnalyser.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichFeatureAnalyser.java index fdb6e82d17140f799a31b9d8d956a4a59063d540..38bec95ff16e2e88e787849e50ad61fd20344cd8 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichFeatureAnalyser.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichFeatureAnalyser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspector.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspector.java index d0abcafb9defa8c2941603014aac624f967452c0..dc2c25cc40ac9b65c7724290ef802901e7a7d438 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspector.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspector.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorContext.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorContext.java index f35079270338dc9733033663b58a9df82de354ac..04beda3de44dea3522d121a0a60a9de12d6deca5 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorContext.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/AbstractGeltungsbereichFeature.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/AbstractGeltungsbereichFeature.java index b88bbe7a5fb8352946719bbfbe2c5e0958ba34af..abcbd7aadb2e9d9839200b6ed94bd5c538bcc68c 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/AbstractGeltungsbereichFeature.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/AbstractGeltungsbereichFeature.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/BereichFeature.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/BereichFeature.java index dc44206d5a68e93b7d392bc23f4a5e2ca2a83904..ee5eb7eef8211480ea6014c7f5286f5b34b8627d 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/BereichFeature.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/BereichFeature.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeatureUnderTest.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeatureUnderTest.java index 7fc2623ff07861d1bc187c59cc2beba63e801e1c..4d7278ad7fd6b07d72de437f614b4efdc554eeb5 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeatureUnderTest.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeatureUnderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeaturesUnderTest.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeaturesUnderTest.java index 125361a7a4a4fee0b4db37428d775c06ab9c591f..3aee781dd30eef7bda8bc9a37cca464ad3c77321 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeaturesUnderTest.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/FeaturesUnderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/GeltungsbereichFeature.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/GeltungsbereichFeature.java index eecdca609ce85a82b77808947c4d40582dcb1db0..3f49249e40fb724ad9473a4408248e63830b010b 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/GeltungsbereichFeature.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/GeltungsbereichFeature.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/InspectorContext.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/InspectorContext.java index b91bdd15210ff86df4c326b37424a000c4ba9f96..be760e61b267109965be976b72549a7a7a3d2687 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/InspectorContext.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/InspectorContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/PlanFeature.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/PlanFeature.java index 714ec96d88ae823a1512f3470702da19b4b86c92..1e3bcc5a52a20403691e40422640590086484092 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/PlanFeature.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/inspector/model/PlanFeature.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/report/GeometricValidatorResult.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/report/GeometricValidatorResult.java index 2cdef6223fce5bbcd790f69fb99e7c30d1b480a1..740131bbab496a88702ca9623eb4f44c98b56156 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/report/GeometricValidatorResult.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/report/GeometricValidatorResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFinding.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFinding.java index 6071b6e1737b76a852cf8b5492d370f01d252234..76c18c1d5e0e355cd7e4aa1696a3c702de71dfef 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFinding.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFinding.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.geometric.result; import static de.latlon.xplan.validator.geometric.result.GeometricValidationFindingLevel.ERROR; @@ -86,4 +106,4 @@ public class GeometricValidationFinding { + ", markerGeom=" + getMarkerGeomAsWkt() + '}'; } -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFindingLevel.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFindingLevel.java index 0f4107873eb0d46c2dc0f174c723cebe0f720a80..4ffa6fe391831e60b0f1a3ba2587a45ec52def09 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFindingLevel.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationFindingLevel.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.geometric.result; /** diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationRule.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationRule.java index 4560f4f0e00d6a614e2bce30636accf9a832480c..1138cda378f2249e23b2728b7f7bccb1d03cb17a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationRule.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/geometric/result/GeometricValidationRule.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.geometric.result; import java.util.ArrayList; @@ -52,4 +72,4 @@ public class GeometricValidationRule { + '}'; } -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/i18n/ValidationMessages.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/i18n/ValidationMessages.java index e7c7106bcac2e4683b384fe5f84e73903542fc5f..e6768d16081e2c80cdc18f72545d53c634f5fe25 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/i18n/ValidationMessages.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/i18n/ValidationMessages.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/InactiveValidationProcessListener.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/InactiveValidationProcessListener.java index 66d9351ba91cf02ea8ca829562e750f0ce6324bb..3e5be44d7270ab60f3344bc23ee88118d22f94a1 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/InactiveValidationProcessListener.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/InactiveValidationProcessListener.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.listener; import de.latlon.xplan.validator.web.shared.ValidationType; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/ValidationProcessListener.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/ValidationProcessListener.java index 524be4a4bcc65f43c5526b25b7a34cbb7730969d..e66adeeaf2dc7f182568881dd50da466a9d6cce9 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/ValidationProcessListener.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/listener/ValidationProcessListener.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.listener; import de.latlon.xplan.validator.web.shared.ValidationType; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfo.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfo.java index 974cb4f9f74824d6a18ef5cd277f1bffc8764306..d42c2ca1176c24e303010a143d64ec9ee933219a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfo.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfo.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.planinfo; import java.util.ArrayList; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoParser.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoParser.java index 446a39a6ee4681f6c5eb38de9cc6c3d39cdf9406..d4e432fc7606f91650a74abcfc485dff98deac45 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoParser.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoParser.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.planinfo; import static de.latlon.xplan.validator.report.SkipCode.INTERNAL_ERRORS; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoReport.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoReport.java index 435fb7ce1171abe556c1fd769775ea454c6f2ac8..04ed902869a0d632692e34a5fbeb6d6ca4279f82 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoReport.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/planinfo/PlanInfoReport.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.planinfo; import java.util.HashMap; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluator.java index 768938952f398d2bd65d1483697facf4a945ee5c..b2e08918884802c24a59cf0f710a683eb868a998 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportArchiveGenerator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportArchiveGenerator.java index bb6a97354031f7ba1e8cdc96f60c47eae066ab2c..45ba72174281a712e9e2cf8ef7977358be57d33e 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportArchiveGenerator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportArchiveGenerator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportGenerationException.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportGenerationException.java index ca5deba2d4616e6467ce55a0240a8fe5edd9e0d4..b3feeb7844d32125279bc1a7ec05d2f238e2db36 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportGenerationException.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportGenerationException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportUtils.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportUtils.java index 9be7eb12191802d97a796b0e051e97f6380dc8cf..e3b831b9db44f3364110b0e30ecf3b7b552e6fcd 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportUtils.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportWriter.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportWriter.java index dab1a511cabbd5875a27364dab8fa28e14cab067..19436e6c0b170e4d57ac3b3569da7d0a414803ab 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportWriter.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ReportWriter.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/SkipCode.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/SkipCode.java index e2229871b36ba84112eddbc598d269c1b8f46679..5747ac590dc2d52511750389a0f2a0aabc3be54c 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/SkipCode.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/SkipCode.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.report; import de.latlon.xplan.validator.i18n.ValidationMessages; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorDetail.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorDetail.java index 738f149a5b69eb69d4cc82c1d67a79a2b2e8e2a4..5db22d03824480db85975e2e545a9c4bd2e5d819 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorDetail.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorDetail.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorReport.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorReport.java index 0cee003c81846fe5f29b789c4b60f94eff967889..bb2e9af42a03d2dadce486855ff7689088cae4a1 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorReport.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorReport.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorResult.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorResult.java index dab8bdc48f7d3d736e2b38377225744d371eb7a9..25d5ea5d7d15495d0c491363e85592d97169155a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorResult.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/ValidatorResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilder.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilder.java index 4e59973b49adec607e0d84f9cd274f3fcb290336..9ca942064f962889a502394687017901126f3bf8 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilder.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilder.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.report.geojson; import java.util.HashMap; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilder.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilder.java index 030fc440f9b44eb2f9a2f8ad9b9d2c786814dafc..396ab37dca98298d3abf1b8a6b70c4dcf3413055 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilder.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilder.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.report.geojson; import java.math.BigDecimal; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilder.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilder.java index bfdc5a7f089b14ab9468f783b688077daa2a42e6..8aa632d22350ab0b1efebd4540b0dc7f5314d811 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilder.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilder.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.report.geojson.jts; import static org.locationtech.jts.geom.Geometry.TYPENAME_GEOMETRYCOLLECTION; diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Feature.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Feature.java index dd9215f1e942ed834d3ac3e88c463ce121c8988d..9d4695a9589e447d2a27c38614fec22339431d09 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Feature.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Feature.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/FeatureCollection.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/FeatureCollection.java index dd5c19698514fc3328d64083e3856246e47d825f..7d80fcd37cd26898d5861cae736199579faea8eb 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/FeatureCollection.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/FeatureCollection.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeoJsonObject.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeoJsonObject.java index 0981d2d7269f66a590f666dbe14a69fe99dfe28f..3deaf9b0024f644bae285b6ecb9bb328b99316d2 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeoJsonObject.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeoJsonObject.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Geometry.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Geometry.java index 5ee31fdb7057ec8d066a41ded00f3a392c1ac528..b2e3083359f0bd1fdd21977de7b589634b974573 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Geometry.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Geometry.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryCollection.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryCollection.java index 7ee2ea91c1c5b3113b22a1627803313a8353c925..d002a46e4e7389d9e9ac5ed0e6a7b1d757b01fec 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryCollection.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryCollection.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryElement.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryElement.java index 6eeb45113d0266746b9488b30121d85a85807dd5..3ee947404cbc2bf7b09d910518c8d91f506d5a4b 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryElement.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/GeometryElement.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineString.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineString.java index 34ad627c37d763b949a9047b552acaf8d373265d..5ba7d5b434c3a5418f5d4d5b4730f3ade62cc4d3 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineString.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineString.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineStringCoordinates.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineStringCoordinates.java index 0490c82471971e67649c0d61209c5c62803d6fd1..bf5c7e27743da6cf8fee300f792379b64ce1b59c 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineStringCoordinates.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LineStringCoordinates.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LinearRing.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LinearRing.java index 066baa13721baaf7f4aca5bf6dc15e1d81e44e41..a83603f75997e5b31b77a05c7733be278db4b1ba 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LinearRing.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/LinearRing.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiLineString.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiLineString.java index 28eeb835d1f86bb563d6467e7167d7111ae4a10d..fd58db37710972fef107e89ca4c80745124fe02e 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiLineString.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiLineString.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPoint.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPoint.java index 9eb11c0a863e6a088b59afcf88877a0472951800..9fb878e59a6c428e33145a969ead1970ee9c2512 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPoint.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPoint.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPolygon.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPolygon.java index eeaa512f531cc25017b2d271ec883d99725c227e..1c6b2b12b8c48b69531312a0857bd6464e05e72b 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPolygon.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/MultiPolygon.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Point.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Point.java index d72e161bd31a126022152dc1254f6b361cf9bdf1..a906ce0d2a85fd802e70cd0afc6669bc2dd05609 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Point.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Point.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Polygon.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Polygon.java index 4b3527a3e91bcc4d6cca3b36f78aae9c123fc9b4..0858e314b5f0f7b161af8182f0af42e6456b13e1 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Polygon.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Polygon.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Position.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Position.java index 6407d31725ad92fc1480ec7a283666c1126ea5a8..6dd5abd2c0eb91deb8b39f85a28f5ef6d55493b9 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Position.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/geojson/model/Position.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * GeoJSON format * This document defines the GeoJSON format as an OpenAPI. It contains the definitions for 'Feature' object and 'FeatureCollection' objects, as well as the definitions for all 'Geometry' objects. It conforms with the 'RFC-7946' standard from IETF (August 2016 version) Kudos to @bubbobne and @idkw whose code helped me not start from scratch https://gist.github.com/bubbobne/fe5f2db65acf039be6a9fd92fc9c7233 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/html/HtmlReportGenerator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/html/HtmlReportGenerator.java index 7501719672fc807df12f8f062ef6910e26c8cebd..bc266bedce4a086f00d3bd31baaaaaecb3783685 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/html/HtmlReportGenerator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/html/HtmlReportGenerator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/HeaderAndFooterPageEventHelper.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/HeaderAndFooterPageEventHelper.java index 724447841879c37d3f906bd6fa1fe13eee9b75e8..c150eaa000b64fad5648ffdd6b28301f69123f62 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/HeaderAndFooterPageEventHelper.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/HeaderAndFooterPageEventHelper.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/PdfReportGenerator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/PdfReportGenerator.java index 462333d0675370d772590186114205ea440bbfed..66d28cf10d40644d6e8b0195c9d90cef0f4e10e2 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/PdfReportGenerator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/PdfReportGenerator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/ReportBuilder.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/ReportBuilder.java index 8f7ced85be52584ed129e94817574aac9860a0e7..4d8bf0fbff538f28f6b13d7c40c8d9628bd5d9db 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/ReportBuilder.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/pdf/ReportBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceReport.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceReport.java index 708e07bf43d49354d233bb730052f79d573d8a09..cd12103d3aab85596ff6640a18afa539eccb0ce4 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceReport.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceReport.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceStatus.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceStatus.java index e8520447bc1fcce48ee299c12dfdf58102f09be9..2fd637d96b2355ab237b0e36631f69b5702bc2bf 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceStatus.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/reference/ExternalReferenceStatus.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/JaxbConverter.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/JaxbConverter.java index ee5917a287eab07df0fb64065b347826c34adad5..29012a37e0464fb9faa21972638ace4bbc45249f 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/JaxbConverter.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/JaxbConverter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/XmlReportGenerator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/XmlReportGenerator.java index 04e7b8308f47d661e86fcfec5164a1f6c11ada46..3c6ad76661dbd05bcac5bd0d0ac494ba95dd4261 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/XmlReportGenerator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/report/xml/XmlReportGenerator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidator.java index bd7b8dc729d99f6577cc4ad753b43c60323ff215..456ae06515629a5ba35078cecfe28a78244ef407 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidatorRule.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidatorRule.java index 629e009f2adf52e77ad5a8fe41683695f1017445..0d5e37539ce729200cc32317e4c598a2ee694a43 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidatorRule.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/SemanticValidatorRule.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesConfiguration.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesConfiguration.java index 62e0eea01c4ffcb2c4077f2de0febefd75b2004f..5f4c7674665f08403545837f9bce1ddfd9d99aa3 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesConfiguration.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesMainConfiguration.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesMainConfiguration.java index d71c9d7b1a887b7bd45a2ea14177c945834742dc..c0545e0e1b8d2f393525c2f88d0547c1a636a9cc 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesMainConfiguration.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesMainConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesProfileConfiguration.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesProfileConfiguration.java index 4069bf84e077062eddb7b951b40a88bacd20e112..c87eb9e8f825b8303945d5592ae721392baa4dd9 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesProfileConfiguration.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticRulesProfileConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptions.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptions.java index 852ca25a429d789514c024fab0995cdad1550a66..d30ee56cfdfed5ab2e579fe2b9dbc09b5646a4ce 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptions.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptions.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfiguration.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfiguration.java index 2e30723955a2866884dca82bb687fcd95f648a1b..b3b335954c39aca4bbb8797fd86126bc1003f9d9 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfiguration.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationRetriever.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationRetriever.java index 66729ef485bcc1bef7ee047f4b46a6268eab8e5f..6e4436f23a537b4a2e94611039d0836809cb108c 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationRetriever.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationRetriever.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/DefaultRulesMessagesAccessor.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/DefaultRulesMessagesAccessor.java index 9086174ca6d31493ebbbb3797ac2ff83818f3936..d332a6bb7aaa6a04473c967b4548af7cfd765beb 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/DefaultRulesMessagesAccessor.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/DefaultRulesMessagesAccessor.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/FileRulesMessagesAccessor.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/FileRulesMessagesAccessor.java index 8cfaaf3b135ce3f032811a21e4067a781382ab86..c9c0d17125b681df7e98124e43538a038bdd0379 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/FileRulesMessagesAccessor.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/FileRulesMessagesAccessor.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/RulesMessagesAccessor.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/RulesMessagesAccessor.java index ee2fb9cdec6e781d54bf314b5f644dcd7974cd5f..8909f4714ea50178a1a8c7b8fdfd74d66b147e08 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/RulesMessagesAccessor.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/message/RulesMessagesAccessor.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesMetadata.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesMetadata.java index 6cf4ac49fddb96735b793af6a0d815988382ab59..ced3abc690fae9f80c4b7d4ddec385fd26740ea5 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesMetadata.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersion.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersion.java index 6dbec4065a8eca570fbc770f9f2bf07b016e979d..51f35277bfb88798080b2567b03a48ee73c945e6 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersion.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersion.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParser.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParser.java index 5e04397b7a74167fb7884788da1aa7d25367af04..7eccc82156771da08b7335d447ada2540579f0ff 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParser.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParser.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetriever.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetriever.java index 5978ef5aec366f7fa0ee55595d35c2de270ea2fe..086daca7cba95666d17e87067051a4a20d2b7855 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetriever.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetriever.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/DelegatingSemanticProfileValidator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/DelegatingSemanticProfileValidator.java index 5435b174486f41537c097a1734cffb7d04871be4..8d7c7fffcfc3ec1102600d18e15d9ed6e8ddea05 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/DelegatingSemanticProfileValidator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/DelegatingSemanticProfileValidator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfileValidator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfileValidator.java index 36789e91381da8210f9cb079de08be49487ca739..553890f951ea17ae2e84aebe81a05ec7833d46a9 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfileValidator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfileValidator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfiles.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfiles.java index e74f1fac5a88d4327d92451636e28447932214eb..544cbe8a80b0193022324e10d2c12c7621c0a2c4 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfiles.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfiles.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreator.java index 9ef5dd3c8f1189a50dd9d493d865eb6aea67e183..69aaf46c95cc8369f9c372099c6e3de2cd467789 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidFeaturesResult.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidFeaturesResult.java index 10e67678ca60678dc5c83223ff909278977a347a..174d45438deef99a307279b9913869452ac7392c 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidFeaturesResult.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidFeaturesResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidRuleResult.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidRuleResult.java index a834173ae2a6f7027691cbeec39819964cc14581..48c7dece6a893a60455279f8013b32f09fe0906f 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidRuleResult.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/InvalidRuleResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/RuleResult.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/RuleResult.java index 1f61d89faad1a822afab3fcfb1bb2d3273c5a892..26baaad46f091b52fd03e63ebebddf594df13dd3 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/RuleResult.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/RuleResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResult.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResult.java index 752b4bd33cc3ae07b47ad9521bce55713df2a166..3e9475d1aa571c9870a9bc0d90e04a4b2fe632d5 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResult.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/ValidationResultType.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/ValidationResultType.java index e4697b50528950bdaac6a4f2ddda4c77def398f2..3213cb6a41a26f34e35a2207c41a947cbae2c855 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/ValidationResultType.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/report/ValidationResultType.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidator.java index 40a22110fd45427b79f6da86c45b24cb774a838e..80438d5e662e05d41525ccf5d7d43af5b5271253 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRule.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRule.java index 015518a0548405547b280c17b1304a7b8bb06cf5..9025e4c5d7f77217c48d0a184f09660c0e718f3c 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRule.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRule.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidator.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidator.java index eb5dee53fba27ea8275acec695f1078d097d7899..489b9a2d79b190c17da2639b6471862b88fcaf4e 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidator.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidator.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorImpl.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorImpl.java index d56cff3b5232351e09fbceef669134fd75c307bf..bee9ebc5567243656dfdfa3af88c644443af156a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorImpl.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorImpl.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/report/SyntacticValidatorResult.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/report/SyntacticValidatorResult.java index 319d7d283df3ca817bc8e93c963cab22568b8cd8..c429901888351656bf955e1c9476a89829166055 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/report/SyntacticValidatorResult.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/syntactic/report/SyntacticValidatorResult.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewCreationException.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewCreationException.java index 8c2a9089fa16f24d4394aa052cefcd9ccf0b5fc9..5688b950370653ff3186a7a6141892c5005d9ab3 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewCreationException.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewCreationException.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewManager.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewManager.java index d69de61b1a5be7f639f0593f7d2e90595ec59d2d..a54f8f01a4fd61a61e660801b534ef695386c612 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewManager.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MapPreviewManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MasterportalConfigWriter.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MasterportalConfigWriter.java index 2035be18fac03f9e4b7b360190683733af78d417..52c163382381445f6c596751f18e5148a33b6fda 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MasterportalConfigWriter.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/MasterportalConfigWriter.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/ValidatorWmsManager.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/ValidatorWmsManager.java index a82053513255b9bde42bcdf6c205c0379f0fc058..7f2cb1edde79b81d1baa49502ec42e3faf8b095a 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/ValidatorWmsManager.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/ValidatorWmsManager.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsContext.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsContext.java index 7c59cb699aee8a196fbe48e1e98e649b58c608bf..24c96a7d1a54377368c633804adfa11acc7455f7 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsContext.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsSqlContext.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsSqlContext.java index 91b8b843719e45fed17907ef4a59034217155459..bc3d2e62161e88d8049c7f2c6ae899b63160db18 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsSqlContext.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/config/ValidatorWmsSqlContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/PlanStorage.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/PlanStorage.java index 2ade4c67941395ad479bae62efd8ade9ca09a474..89dc6ab24f908e3e66c9628a51c1b208b40a8e2b 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/PlanStorage.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/PlanStorage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorage.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorage.java index 2a0b1af41d04bf0a902ae5279f387f9948a487e2..e6af99ee2a598ea66fb9388408fab66bb09fcae0 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorage.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/WorkspacePlanStorage.java b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/WorkspacePlanStorage.java index d2576fc1824d5cd926e8ed7eb2dc0d585cad8d2b..9c65b51c85cbd0640203e4ce52faa25c934f3191 100644 --- a/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/WorkspacePlanStorage.java +++ b/xplan-core/xplan-core-validator/src/main/java/de/latlon/xplan/validator/wms/storage/WorkspacePlanStorage.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/bindings.xjc b/xplan-core/xplan-core-validator/src/main/resources/bindings.xjc index 8b3c3af19155637c3d382691af721cf402ff446d..218d60609a58223c3abd45e32293376ef4ccce70 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/bindings.xjc +++ b/xplan-core/xplan-core-validator/src/main/resources/bindings.xjc @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + #%L + xplan-core-validator - XPlan Validator Core Komponente + %% + Copyright (C) 2008 - 2025 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% + --> + <jaxb:bindings version="2.0" xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb" xmlns:xjc="https://jakarta.ee/xml/ns/jaxb/xjc" @@ -12,4 +33,4 @@ parseMethod="javax.xml.bind.DatatypeConverter.parseDateTime" printMethod="javax.xml.bind.DatatypeConverter.printDateTime" /> </jaxb:globalBindings> -</jaxb:bindings> \ No newline at end of file +</jaxb:bindings> diff --git a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties index 51cee88a2f33b1bb59a2576919c0979d3cf81778..a57f771c7e32433d296d69c3ef506cb90efdc013 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -22,6 +22,6 @@ # Default: tmp-Verzeichnis validationReportDirectory= -# Verzeichnis in dem die semantischen Validierungsregel liegen, die für die Validierung verwendet werden sollen. +# Verzeichnis in dem die semantischen Validierungsregel liegen, die f�r die Validierung verwendet werden sollen. # Default: Der interne Regelsatz wird verwendet validationRulesDirectory= diff --git a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/i18n/validationMessages.properties b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/i18n/validationMessages.properties index 2116f27e76695b35b645f71a7c8d4b23cb242cd1..a106d32571ea96ac95b9fcbcde199136b258fdea 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/i18n/validationMessages.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/i18n/validationMessages.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/semantic/configuration/rulesMessages.properties b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/semantic/configuration/rulesMessages.properties index 3eeaf8391c217cb94e8b06553481fec7d17cd886..4f539271849d634a0721b9ec7655a3d1e5fafa16 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/semantic/configuration/rulesMessages.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/semantic/configuration/rulesMessages.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -448,6 +448,8 @@ 6.4.1.2_XPLAN_41=\u00DCberlagerungsobjekt bei fl\u00E4chenhaftem Raumbezug 6.5.1.1_XPLAN_40=Konsistenz von typ und sonstTyp 6.5.1.1_XPLAN_41=Konsistenz von typ und sonstTyp +bereich_nummer_XPLAN_40=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) +bereich_nummer_XPLAN_41=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) 2.1.2.1_XPLAN_50=Verwendung vorgegebenen URNs f\u00FCr das uom-Attribut von GML-MeasureType 3.1.1.1_XPLAN_50=XP_Plan: Relationen auf Text-Abschnitte 3.1.1.2_XPLAN_50=XP_Plan: Relationen auf Begr\u00FCndungs-Abschnitte @@ -624,6 +626,7 @@ 8.4.8.1_XPLAN_50=LP_SonstigesRecht: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.10.1_XPLAN_50=LP_WasserrechtWirtschaftAbflussHochwSchutz: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.11.1_XPLAN_50=LP_WasserrechtSchutzgebiet: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ +bereich_nummer_XPLAN_50=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) 2.1.2.1_XPLAN_51=Verwendung vorgegebenen URNs f\u00FCr das uom-Attribut von GML-MeasureType 3.1.1.1_XPLAN_51=XP_Plan: Relationen auf Text-Abschnitte 3.1.1.2_XPLAN_51=XP_Plan: Relationen auf Begr\u00FCndungs-Abschnitte @@ -806,6 +809,7 @@ 8.4.8.1_XPLAN_51=LP_SonstigesRecht: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.10.1_XPLAN_51=LP_WasserrechtWirtschaftAbflussHochwSchutz: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.11.1_XPLAN_51=LP_WasserrechtSchutzgebiet: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ +bereich_nummer_XPLAN_51=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) 2.1.2.1_XPLAN_52=Verwendung vorgegebenen URNs f\u00FCr das uom-Attribut von GML-MeasureType 3.1.1.1_XPLAN_52=XP_Plan: Relationen auf Text-Abschnitte 3.1.1.2_XPLAN_52=XP_Plan: Relationen auf Begr\u00FCndungs-Abschnitte @@ -995,6 +999,7 @@ 8.4.8.1_XPLAN_52=LP_SonstigesRecht: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.10.1_XPLAN_52=LP_WasserrechtWirtschaftAbflussHochwSchutz: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.11.1_XPLAN_52=LP_WasserrechtSchutzgebiet: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ +bereich_nummer_XPLAN_52=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) 2.1.2.1_XPLAN_53=Verwendung vorgegebenen URNs f\u00FCr das uom-Attribut von GML-MeasureType 3.1.1.1_XPLAN_53=XP_Plan: Relationen auf Text-Abschnitte 3.1.1.2_XPLAN_53=XP_Plan: Relationen auf Begr\u00FCndungs-Abschnitte @@ -1188,6 +1193,7 @@ 8.4.8.1_XPLAN_53=LP_SonstigesRecht: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.10.1_XPLAN_53=LP_WasserrechtWirtschaftAbflussHochwSchutz: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.11.1_XPLAN_53=LP_WasserrechtSchutzgebiet: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ +bereich_nummer_XPLAN_53=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) # XPlan 5.4 2.1.2.1_XPLAN_54=Verwendung vorgegebenen URNs f\u00FCr das uom-Attribut von GML-MeasureType 3.1.1.1_XPLAN_54=XP_Plan: Relationen auf Text-Abschnitte @@ -1385,6 +1391,7 @@ 8.4.8.1_XPLAN_54=LP_SonstigesRecht: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.10.1_XPLAN_54=LP_WasserrechtWirtschaftAbflussHochwSchutz: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ 8.4.11.1_XPLAN_54=LP_WasserrechtSchutzgebiet: Konsistenz der Attribute f\u00FCr detaillierten Typ und Typ +bereich_nummer_XPLAN_54=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) # XPlan 6.0 2.1.2.1_XPLAN_60=Verwendung vorgegebenen URNs f\u00FCr das uom-Attribut von GML-MeasureType 2.1.3.1_XPLAN_60=Angabe eines Standard CRS @@ -1580,3 +1587,4 @@ 6.1.3.14_XPLAN_60=SO_Objekt: Verwendung von laermkontingent nur in Bebauungspl\u00E4nen 6.1.3.15_XPLAN_60=SO_Objekt: Verwendung von laermkontinget nur in Bebauungspl\u00E4nen 6.1.3.16_XPLAN_60=SO_Objekt: Verwendung von vonGenehmigungAusgenommen nur in Fl\u00E4chennutzungspl\u00E4nen +bereich_nummer_XPLAN_60=Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer) \ No newline at end of file diff --git a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/wms/xplansyn.xml b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/wms/xplansyn.xml index bafe41071e6c5f52fa9270c8b18463352979e833..32bc4938530bcb85963e1d719b1bf031acb76425 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/wms/xplansyn.xml +++ b/xplan-core/xplan-core-validator/src/main/resources/de/latlon/xplan/validator/wms/xplansyn.xml @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DOMMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DOMMessages_de.properties index 4764757df71ad112df27f90fc0419f0876001616..3d53ef284898adb453b3d37e7cfe26928f25299b 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DOMMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DOMMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DatatypeMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DatatypeMessages_de.properties index 7d4e56e35330cb468888a9ed3bfd636b4a9753b3..4163473f8112645eb3b9e5c3e16418fee6ee7ed9 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DatatypeMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/DatatypeMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/JAXPValidationMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/JAXPValidationMessages_de.properties index 672a6e2c3bd73b928bc148e9736fbd4139eec094..81a83bd1ec9e80963dd50050ba0c2cbf6965714b 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/JAXPValidationMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/JAXPValidationMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/SAXMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/SAXMessages_de.properties index 254d6a13aa028f227d6f68c1f9e7b589ae716826..54b904f724f3fa6b5157d7712ac6c267f14d4103 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/SAXMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/SAXMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XIncludeMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XIncludeMessages_de.properties index 6cb6ee32c4ce5199ec3cd2cb92b002fdfeebfc1c..e3a1132f33d8a6d045e00b4004c242bd3cb4f64d 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XIncludeMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XIncludeMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLMessages_de.properties index 8e905877eb36b17435947bf1c38f1d0b17cc8cba..d2400b8675fcde2dd5414352b891e06b7749acf4 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSchemaMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSchemaMessages_de.properties index df4c4f582a212d3e93ed1e52bb4e9ddea09b8d3f..1dd32b136f08d5e69c685cf08e20967ebe4c950d 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSchemaMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSchemaMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSerializerMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSerializerMessages_de.properties index e6115f9595fb24a73a32da227b18fce93b9cdbec..b9f549e9647ac1e0f1d078e56439b7ce3677cc1c 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSerializerMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XMLSerializerMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XPointerMessages_de.properties b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XPointerMessages_de.properties index e32523ecc8b484c7ac4b995b9b50a4bd7fbdecf5..437aef5c40fb8ad57035a74adb8530871516ed0e 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XPointerMessages_de.properties +++ b/xplan-core/xplan-core-validator/src/main/resources/org/apache/xerces/impl/msg/XPointerMessages_de.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/validationReport.xsd b/xplan-core/xplan-core-validator/src/main/resources/validationReport.xsd index 77c03f1267e2e230d34915534a8f439364918c33..b8e388acd7d3b40846be7150c46d39f9e63879dd 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/validationReport.xsd +++ b/xplan-core/xplan-core-validator/src/main/resources/validationReport.xsd @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/main/resources/xslt/report.xslt b/xplan-core/xplan-core-validator/src/main/resources/xslt/report.xslt index fadcbfb244d7e526e45751122d4aebe20f9d7d0c..4317131bc495a4ee9c8b8928bbc23311ee70bd88 100644 --- a/xplan-core/xplan-core-validator/src/main/resources/xslt/report.xslt +++ b/xplan-core/xplan-core-validator/src/main/resources/xslt/report.xslt @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/FeatureParserUtils.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/FeatureParserUtils.java index a2ff89a150cadf87154c7206db82f91ed33859a4..39075af4166da1a0a84a7e201dc63c163dd14e82 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/FeatureParserUtils.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/FeatureParserUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanGmlValidationTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanGmlValidationTest.java index 87c0dd06b48099b2118e917ec29ebe97da9a1e3e..6e1c480cc1757d99414382859ec968dcae1b6dce 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanGmlValidationTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanGmlValidationTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator; import static de.latlon.xplan.validator.geometric.GeometricValidatorImpl.SKIP_OPTIONS; diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanValidatorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanValidatorTest.java index 716565e38880d0919d0b7339b7a1cdb6b802f235..1a29a7aca5b22a463bfda0b39d804194f02217cc 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanValidatorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/XPlanValidatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParserTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParserTest.java index 8d3433fc9d88278f33f9c516bcf30785bf60ac81..66b2e9e5c22631b90c73de28de2df6adeea07408 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParserTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/configuration/ValidatorConfigurationParserTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/GeometricValidatorImplTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/GeometricValidatorImplTest.java index 818c812262b170da7062d05252af75b3cc33e6f5..89f8ed7f3231f2ca9c73a49c836a12f781b500bb 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/GeometricValidatorImplTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/GeometricValidatorImplTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/ParameterizedGeometricValidatorImplTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/ParameterizedGeometricValidatorImplTest.java index bfda6846f9677aa1c59e2b9b5c72c4d92254b9cc..7596a56580bd307c25e8e21b954b982b8b415b67 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/ParameterizedGeometricValidatorImplTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/ParameterizedGeometricValidatorImplTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspectorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspectorTest.java index 63949c859db72ba81f55119e0f244b8a6c0be354..4e2c189f6a0c0009de3a2de4723ac0e2991934ac 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspectorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/XPlanGeometryInspectorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspectorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspectorTest.java index dce617ed9aa47ade65161fea8a02f1fb578e40e2..fb120fec3001bc99fda7f317d5f907110f666d3f 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspectorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/aenderungen/AenderungenInspectorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspectorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspectorTest.java index 6694c100caa431a601bf0480a1ec885cee16f73a..0fd0da7fb1c94dd54788d8a9d0023174f912a318 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspectorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/doppelbelegung/DoppelbelegungInspectorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspectorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspectorTest.java index 85871c52a7059f082fa6ffa638097d0f4d66fdec..1d969464b36c3cbdbee981380585673bd76a93e3 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspectorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/flaechenschluss/OptimisedFlaechenschlussInspectorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorKompensationsbereichTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorKompensationsbereichTest.java index 8a02912ca1043a3da6d2102af79a9648e41334f0..945dd1ca5df2379b5d9b901592abc2c99d051b60 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorKompensationsbereichTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorKompensationsbereichTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorTest.java index 030f926dfac6f6bd88215359ee55e059fd147f3b..eeefa6b2d9bba5bc3a149166a5aa54d387dc26f9 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/geometric/inspector/geltungsbereich/GeltungsbereichInspectorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/planinfo/PlanInfoParserTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/planinfo/PlanInfoParserTest.java index 60f6d4366e1a01508be835c2d74f66bbc672baa1..fc9fe9d44313d93c320f5d8af7f08d56ef5d7d1a 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/planinfo/PlanInfoParserTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/planinfo/PlanInfoParserTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.planinfo; import static de.latlon.xplan.commons.XPlanType.BP_Plan; diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluatorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluatorTest.java index d145fa8e8b0a4f953b2e43955f6a1034f4dbd9c7..eeea297c1172c842ddb7ab91b3a1e1c491ac1865 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluatorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/reference/ExternalReferenceEvaluatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportUtilsTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportUtilsTest.java index 7ba378902cfee7bca925069b6196af50d4531b0b..ff7d9c7fc257f72dbad3865cf2109eddc3145fea 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportUtilsTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportUtilsTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportWriterTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportWriterTest.java index b17b28d853ad8150586a0b27341be09bf985042a..4a206e45be447f4c94f9f3073d45ecbd4f3d9ba2 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportWriterTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ReportWriterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ValidatorDetailTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ValidatorDetailTest.java index d415b2d6be7f271b668ce139180cb4896bb700e6..e16d0c7b10e8a0a946d0c2bab5d10153596c65f1 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ValidatorDetailTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/ValidatorDetailTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilderTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilderTest.java index 1547d3f9004dfdd698f5327fc3fa089f78b6e063..5ca1b139f3ec63dc5eceb1399dccd00f10ac4360 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilderTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonBuilderTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.report.geojson; import static de.latlon.xplan.commons.XPlanType.BP_Plan; diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilderTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilderTest.java index 0cedeb17f72bae77b5ac55e5a494509a2680f7ff..d22d41b54937d2609e57e1e328080ad0c4861724 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilderTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/GeoJsonGeometryBuilderTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.report.geojson; import static de.latlon.xplan.validator.report.geojson.model.GeoJsonObject.TypeEnum.GEOMETRYCOLLECTION; diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilderTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilderTest.java index 7a21b844b9cff8f1043d2863b357f0205920f4ef..5a027f5de79e7bd897076ff770987773ca92d2e0 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilderTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/geojson/jts/JtsToGeoJsonGeometryBuilderTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-core-validator - XPlan Validator Core Komponente + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplan.validator.report.geojson.jts; import static de.latlon.xplan.validator.report.geojson.model.GeoJsonObject.TypeEnum.GEOMETRYCOLLECTION; diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/html/HtmlReportGeneratorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/html/HtmlReportGeneratorTest.java index 0fee2b9215a0dbd202ef68c0362544376d2c33dd..6169504d2a44bb2801c85611adfc5dd91517917f 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/html/HtmlReportGeneratorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/html/HtmlReportGeneratorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/PdfReportGeneratorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/PdfReportGeneratorTest.java index 1290a423a7daf8e4e72ad62c539db606577f1fb9..255d4619efe9b0572537c52f860801a796c08045 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/PdfReportGeneratorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/PdfReportGeneratorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/ReportBuilderTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/ReportBuilderTest.java index 93829f63fc8678cd106a5374323fabb499973992..4ddd4348c933ffc487504b78eb7ed9f2e5da72f2 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/ReportBuilderTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/pdf/ReportBuilderTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/xml/XmlReportGeneratorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/xml/XmlReportGeneratorTest.java index b07433becb600e80e91c4b2283ee582988b82e32..35c4360cca62abd3c96694e93c9e22b8b3a6b10d 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/xml/XmlReportGeneratorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/report/xml/XmlReportGeneratorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/DefaultRulesMessagesAccessorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/DefaultRulesMessagesAccessorTest.java index ee93e46d2ab0b8f074b220a2b02102412077020f..90879a31ad770ce1326e2ba420fd2cb5e68865d0 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/DefaultRulesMessagesAccessorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/DefaultRulesMessagesAccessorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/FileRulesMessagesAccessorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/FileRulesMessagesAccessorTest.java index fb780d27850d0f81da342d4fd9cbd42937e859dc..d5012154968ec404e26340115a89cd94dde39827 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/FileRulesMessagesAccessorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/FileRulesMessagesAccessorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptionsTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptionsTest.java index 17f138cd1847534ac92a4c238fd551f9926d7035..043beaa3203ca458d75b10c000c646a6000f097f 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptionsTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidationOptionsTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationTest.java index 0d2533ddfd46f0c8666ac2158592af23aec1ac23..59849753270a73479d2c8c16b621e0be80ff8886 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/SemanticValidatorConfigurationTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParserTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParserTest.java index 7f81b4c48b5d0cac40a8a5d31337edf3a9cf8047..84be98e39e4f1b9cb9d01f1db20a2c9f49187823 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParserTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/metadata/RulesVersionParserTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetrieverTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetrieverTest.java index 1a6bcca25a77799709a0c4deef0a7ee43827c541..467c31eab8a27977d11cb37a240fc49ed8aecd77 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetrieverTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/configuration/xquery/XQuerySemanticValidatorConfigurationRetrieverTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreatorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreatorTest.java index 5fd0d3c267e8987de588264aed2d568fee6552ce..c6ed0cbbe39e77cf490040050e56ef682bdc558a 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreatorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/SemanticProfilesCreatorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/TestContext.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/TestContext.java index 26e8f4763a9e4446df0d5f7c26363fd202b49ee5..88b2bc4bb8f80bdfa18c83f279e563cd8146f833 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/TestContext.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/profile/TestContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResultTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResultTest.java index 912fc54daf52be2dc9ee1a9cf8199ca2a466fa83..7e8f9777a200d048cedbf8711229a97be269cb56 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResultTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/report/SemanticValidatorResultTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRuleTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRuleTest.java index cff930525fc89f028eb65ed5cea9d2d223bee621..12b980de868b97a6c36fe4003d26a5026dac3530 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRuleTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorRuleTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorTest.java index 2bb9a75a0aeb4c0fde1aa83c4b2d8ef2c888334e..869130a4b80f75a48f3a3f2de77d100d3f5649e6 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/semantic/xquery/XQuerySemanticValidatorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/ParameterizedSyntacticValidatorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/ParameterizedSyntacticValidatorTest.java index 0a1962c1ef54e93fd75f038e964fcaf77b6c3656..8dd48c257d16ddf95fab92e7101509fa3ffe973d 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/ParameterizedSyntacticValidatorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/ParameterizedSyntacticValidatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorTest.java index 529090422dca6d6b2f771fc3feb5d12a34ba4204..177cfb2e1cbad128a55f9dc872389878f1735757 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/syntactic/SyntacticValidatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/ValidatorWmsManagerTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/ValidatorWmsManagerTest.java index a96e981dd5ae0dae0749c64c9259bb49b1dbf7ef..a25ee3fbb6373d78fccef826ae54e63b565f79e7 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/ValidatorWmsManagerTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/ValidatorWmsManagerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/config/TestContext.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/config/TestContext.java index e078f4af17d0c46daa9a9b508202cd5b2f35932b..456fc739574681904a6d1264495cdf5379297ada 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/config/TestContext.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/config/TestContext.java @@ -2,7 +2,7 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorageTest.java b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorageTest.java index adc8996b90c431da3a1c0a25290327d6c36bfc5c..cb8434dfa376f517a058577f1ff4b9a1072d9ba5 100644 --- a/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorageTest.java +++ b/xplan-core/xplan-core-validator/src/test/java/de/latlon/xplan/validator/wms/storage/SqlPlanStorageTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidId.yaml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidId.yaml index 72806e16bb1bdd16b33433097c7242ec763321af..414193b32456196a5cfc52d6a16e452e1c96f3dd 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidId.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidId.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidName.yaml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidName.yaml index b7fc520f9e644233b187f942542120c031491801..25f1a5844dc2b38e9d187c993f5cf521c4d8f528 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidName.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile-invalidName.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile.yaml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile.yaml index 879b281421960575f1f299d3c46c2d3db2073a3e..e74c62948ea07b68b687dbd524a9f3dc88458548 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profile.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateId.yaml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateId.yaml index e2682939202a6e5a904c40740f5ecdeb3183c55f..33e14b5dc81cad1569fab0e99148b8ae668eff2d 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateId.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateId.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateName.yaml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateName.yaml index 54c7bba28936482bc3bda8ab502af43be0626ac8..3f1155a4be4e69a9e793bf90176a783283f80b01 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateName.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles-duplicateName.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles.yaml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles.yaml index 3c9a52b75386848b70629f6733e78a035c39a129..73c80602e5164940672cc112bc5e048728c3a38b 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/profiles.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/rules.properties b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/rules.properties index 200367f5202c85ecef2fec2b5e6ca7a3cd4e0bfc..8eddb3a0771edc65eae85b85dead16aa0043d10d 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/rules.properties +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/rules.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/version.properties b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/version.properties index f29af08ee86eca88de8e05b92d23aec98c60fad8..5faeac0d78cf39372af778e0666115ce7736b679 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/version.properties +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/rules/version.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties index 79ecb5f727cb929f4cb3c9ca45045666fbf0a919..113ee62914f907524f68a8f33cec29951af4f2a4 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/configuration/validatorConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-core - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -22,6 +22,6 @@ # Default: tmp-Verzeichnis validationReportDirectory=/home/xplanbox/file/configuration/report/ -# Verzeichnis in dem die semantischen Validierungsregel liegen, die für die Validierung verwendet werden sollen. +# Verzeichnis in dem die semantischen Validierungsregel liegen, die f�r die Validierung verwendet werden sollen. # Default: Der interne Regelsatz wird verwendet validationRulesDirectory= diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/exists.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/exists.xq index ac9432dbd8e2b7c331ef99cb79456eba068ba1fe..fe43c96b1e9cd7f5bf68342f44e6d1620785d221 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/exists.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/exists.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/falseStatement.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/falseStatement.xq index 7f4619df25671a814dd1153da0099e85bba7abf9..edb0bf575480a0bac500f34d656fd9a759e92a1f 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/falseStatement.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/falseStatement.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId-warningsAndErrors.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId-warningsAndErrors.xq index 5e59cd99437fff8f05eb4b6c87022566d5a40e81..4b7aed7a528eef2ff2932090a39e0b9ba86c4e65 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId-warningsAndErrors.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId-warningsAndErrors.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId.xq index de7235900cd03d281e1ac4fc5fb1d666cef9dac9..ad738834ff6b4e1b65d886fabaa670a923b20ef4 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlId.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlIds.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlIds.xq index a1130a6dcd8eb09e3aefa93a863902938d1a2b04..2190ee4e8ad8d6bbc0e26c4ca945c3e17e54f121 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlIds.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/gmlIds.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/so/SOignore.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/so/SOignore.xq index ac9432dbd8e2b7c331ef99cb79456eba068ba1fe..fe43c96b1e9cd7f5bf68342f44e6d1620785d221 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/so/SOignore.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/so/SOignore.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/sub/Sub.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/sub/Sub.xq index ac9432dbd8e2b7c331ef99cb79456eba068ba1fe..fe43c96b1e9cd7f5bf68342f44e6d1620785d221 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/sub/Sub.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/sub/Sub.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml40/hello.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml40/hello.xq index 1943139a6e8a1a4f2d7b84ab68d8aecd126c07be..9505dbb9a9d7f524fd4f05c883b1fc7550e7afba 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml40/hello.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml40/hello.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/41.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/41.xq index ac9432dbd8e2b7c331ef99cb79456eba068ba1fe..fe43c96b1e9cd7f5bf68342f44e6d1620785d221 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/41.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/41.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/41_XPignore.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/41_XPignore.xq index ac9432dbd8e2b7c331ef99cb79456eba068ba1fe..fe43c96b1e9cd7f5bf68342f44e6d1620785d221 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/41_XPignore.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/41_XPignore.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/subXp/41_XPignore_Sub.xq b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/subXp/41_XPignore_Sub.xq index ac9432dbd8e2b7c331ef99cb79456eba068ba1fe..fe43c96b1e9cd7f5bf68342f44e6d1620785d221 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/subXp/41_XPignore_Sub.xq +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/configuration/xquery/rules/xplangml41/xp/subXp/41_XPignore_Sub.xq @@ -2,7 +2,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_AnpflanzungBindungErhaltung-Polygon-flaechenschlussTrue.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_AnpflanzungBindungErhaltung-Polygon-flaechenschlussTrue.xml index e5dd6ddcda3584b43f67509559649cab19f8ff4c..94bfdff8a6d55c727775c96effb222ba133fdc66 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_AnpflanzungBindungErhaltung-Polygon-flaechenschlussTrue.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_AnpflanzungBindungErhaltung-Polygon-flaechenschlussTrue.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_BaugebietsTeilFlaeche-GFZ_GF_GRZ_GZ.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_BaugebietsTeilFlaeche-GFZ_GF_GRZ_GZ.xml index 06c76116ee82c91e00f0e9bf72697945f7e5c59e..dbaf1d0c7d8a0ceaafe8c1de47f40d5376a9f88b 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_BaugebietsTeilFlaeche-GFZ_GF_GRZ_GZ.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_BaugebietsTeilFlaeche-GFZ_GF_GRZ_GZ.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-mehrfacheZBUndWeitere.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-mehrfacheZBUndWeitere.xml index b9f599309051e547319dbe95c8d2836aef54011a..dcc1c3bf325ba92092e19a9c8bfed4dd60a1b1dd 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-mehrfacheZBUndWeitere.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-mehrfacheZBUndWeitere.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-nurWeitereZB.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-nurWeitereZB.xml index a5460165183c41812078d2080f8fd18767a8203a..0e600eceb67f32b2df6140e455ddba578e464c39 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-nurWeitereZB.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_NebenanlagenFlaeche-nurWeitereZB.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_UnverbindlicheVormerkung-Polygon-flaechenschlussTrue.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_UnverbindlicheVormerkung-Polygon-flaechenschlussTrue.xml index 542530bee991709d266aa8ecedc526edc25046bb..ec33264fab810fe143cfe034ee5eb7ad48399f57 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_UnverbindlicheVormerkung-Polygon-flaechenschlussTrue.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_UnverbindlicheVormerkung-Polygon-flaechenschlussTrue.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_Wegerecht-Polygon-flaechenschlussFehlt.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_Wegerecht-Polygon-flaechenschlussFehlt.xml index ac8860d06f8e02b6f7295ef9d914a0aede8a60eb..4173e8b788fc633999ada9d279e278b056ec6e57 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_Wegerecht-Polygon-flaechenschlussFehlt.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/BP_Wegerecht-Polygon-flaechenschlussFehlt.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/XP_PPO-positionPoint-keinFlaechenschluss.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/XP_PPO-positionPoint-keinFlaechenschluss.xml index bbb4ff934285cd7b70c484cd6ecc6e81c2ab3347..2d8f9db898be5b158cce6e0b4ebb3b866a4e3a9e 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/XP_PPO-positionPoint-keinFlaechenschluss.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/XP_PPO-positionPoint-keinFlaechenschluss.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/inhaltBPPlan-referenziertSO.xml b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/inhaltBPPlan-referenziertSO.xml index 04e04a9ca65bad2628c73b55f0a272847b9ca614..56462ed01446ea87c3063253a759b54202ad687d 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/inhaltBPPlan-referenziertSO.xml +++ b/xplan-core/xplan-core-validator/src/test/resources/de/latlon/xplan/validator/semantic/xquery/inhaltBPPlan-referenziertSO.xml @@ -3,7 +3,7 @@ #%L xplan-core-validator - XPlan Validator Core Komponente %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/log4j2-test.yaml b/xplan-core/xplan-core-validator/src/test/resources/log4j2-test.yaml index 04179b3dc972b4affa7a7616873193bf64edbd57..ad0c49944fe6ebd2094cf387e6ff3d94ac0a524b 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/log4j2-test.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-core/xplan-core-validator/src/test/resources/profiles-test2.yaml b/xplan-core/xplan-core-validator/src/test/resources/profiles-test2.yaml index 98c1179370bf558d64a8c87d1778f5396bfdfa65..1893ad15890393e3ec36beb8c11a1c609d876d79 100644 --- a/xplan-core/xplan-core-validator/src/test/resources/profiles-test2.yaml +++ b/xplan-core/xplan-core-validator/src/test/resources/profiles-test2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-core-validator - XPlan Validator Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/pom.xml b/xplan-database/pom.xml index cf6064811316263c538e3785b90cb80bc8210645..44b2a92441a1e3ea9be0aa1b4bb3d86c980babe8 100644 --- a/xplan-database/pom.xml +++ b/xplan-database/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-database</artifactId> <packaging>pom</packaging> @@ -9,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <profiles> diff --git a/xplan-database/xplan-database-docker/pom.xml b/xplan-database/xplan-database-docker/pom.xml index 90000e4fc136ae0388e364608868bf64db3b16af..8b710c2c38c92b192822e6488501a71333257007 100644 --- a/xplan-database/xplan-database-docker/pom.xml +++ b/xplan-database/xplan-database-docker/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-database</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-database/xplan-database-docker/src/main/resources/archive/xplansyn/create.sql b/xplan-database/xplan-database-docker/src/main/resources/archive/xplansyn/create.sql index e3c49b96323afa468f77484036c55080b1cec345..611b58d701d85ff8d0b33cc9ea6722417b428df7 100644 --- a/xplan-database/xplan-database-docker/src/main/resources/archive/xplansyn/create.sql +++ b/xplan-database/xplan-database-docker/src/main/resources/archive/xplansyn/create.sql @@ -2,18 +2,18 @@ -- #%L -- xplanbox-syn - Automatisiert erzeugte Konfiguration -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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% diff --git a/xplan-database/xplan-database-docker/src/main/resources/fix/xplansyn/create.sql b/xplan-database/xplan-database-docker/src/main/resources/fix/xplansyn/create.sql index 789e26a79510dd402facb46778ac249c7729d469..456d2ffeffd608d0b95c4fdb09dbbe2f47a2fbd4 100644 --- a/xplan-database/xplan-database-docker/src/main/resources/fix/xplansyn/create.sql +++ b/xplan-database/xplan-database-docker/src/main/resources/fix/xplansyn/create.sql @@ -2,18 +2,18 @@ -- #%L -- xplanbox-syn - Automatisiert erzeugte Konfiguration -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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% diff --git a/xplan-database/xplan-database-docker/src/main/resources/inspireplu/01_create_inspireplu_schema.sql b/xplan-database/xplan-database-docker/src/main/resources/inspireplu/01_create_inspireplu_schema.sql index 42d1b23320fe47a97d62d42a67af090b44563a41..fc9e203b25eb3e11a195c9dc484ee0e60465d85e 100644 --- a/xplan-database/xplan-database-docker/src/main/resources/inspireplu/01_create_inspireplu_schema.sql +++ b/xplan-database/xplan-database-docker/src/main/resources/inspireplu/01_create_inspireplu_schema.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-database-docker - SQL Skripte zum Aufsetzen der Datenhaltung. -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-docker/src/main/resources/inspireplu/02_create_inspireplu_view.sql b/xplan-database/xplan-database-docker/src/main/resources/inspireplu/02_create_inspireplu_view.sql index 19451911aecba7cecfb4622c7c895a551dfbefa1..2083132a209cd14ae8a975cc79d7aa8bb89361c1 100644 --- a/xplan-database/xplan-database-docker/src/main/resources/inspireplu/02_create_inspireplu_view.sql +++ b/xplan-database/xplan-database-docker/src/main/resources/inspireplu/02_create_inspireplu_view.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-database-docker - SQL Skripte zum Aufsetzen der Datenhaltung. -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-docker/src/main/resources/pre/xplansyn/create.sql b/xplan-database/xplan-database-docker/src/main/resources/pre/xplansyn/create.sql index a6d3d3a1e391833e21d5288d3c87d71a91979528..f420f1807368d5b03974884c7d4d3a30f7684169 100644 --- a/xplan-database/xplan-database-docker/src/main/resources/pre/xplansyn/create.sql +++ b/xplan-database/xplan-database-docker/src/main/resources/pre/xplansyn/create.sql @@ -2,18 +2,18 @@ -- #%L -- xplanbox-syn - Automatisiert erzeugte Konfiguration -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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% diff --git a/xplan-database/xplan-database-docker/src/main/resources/xplanvalidator/create.sql b/xplan-database/xplan-database-docker/src/main/resources/xplanvalidator/create.sql index b0406e0e6f396d9779e5acfa71a87451590c69b1..87de96193939e8ec655e3d8f1491298827b455f5 100644 --- a/xplan-database/xplan-database-docker/src/main/resources/xplanvalidator/create.sql +++ b/xplan-database/xplan-database-docker/src/main/resources/xplanvalidator/create.sql @@ -2,18 +2,18 @@ -- #%L -- xplanbox-syn - Automatisiert erzeugte Konfiguration -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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% diff --git a/xplan-database/xplan-database-scripts/LICENSE_UNKNOWN.txt b/xplan-database/xplan-database-scripts/LICENSE_UNKNOWN.txt index 076716be22ca3e4cb85436a7ad9d8dac1f52d79f..d7bad6480aabd94646359c181f3fa032a4e810d8 100644 --- a/xplan-database/xplan-database-scripts/LICENSE_UNKNOWN.txt +++ b/xplan-database/xplan-database-scripts/LICENSE_UNKNOWN.txt @@ -57,6 +57,12 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── changelog_grant_privileges.yaml │  ├── changelog_inspireplu.yaml │  └── changelog_v72.yaml +├── 8.0 +│  ├── changelog_v80.yaml +│  ├── changelog_xplanmgr.yaml +│  ├── changelog_xplansynarchive.yaml +│  ├── changelog_xplansynpre.yaml +│  └── changelog_xplansyn.yaml ├── changelog_xplandb.yaml ├── liquibase-diff.properties └── liquibase.properties \ No newline at end of file diff --git a/xplan-database/xplan-database-scripts/pom.xml b/xplan-database/xplan-database-scripts/pom.xml index b0f3d7eb511940200aeaac1243176228c42824ed..ca9a570d1bbbb9bc6c2260179bb69fe9ddf54ae4 100644 --- a/xplan-database/xplan-database-scripts/pom.xml +++ b/xplan-database/xplan-database-scripts/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-database-scripts</artifactId> <packaging>jar</packaging> @@ -9,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-database</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> @@ -76,7 +75,7 @@ <phase>initialize</phase> <configuration> <target> - <mkdir dir="${project.build.directory}/generated-resources/"/> + <mkdir dir="${project.build.directory}/generated-resources/" /> </target> </configuration> <goals> diff --git a/xplan-database/xplan-database-scripts/src/main/assembly/assembly.xml b/xplan-database/xplan-database-scripts/src/main/assembly/assembly.xml index 9fb28f0fd1971187612a624d80fd917e92d7463d..36b68f9c942d1cd0d1488ceed4eae1796d34b197 100644 --- a/xplan-database/xplan-database-scripts/src/main/assembly/assembly.xml +++ b/xplan-database/xplan-database-scripts/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ #%L xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParser.java b/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParser.java index edc76ca2ca76f647ca115faf95917f0bd92a87a0..82ab8538422cdefe4f207224a94271e40084ee4c 100644 --- a/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParser.java +++ b/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParser.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.database.scripts.custom.v80; import static javax.xml.stream.XMLStreamConstants.END_DOCUMENT; diff --git a/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGeltungsbereichCustomChange.java b/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGeltungsbereichCustomChange.java index 23c43db2b418d2507824552f22548c5439181954..f7b724f191f184718a41f26bdcd1643dd750d530 100644 --- a/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGeltungsbereichCustomChange.java +++ b/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGeltungsbereichCustomChange.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.database.scripts.custom.v80; import java.sql.PreparedStatement; diff --git a/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGemeindenCustomChange.java b/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGemeindenCustomChange.java index 987d9117ef75194659b9fdf7f21b09ec691ad40b..73fbd6c95c3dac91304a521c81518d0d6831efa9 100644 --- a/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGemeindenCustomChange.java +++ b/xplan-database/xplan-database-scripts/src/main/java/de/latlon/xplanbox/database/scripts/custom/v80/UpdateGemeindenCustomChange.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.database.scripts.custom.v80; import static de.latlon.xplanbox.database.scripts.custom.v80.GemeindeParser.parseGemeinden; diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_v601.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_v601.yaml index c82c13df46c6746eb2425898419581c8badeb72a..0cb753d677f00fd18d4e0b75903b5c76afc750e4 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_v601.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_v601.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansyn.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansyn.yaml index e083143fafece81e642f12096f51d21aa74f629d..5e57882190d0e03d4539130ef721b8b20e171576 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansyn.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansyn.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynarchive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynarchive.yaml index 2ab0307f5d8757c8c1f02a7fa1cc2dd3a8701fca..097f277de4ec0effd37ca2ecf004a8611bf01b72 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynarchive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynarchive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynpre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynpre.yaml index 7532b5df50977925ce4ab1216957b9a32448ceb0..3a12f34bd4fd224f4fe067e4f5dc6aa2dc6be504 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynpre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0.1/changelog_xplansynpre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_schemas.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_schemas.yaml index cdfd06818865fdc93f09fb0ed5e8e8e0a73a502a..0ad86af9cf7a540ef8f18d6db26ac0cad2c58ad9 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_schemas.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_schemas.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_v60.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_v60.yaml index 77ddf178a46665ab140c9c95b1f0ea1cf24ea949..edd45c00df6e5149306cf936551f50bea9c8cfea 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_v60.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_v60.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40.yaml index a93f3d165725945436522fa7aad82dc33e001e53..8f85ba4bd69481fcab117ddcfcd27d3bf307e679 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40archive.yaml index 78be98b3edc5130ad1d9c5b4d87f38b8013c7e2d..23f995a07b199e0b6b4cff01233f8ccdc5bb777f 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40pre.yaml index 74f3650f41ce4ed3f1164c4b4a7b545ecca477d6..3c535469574faaa7ba4064c41e13e833c1aca142 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan40pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41.yaml index 35f2be08715ad4d0f2f34604d76823a31fa6ddaf..b9a1ba40cbdf0628481433540e91329d111545a4 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41archive.yaml index b57c127987163f01c462f5d64dc49eb7fe8d2785..dfb79e75198afbb8916ad9e9c8f4add873215686 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41pre.yaml index 6f8a107cbffe2d8f50f8c1a009c596d9d3b1c046..db49d0e889cc23a755222eefa316daf99367f6da 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan41pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50.yaml index 0fc50434584238f1c441d014804127199f7e9c4c..61826c03805873305fac70fb6e25884c363fd060 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50archive.yaml index b37d5e57aa843d658185cccb8612646c6678a6ea..9858fb09160d42c5c0147118f6dad7a3532b24d0 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50pre.yaml index e80b3097fe74fe5b4ffacd46ea1a9a5002585e4f..47a3b10f1f67be9656cce398e9ad1608066dcbec 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan50pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51.yaml index 7494bc0c57b9834889469b1a16da95bf50a7377a..e00211e80c40b4c9453c5ca5746f1441af37972b 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51archive.yaml index 631d182040174257e44fb1e8349c824ad1be2b3d..d88d59a6565c588745c5bac2d70dde96cf946fc8 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51pre.yaml index b1524ff0ccd8675197dcbeb6ea987f87d9275b38..b2e127307664077a26a7ae287b4c0fe846f9a958 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan51pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52.yaml index a5fef835570548cb94b43406b5d4084b36b26afb..ff188a67a2938b243ad3549f029a066d6f9b791e 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52archive.yaml index 4e71fcb05373d24fbc742f4785fa9b194f1c91fe..f60fe3b5b4777c3654908cf79862498535de094a 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52pre.yaml index e158e39c6d71d240e9e1a47a56be4ca762eb317b..f87c37300f65c0d4bfe4f18464bfe68f2d8555c7 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan52pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53.yaml index 314beb6b953e727f192b569f5be3caadd6e9338a..f0137c80b6d94f5318bfa01f935d14fb4bba16cd 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53archive.yaml index dcca298c061dc4f9ab4c0270005981b666c24d06..75256f1d0cc634ba63759d470ce2d1ac848cf188 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53pre.yaml index 7d6e19d9a42cd72ba2da73125d0847d876bdcfdd..420d0e169486b0123853b5c95d76adff63b85d4f 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan53pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54.yaml index 2f511b14081810bc64c837397f863d5d13fc26b7..56eff1c670536aff8ba7ec6a7c0d5ba2352a9dd8 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54archive.yaml index 6bf9b0d2033d5ac5591bc67bdf26e2782f062ae9..44f9bbd49fba91bdf45303787efe82248d2d0b47 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54pre.yaml index 2f2e2dc194d6db8cb73154a7f36fb3e81fc3b443..abd48e30b01e51ec7937713f3055b77e31253705 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan54pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60.yaml index a91afb9774d7a9e860c700b5ce29a47664d56a32..c70095b43e7353b4a6323a6c9a18f1bbfacb73ac 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60archive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60archive.yaml index 8714f91210a702c4739c72d445e4d1e71a9b327a..38c8553c7067df2f383e9dc2686bf99bb5227036 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60archive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60archive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60pre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60pre.yaml index 589fc1a724bd965a3125e18b27f033b26368cc90..665318e57d969e4bbe988ab5faed8638774a97ee 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60pre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplan60pre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplanmgr.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplanmgr.yaml index f5ba52d48b770ccafe1c1e93757ba569337a2127..b619dfcb0362ac46261c3598109b597c5669476f 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplanmgr.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplanmgr.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansyn.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansyn.yaml index dd709f9a707f5304d9b8e8e1ed92088e99ed505b..3d3a7789e2028a42bb0ead601ad34f821c0d34be 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansyn.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansyn.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynarchive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynarchive.yaml index 7b588317bb7483e5fa87001cf3e9c2a54c6e35e0..80126af8996a7981c1952b07e0512e4cad2c2554 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynarchive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynarchive.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynpre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynpre.yaml index bd9dc0cedcc7c620fe9b085345ade49ee8aaad7a..a79ace0e900f4554be00a8300d4053ecb58e5012 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynpre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/6.0/changelog_xplansynpre.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_grant_privileges.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_grant_privileges.yaml index 9b310ceefd7e0a46bda7d91b92fcf274da0a18a3..b59e05db9d34ba63ff36526652b5aad8bdcfb967 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_grant_privileges.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_grant_privileges.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_inspireplu.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_inspireplu.yaml index 3566d72f9b69c973bd0838f7775b2014fe071cad..18fb42a69a9629bbbf78df06b1225a5365d31316 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_inspireplu.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_inspireplu.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_schemas.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_schemas.yaml index 97c70121b0bb38d6c59247abe90e0a918de3a4c2..b4af4d5023cb5b156fc616cbfae555913391d369 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_schemas.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_schemas.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_srid.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_srid.yaml index 3a4193821c936d93cca6cd63e4dc40e94d1faf40..07303b4a000c2ddb2832cb62b40874a19a7181e8 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_srid.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_srid.yaml @@ -3,7 +3,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_v70.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_v70.yaml index 0218fafb1734eb621694902357ff92e0a0a992d0..8ffa42c071217faaf1eda6321813ff3f213ea01e 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_v70.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_v70.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanmgr.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanmgr.yaml index 49bd947c5772e4111d3756c9d176a41b30c34881..bec27bbd403be07dfcb6dae7ccc74107becd27cd 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanmgr.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanmgr.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanvalidator.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanvalidator.yaml index 9cdfd61041ae052ed1427efa932686a4e7f19c14..3a6451d777b7a03e31d95cb97e801bc176725e9a 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanvalidator.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.0/changelog_xplanvalidator.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_v71.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_v71.yaml index 17b04fa587dd8a30c4185867fdc42cea9748612e..b860f34b0071d1464575dce63a538cc1b10e302c 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_v71.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_v71.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml index 6aef5a388c70080861a710b8450b8d3704efa16a..e88f19b9933b72d2edb8ef2fb92cdaae5a19b668 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_grant_privileges.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_grant_privileges.yaml index 4430308cab8972414c5b458d09380ad98b20e92f..1efa64c790852ed2ece1d47d1562dc47879cb914 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_grant_privileges.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_grant_privileges.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_inspireplu.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_inspireplu.yaml index a92737efa15776b212632ec67452cbc7adc48236..2bc9dcec1aca0009c400bc83230a4d99b4457a8f 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_inspireplu.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_inspireplu.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_v72.yaml b/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_v72.yaml index d71e81114e2a69c12aecbcb640eabc7f3a5c5f3c..35ea848735abdceb27c5fe2e5eb89b71674e6e09 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_v72.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/7.2/changelog_v72.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_v80.yaml b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_v80.yaml index bc1d0258578d2d61d73d568d06dedc601f178a59..c52f76b73119b90849c7990b2710cef540e5c8c6 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_v80.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_v80.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplanmgr.yaml b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplanmgr.yaml index daab40139b3d6396919827ddd8cc39e66a936263..51746eedf0dbf59fd022f09c101e9518d8442f7e 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplanmgr.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplanmgr.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansyn.yaml b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansyn.yaml index dfb2aca07e9fcf756ec8c56eb3e9d8647125da93..f12caa7294d576fe98961cb9ceef8e7cc17c4277 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansyn.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansyn.yaml @@ -1,3 +1,23 @@ +### +# #%L +# xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. +# %% +# Copyright (C) 2008 - 2025 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% +### databaseChangeLog: - changeSet: id: 1716463836031-1 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynarchive.yaml b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynarchive.yaml index 489a28f8cc85cfa2205645850715ce092d692f6a..cc3d21551bf91d76afbfe44bc080dd8b5eee3eee 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynarchive.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynarchive.yaml @@ -1,3 +1,23 @@ +### +# #%L +# xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. +# %% +# Copyright (C) 2008 - 2025 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% +### databaseChangeLog: - changeSet: id: 1716463869494-1 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynpre.yaml b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynpre.yaml index 7e4ff2af908992b1a75b723d6894bf39388fde27..302c0564334a5ff5be01d6d97228659f89348cee 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynpre.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/8.0/changelog_xplansynpre.yaml @@ -1,3 +1,23 @@ +### +# #%L +# xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. +# %% +# Copyright (C) 2008 - 2025 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% +### databaseChangeLog: - changeSet: id: 1716463852659-1 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/changelog_xplandb.yaml b/xplan-database/xplan-database-scripts/src/main/resources/changelog_xplandb.yaml index f7bf66b1c963e6ece5c335e4a4d9aa84242cbefa..3cfb340f5625edbf9ec8813b4e440cbf11018f2e 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/changelog_xplandb.yaml +++ b/xplan-database/xplan-database-scripts/src/main/resources/changelog_xplandb.yaml @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/liquibase-diff.properties b/xplan-database/xplan-database-scripts/src/main/resources/liquibase-diff.properties index 6e08dcec3cbef90d8abe51b62e7d98a4804555e2..7d2556c2d5617be33e6aa855b94fcaf1cab320d6 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/liquibase-diff.properties +++ b/xplan-database/xplan-database-scripts/src/main/resources/liquibase-diff.properties @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - SQL Skripte zum Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/resources/liquibase.properties b/xplan-database/xplan-database-scripts/src/main/resources/liquibase.properties index b8f760da12186674faba032d20ebbb33c2888e82..da21d9582569d6d817aa09aedb0742c9cbb1bd51 100644 --- a/xplan-database/xplan-database-scripts/src/main/resources/liquibase.properties +++ b/xplan-database/xplan-database-scripts/src/main/resources/liquibase.properties @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - SQL Skripte zum Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/main/scripts/createDatabaseDiff.sh b/xplan-database/xplan-database-scripts/src/main/scripts/createDatabaseDiff.sh index 43cf13fc14247de95bcb1541bf5d992e51597a72..50536e32933a68c52736f17f7dfce30353f36333 100755 --- a/xplan-database/xplan-database-scripts/src/main/scripts/createDatabaseDiff.sh +++ b/xplan-database/xplan-database-scripts/src/main/scripts/createDatabaseDiff.sh @@ -2,7 +2,7 @@ # #%L # xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParserTest.java b/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParserTest.java index 30dc8b03f6dcf21f49f878628c415aca08507e7b..48e5ec7dd9b108e841149b79ecaea1d6c2bd0f6d 100644 --- a/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParserTest.java +++ b/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/database/scripts/custom/v80/GemeindeParserTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.database.scripts.custom.v80; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/liquibase/LiquibaseConfigurationIT.java b/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/liquibase/LiquibaseConfigurationIT.java index 0c66ddc01a377e3a8db0622c409e7ce2b5adf306..cd421501b836a61457eeb94c42315c5977e2968d 100644 --- a/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/liquibase/LiquibaseConfigurationIT.java +++ b/xplan-database/xplan-database-scripts/src/test/java/de/latlon/xplanbox/liquibase/LiquibaseConfigurationIT.java @@ -2,7 +2,7 @@ * #%L * xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_Gemeinden.gml b/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_Gemeinden.gml index eb7d131162e60cd9ff6bb498700871e83840a108..c387d6e7c33434e5b5a973d1d2569620fa17d2a3 100644 --- a/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_Gemeinden.gml +++ b/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_Gemeinden.gml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + #%L + xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. + %% + Copyright (C) 2008 - 2025 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% + --> + <xplan:XPlanAuszug xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="Gml_1EE271CF-56BA-4C7B-82BC-C26862404C1A" xsi:schemaLocation="http://www.xplanung.de/xplangml/5/2 http://www.xplanungwiki.de/upload/XPlanGML/5.2/Schema/XPlanung-Operationen.xsd" xmlns:xplan="http://www.xplanung.de/xplangml/5/2"> <!-- Testplan mit zwei BP_Bereich Objekten und Rasterdaten --> <gml:boundedBy> @@ -2974,4 +2995,4 @@ <xplan:typ>9999</xplan:typ> </xplan:BP_NutzungsartenGrenze> </gml:featureMember> -</xplan:XPlanAuszug> \ No newline at end of file +</xplan:XPlanAuszug> diff --git a/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_NoGemeinden.gml b/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_NoGemeinden.gml index 21dfbf639bff5aa549d197ccbce571854bd4ac9d..ec005ad0950723686c40633d701f78116954cdd0 100644 --- a/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_NoGemeinden.gml +++ b/xplan-database/xplan-database-scripts/src/test/resources/BPlan001_5-2_NoGemeinden.gml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + #%L + xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. + %% + Copyright (C) 2008 - 2025 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% + --> + <xplan:XPlanAuszug xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="Gml_1EE271CF-56BA-4C7B-82BC-C26862404C1A" xsi:schemaLocation="http://www.xplanung.de/xplangml/5/2 http://www.xplanungwiki.de/upload/XPlanGML/5.2/Schema/XPlanung-Operationen.xsd" xmlns:xplan="http://www.xplanung.de/xplangml/5/2"> <!-- Testplan mit zwei BP_Bereich Objekten und Rasterdaten --> <gml:boundedBy> @@ -2961,4 +2982,4 @@ <xplan:typ>9999</xplan:typ> </xplan:BP_NutzungsartenGrenze> </gml:featureMember> -</xplan:XPlanAuszug> \ No newline at end of file +</xplan:XPlanAuszug> diff --git a/xplan-database/xplan-database-scripts/src/test/resources/liquibase-target.properties b/xplan-database/xplan-database-scripts/src/test/resources/liquibase-target.properties index b3e0f6ef7b3a75445953eab3309fbc5d1f16d4db..314f4d596996ada2b37fd3da2baeced8a9a495d8 100644 --- a/xplan-database/xplan-database-scripts/src/test/resources/liquibase-target.properties +++ b/xplan-database/xplan-database-scripts/src/test/resources/liquibase-target.properties @@ -2,7 +2,7 @@ # #%L # xplan-sql-update-scripts - SQL Skripte zum Aktualisieren der Datenhaltung. # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-distribution/pom.xml b/xplan-distribution/pom.xml index 817daeb701c7d33a1bfbe8dd3720c178e953b8f5..dc75516b939cc4345449ba9f81cdadf22e3edcf8 100644 --- a/xplan-distribution/pom.xml +++ b/xplan-distribution/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-docker/pom.xml b/xplan-docker/pom.xml index b8f933969d804398e4b81eb73ebd777a8e3ca065..10ac71f490724cfb94144bb8f2a192a33de6ef15 100644 --- a/xplan-docker/pom.xml +++ b/xplan-docker/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-docker/xplan-docker-tomcat/pom.xml b/xplan-docker/xplan-docker-tomcat/pom.xml index 88715c934b3519d5f83d084145b08c47a647ff99..0d818b0f15e83a74cdbfbd237950e7844222e09f 100644 --- a/xplan-docker/xplan-docker-tomcat/pom.xml +++ b/xplan-docker/xplan-docker-tomcat/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-docker</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-docker/xplan-docker-volume-init/pom.xml b/xplan-docker/xplan-docker-volume-init/pom.xml index f13710dacaa7868e1f44f6eec20e72261f1ee26a..fe518cc4aef8ba04f6d4db8f90f474f09b577c01 100644 --- a/xplan-docker/xplan-docker-volume-init/pom.xml +++ b/xplan-docker/xplan-docker-volume-init/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-docker</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-inspireplu-workspaces/webapps.properties b/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-inspireplu-workspaces/webapps.properties index 2dbf32439ced99e3485f9b5df1b558178b8b7dc8..62c0953045b7fa8f4da0fc9d6b1360682edb110a 100644 --- a/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-inspireplu-workspaces/webapps.properties +++ b/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-inspireplu-workspaces/webapps.properties @@ -2,7 +2,7 @@ # #%L # xplan-docker-volume-init - XPlan Docker Volumes # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-validator-workspaces/webapps.properties b/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-validator-workspaces/webapps.properties index f17fafb16a318e029599a3669554c190b644d470..d188490449c7b678a1e74853621f5b38f2c28149 100644 --- a/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-validator-workspaces/webapps.properties +++ b/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-validator-workspaces/webapps.properties @@ -2,7 +2,7 @@ # #%L # xplan-docker-volume-init - XPlan Docker Volumes # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-workspaces/webapps.properties b/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-workspaces/webapps.properties index 7cf30bad292470bf6c613813a699dbd0bb700c8f..c21dfcf96bf7a00bef303e1a62d24adf05f57ea3 100644 --- a/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-workspaces/webapps.properties +++ b/xplan-docker/xplan-docker-volume-init/src/main/resources/xplan-workspaces/webapps.properties @@ -2,7 +2,7 @@ # #%L # xplan-docker-volume-init - XPlan Docker Volumes # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-documentation/pom.xml b/xplan-documentation/pom.xml index 54d79ee3b49edcf1be95b1b77ee374ef7072c9d7..bcfce0ab6eb8ee10c26f66656baf5e1c9b9325d1 100644 --- a/xplan-documentation/pom.xml +++ b/xplan-documentation/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-documentation/xplan-benutzerhandbuch/pom.xml b/xplan-documentation/xplan-benutzerhandbuch/pom.xml index 80eefc195dbc0dd02fa4d3ffde83652c912296e4..660fe875339a2fbcd3d9173dc27fb9bf8799b546 100644 --- a/xplan-documentation/xplan-benutzerhandbuch/pom.xml +++ b/xplan-documentation/xplan-benutzerhandbuch/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-documentation</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/docinfo.html b/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/docinfo.html index 6e2865d576a0b4e4e1da652fea080ae8223191cc..b458dd730361f6947e1c14f164dcb1fb4e943487 100644 --- a/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/docinfo.html +++ b/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/docinfo.html @@ -2,7 +2,7 @@ #%L xplan-benutzerhandbuch - Benutzerhandbuch fuer XPlanManager und XPlanValidator %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-documentation/xplan-betriebshandbuch/pom.xml b/xplan-documentation/xplan-betriebshandbuch/pom.xml index 4d010af72f64a54efa653fd0d239c8ef9b0d5403..5d2f0655c274d19e6192f75248d2fa8fb9b9018a 100644 --- a/xplan-documentation/xplan-betriebshandbuch/pom.xml +++ b/xplan-documentation/xplan-betriebshandbuch/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-documentation</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_gml.properties b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_gml.properties index 23724c95822842e8fd9c3f311abe7f8e1c176fc5..3298bcbd40701b3be97fe46e330dedd2aaac1136 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_gml.properties +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_gml.properties @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_syn.properties b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_syn.properties index f7dcf8c4f2f6fabf64cba6ff33d54515f6d37b80..2b772d2d829afc9b2e87c9085bf67be10af16111 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_syn.properties +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/downloads/bbox_cache_syn.properties @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/images/xplandb_xplanmgr.png b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/images/xplandb_xplanmgr.png index 3ad0525c399f5dd0a84cf48f64bed56f6a12e8b4..64de7df8909011b613dd5c178b9ae91419a5f312 100644 Binary files a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/images/xplandb_xplanmgr.png and b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/images/xplandb_xplanmgr.png differ diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-manager.yuml b/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-manager.yuml index a7ca5581030c6dd7370c0164dea5a8212d6c56a9..0774e6ee0bd4a5171e1162e0f0843a1708f7b084 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-manager.yuml +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-manager.yuml @@ -2,7 +2,7 @@ # #%L # xplan-betriebshandbuch - Betriebshandbuch fuer XPlan Manager und XPlan Validator # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-validator.yuml b/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-validator.yuml index 71f894c995b67d17600c24d982a60c8ba90063c2..01a8748973d8f0474b9f911f4a7017d1342e0229 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-validator.yuml +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/resources/docker-spezifikation-validator.yuml @@ -2,7 +2,7 @@ # #%L # xplan-betriebshandbuch - Betriebshandbuch fuer XPlan Manager und XPlan Validator # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-documentation/xplan-webpages/pom.xml b/xplan-documentation/xplan-webpages/pom.xml index da738e1ece7990b17b4ff8ce3fea634f838323fb..2f063a8487a950c90d745c34765b7f8035a784d9 100644 --- a/xplan-documentation/xplan-webpages/pom.xml +++ b/xplan-documentation/xplan-webpages/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-documentation</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-documentation/xplan-webpages/src/main/assembly/assembly-default.xml b/xplan-documentation/xplan-webpages/src/main/assembly/assembly-default.xml index 2e9bd88e9a6fe9c5f4116e75b0ddb44a9b2df8f8..c35e91b22aad01fd88833cd41bec0e6b9deffe4e 100644 --- a/xplan-documentation/xplan-webpages/src/main/assembly/assembly-default.xml +++ b/xplan-documentation/xplan-webpages/src/main/assembly/assembly-default.xml @@ -2,7 +2,7 @@ #%L xplan-webpages - Modul zur Gruppierung der Dokumentation %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-documentation/xplan-webpages/src/main/assembly/assembly-root.xml b/xplan-documentation/xplan-webpages/src/main/assembly/assembly-root.xml index ee20438cd66628c307bec7e72801f1ac6d1b26ad..af8834a14fd4025b04b2bbd8d469ccfa90f553cf 100644 --- a/xplan-documentation/xplan-webpages/src/main/assembly/assembly-root.xml +++ b/xplan-documentation/xplan-webpages/src/main/assembly/assembly-root.xml @@ -2,7 +2,7 @@ #%L xplan-webpages - Modul zur Gruppierung der Dokumentation %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-documentation/xplan-webpages/src/main/filter/default.properties b/xplan-documentation/xplan-webpages/src/main/filter/default.properties index 79f2cd87b1d68ca7f9daafa92a1f6ec03d1665ab..1004845fd5cabdfadad773670e4c48f9ce599009 100644 --- a/xplan-documentation/xplan-webpages/src/main/filter/default.properties +++ b/xplan-documentation/xplan-webpages/src/main/filter/default.properties @@ -2,7 +2,7 @@ # #%L # xplan-root - Modul zur Gruppierung aller Webapps # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-documentation/xplan-webpages/src/main/resources/index.html b/xplan-documentation/xplan-webpages/src/main/resources/index.html index 4c5fa5d5950e2053e0fb4fd2fc5aa5183abb04e9..45313bb309148ef5386e4175ce840256e413c998 100755 --- a/xplan-documentation/xplan-webpages/src/main/resources/index.html +++ b/xplan-documentation/xplan-webpages/src/main/resources/index.html @@ -4,7 +4,7 @@ #%L xplan-webpages - Modul zur Gruppierung der Dokumentation %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 @@ -231,17 +231,17 @@ </div> <div class="section" id="g" style="display:${testdata.style.display}"> <h3>Demodatensätze</h3> - <div>Testdaten werden von der <a href="https://xleitstelle.de/" target="_blank">Leitstelle XPlanung/XBau</a> für verschiedene Versionen des Standards XPlanung im <a href="https://bitbucket.org/geowerkstatt-hamburg/xplan-testdaten" target="_blank">Bitbucket Repository "XPlan-Testdaten"</a> zur Verfügung gestellt. + <div>Testdaten werden von der <a href="https://xleitstelle.de" target="_blank">Leitstelle XPlanung/XBau</a> für verschiedene Versionen des Standards XPlanung im <a href="https://gitlab.opencode.de/xleitstelle/xplanung/testdaten" target="_blank">Open CoDE Projekt "Testdaten"</a> zur Verfügung gestellt. </div> </div> </div> <div class="footer"> <table border="0"> <tr> - <td><a href="http://www.deegree.org/" + <td><a href="https://www.deegree.org" target="_blank"><img align="top" src="logo-deegree.png" title="deegree" alt="deegree" /></a></td> - <td><a href="http://www.xplanung.de" + <td><a href="https://xleitstelle.de" target="_blank"><img align="top" src="logo_xplanung.png" title="XPlanung" alt="XPlanung" /></a></td> </tr> diff --git a/xplan-documentation/xplan-webpages/src/main/resources/xplanroot.css b/xplan-documentation/xplan-webpages/src/main/resources/xplanroot.css index dc31d2b9b9c67e0dcd788dd53736679298f3fe8a..520c72eb93c184150fc1867ab7756c5aea3a703e 100755 --- a/xplan-documentation/xplan-webpages/src/main/resources/xplanroot.css +++ b/xplan-documentation/xplan-webpages/src/main/resources/xplanroot.css @@ -2,7 +2,7 @@ * #%L * xplan-webpages - Modul zur Gruppierung der Dokumentation * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/pom.xml b/xplan-dokumente/pom.xml index 264c7dfe1bd014c0386a38e205ca401fd1768aa9..601a2fdde25f0f4b40ed617a76526d31a5fca870 100644 --- a/xplan-dokumente/pom.xml +++ b/xplan-dokumente/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-dokumente/xplan-dokumente-api/pom.xml b/xplan-dokumente/xplan-dokumente-api/pom.xml index 82fb273815cfa51f607bdada834a533a7dbc4947..4586190d043c4d75f18e84ec62eea2141e13795c 100755 --- a/xplan-dokumente/xplan-dokumente-api/pom.xml +++ b/xplan-dokumente/xplan-dokumente-api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-dokumente</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java index fb181b071fad60da55b270f560ddef3c3701c6a6..f701e6e6db0a0be97225c79a3267379c9fce4826 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java @@ -2,18 +2,18 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContext.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContext.java index 9846a706093046db07334079edce8ae4f13d6b68..213c6ef601f554cb09145dfb04fecadd90ebd510 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContext.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContext.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContextPart1.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContextPart1.java index d32402f52ddc10b967afb80e3b4b917481476d1f..e878b281e796d1c278a20fc358e25c58d414bfae 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContextPart1.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/ApplicationContextPart1.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/DokumenteApiConfiguration.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/DokumenteApiConfiguration.java index c82343841f296ebc556f77b4318164d3db8064f0..748f9852358482f7c98ce8c6f7db30b4b272b6cc 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/DokumenteApiConfiguration.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/DokumenteApiConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JdbcDatasourceWrapper.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JdbcDatasourceWrapper.java index cd94b75e4149d1ed6b8945052b8acc863973f152..1b1d19ebc887865b8836f71c7df5bba4965c0936 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JdbcDatasourceWrapper.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JdbcDatasourceWrapper.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JerseyConfig.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JerseyConfig.java index 474838bf2cefaf49a00dbccb44f764b861a17172..4149551b8c7cb7c16bada28e7c1c9a2ab5ecf9f0 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JerseyConfig.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/JerseyConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/S3DocumentContext.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/S3DocumentContext.java index 23d5f9b91c3597a666a10286f78a46ccd56e5edb..c3e0e9d1cb7bc3d2ac7f9014a91c77f6692cfb48 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/S3DocumentContext.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/config/S3DocumentContext.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/exception/InvalidDocument.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/exception/InvalidDocument.java index a25ba7a4eaa2927caebd134d71b48169aa2a3160..92a637e4a7af0db36256058504820a99296a9a2c 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/exception/InvalidDocument.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/exception/InvalidDocument.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandler.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandler.java index 9886e24325b41ab7e2b2bcfa8351712879a27f6b..c5fd0c99b935b419d1bdb7e1d67080f489c14469 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandler.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandler.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandler.java index 12adba4616ba6068baa393482785e8ea165dc6c7..df1c89ca65a0df320e1cdbf4b2168149caa2e377 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandler.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/internalapi/InfoForTestsApi.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/internalapi/InfoForTestsApi.java index ab139599a81a6c54b52885e3e05f9568d6fef8a1..1ff31308177a03578d2dac9d8f2edea3064f234c 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/internalapi/InfoForTestsApi.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/internalapi/InfoForTestsApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeader.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeader.java index 196b545953e41fcc649fb54ee215ed7d8af90cb0..4294aca3c767246d79a3f725dfad5cb07ee3f4e2 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeader.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeader.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeaderWithStream.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeaderWithStream.java index 07ca658611efdd030cef7feefdb33eed4288e057..cade9d88805b41696f21b5c979de533eb7cc22a2 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeaderWithStream.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentHeaderWithStream.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentService.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentService.java index 1b762bfc9e11cac8fbab5acaf31dc6ae7642244f..49d2e6c515ab0e1564f7883d35a5bc06c46c4b89 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentService.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/DocumentService.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/s3/S3DocumentService.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/s3/S3DocumentService.java index ca01d66314d59a47aa96ae21c904f79adc73d1a2..5a6d4c04a0df8f538100de274078afc3905de836 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/s3/S3DocumentService.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/service/s3/S3DocumentService.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApi.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApi.java index 8d603ac934eda03fd363346245e244baa636760f..761aeca000441f1582e19f7b6988a4eb640dc439 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApi.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApi.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApi.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApi.java index 05cee1a4699523d05b94bdcb57cf4ef02df7d2b6..6d2d603f0d48b9abce3e217300248c4cd5f4501e 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApi.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApi.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/InfoApi.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/InfoApi.java index 5bc11b6694ede79c3150e73a878351c5506fb101..f9de6e33e3172376d8bacccd5c6730c7bab863da 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/InfoApi.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/InfoApi.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/Document.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/Document.java index b731d4a3852f70abd51792823f584d984a26c455..3ba58389e8fd1b2502e20777975dea2abca97069 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/Document.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/Document.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/SystemConfig.java b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/SystemConfig.java index 60e9c04e6259b5c434d12cffd75eb9289eb58f04..90f2b6c4d47c2ee3be9a481c42e27c0e16ba4a25 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/SystemConfig.java +++ b/xplan-dokumente/xplan-dokumente-api/src/main/java/de/latlon/xplanbox/api/dokumente/v1/model/SystemConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/resources/application-dev.properties b/xplan-dokumente/xplan-dokumente-api/src/main/resources/application-dev.properties index 52884a2a358a1fecd7deb5f517f74b6fe9bd24f7..ee7f6e3952d5f166140fd1cd5483d4c7d2dcb0e5 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/resources/application-dev.properties +++ b/xplan-dokumente/xplan-dokumente-api/src/main/resources/application-dev.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-validator - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/resources/application.properties b/xplan-dokumente/xplan-dokumente-api/src/main/resources/application.properties index ee29ffe90d7cf835822e1fb712d95166dfd9ec3d..42dbd2a3c8da3d82ef27bbec75d3f8489341ef34 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/resources/application.properties +++ b/xplan-dokumente/xplan-dokumente-api/src/main/resources/application.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-dokumente - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -30,4 +30,4 @@ management.endpoints.web.exposure.include=health,info xplanbox.database.jdbcUrl=${XPLAN_JDBC_URL} xplanbox.database.password=${XPLAN_DB_PASSWORD} -xplanbox.database.username=${XPLAN_DB_USER} \ No newline at end of file +xplanbox.database.username=${XPLAN_DB_USER} diff --git a/xplan-dokumente/xplan-dokumente-api/src/main/resources/log4j2.yaml b/xplan-dokumente/xplan-dokumente-api/src/main/resources/log4j2.yaml index 24685910bdf4b1b6b7908353b000e7303f474c39..15e2718cf265d1537e70a8a3a48e42d5551ac55e 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/main/resources/log4j2.yaml +++ b/xplan-dokumente/xplan-dokumente-api/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/HsqlJpaContext.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/HsqlJpaContext.java index 0f87b5f23155613a57fd9a9542a63ba177628aca..ae58ab5937eb8b1202c9bbc127a01f102fed3a28 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/HsqlJpaContext.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/HsqlJpaContext.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestContext.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestContext.java index fc2e1c522bf7f8f24a0cf77e2108adfe91f27939..05b8819ee2b4ecb681a89af0f574e603b6730ecc 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestContext.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestContext.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestS3Context.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestS3Context.java index 9a816ea2c2bd7163a9ad4b7345fc416df21527ce..59ed360dbb19fd11be63770d035a83c27b5019eb 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestS3Context.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/config/TestS3Context.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.dokumente.config; import com.amazonaws.auth.AWSCredentials; diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandlerTest.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandlerTest.java index b0fd345b1af0c95a263f940c38cd8690b326ce59..15f187497a6d999db00fe6846929cf2a41321565 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandlerTest.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/ConfigHandlerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandlerTest.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandlerTest.java index cbcf9f3c174318ddc5a464f8617ecb6038247c00..5f8ae0141e20678eff404fd9d77a0cf2df7c9d3e 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandlerTest.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/handler/DocumentHandlerTest.java @@ -2,18 +2,18 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApiTest.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApiTest.java index be1e0cdc3396a47976ec09e289e542465b09fca6..5a91332ff4f68531eca17062e9282ab118635557 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApiTest.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DefaultApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApiTest.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApiTest.java index b36e91e580b3966de1e40ede4526b40577bc0020..a8cc4dc52d8a55f7fde167ea5698e40bfbf14258 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApiTest.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumentApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumenteApiJerseyTest.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumenteApiJerseyTest.java index f06c219243a20822aa9f000e72c3762301bac737..7656b1028f26e746185805142eb8155861880849 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumenteApiJerseyTest.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/DokumenteApiJerseyTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.dokumente.v1; import java.lang.reflect.ParameterizedType; diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/InfoApiTest.java b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/InfoApiTest.java index cafd7a8ef0267fb924dbdc1e977401f720791943..3b49d7def75b3f6554203134095ccc2438947a0c 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/InfoApiTest.java +++ b/xplan-dokumente/xplan-dokumente-api/src/test/java/de/latlon/xplanbox/api/dokumente/v1/InfoApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/resources/create-schema.sql b/xplan-dokumente/xplan-dokumente-api/src/test/resources/create-schema.sql index 92211307ebd398d4d779463edf4c7a1cb4e95449..5bb3aa3917eb7a6f1c99522d0b4f0cfb8978ddf9 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/resources/create-schema.sql +++ b/xplan-dokumente/xplan-dokumente-api/src/test/resources/create-schema.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/resources/jpa.properties b/xplan-dokumente/xplan-dokumente-api/src/test/resources/jpa.properties index eb724df517aac89d60879cde670118658e5a596b..cf3557f0ff177d0517885b65706b39275206ef2e 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/resources/jpa.properties +++ b/xplan-dokumente/xplan-dokumente-api/src/test/resources/jpa.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-dokumente - XPlanDokumenteAPI # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-api/src/test/resources/log4j2-test.yaml b/xplan-dokumente/xplan-dokumente-api/src/test/resources/log4j2-test.yaml index 44c5c202a713935ca4b5bc6e781f9d876507541d..69e1a6f333f035639979b78fb78b840fa898aa00 100644 --- a/xplan-dokumente/xplan-dokumente-api/src/test/resources/log4j2-test.yaml +++ b/xplan-dokumente/xplan-dokumente-api/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-dokumente-api - Software zur Verwaltung von XPlanGML Daten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-config/pom.xml b/xplan-dokumente/xplan-dokumente-config/pom.xml index e21f153fc1de53337a68cf919691153f5cb5457b..da31a0ff984f8972a7d42d78eb698dc8659fe251 100644 --- a/xplan-dokumente/xplan-dokumente-config/pom.xml +++ b/xplan-dokumente/xplan-dokumente-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-dokumente</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-dokumente/xplan-dokumente-config/src/main/assembly/assembly.xml b/xplan-dokumente/xplan-dokumente-config/src/main/assembly/assembly.xml index e19b7120b49e5a297c8c01513f9b5ae658c8d5cf..50fa0e8dd00d6d7f5ef574cc73631648d6eacd9f 100644 --- a/xplan-dokumente/xplan-dokumente-config/src/main/assembly/assembly.xml +++ b/xplan-dokumente/xplan-dokumente-config/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ #%L xplan-dokumente-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-dokumente/xplan-dokumente-config/src/main/resources/dokumenteApiConfiguration.properties b/xplan-dokumente/xplan-dokumente-config/src/main/resources/dokumenteApiConfiguration.properties index 9a4a932252e4772213cd170795caf0f91a3f3c8a..579ec4c97028bf159ccbde6d08bded9956b09fb8 100644 --- a/xplan-dokumente/xplan-dokumente-config/src/main/resources/dokumenteApiConfiguration.properties +++ b/xplan-dokumente/xplan-dokumente-config/src/main/resources/dokumenteApiConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/pom.xml b/xplan-manager/pom.xml index 30e15f022047fb57039ffb4ef729911ae87df966..5ef027da75ab23f20b6aaf3ae97ec45428404863 100644 --- a/xplan-manager/pom.xml +++ b/xplan-manager/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-manager/xplan-manager-api/LICENSE_UNKNOWN.txt b/xplan-manager/xplan-manager-api/LICENSE_UNKNOWN.txt index 2db0b51f36ae02a93f8432055fc757ae68d6c497..06bb2b5a89300ac0cd330d01891243d34a239e84 100644 --- a/xplan-manager/xplan-manager-api/LICENSE_UNKNOWN.txt +++ b/xplan-manager/xplan-manager-api/LICENSE_UNKNOWN.txt @@ -15,17 +15,26 @@ Inhalt des Verzeichnisses src/test/resources: │  └── xplanbox │  └── api │  └── manager -│  └── v1 -│  ├── aenderungen.json -│  ├── basisdatenmodel_invalidBeschreibungAndName.json +│  ├── config +│  │  └── validation-report.json +│  ├── v1 +│  │  ├── aenderungen.json +│  │  ├── basisdatenmodel_invalidBeschreibungAndName.json +│  │  ├── basisdatenmodel.json +│  │  ├── datei.pdf +│  │  ├── dokumentmodel.json +│  │  ├── georeferenz.txt +│  │  ├── gueltigkeit.json +│  │  ├── rasterbasismodel.json +│  │  ├── rasterbasismodel_missingbereichnummer.json +│  │  └── textmodel.json +│  └── v2 │  ├── basisdatenmodel.json │  ├── datei.pdf │  ├── dokumentmodel.json │  ├── georeferenz.txt -│  ├── gueltigkeit.json │  ├── rasterbasismodel.json -│  ├── rasterbasismodel_missingbereichnummer.json -│  └── textmodel.json +│  └── rasterbasismodel_missingbereichnummer.json ├── fplanraster.xml ├── log4j2-test.yaml ├── lplanraster.xml @@ -34,4 +43,4 @@ Inhalt des Verzeichnisses src/test/resources: ├── xplan51-edited.gml ├── xplan51.gml ├── xplan51_ohneBereich.gml -└── xplan.gml +└── xplan.gml \ No newline at end of file diff --git a/xplan-manager/xplan-manager-api/pom.xml b/xplan-manager/xplan-manager-api/pom.xml index 4305f15f29383355a6db36dd6224641de43ec4ae..447e03ed64653cf3df8a49af014167cf6d2586ac 100644 --- a/xplan-manager/xplan-manager-api/pom.xml +++ b/xplan-manager/xplan-manager-api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-manager</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/PlanInfoBuilder.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/PlanInfoBuilder.java index 380ee8eb574152ca56b631db074a9bcad24f3483..7032b15bfd509e59df697829f3b6c0e27eeab74d 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/PlanInfoBuilder.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/PlanInfoBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java index ce029f21e3646157c2b591d4a466b21a24b42d0b..aab0bf2bb2ec83dc4a28b37db5156fad50b5e22b 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/XPlanContentTypes.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/XPlanContentTypes.java index cac89286d0e70f9d0fb3116d7509de2936a127c1..166bca93488341ac778420a840ad5511403e0c40 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/XPlanContentTypes.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/XPlanContentTypes.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContext.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContext.java index f126eac647fddb657c719ac74afc629e82097bb2..359a479efb11bd57cbb42027c98ab3d28e4f0a1e 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContext.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContext.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContextPart1.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContextPart1.java index 2a0e232219089b44977c16f78e0075d9cc448efb..b920aa5d8c4773eb21e87635548af5eaf098ef97 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContextPart1.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ApplicationContextPart1.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/DefaultValidationConfiguration.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/DefaultValidationConfiguration.java index 8c56c3f2d2d2442f11b1deab5b6cb8dca6b64a8d..1e21aaf3bd65f3369e49b5037b81ecbe44db7b68 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/DefaultValidationConfiguration.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/DefaultValidationConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ManagerApiConfiguration.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ManagerApiConfiguration.java index 02a6f92ef34cf9ecde707fd047da81c07e0797ed..632db9923d8fcaa155312d8db0108b74e114c0fa 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ManagerApiConfiguration.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/ManagerApiConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/RabbitConfiguration.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/RabbitConfiguration.java index bdee6d9cc2a3465b9fdefcb37537cd9241323ec8..18eea3218abee43e98250cde2310b01115791f4b 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/RabbitConfiguration.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/config/RabbitConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/db/DatabaseVerifier.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/db/DatabaseVerifier.java index db40541fbc792e42b0d54235eabefc39cfb86bdf..1a5a63dab3d2ac6fdfe3962313e97cbf47bf257f 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/db/DatabaseVerifier.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/db/DatabaseVerifier.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 @@ -38,6 +38,7 @@ import liquibase.database.jvm.JdbcConnection; import liquibase.exception.DatabaseException; import org.slf4j.Logger; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.context.annotation.Profile; import org.springframework.stereotype.Component; /** @@ -48,6 +49,7 @@ import org.springframework.stereotype.Component; * @since 6.0 */ @Component +@Profile("!test") public class DatabaseVerifier { private static final Logger LOG = getLogger(DatabaseVerifier.class); diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/AmbiguousBereichNummernExceptionMapper.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/AmbiguousBereichNummernExceptionMapper.java index 9fa6ebf720e619937a1c5b2edce35f775b2765ab..0bcc576fbe859824f2edd0f73f154b7ec638ac66 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/AmbiguousBereichNummernExceptionMapper.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/AmbiguousBereichNummernExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateDokument.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateDokument.java index 7bcd49545a65e0d5a5838f68ea0c47aeabf293dc..865db08395fe89ce22ec732eecf1ca22f648cd0a 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateDokument.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateDokument.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateRasterbasis.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateRasterbasis.java index 21f1f60e9b9f46542f0c3ec557cd2303f886c989..1dad120026d85ce7b134013548bb4ffea7fe7eb4 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateRasterbasis.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/DuplicateRasterbasis.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidApiVersion.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidApiVersion.java index 6c2f7603d81c7fce815171091bc946df9d0ff153..dc333ae0d189e376032dcc7529e86c577912767e 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidApiVersion.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidApiVersion.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidDokumentId.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidDokumentId.java index e1fe21df556c0dc0ad6d5096271b3ee2530122fb..a98b1ce2c6c80415b86d929874e9c333be068f1d 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidDokumentId.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidDokumentId.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlan.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlan.java index 790b2e03c18d1b6d20d7101369b098036077732c..480b5006b6488c6da6ebc036af00d65176eff534 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlan.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlan.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanName.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanName.java index 48b1b52a8f263f9e91c98bc4aed7959291ac1502..eb4c4e7e3ec6ae1a24c520ebb8db83e5eeeb373a 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanName.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanName.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanReferences.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanReferences.java index 669c7bbfa86dd2c989f8380b607e1ddf78e1150d..de9a7b7ed4502e3664fcbfef9e1cd8564147b55e 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanReferences.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanReferences.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanToEdit.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanToEdit.java index 3bfe5a48a7899353cfc4941653747b29f1e49789..8855607a67152a39676565784f75e87a9fe3c35c 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanToEdit.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidPlanToEdit.java @@ -3,7 +3,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterbasisId.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterbasisId.java index fa4e8b3c04701e2342748949d1d4efedaf008fff..b18a6bf151d39692b9e7d97d3bd7473dc7332262 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterbasisId.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterbasisId.java @@ -3,7 +3,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterdata.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterdata.java index d3df1e8408295f6a3967aad591b5dbd07adf8a20..eb4b02f44cac2aee063ea80694a8f7b8452ca2e4 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterdata.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidRasterdata.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidSearch.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidSearch.java index cd98346a33ed733bc7e3839a4eacc3448b197c8d..e3222c447fea7e358fd844ec34bd5d0e52398f28 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidSearch.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidSearch.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidTextId.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidTextId.java index 093b284db031809c3375807b38be1d2453d92595..2ac109d919eba9f13ace59af9d5a413b8203bb94 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidTextId.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/InvalidTextId.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingBereichNummer.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingBereichNummer.java index 110e50001bede9efa56b5bab8b5995d96361e27d..d93fbfeeb3e1bc45171a80e933c4df15fce80c93 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingBereichNummer.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingBereichNummer.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingRequestEntity.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingRequestEntity.java index 76553d28dbfb6f0316824df471eeb4f3b5f2e294..8a8d39f84ea4c2a7a1fcdb3b1e1e526866f0f3be 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingRequestEntity.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/MissingRequestEntity.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/PlanNotFoundExceptionMapper.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/PlanNotFoundExceptionMapper.java index 5a4be592632c5f58fdde645bcf5fea4d52154672..d486ddc9333a43697ad3868ff2c35a97c33dd87e 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/PlanNotFoundExceptionMapper.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/PlanNotFoundExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnexpectedError.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnexpectedError.java index e4d59303c35030013e82f80cc1801bd5ec89ab60..bc1728fdf9149086f342a00811103f2807d4a23d 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnexpectedError.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnexpectedError.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnsupportedPlanExceptionMapper.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnsupportedPlanExceptionMapper.java index fd16aec09e52951b8636ee909699b2235d2de6d1..6c7a7812f5ecdc5331a385a80e6157ba3a907540 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnsupportedPlanExceptionMapper.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/exception/UnsupportedPlanExceptionMapper.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/executor/PlanImporter.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/executor/PlanImporter.java index 9c0beb2cc41591ba4e223eb17fa05c038681ef72..60245f8640100e5e7e21e708d3643c9e1583c4b6 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/executor/PlanImporter.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/executor/PlanImporter.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AbstractAsyncImportWrapper.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AbstractAsyncImportWrapper.java index f1c9a61416e7fd0dcf43eab9e337840849cb4009..ece505efe918689a75f8059b41d9c0511d60d25a 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AbstractAsyncImportWrapper.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AbstractAsyncImportWrapper.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.handler; import de.latlon.core.validator.events.EventSender; diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapper.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapper.java index 0108dabd10c5b9e238a97c25a23409852718b661..b12900fb7a8a82c90928f4c9d1ce9e68effb6cd1 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapper.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapper.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/ConfigHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/ConfigHandler.java index a56eb5a1c6d4839f035ffb0e1edfc47c78696982..aeafc2f7788b2d785501dbe6b66381b160001e97 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/ConfigHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/ConfigHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditAenderungenHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditAenderungenHandler.java index 266340b57559d31a585d484f93dfcc436551b4dc..9b2465b7b363b4e84193ac399b5ef9d7e8b0d6be 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditAenderungenHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditAenderungenHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandler.java index 28ab26c9396e8ae7498571555eb9cfdcbfa20fe4..2cf9be614e6bf8b0975ab56c14fba6f907a52d6f 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditDokumentHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditDokumentHandler.java index 2926232858754a59409d4c98f7bde120b8793eaa..376fdc450e4c1af9abfeff8130f66f2ed448ab63 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditDokumentHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditDokumentHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditGueltigkeitHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditGueltigkeitHandler.java index 414907981d3761863fedd3758a7b4339ea8dcbcb..0c0f31ca11c1f83d52654b328c6a782f07f52fb0 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditGueltigkeitHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditGueltigkeitHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditHandler.java index 424c23f2389217c3b97e009e64b1c5e4fa0b9870..64bfbcb3a3ce0384737bc0474581b184326ba523 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditRasterbasisHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditRasterbasisHandler.java index 681b9d2349345d53974a1c40ecf88ffa573ef72f..e941e422ec83eae61fabb0c698a2b06c77050796 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditRasterbasisHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditRasterbasisHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditTextHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditTextHandler.java index 0dc91d53e011df89a06528740c71d8a047adfab0..ed608f2b97d3f5f7f408ae023f09ad79c1a9dfe9 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditTextHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/EditTextHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/PlanHandler.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/PlanHandler.java index b54b363042b6a71628d7dcf8a2ff345140aa5b87..7744f789761db73a62bc747bc5824fa2c8803f93 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/PlanHandler.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/PlanHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/v2/ConfigHandlerV2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/v2/ConfigHandlerV2.java index 3a53624383f49998e1be1c857206abc69d41e17e..0b27a2df3c9f1e8d4623243f2f5b5ee6d14dac6b 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/v2/ConfigHandlerV2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/handler/v2/ConfigHandlerV2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/internalapi/InfoForTestsApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/internalapi/InfoForTestsApi.java index eb9a8026dcfc8a6b78680dcadcde6480ef255754..111cf2a8d73a3490d299586b13ee1282138cfdaf 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/internalapi/InfoForTestsApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/internalapi/InfoForTestsApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/messagingrabbitmq/Receiver.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/messagingrabbitmq/Receiver.java index 9ca6e7e983a64a6165b2970183a81ded8a51571d..cf316b5cad6035f5ecb97b046e3af70b544b5cde 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/messagingrabbitmq/Receiver.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/messagingrabbitmq/Receiver.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/AbstractApiConfig.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/AbstractApiConfig.java index 54914a1bc08829ea13fee04d34333e3d143c61ff..51bb28403498ed9fab6520cf4ffdad2931a87c30 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/AbstractApiConfig.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/AbstractApiConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/ManagerOpenApiFilter.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/ManagerOpenApiFilter.java index 5bc1ab02120c0401798755d075998cfd20f718d3..44df8437405fec5e2902d661dc50855502713072 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/ManagerOpenApiFilter.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/ManagerOpenApiFilter.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v1/ApiV1Config.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v1/ApiV1Config.java index 4bb021cb6a12227b4121ffca9a4c90500119ec2a..930a391109b1aaf9c992a3779726c1a42420f6bd 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v1/ApiV1Config.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v1/ApiV1Config.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Config.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Config.java index fcadf25682c868fba9db39aa2bbc1d21e2f82a8b..1e5d613ee413755e6b170b31b0b52155750c51b6 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Config.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Config.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Filter.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Filter.java index 5a0f72d379c1c3ef460cc988bc66e832e6e6de31..9276a06e14ba49e06f0578db57d9e54e4516aa2f 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Filter.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/openapi/v2/ApiV2Filter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.openapi.v2; import java.util.regex.Matcher; diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/DefaultApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/DefaultApi.java index 108c91e02befe2f2695df7267e62d6db14bfb5c9..34c7774998263b087bfd09ae911cf39e6dc641de 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/DefaultApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/DefaultApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/InfoApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/InfoApi.java index 4abf1a8e87227f7bd9543be9708856475bb7e458..b6fabf1ece05844ae6b7468bfbc24c95580420e6 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/InfoApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/InfoApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungenApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungenApi.java index ca422797baadf24dcc476ccdf52a2beab8ca9270..9d9e454679edf76edd0fa645f1067dedbae31ec1 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungenApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungenApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanApi.java index 4862963c0a25b091d288923a3655fff7fe78bd79..7e875c670fbaf8b79310b2aad01e85734281cc76 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApi.java index fe83278b5f3a5a1814ccddbf570e7edf922adccf..0a53ca40cb5db9f3445330ba2a7e3720af060cd0 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApi.java index 6957981cd8a0fdb4528c2e5f4ba41a37fe2a480f..b00768a7d3200ddc6fccb4af5ac71abaca3cef82 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApi.java index 2b7ca58bd7fec80bede6ddbbf717f246fa9846e8..c406525df96306e70d6730fd40114a9292000220 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApi.java index 7ea67ead0723c26949bc6d17c9af057c62037741..956802d925c41c210282ad68a93f628990c40640 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanTextApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanTextApi.java index 9519d5e892743a30595a59378184b5736dc09c1b..e79103d3567ac6cd0fdef35e2bdb6e463aed5bea 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanTextApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlanTextApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlansApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlansApi.java index d53359fd747dfb403d5d1e5786103307430aac37..fba168eea7bbbc50134bc7777eecf71cc35dea81 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlansApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/PlansApi.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderung.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderung.java index 04c9155ebddc7829042d074450dc941d6d9c80ff..ab9c9df8c1c0318d37172610623e642804830075 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderung.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderung.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderungen.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderungen.java index 90464307fdbe860cc7b233de711f971ac565dd6e..1e4d0a9c4d6f67e81a5e6432a194d381a89be18f 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderungen.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Aenderungen.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Basisdaten.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Basisdaten.java index 5ea30d880e0186bd1308d9e01deee524a876254d..081f594457972cc388b29368398969d847914726 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Basisdaten.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Basisdaten.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Bereich.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Bereich.java index c8cd032711524a163af7fbdd8b74985b0a767f55..5f533e3ccb96835a325576c2507cac2865d5d35c 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Bereich.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Bereich.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Dokument.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Dokument.java index c9a898119eecdd659b35c737b54a41efcc8d3093..aa9446e411801e4c3a7a00f66498ba62aea63d8b 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Dokument.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Dokument.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Gemeinde.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Gemeinde.java index 41d776c5c2f4b2cc825f9b12e0a30cadd52e3289..886cc02deb9b513411bed019f56b62fe7071fdf8 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Gemeinde.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Gemeinde.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.v1.model; import java.util.Objects; diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Link.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Link.java index 82645548560ae54db9bbf54a35399e04113b704a..8d751f499ff1ea67d921c9d9b2726493404c0b89 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Link.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Link.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/ManagerSystemConfig.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/ManagerSystemConfig.java index edeebef3b75b074d5dd6b9cbb23097f6a980107c..b5acaa04fe8db33b2b40e4d0148165d20f00a214 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/ManagerSystemConfig.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/ManagerSystemConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfo.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfo.java index bad8dd45874c337f05b93558d2a8f59e06de26f8..78566bf1a372c5c8e8c6879ecba16fa2ee3eec9b 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfo.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfo.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfoXplanModelData.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfoXplanModelData.java index ac4eb43016f24c92fbf29ddfd7b50c157780e3dc..6a0dfdfb9ce5b71c1eace7ebcbcedf766f92f8a0 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfoXplanModelData.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanInfoXplanModelData.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanStatusEnum.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanStatusEnum.java index 938951659d7e523391895458075fda7acd91d5fb..3430778e13ff7d43feb6c8cd162dc14bd359ed92 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanStatusEnum.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/PlanStatusEnum.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Rasterbasis.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Rasterbasis.java index e19d9034479eeb6eebab9653e5ad3da88dfbc9e7..9b5684f1ec7f7045333379801143f37ecb32f98e 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Rasterbasis.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Rasterbasis.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Referenz.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Referenz.java index 6489d83927f72f14b175e680f678ad811fd1048f..eb48e69e0de57f5907ac16804e663b76328eced8 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Referenz.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Referenz.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/StatusMessage.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/StatusMessage.java index 1d19cdcc66a8fe96162c8ff51461af687ac5061d..b3ff29bd887c8b70711421643941b941d372f9fd 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/StatusMessage.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/StatusMessage.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Text.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Text.java index a36bdbf32182ce585f4990f48d14a8bfa03d6fcd..9490fd98c8451f04502ccf37027978efb1207c13 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Text.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Text.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Zeitraum.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Zeitraum.java index 8806c8b8cc1950ef0819cfd926eb8deadd1a6135..bf34befbef867379335b2d07cc673f896bbfc860 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Zeitraum.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v1/model/Zeitraum.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2.java index 4f8addc04dfa76dedee60d6eb047f2e031bb234f..86b956ee8d8cd586ad0f7e9c3d5864764b4d4c49 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/InfoApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/InfoApi2.java index 04fb806967b2dab8d2fbf0ea3b7c94abe8d4cefd..a47d2bb568a4975ddfeb5364248c8f09fb646098 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/InfoApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/InfoApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungenApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungenApi2.java index b96ecd9c466548c2c04c6c42d9cf3ce62a0fe2a0..3b29841a37419bd5fa9ce31bec3debc15462a937 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungenApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungenApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanApi2.java index 56b37dd611cd98484cf7b72fc0fa6c8797fee2b3..53ef949ed60a66637f74c3553062bdcc30921b38 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2.java index 80d1a99fb53fbf2801163b3151a2d228356c1f29..b7b76f574bfbdf7076018b39d61a012278b6f9f1 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2.java index 4d94c835bdef2c35bc6f6fe09df9674cc1d45274..81b0970978a33d7dbe51bfa99e34362cf2fca08d 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2.java index babd1765fe7532b44448bc5ce6517ab4c6a2e81d..5616bb38d9bd4c6c8c6f11b1f44aa66af058f71d 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2.java index f3bd23c6810ff9c21f31f224777a8f42c4d38343..683471ec03bbb6a0a1fd1282f7fe99c33dd6dfbc 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlansApi2.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlansApi2.java index 8f9dea92217ba6d15ce958bac6c455d22b2c974f..f093eaa6125e7eb0ca60a3293d0e681397a8a6ed 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlansApi2.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/PlansApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/ReportApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/ReportApi.java index 2d37837469f1e47a98407020dabdef31da7157ff..b342b40946eb00e89f9daf06dc342469f04880a3 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/ReportApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/ReportApi.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/StatusApi.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/StatusApi.java index 5e5ec1bedab2103edca8839952592e18d5e32f0d..c448e0447d424d3fc5b0236f35c3d69aa0c36f44 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/StatusApi.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/StatusApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Basisdaten.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Basisdaten.java index 03a20a4ae000714ea6634252469c2f32a43852b5..905a99e410cf07da32f91cc918d1815a20c75f2d 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Basisdaten.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Basisdaten.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Dokument.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Dokument.java index c5ac1a879771db867006c025e90497a474dcaead..39578faf3fccade2cac9d536cdbf6a4bfaa1e1b5 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Dokument.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Dokument.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ImportReceipt.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ImportReceipt.java index 35e68cfe077a1fc744ba85b598b7c63508a2b098..08f41202bd27396911bfe49eba72f65e0d81af4c 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ImportReceipt.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ImportReceipt.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerStatusNotification.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerStatusNotification.java index b3ebd329f91704bde4d8ed5de643b4242777a8a1..2eb6c552e996b6fef47d9930e8f667bb4b3fb2fb 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerStatusNotification.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerStatusNotification.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.v2.model; import static com.fasterxml.jackson.annotation.JsonInclude.Include.NON_EMPTY; diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerSystemConfig.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerSystemConfig.java index ce496f28c357abcee149ba30bafa057b96682d65..b74d9feba1172bab178b6355203fbb34ef506dae 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerSystemConfig.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/ManagerSystemConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfo.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfo.java index fe562d0aec9dd0bcdcc429be2834bad65bbab784..a728f3d870c2a857766c85a5f4e6ba2b873693dc 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfo.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfo.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfoXplanModelData.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfoXplanModelData.java index 968ea2bef7608d2f6982b70465b1e76b504d4a9c..f3e2c4fe1319f1fd5fa0dc06557cf51eead2979a 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfoXplanModelData.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/PlanInfoXplanModelData.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Rasterbasis.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Rasterbasis.java index 6864f9bd3dbd2435829b805ae70eef99bc02204b..f015d0d0d991434becc74f67e2e4a6eaeb055397 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Rasterbasis.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Rasterbasis.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Referenz.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Referenz.java index 83cf5f02696fe9bde16e7b1a09e8db6233470ac5..6e895e95da221cfe64678177aaedceb3917b7341 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Referenz.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/Referenz.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/StatusEnum.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/StatusEnum.java index e7b5a0652575362136edccd505b3d8c5fab8999f..4dc38150749db8c3063c868037342e027e2fa892 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/StatusEnum.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/v2/model/StatusEnum.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.v2.model; /** diff --git a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/validation/ModelValidator.java b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/validation/ModelValidator.java index d90a38a55d861f1e77234a8198656f21a64c18f6..b0c05342b9cfbf1d65acf534ac3eb751519b9ca7 100644 --- a/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/validation/ModelValidator.java +++ b/xplan-manager/xplan-manager-api/src/main/java/de/latlon/xplanbox/api/manager/validation/ModelValidator.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/resources/application.properties b/xplan-manager/xplan-manager-api/src/main/resources/application.properties index 2940871b1befed3637b5eaaf613dc8815281c8ae..83110655a4ecebb519b1c0dafd17b57aaee279db 100644 --- a/xplan-manager/xplan-manager-api/src/main/resources/application.properties +++ b/xplan-manager/xplan-manager-api/src/main/resources/application.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-api - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/main/resources/log4j2.yaml b/xplan-manager/xplan-manager-api/src/main/resources/log4j2.yaml index f6df58380ac1a421442952aa63905019585324a2..c2daa9db2d5f5f09cd1c00012a30b736cb527294 100644 --- a/xplan-manager/xplan-manager-api/src/main/resources/log4j2.yaml +++ b/xplan-manager/xplan-manager-api/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-manager-api - Software zur Verwaltung von XPlanGML Daten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/ManagerApiJerseyTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/ManagerApiJerseyTest.java index 3cf506dd798f626dd97836c4adbfe7d396fbf6dd..306943a35bf73e38b0f082ed2d1c17bbaf2452f6 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/ManagerApiJerseyTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/ManagerApiJerseyTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager; import java.lang.reflect.ParameterizedType; @@ -30,6 +50,7 @@ public abstract class ManagerApiJerseyTest<T> extends JerseyTest { AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(); PropertySourcesPlaceholderConfigurer pph = new PropertySourcesPlaceholderConfigurer(); pph.setLocations(new ClassPathResource("/application.properties"), new ClassPathResource("/s3Mock.properties")); + context.getEnvironment().setActiveProfiles("test"); context.addBeanFactoryPostProcessor(pph); context.register(ApplicationContext.class, HsqlJpaContext.class, TestContext.class); context.refresh(); diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/PlanInfoBuilderTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/PlanInfoBuilderTest.java index f0582435188f3561fc3ad1f7692749f1666c9667..cb1464b8c89fbfb98eb6953f664ddbb8973e2774 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/PlanInfoBuilderTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/PlanInfoBuilderTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager; import static org.assertj.core.api.Assertions.assertThat; diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/FakeAsyncImportWrapper.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/FakeAsyncImportWrapper.java index 4e6ae38d8ddb06c46b08f6a4b54cfa95a65a581b..faf55c07e9b9819de3689c1488cec12f318fa744 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/FakeAsyncImportWrapper.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/FakeAsyncImportWrapper.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.config; import static de.latlon.xplanbox.validator.storage.StatusType.IMPORT_FINISHED; diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/HsqlJpaContext.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/HsqlJpaContext.java index ebec8299962ab5dc6bc86374a54d8dd5b7343aba..3178bfc2ce905e3f90fb20406a787b98cbf27257 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/HsqlJpaContext.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/HsqlJpaContext.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestContext.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestContext.java index ce991a1cc59c1916548d4fdc3eb1f169761cdb46..b698840066047491ee3afbca5f574c41fd069587 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestContext.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestContext.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestS3Context.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestS3Context.java index 60b732f3b2b3fb2687ee8039d9db174fb9e0141e..bfb6cab5de14d9271a0780cce9406a937274c370 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestS3Context.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/config/TestS3Context.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.config; import com.amazonaws.auth.AWSCredentials; diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/executor/PlanImporterTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/executor/PlanImporterTest.java index 2a21320c1710bbf5f4bb8eda948dfddd5c17602d..7f906756c9f9eceae8cffc006ee458a4f06b5b88 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/executor/PlanImporterTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/executor/PlanImporterTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.executor; import static de.latlon.core.validator.events.planimport.ImportRequestedEvent.EXTERNAL_REFERENCES_RESULT.AVAILABLE_AND_VALID; diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapperTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapperTest.java index 331d577db9bad9343b6fbe31ae9288441870cd7c..820aa15da712cbba58ff885e44d9a1252e94bc7a 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapperTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/AsyncImportWrapperTest.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandlerTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandlerTest.java index 980b9ade04a3c659a30b4193f5b8c9f04cd47b7e..93da5890f69068eb267cbe367ccc7323b06a468d 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandlerTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/EditBasisdatenHandlerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/PlanHandlerTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/PlanHandlerTest.java index 4e1cdf71ee8191214b7688d72e026766782a6098..e07161290a2fc845328c490791e622a096e850e1 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/PlanHandlerTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/handler/PlanHandlerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/DefaultApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/DefaultApiTest.java index fec5ba23e9694cf614d9abde34690b4770d27b0c..bcb0b5876026b1704c587aa660340955cd19b222 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/DefaultApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/DefaultApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/InfoApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/InfoApiTest.java index dc8c7d556e82206e1ff12b1e4e3844aba17f2d6d..f0f910a721cb4b64ccc53d765b685c3be7f6b107 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/InfoApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/InfoApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungApiTest.java index 17af1878fe7f3ac6d35b57cbbb233d01aa27e2bd..969938dba5491be3b75467954268712024aedf86 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanAenderungApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanApiTest.java index 8078c137cb8867dc7675da948bb5530b0c09a686..f4e5a2c36f689b55d8301bdfb7be7b38d23a76a6 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanApiTest.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApiTest.java index 15cda6dcb835afc86d65a5a248fee232f5ce3892..e7ec0deda74706c84c0e506ec32f37605e76d159 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanBasisdatenApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApiTest.java index 30c7a52b9e2110607bd5e47490330777b66b388e..26af9a83779f1c44a6573b27c6b2e7f90ae22e8c 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanDokumentApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApiTest.java index a1f93f398e9595ed4526cd1084910e9a20f66e93..ed6addfd08282068552cde059dcce214ff408f91 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanGueltigkeitApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApiTest.java index c20e5fbd26333cf50796a5e619a6147e3bf7e546..1f184839f945072a8298e1eacc6c18b1e68267b7 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanRasterbasisApiTest.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanTextApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanTextApiTest.java index b3caceb4c52f49a47d799be0a78ffe89360b6600..5f3d085900447389806307012b84d24d545f3aeb 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanTextApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlanTextApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlansApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlansApiTest.java index c3d2208ff8366eebf9d20b7340027a9ec19c363e..ea986cca510665a849c293b34f512ea9f1dba654 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlansApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v1/PlansApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2Test.java index 9d6ee1dd92e089a79b2aad25ab5f4049e623eb1d..52a4c06de000e69b1a9a66d609048c2c3228683b 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/DefaultApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/InfoApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/InfoApi2Test.java index 43c2e1d78d625d7bc55f2b0634b3b242607c6e74..7ea4bd2156c6e8c7f17c3f4224d876ba05356b59 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/InfoApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/InfoApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungApi2Test.java index 7f2811fee4989ec929e08f055716885271708a47..bff3aca49683985c2dfec621bc846953a64e9de9 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanAenderungApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanApi2Test.java index 7aa7510b0e69c77cec9c64d624f338b373cc0be5..f33314f61d007bb4904411611130f776a8f61d68 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanApi2Test.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2Test.java index 981f63ec735fe436a65179c12db2e151330e329c..c6c56ac595047b0efe7ec738aed576bda6cc98fd 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanBasisdatenApi2Test.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2Test.java index b238b1ff9dd2d5eb0fdce3f1f79df83e4a906ac8..85da409ba6ee2e3b9bac006f8dc87fe19257cdb5 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanDokumentApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2Test.java index 4f0aa46797a3a1d38fa53594d5478a8d148a4e5d..5ddc249dd2e3f21a8e3c01c958912ca7b59399b4 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanRasterbasisApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2Test.java index 7025c9857d2d03c00726ab14c2d552777916fa8a..e8fcfe6a3deda190e252e992c8a45f89fc14529c 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlanTextApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlansApi2Test.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlansApi2Test.java index 420af10a522780c6c286b0d1c2a23f5147bb0466..89eb92cecf0c730660081cb0d4bee724cbf74c7e 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlansApi2Test.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/PlansApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/ReportApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/ReportApiTest.java index 005a9dd8245254fa954cb2d6a1d10c6a2bc99060..58aa9b018fbc0c0400607df6e5f206a23fff8e55 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/ReportApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/ReportApiTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.manager.v2; import static jakarta.ws.rs.core.MediaType.APPLICATION_JSON; diff --git a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/StatusApiTest.java b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/StatusApiTest.java index 5f77cbfe16c1e3d660d94ef48b51bf4944ad762b..f847cf1f5ab1b41f8299a07e4a92ef79106466f5 100644 --- a/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/StatusApiTest.java +++ b/xplan-manager/xplan-manager-api/src/test/java/de/latlon/xplanbox/api/manager/v2/StatusApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/bplanraster.xml b/xplan-manager/xplan-manager-api/src/test/resources/bplanraster.xml index eb6df3867a0ea116364c2cc725895f137cb74e0e..99cfe0f7df1d9ef83f2e3cf73806d9de124bc2e3 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/bplanraster.xml +++ b/xplan-manager/xplan-manager-api/src/test/resources/bplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-manager-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/create-schema.sql b/xplan-manager/xplan-manager-api/src/test/resources/create-schema.sql index 171fc0f03c22773f6c11a276f9c2035afc4e0557..d7f08ffad4bfbff5e32bcd7b2985a8c542d04445 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/create-schema.sql +++ b/xplan-manager/xplan-manager-api/src/test/resources/create-schema.sql @@ -2,7 +2,7 @@ -- #%L -- xplan-manager-api - Software zur Verwaltung von XPlanGML Daten -- %% --- Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/fplanraster.xml b/xplan-manager/xplan-manager-api/src/test/resources/fplanraster.xml index 5e0f385a97ee87a79dd7a35c7c57802500fc3bb2..e00ef65f13b1f1e8222ee6af261a9ed9f8d9c5eb 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/fplanraster.xml +++ b/xplan-manager/xplan-manager-api/src/test/resources/fplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-manager-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/log4j2-test.yaml b/xplan-manager/xplan-manager-api/src/test/resources/log4j2-test.yaml index 79cde351ecceceeaa56c4a392cce07c0b16ee046..7f2a4922e54bb7b10fd370ce0cac80247a714f78 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/log4j2-test.yaml +++ b/xplan-manager/xplan-manager-api/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-manager-api - Software zur Verwaltung von XPlanGML Daten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/lplanraster.xml b/xplan-manager/xplan-manager-api/src/test/resources/lplanraster.xml index e0f8622b2511fa50c6d46dc0335b4267b8f321ca..01566a1a41410fd651c10bf9d9fe52e14a3bff82 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/lplanraster.xml +++ b/xplan-manager/xplan-manager-api/src/test/resources/lplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-manager-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/rplanraster.xml b/xplan-manager/xplan-manager-api/src/test/resources/rplanraster.xml index add4728fddaa5c934e051d2fa134eb45a880e998..1159fc8ce14aedea8408811eef990ab248b6d6dd 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/rplanraster.xml +++ b/xplan-manager/xplan-manager-api/src/test/resources/rplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-manager-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/s3Mock.properties b/xplan-manager/xplan-manager-api/src/test/resources/s3Mock.properties index 21647337a841afbb48ff5b79ad77c10a152526a1..32c458100eddc1d6866f96b85037b729ffa4c7c9 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/s3Mock.properties +++ b/xplan-manager/xplan-manager-api/src/test/resources/s3Mock.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-core - XPlan Manager Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-api/src/test/resources/soplanraster.xml b/xplan-manager/xplan-manager-api/src/test/resources/soplanraster.xml index beb5b33d31d665ca66e71b64db9008e70689427d..09205ae91122b938d6a6da028ac6303ccdb84b80 100644 --- a/xplan-manager/xplan-manager-api/src/test/resources/soplanraster.xml +++ b/xplan-manager/xplan-manager-api/src/test/resources/soplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-manager-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/pom.xml b/xplan-manager/xplan-manager-config/pom.xml index d58b1521cdee1c6a83b78267dd7071c86111e66e..40d6ea361b834397f17dc488f2cc0060e8d9fe68 100644 --- a/xplan-manager/xplan-manager-config/pom.xml +++ b/xplan-manager/xplan-manager-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-manager</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-manager/xplan-manager-config/src/main/assembly/assembly-default.xml b/xplan-manager/xplan-manager-config/src/main/assembly/assembly-default.xml index db190745f4f56b6518accdcef3603ba51a9e9456..2ddbfccb71dbc467cb822916cf2a3b5e6132199b 100644 --- a/xplan-manager/xplan-manager-config/src/main/assembly/assembly-default.xml +++ b/xplan-manager/xplan-manager-config/src/main/assembly/assembly-default.xml @@ -2,7 +2,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/assembly/assembly.xml b/xplan-manager/xplan-manager-config/src/main/assembly/assembly.xml index a7bb26c8c80fdebfeef57f114d5b775a13513197..e34e9c3a4018eff461cda47b500eea3887e88942 100644 --- a/xplan-manager/xplan-manager-config/src/main/assembly/assembly.xml +++ b/xplan-manager/xplan-manager-config/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/filter/filter-default.properties b/xplan-manager/xplan-manager-config/src/main/filter/filter-default.properties index 4eb7391e9575a6dacfb015aa6f444bc1214c90d6..e8d4e65206c6d69b1eef24ab4499d945067f4854 100644 --- a/xplan-manager/xplan-manager-config/src/main/filter/filter-default.properties +++ b/xplan-manager/xplan-manager-config/src/main/filter/filter-default.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan41/xplanGml41-inspirePlu.halex.alignment.xml b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan41/xplanGml41-inspirePlu.halex.alignment.xml index add13c8935b78d83430f3cd70dede5a2dcb08aab..0007c6d68539425eed4cdd543620d865fcda5247 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan41/xplanGml41-inspirePlu.halex.alignment.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan41/xplanGml41-inspirePlu.halex.alignment.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/classification.groovy b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/classification.groovy index ea13f1183a79e4ad5ac4781c45c3f00b1adeec14..c85d7ec3f60d89d8852d82c69becb42fdc5afd8a 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/classification.groovy +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/classification.groovy @@ -2,7 +2,7 @@ * #%L * xplan-manager-config - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/xplanGml50-inspirePlu.halex.alignment.xml b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/xplanGml50-inspirePlu.halex.alignment.xml index b23d7db3ddf0010b3a9613d49cb15eb027163d65..3447b992abf1b4749e47073871d4660ad66d3ea7 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/xplanGml50-inspirePlu.halex.alignment.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan50/xplanGml50-inspirePlu.halex.alignment.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan51/xplanGml51-inspirePlu.halex.alignment.xml b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan51/xplanGml51-inspirePlu.halex.alignment.xml index 7f4e07d7e5b5a16c738b9e7225a0feec4921a939..087c09505797d48d28df89d36c3867813d8a9c74 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan51/xplanGml51-inspirePlu.halex.alignment.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan51/xplanGml51-inspirePlu.halex.alignment.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan52/xplanGml52-inspirePlu.halex.alignment.xml b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan52/xplanGml52-inspirePlu.halex.alignment.xml index c6ce29f1139ec15870d09e8e504467c0a3fe5a46..71eb24837eea3ab859d488e3341d0371593ac4ed 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan52/xplanGml52-inspirePlu.halex.alignment.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan52/xplanGml52-inspirePlu.halex.alignment.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan53/xplanGml53-inspirePlu.halex.alignment.xml b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan53/xplanGml53-inspirePlu.halex.alignment.xml index 82a76be7f377e557febc10a3cb799a3977fa0ab8..98710a96654d4624ce9e95580f58f873cd8cf7af 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan53/xplanGml53-inspirePlu.halex.alignment.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan53/xplanGml53-inspirePlu.halex.alignment.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan54/xplanGml54-inspirePlu.halex.alignment.xml b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan54/xplanGml54-inspirePlu.halex.alignment.xml index 8a67e14f2c3cd71bd10a0af4c2f63013c3c21218..0ae15112ceb4d8406a1cf7afce06f14fea22f645 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan54/xplanGml54-inspirePlu.halex.alignment.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan54/xplanGml54-inspirePlu.halex.alignment.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan60/xplanGml60-inspirePlu.halex.alignment.xml b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan60/xplanGml60-inspirePlu.halex.alignment.xml index 5a30ca0bf296db144ca1619241baac5c2aa2fe17..10a755666b0d555df28b67b58a6f64269a99facc 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan60/xplanGml60-inspirePlu.halex.alignment.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/hale/xplan60/xplanGml60-inspirePlu.halex.alignment.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/managerApiConfiguration.properties b/xplan-manager/xplan-manager-config/src/main/resources/managerApiConfiguration.properties index 0042656a2a21c6f09c74b6d66cfac3257cf41f71..ffe73656324b543f0a8ddcb5ba84a3fb2d4cdf05 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/managerApiConfiguration.properties +++ b/xplan-manager/xplan-manager-config/src/main/resources/managerApiConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/managerConfiguration.properties b/xplan-manager/xplan-manager-config/src/main/resources/managerConfiguration.properties index 1134eb26fe7c648f64c368eba58500ec36274f71..151747c6b23c9cf0a9100e4c53875317bad670ae 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/managerConfiguration.properties +++ b/xplan-manager/xplan-manager-config/src/main/resources/managerConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/managerWebConfiguration.properties b/xplan-manager/xplan-manager-config/src/main/resources/managerWebConfiguration.properties index 7bffc66a7ed997f3f96f058d4636fb373c388290..ef5f14314d59e7e1f1ccbfd3e33bf84ebe9567a1 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/managerWebConfiguration.properties +++ b/xplan-manager/xplan-manager-config/src/main/resources/managerWebConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-config/src/main/resources/metadata/service-iso-metadata-template.xml b/xplan-manager/xplan-manager-config/src/main/resources/metadata/service-iso-metadata-template.xml index 5d36a37e9bdcbc39fca05cea4f748cefb8dff1dc..6749e05452d67ef81fa0a8410027a7f2302269e2 100644 --- a/xplan-manager/xplan-manager-config/src/main/resources/metadata/service-iso-metadata-template.xml +++ b/xplan-manager/xplan-manager-config/src/main/resources/metadata/service-iso-metadata-template.xml @@ -3,7 +3,7 @@ #%L xplan-manager-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/pom.xml b/xplan-manager/xplan-manager-web/pom.xml index 228066f88a0e4abbada4d1774af2281bac2e477f..4005e1ebd996ce9a93eb03007f4ea56745c563d9 100644 --- a/xplan-manager/xplan-manager-web/pom.xml +++ b/xplan-manager/xplan-manager-web/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-manager</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparator.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparator.java index b1948467b60912da073a0a6ae439387174a48d8d..4cd449300f1a74676b5d2ed85b75a575f3b99fae 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparator.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparator.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparator.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparator.java index 229d8b9e66f352dee497d1619331d4964508284c..f1c8d26063b3c13a54edc9153547eb190b70b8fe 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparator.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparator.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilter.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilter.java index f390d9eabebe9ba3d86c5ef3706be0d5379386d1..840eccdf0451f50c815310921290b80bd3aa0bca 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilter.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilter.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanFilter.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanFilter.java index 71c5d6988f8619ebd32f6168919492a864b75066..62b1be851c174300c3b9081d061e8d3da3d9d81c 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanFilter.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanFilter.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilter.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilter.java index 312a63675bad7dba54727f24f6db1c3fe3580ab8..41329f9ca003289cb79fd72d35f1e1ff0c6b8b27 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilter.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilter.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportAndListView.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportAndListView.java index dc4189ee9426bc32fa52a0e1d3f24a09d87bfbec..657b12016739888b79d11ffd0afad2de83443ab4 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportAndListView.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportAndListView.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportWizardCreator.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportWizardCreator.java index 38b7745beb647b289b938a22fcec97b4af826182..fb1bd804aadc2ef07b7ea8f8ece7d4c289496825 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportWizardCreator.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ImportWizardCreator.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ManagerWebEntryPoint.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ManagerWebEntryPoint.java index 64c5f19fd80e72cd543886eb493ff817f3dbfb32..c481c280409faa35d7278d32f6096383fee6b7ca 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ManagerWebEntryPoint.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ManagerWebEntryPoint.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListColumnType.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListColumnType.java index fc4bfb1704affd800ec00221f5c122292e9e0194..6cf3d8a4663ce54622862d3b3661ba99ea71d03b 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListColumnType.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListColumnType.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListPanel.java index fe448b5dddb22c6bb54d8962660e5f91e4cf0e22..a5007ffcc077d32e8ced98c668e56f9bb49ae5d6 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/PlanListPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/StyleNames.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/StyleNames.java index 2b611bd161946bbfa147e7be7256e93cea9ae8c9..270755ce4e2ddd07a024168c845988d332be0f4f 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/StyleNames.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/StyleNames.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/UploadPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/UploadPanel.java index 7159ab7b61722e7a3cc25bf1a44eaf2434564e5c..0daa34afea26c0d785a784de5b796fd1cdd5a688 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/UploadPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/UploadPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ViewController.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ViewController.java index 49cc45ec1e6964a24e6ca395ebf0f5527d161bb4..72c73d091110b0845752543b733feb24d4b570b1 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ViewController.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/ViewController.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/CrsSelectedHandler.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/CrsSelectedHandler.java index 2021b895c9ea7a45953fcf6e043982b366d9e97a..79718ddd09ee18a5ad5c3c299d0beba81982908d 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/CrsSelectedHandler.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/CrsSelectedHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/LegislationStatusDialog.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/LegislationStatusDialog.java index cef93402037ea3e25bc975ec3d29686c9e9902ec..5c1068e7b2f1f86ee5e055a78d0a901d71ea4d59 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/LegislationStatusDialog.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/LegislationStatusDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/MapPreviewDialog.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/MapPreviewDialog.java index bdad5f8afe66abc2932562eb96da1de86513d870..1c81c6639ce00be92f3d1dfc5f68259f7d9bf0e9 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/MapPreviewDialog.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/MapPreviewDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/NextSubmittedHandler.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/NextSubmittedHandler.java index a2e5eac34ac05fc39d7c8e8027ca60c96b520234..5cafe6067e32fce251d967ffc1837ff1b0f3f66f 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/NextSubmittedHandler.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/NextSubmittedHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/PlanNameAndStatusDialogBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/PlanNameAndStatusDialogBox.java index 1b170c138b2f6045014b36ebf834a8ce16d69d30..7f6ad273c43453993849052bf50553d615312fb2 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/PlanNameAndStatusDialogBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/PlanNameAndStatusDialogBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterDialog.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterDialog.java index 30a791f583799b8a39524321b67f94a68bb00f02..a7b961b08e2f85d45db22a1a834ef25abb86bc76 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterDialog.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterHandler.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterHandler.java index ac4a8a8ed9b6dce1a80c475e39540d905d6942f6..e2e38db7096c1a01251fb507e49cf0b338d14cac 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterHandler.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/RasterHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/WizardDialogBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/WizardDialogBox.java index 2ecdab3191a15229d578d12d82e9fbcb9b245f88..252f05f0ee449609ce1746ef123bd3df1e127a33 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/WizardDialogBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/dialog/WizardDialogBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/AbstractEditorSubPanelWithTable.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/AbstractEditorSubPanelWithTable.java index 0dccee6e4855668a747d4182e67116ecd0b5cb5c..affbb5acdf2a0e9edd8d060581137d974bf3ba0a 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/AbstractEditorSubPanelWithTable.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/AbstractEditorSubPanelWithTable.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditPlanType.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditPlanType.java index 16b3673b95d6aedfd810d41c7f4cdcad3d6b7f4e..801897b6dd4de6f55a20f53eebbb12a9515853fc 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditPlanType.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditPlanType.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditVersion.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditVersion.java index b3076d3f4bee3c15eb2550ffe21934e3ac24956e..263bff0687d6b7297a93e9c052253117cac28e51 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditVersion.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditVersion.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorPanel.java index df642087dca6c096036e561711fdafa5a91b7ead..efe5bbc82c1158558a77430b90563377757fdc92 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorView.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorView.java index d3b62815f98364098deaf2a43b5f7bf0ba7097ce..e5477b3c7a47f640437f26a56a5ef66110bf2b71 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorView.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/EditorView.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/basedata/BaseDataPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/basedata/BaseDataPanel.java index 42f88ce9ee9fdbfad02a2a2d4f68ec0ab5493c1f..31a560c4382f6362a35dd2bd2889d6a11853f2f0 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/basedata/BaseDataPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/basedata/BaseDataPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanDialog.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanDialog.java index ebcf89af3494d986f73c94065747c232597c97d3..20c109c1c5796963ec56893160a3c0e798ef0d03 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanDialog.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanPanel.java index 5a490c1c87db590ee2d81833431c2f12b7562a14..421b9050efb562b18913be0964bdd3cb1baaba0d 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/change/ChangesXplanPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/Code.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/Code.java index da8eb44e1764dbafd2d8f054cd9ed1689122806a..142be2d146203c2d52ca45c6006290aa56f9efa1 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/Code.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/Code.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistKey.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistKey.java index 5a788ace8f4d355d9f5eeceba9f8b663241888b3..1c5532c92a0a6f9fb47a03376354d84d1bee2e76 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistKey.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistKey.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistProvider.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistProvider.java index a1a17578fdae41ab2130d26b9145b1a5a7e7f279..3ffc6d0bf492518a91cc8ffcedc67ef45389be1b 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistProvider.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistType.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistType.java index c505c3789d036d7bcc28a63fbe2f960ee1533a85..6019d28ffef8d4ff1274f7caf72755fdd38dbe20 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistType.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/CodelistType.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/TypeCodelistProvider.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/TypeCodelistProvider.java index fc77ceb7b2a9972b7b1c6e87d48ddbbb42bd3745..b1a838969af4bb2b9eef6a08434562f131c97acb 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/TypeCodelistProvider.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/codelist/TypeCodelistProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBox.java index aac375e7a66fd609c9397c80d2505016dc42721a..2896d7351283f5dfec8fc7371cf9301bf588cd03 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBoxWithRasterUpload.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBoxWithRasterUpload.java index f4f6a3df750ba1758fcd113df830e18167070a3e..cebbdb644fcc733b21e24bd342f867b8b4826b34 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBoxWithRasterUpload.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/EditDialogBoxWithRasterUpload.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/PreserveExistingFileUpload.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/PreserveExistingFileUpload.java index 1990da8064841996944e56262a70d8869baad09c..6494c1d685e25271e94a3289f8c62833e8bbbcda 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/PreserveExistingFileUpload.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/PreserveExistingFileUpload.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/SavedHandler.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/SavedHandler.java index d8f838c017ca94544ce32696cfb6102127316d66..46d50844a97af4fdcbe1039ad24dda320d0eb7ae 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/SavedHandler.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/SavedHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/TypeCodeListBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/TypeCodeListBox.java index ffceb40c10aa367ad3e5480b94a993a001d4b049..56ecf1a038316f1503adfe4f1f52ba2ed018deab 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/TypeCodeListBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/TypeCodeListBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/UrlTextBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/UrlTextBox.java index 6093374bef8fdafd8b0e6a7c04fd18377118cff9..7289f0e54bcf0685a96bb7fb66a40fd9510ab432 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/UrlTextBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/dialog/UrlTextBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterBasisPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterBasisPanel.java index a7d7aa54ec518cfbb86ba642ace83516a6e05690..2d17803c61d21513112c51c8786de68060b3fb46 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterBasisPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterBasisPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterReferenceDialog.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterReferenceDialog.java index ff449187143afe30cb63159289273336edf3f8f3..9eebe67e2cf43f9c0823efdd702ca20ae861a097 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterReferenceDialog.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/raster/RasterReferenceDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferenceDialog.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferenceDialog.java index 29877ac477af224be53d8385a991dfbe9f3c1f44..320eb6a739dbe4a318cf64b0b2522eec738c2601 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferenceDialog.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferenceDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferencesPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferencesPanel.java index 3af26ae8ef45414833c40a09cb0168498ce1e7d7..952c783b9b2d916f140898d599e7d94220905722 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferencesPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/reference/ReferencesPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextDialog.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextDialog.java index ed7a394887fc3db0ef757aa7baace8b16f0a3571..6bf40e0f7c2e14279d93d3ad84987e5fa4a3bb9e 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextDialog.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextDialog.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextsPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextsPanel.java index 8cec815a5f67418b7228971b1cb09a673a20610e..8b132727267f4f216722ea9ed9c9d0fdd439ceae 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextsPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/editor/text/TextsPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEvent.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEvent.java index 33fb729a6dc3d6184c935b58ce874511e4505662..158e1de3dd95aee4c3bba7ef6311173f94011660 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEvent.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEvent.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEventHandler.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEventHandler.java index 7a1e43341b9c30e21f9e14c087c284a998c5d73d..be1cf11d53f55163958767cb55298cf9dfa8f3f9 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEventHandler.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorCanceledEventHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEvent.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEvent.java index 1ae5f9b98994a2cf7a77004c656e7675e161f8bd..afeb95addd515776607df4bb2fad2af1d516b986 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEvent.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEvent.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEventHandler.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEventHandler.java index a0baad87de1ccceb5d0368837d6c45c3b61c6f63..f2089745c1a8f4269d99b61a56ac8c6c6acc0450 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEventHandler.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorFinishedEventHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEvent.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEvent.java index b8c5ea6c9fa4a55fdfef1576bf129bfa0038d6cb..2ef1049469ef568cb0c3992894b0019f0f3967f9 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEvent.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEvent.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEventHandler.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEventHandler.java index cffe2c7356f0062750fafb38936d3d01976859d1..cf2fc5b3d0660a3febd424553a7e6fc4b83242be 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEventHandler.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/event/EditorStartedEventHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/AbstractFilterPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/AbstractFilterPanel.java index cedca62a560e7a53bb3e332f2baf7cfc48f9e01b..9e0282db5bf6febde11f4d826df298e082df6987 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/AbstractFilterPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/AbstractFilterPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterExecutor.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterExecutor.java index 45fb263ae6acc8e8143ebb76cdd627ba23031026..d1d48b2e54103d2648302272e7bebb4b5d887739 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterExecutor.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterExecutor.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterPanel.java index 3fc71c271ffa52dd390a9db0760292f5a25747bd..977306b3f6246b14ed0e8b223faffa616a6608d2 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterProvider.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterProvider.java index 49b742ab8f3ff8bb2e39dcb41d97a519f1dce85a..410c892c2c54d8b92d179bdf315bf221df5ff436 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterProvider.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/FilterProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/PlanStatusFilterPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/PlanStatusFilterPanel.java index 093fbf81e388314a4758f1de78e32e8ca6f4b880..0f4ef0fe093aa3cdafe19f5025654de0ff80f331 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/PlanStatusFilterPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/PlanStatusFilterPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/ResetableFilterPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/ResetableFilterPanel.java index efa9e545a84a1f19f77b5f84525acb3281fe17d2..6ed5fb27f008931cb5f860ad7f9947610138c5cb 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/ResetableFilterPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/ResetableFilterPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/SearchFilterPanel.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/SearchFilterPanel.java index aed7e5945d34217335d41c2a7656c47fea48e10e..b9cdb0e07906e277968023b3fc2dfd264373126f 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/SearchFilterPanel.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/filter/SearchFilterPanel.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/utils/ValidationUtils.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/utils/ValidationUtils.java index 3e221feed7796bbbbe824ea7cea5172a37446940..3e3f538f22e044062e9f07a1c10ee36a90f2dd13 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/utils/ValidationUtils.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/utils/ValidationUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/CodeListBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/CodeListBox.java index e1e4781c9e6efd262111afaec003dc7a0e106796..7ae8813c7c35359b91db527810767e0343a0d281 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/CodeListBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/CodeListBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/MandatoryTextBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/MandatoryTextBox.java index 139073ec2596ba6e95e61acf2252626e64fbb323..0e0123ab7e15c7e4f786b8cf53c2079d84d0900f 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/MandatoryTextBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/MandatoryTextBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextArea.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextArea.java index 66f232b06e4bb4076645e1521efd9e0bd57f89d2..6e23309916051e75e88a79bb0cb0d7b28ff47daf 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextArea.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextArea.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextBox.java index 91bf3dae25a31d2f43d1891579301dd3285bbff2..298262936cb45a4f94bc2076d6113fd79eb2b2b1 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/PatternTextBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBox.java index 7fe4d5ce5fc41e26241937de4056b931250eae2b..a8ac86b975d22dc2e35dddc3473d5eadba8614c0 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBoxFormat.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBoxFormat.java index 7866e7dbf48cb09188094181a8b7d0a0df65774d..7eccb59febf0e59a0b52f0c91f09f6cd228d5ea3 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBoxFormat.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/StrictDateBoxFormat.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/TimeBox.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/TimeBox.java index 81d775703d86487f4627f34bd60aa6cbe94105b3..cd7d2c21de7d75823a26c6f234be88e909ac6e3f 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/TimeBox.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/TimeBox.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/Validable.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/Validable.java index 4ffcc821024ba2a0c249086acff8f541ac7ad53d..e176fed97a0e6bfd60cc6e49c6a8aeb3540ee8e6 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/Validable.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/gui/widget/Validable.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.java index 0b1899f65192b072a75e2a4ea6fd265799b690c0..5afcea1ed189b9e547052a0f49f597b17331a494 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.java index 57ad3c6800b7c9f56bf9b65ae391a62af895bbce..d173bbc11ea2555d497a88efe9da442fc411b379 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.java index baeef0d4d76c8fd9ac1ade91c19c1ec38a6182bb..2b861bf4175f2368acc6b494594f2372c4f7679c 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerService.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerService.java index 13d275c32b6cfb9d61a6d75867d234d714144b38..da9db5991be1559183bc8912b6b30611af492c6f 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerService.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerService.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerServiceAsync.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerServiceAsync.java index b2211697047b0f611416286559bcca83524d204a..53717fe452b95e58d404a59f098207e72e7de862 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerServiceAsync.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerServiceAsync.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationService.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationService.java index 64e9512fe18b7214eea9bfb43d1ed4523cc0325e..47f4446ea2135dd87a196039396aa40565af5355 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationService.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationService.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationServiceAsync.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationServiceAsync.java index 1454a2538174b53c599a9e372a3c9564ad6c1df2..97ca5a0b5061188863b5994a4cd21857e358144e 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationServiceAsync.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/ManagerWebConfigurationServiceAsync.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityService.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityService.java index 5ff80bcab50d1fde25fdb298c1468a8e20ceb49f..e79f09443203a81d5977b2a8425126d26198dd47 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityService.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityService.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityServiceAsync.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityServiceAsync.java index a417b5424a952b8882580accf0da1004e98b3da8..ec5e8aab774a51362b5c8dbec7f8fbc278efb869 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityServiceAsync.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/service/SecurityServiceAsync.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/AlertFailureCallback.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/AlertFailureCallback.java index d0b018b4442588a27e142bc37dbe64d6586e35c5..a37ab5cfe2e185589a3184ceec17b43acaa67ab8 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/AlertFailureCallback.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/AlertFailureCallback.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtils.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtils.java index eab4ec6f6ba1e717fb877e22ad1fc85b1fbe5fe6..63b23946c1f24bf44ccb31d95b43d69016f6f3c0 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtils.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java index 46e80e769d1281d48a9a6b7965906b7063c9d822..ad89204528239d9283583846625e824b03b1871d 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtils.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtils.java index f5d460fdd9baf2ef10e10c7923194b836607c032..1e82d39ed55c939579c5c09a2fcd37cc010d2931 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtils.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtils.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetriever.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetriever.java index 87d7d970dd8de690487d187dc95ef4f05dc49c91..1aa624775172670dba9730b8e26ae11119a2f551 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetriever.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetriever.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/log/SystemLogListener.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/log/SystemLogListener.java index 1597aba47fa949bc5fbf984de1c867545ad3512a..2fb513a1e3cbff94765c62ceed92fdd0de8a889b 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/log/SystemLogListener.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/log/SystemLogListener.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerPlanArchiveManager.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerPlanArchiveManager.java index 91197b90ff2265af71c6b70f7cd452a5c3edad06..04ae31ad3ff8843dae3e15ce0219ef12486d0a11 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerPlanArchiveManager.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerPlanArchiveManager.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerReportProvider.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerReportProvider.java index f4342d27dcce481b27e2aea79aa7a75f42ced40d..f52c32781212bef2466c7ad696beff57c3b703e5 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerReportProvider.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerReportProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImpl.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImpl.java index 129958c77b5d001eef3b266471eff9fe3b17d636..78399c00de46fe918e496d582cd283fd610d3644 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImpl.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImpl.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImplException.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImplException.java index 341a902717ee1da1eb3ebc3640e3fbef4e5ff365..83339fce75ac66aa0de80fb40b1ede25eb149dec 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImplException.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerServiceImplException.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% @@ -36,4 +36,4 @@ public class ManagerServiceImplException extends Exception implements Serializab super(e.getMessage()); } -} \ No newline at end of file +} diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerWebConfigurationServiceImpl.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerWebConfigurationServiceImpl.java index d752472a0722862a366f94a76277289d047a7e31..d28a97bc7793fadd84de7d83f3e5a5100b0a5958 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerWebConfigurationServiceImpl.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/ManagerWebConfigurationServiceImpl.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImpl.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImpl.java index 5ae7cc342f63b3a82bc5d4a1f33db7f1c355deeb..905fc6e8f532925e8706c2ee2de8014a59abc581 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImpl.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImpl.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/XPlanMgrValidationServiceImpl.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/XPlanMgrValidationServiceImpl.java index e2f157475db3c553185a1bc0b12a2dded1845513..602e9753aded721e4b0d9853ed4c4baf81d08045 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/XPlanMgrValidationServiceImpl.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/XPlanMgrValidationServiceImpl.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/component/StringDateConverter.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/component/StringDateConverter.java index e2952d893a87506bbfcfdf3225d55488e63882f5..c970bce447b58539a21b36880628a42461e37ef4 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/component/StringDateConverter.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/component/StringDateConverter.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/ManagerController.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/ManagerController.java index 49b1e3875ef0ecff9ff3a47737c60423253a2fa8..dcdf690400d98390c2eeb7266a6d9fd793d09ec9 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/ManagerController.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/ManagerController.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/SecurityController.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/SecurityController.java index f52e9dd6523d33d5ca3dc82ea89c3b1e4917ec7a..0dc646a5406af9ac6acf41706308a25795569a3e 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/SecurityController.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/rest/SecurityController.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung des XPlan Managers * %% - * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManager.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManager.java index c0a365cdbdf92b58a162684d5210051da400b3aa..a64a05bf0bd9384dd9ffa8290ce14d2e12afe91e 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManager.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManager.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/ManagerWebConfiguration.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/ManagerWebConfiguration.java index 2c4e0cdb4ce33445c3d01655b2901ff44dd31107..9351f23f838a8c0764a63c9f37eccaebcb0e6651 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/ManagerWebConfiguration.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/ManagerWebConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/MapPreviewConfiguration.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/MapPreviewConfiguration.java index 6fbf3597f5bfa7ae82549484b0b1ba6241273a72..6c230ca22e0cc041a5a9af40dbfe90d8dc94e868 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/MapPreviewConfiguration.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/MapPreviewConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RasterLayerConfiguration.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RasterLayerConfiguration.java index b77c70403030fd224f51e1202021a1db5cf060b8..693369fb33a031963fe863bb70837acfa0dfe6c8 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RasterLayerConfiguration.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RasterLayerConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RechtsstandAndPlanStatus.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RechtsstandAndPlanStatus.java index f9a8a37a774b8a3a29314ff8389ec7a407ce14f3..b01cdd69645110617e8066e3515e6709e1e21ff8 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RechtsstandAndPlanStatus.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/RechtsstandAndPlanStatus.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/VectorLayerConfiguration.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/VectorLayerConfiguration.java index 273c416d52a8e190ea9e591a7d2b2a8bf07b8474..6020f42b8dbec6854a96f18ebef3e23b955f7224 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/VectorLayerConfiguration.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/shared/VectorLayerConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/BasicSpringConfig.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/BasicSpringConfig.java index eb7988dec47c17e30c721040f649fc9fb4769f5d..77120238769ef4d9ee8fc58a6ebb8c0862bc4cc8 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/BasicSpringConfig.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/BasicSpringConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfig.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfig.java index 29e169eb7d3277e14cb0ab235a91ce2e2d3ec285..4b6d84431fc7f0c3e0e17eef2a955143dc85e481 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfig.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfigWithSimpleSecurity.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfigWithSimpleSecurity.java index 6deae96e24def52d25b0a2130c41a68a231aa72a..39a9060f4b39d7cee56f115f2ccb5c1a0e12c315 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfigWithSimpleSecurity.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/ManagerWebSpringConfigWithSimpleSecurity.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/XPlanManagerWebContextConfig.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/XPlanManagerWebContextConfig.java index 8873720ea45235fd643bfcb7931bd699af0a9e6e..1dd4c0d0b2be7ca2eb8da446b4b9471b5d613d96 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/XPlanManagerWebContextConfig.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/config/XPlanManagerWebContextConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/security/XPlanAuthorizationRole.java b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/security/XPlanAuthorizationRole.java index 4fb443fc14cbe0c377867c5aafdce7a0f58e4852..fb8d713e08231acf53111ad1632358454eeedaaf 100644 --- a/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/security/XPlanAuthorizationRole.java +++ b/xplan-manager/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/spring/security/XPlanAuthorizationRole.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/XPlanMgrWeb.gwt.xml b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/XPlanMgrWeb.gwt.xml index f3f5d632fbaf559ef692939b509c131815bc9031..c7940861fb19de7c6bad56c9199d222292874e18 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/XPlanMgrWeb.gwt.xml +++ b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/XPlanMgrWeb.gwt.xml @@ -3,7 +3,7 @@ #%L xplan-manager-web - Webanwendung XPlanManagerWeb %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.properties b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.properties index 2b43f2734d9dd68ed1e6c2016cbf2da840e390be..82519c27ace623fd1394929398826c5af730fc5c 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.properties +++ b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/CodelistMessages.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-web - Webanwendung des XPlan Managers # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.properties b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.properties index b39a8465a024122ba22d7d2a576cc592a5278098..9fde634f46afcd8f74a6ed0cb2730abad760e8c9 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.properties +++ b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/DynamicXPlanWebMessages.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-web - Webanwendung des XPlan Managers # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.properties b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.properties index d3383c641136f5029b6060b0aa38d7e8f17c04b1..f644e87f497df90977c90126f27058d85a8949cb 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.properties +++ b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/client/i18n/XPlanWebMessages.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-web - Webanwendung des XPlan Managers # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/server/configuration/managerWebConfiguration.properties b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/server/configuration/managerWebConfiguration.properties index 593d341e86f8d718013995becd44b5b7004c3d9e..7d79d4c1cea36278e047731dbf89dc3c67171dfe 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/server/configuration/managerWebConfiguration.properties +++ b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/server/configuration/managerWebConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-web - Webanwendung des XPlan Managers # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/spring/security-simple.xml b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/spring/security-simple.xml index 50b8287976382c96b3f82ef4a0edb3af730537cf..40d0ce4ab7bdce8ad6044baca5fe798920ad66d5 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/spring/security-simple.xml +++ b/xplan-manager/xplan-manager-web/src/main/resources/de/latlon/xplan/manager/web/spring/security-simple.xml @@ -3,7 +3,7 @@ #%L xplan-manager-web - Webanwendung XPlanManagerWeb %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/log4j2.yaml b/xplan-manager/xplan-manager-web/src/main/resources/log4j2.yaml index cada16d87c4168586d3f2ec01107c5ad3841a54e..57e2f97dc15685956a2b07201fddf061dacbf895 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/log4j2.yaml +++ b/xplan-manager/xplan-manager-web/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-manager-web - Webanwendung XPlanManagerWeb # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/security.properties b/xplan-manager/xplan-manager-web/src/main/resources/security.properties index ecd76c28747407d760c15cc39ee03ed1fc9d30d0..ed3c2acd4d07d4995ddccb02f08660ac60ec2ac0 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/security.properties +++ b/xplan-manager/xplan-manager-web/src/main/resources/security.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-web - Webanwendung des XPlan Managers # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/resources/xplan-manager-web.properties b/xplan-manager/xplan-manager-web/src/main/resources/xplan-manager-web.properties index 76f279984c49118e8ee6f85d2dd0a5b234b6e849..d95408dde2cedc64773c7e3ea4a5abb0cbb3a01a 100644 --- a/xplan-manager/xplan-manager-web/src/main/resources/xplan-manager-web.properties +++ b/xplan-manager/xplan-manager-web/src/main/resources/xplan-manager-web.properties @@ -1 +1,21 @@ -xplanbox.services.crs=${XPLAN_SERVICES_DEFAULT_CRS:EPSG:25832} \ No newline at end of file +### +# #%L +# xplan-manager-web - Webanwendung XPlanManagerWeb +# %% +# Copyright (C) 2008 - 2025 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% +### +xplanbox.services.crs=${XPLAN_SERVICES_DEFAULT_CRS:EPSG:25832} diff --git a/xplan-manager/xplan-manager-web/src/main/webapp/WEB-INF/web.xml b/xplan-manager/xplan-manager-web/src/main/webapp/WEB-INF/web.xml index 8d08652d3a8b58960b5e5076ed6c1c9e237f2d21..bfb11fab32ed8e1287864ad1942db8c01d180f34 100644 --- a/xplan-manager/xplan-manager-web/src/main/webapp/WEB-INF/web.xml +++ b/xplan-manager/xplan-manager-web/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L xplan-manager-web - Webanwendung XPlanManagerWeb %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/webapp/XPlanMgrWeb.css b/xplan-manager/xplan-manager-web/src/main/webapp/XPlanMgrWeb.css index 751c6057cf89d2a99e1640b2622aacab62bd898d..01d2837f674998d5ae88e889a805bc39b8d32e52 100755 --- a/xplan-manager/xplan-manager-web/src/main/webapp/XPlanMgrWeb.css +++ b/xplan-manager/xplan-manager-web/src/main/webapp/XPlanMgrWeb.css @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/webapp/datepicker.css b/xplan-manager/xplan-manager-web/src/main/webapp/datepicker.css index 5f35faed5f36aa5327a4c36824b9112db5d6e834..c4277d937c3f48fd0298a8ae5806f359e3542127 100644 --- a/xplan-manager/xplan-manager-web/src/main/webapp/datepicker.css +++ b/xplan-manager/xplan-manager-web/src/main/webapp/datepicker.css @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/main/webapp/index.html b/xplan-manager/xplan-manager-web/src/main/webapp/index.html index 1994c97910c43c7e756395e750eade446ba26337..1d6b2c7bd232ee5979231e83e33b5b5e414033ef 100755 --- a/xplan-manager/xplan-manager-web/src/main/webapp/index.html +++ b/xplan-manager/xplan-manager-web/src/main/webapp/index.html @@ -2,7 +2,7 @@ #%L xplan-manager-web - Webanwendung XPlanManagerWeb %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparatorTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparatorTest.java index 9e13fc9c5c5c9acbadc20a36288de52c56f0c7c9..db29b944bc5e8cbb30defae6d5c1302c750f9d4a 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparatorTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/AlphanumericComparatorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparatorTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparatorTest.java index 7961414dbfc13bc910d6f9df521d54d8c987b6e3..f4156c39702cd005fb42519d3215f03dd2131e0e 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparatorTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/comparator/ColumnComparatorTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilterTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilterTest.java index 2195fe7088b9786b40f46ad2d75c598e26879c89..9ea8fadd26fec1194358b562e47abf0b48cd1630 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilterTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/FreeTextFilterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilterTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilterTest.java index b294d85c0ba85c10d164470b8f8503bdead7c5e3..e7cec522d09decf49dc2b0c3bc53974c29564b64 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilterTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/filter/PlanStatusFilterTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtilsTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtilsTest.java index 7c7e544c6a559133d79c155ea49f984794a6fe6c..e6d78b0ec61cdf11c2468863bb3b15ce2d4174c7 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtilsTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/DateTimeUtilsTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java index 2db8e7000d7d0dd8b3e7eaebd0bbbd6317e1f269..07929daac10e3ab412f1df25666effa023598cb0 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtilsTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtilsTest.java index 1745cbcec36180613aeb56667537e1e190f1983d..87883ac113299aaabac21bbca0ff74515e7a68fc 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtilsTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/WmsUrlUtilsTest.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetrieverTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetrieverTest.java index 4289f50d83f4325519bba2588a1227f5f5af1b10..3b8f914ea8911067b131c80a9fc04aa390581224 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetrieverTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationRetrieverTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationServiceImplTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationServiceImplTest.java index 5966d603f933f474e809384d77017d0882281e00..4c01d66777c67d95df00cec4f6a0b0583b67ef1d 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationServiceImplTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/configuration/ManagerWebConfigurationServiceImplTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImplTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImplTest.java index a2156072d761cd63421d303154cee0b7021130fb..dcf736849b2903af182fa686a6a70e8beb6c7318 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImplTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/SecurityServiceImplTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/rest/ManagerControllerTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/rest/ManagerControllerTest.java index 771ec8b3b2aeb0e347a3c3612248944e6b1b4268..098f98a8d1aa274c67ba2d5051a7b851b9dd3c7a 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/rest/ManagerControllerTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/rest/ManagerControllerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManagerTest.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManagerTest.java index 2c0ababddb273eac15e60ad01f13c777195abd5c..55ae0223db49b53500a333b33eff6df9c53de6f6 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManagerTest.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/server/service/security/AuthorizationManagerTest.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/spring/config/TestConfig.java b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/spring/config/TestConfig.java index 8bfc56b71fdf997e998ab2b4dd5af1e04054e4b3..d4d65479e9895c12475e36207863a343b743a131 100644 --- a/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/spring/config/TestConfig.java +++ b/xplan-manager/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/spring/config/TestConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-web - Webanwendung XPlanManagerWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-manager/xplan-manager-web/src/test/resources/log4j2-test.yaml b/xplan-manager/xplan-manager-web/src/test/resources/log4j2-test.yaml index f1c4981ec7dbcedab63ceefdba29f99730fdbd65..011fe98abe7d2f228099b5726dec9aa42ff80e42 100644 --- a/xplan-manager/xplan-manager-web/src/test/resources/log4j2-test.yaml +++ b/xplan-manager/xplan-manager-web/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-manager-web - Webanwendung XPlanManagerWeb # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-tests/pom.xml b/xplan-tests/pom.xml index 73f3e8e01255de29cb03e82854752a99ffaf9702..9aac6d3a18f1191d4d07c01fea336b4d78c6a587 100644 --- a/xplan-tests/pom.xml +++ b/xplan-tests/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-tests/xplan-tests-integration/pom.xml b/xplan-tests/xplan-tests-integration/pom.xml index 12204df916f1044e650634258dd3dab57539d730..39b625b51abcdb4d05692eed655610a77687deb5 100644 --- a/xplan-tests/xplan-tests-integration/pom.xml +++ b/xplan-tests/xplan-tests-integration/pom.xml @@ -1,13 +1,11 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-tests-integration</artifactId> <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-tests</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> @@ -76,8 +74,8 @@ <id>system-tests</id> <properties> <maven.test.skip>false</maven.test.skip> - <password/> - <username/> + <password /> + <username /> </properties> <build> <plugins> diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/FeignUtils.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/FeignUtils.java index 3a816fcd3e785e8f12a3760607107f00e2c55133..9ddd31fda8a7c5d945501c0c7e1a0b58833c94e0 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/FeignUtils.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/FeignUtils.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/TestConfig.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/TestConfig.java index bd3cad8ce6a1e327f02ad2597798215584a19c2a..2b8e1a5d68e28af7fdf0cb427ffd06f1d83e93d8 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/TestConfig.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/TestConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/DokumenteApi.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/DokumenteApi.java index d88f72ab61e2c4c1655aba6b716962c644eb6f17..d864cb93c1b7bf4ca01b619359eb4a710a397417 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/DokumenteApi.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/DokumenteApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% @@ -39,4 +39,4 @@ public interface DokumenteApi { @Headers("traceparent: {traceparent}") TraceInfo traceinfo(@Param("traceparent") String traceparent); -} \ No newline at end of file +} diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/TracingIT.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/TracingIT.java index 619314288c0e3c839de045d3e96bb4ea9cec60ec..c506f2e16bc2948d904fe4efaf730b92962b53e5 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/TracingIT.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/dokumenteapi/TracingIT.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/ManagerApi.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/ManagerApi.java index 541e8082dbcd11c41ad3ac429675e8377221baf5..af4e9dae9ac4b8da2d0ddcabbb5ecba6e829844d 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/ManagerApi.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/ManagerApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% @@ -38,4 +38,4 @@ public interface ManagerApi { @Headers("traceparent: {traceparent}") TraceInfo traceinfo(@Param("traceparent") String traceparent); -} \ No newline at end of file +} diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/TracingIT.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/TracingIT.java index 36e30b8d1bfb6a1da8e050d23520fecc28d463a2..560dbaddd23590316490ca47183365a9bc069033 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/TracingIT.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/managerapi/TracingIT.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/AbstractRabbitITExecution.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/AbstractRabbitITExecution.java index fcdc570631fadd8a4d25eaaa7f48dc0de5cdae3b..e62d5b9d78f00c889ade1f2ec104458a3b782a5d 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/AbstractRabbitITExecution.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/AbstractRabbitITExecution.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-tests-integration - Modul zur Gruppierung aller Module zum testen + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.tests.rabbit; import java.io.IOException; diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerApiV2.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerApiV2.java index 2227eb758a4839c3d2160864d3dc5bdbfed8f505..d7ce44af0f85f2b1cc4541c0c1c98636025b33cd 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerApiV2.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerApiV2.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-tests-integration - Modul zur Gruppierung aller Module zum testen + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.tests.rabbit.manager; import java.nio.file.Path; diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerPublicEventsIT.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerPublicEventsIT.java index d50c5753bdb66051825017d26cd63b8121c06a54..14da7f6193820ecd6545567b6db6d66993bbaacd 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerPublicEventsIT.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/manager/ManagerPublicEventsIT.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-tests-integration - Modul zur Gruppierung aller Module zum testen + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.tests.rabbit.manager; import static org.assertj.core.api.Assertions.assertThat; diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/validator/ValidationPublicEventsIT.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/validator/ValidationPublicEventsIT.java index f31d0fefdfba7a655275e656fbc3944fc2d0986d..67a66d115d9400e3f86dbb62dec901070d31a1c4 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/validator/ValidationPublicEventsIT.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/rabbit/validator/ValidationPublicEventsIT.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-tests-integration - Modul zur Gruppierung aller Module zum testen + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.tests.rabbit.validator; import static org.assertj.core.api.Assertions.assertThat; diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/selenium/validatorweb/XPlanValidatorWebIT.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/selenium/validatorweb/XPlanValidatorWebIT.java index 31e4eae60177c96b21a15d07148f409aa3a5eebe..8eb797006b986d421eaac6dc5434b254d7d0498f 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/selenium/validatorweb/XPlanValidatorWebIT.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/selenium/validatorweb/XPlanValidatorWebIT.java @@ -2,18 +2,18 @@ * #%L * xplan-tests-integration - Modul zur Gruppierung aller Module zum testen * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/TracingIT.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/TracingIT.java index 85503e9004322e7abe7588d411e3f41b4ac1b59a..9fee6f2fb03f89aee212c0240d47fa3ad559aaa2 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/TracingIT.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/TracingIT.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/ValidatorApi.java b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/ValidatorApi.java index a9db93f2eb2d202f1f4a55707b2bb80091d98f15..bc10de36fa4c1632e8c8f73e05602930b2b70f1f 100644 --- a/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/ValidatorApi.java +++ b/xplan-tests/xplan-tests-integration/src/test/java/de/latlon/xplanbox/tests/validatorapi/ValidatorApi.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-tests-integration - Modul zur Gruppierung aller Module zum testen + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.tests.validatorapi; import java.nio.file.Path; @@ -40,4 +60,4 @@ public interface ValidatorApi { @Headers("traceparent: {traceparent}") TraceInfo traceinfo(@Param("traceparent") String traceparent); -} \ No newline at end of file +} diff --git a/xplan-tests/xplan-tests-manual/pom.xml b/xplan-tests/xplan-tests-manual/pom.xml index 8784aa9a12169f01915f211cd098379fc4611ee5..df1ccebf1d949c0ddc0321a6dec6e598171ee0c2 100644 --- a/xplan-tests/xplan-tests-manual/pom.xml +++ b/xplan-tests/xplan-tests-manual/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-tests</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> </project> diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/README.md b/xplan-tests/xplan-tests-manual/src/main/resources/README.md index 6134e419c63c93dffbfc130db8266fa432725fab..d294d528c9111b345015592d85971ac52753d9ea 100644 --- a/xplan-tests/xplan-tests-manual/src/main/resources/README.md +++ b/xplan-tests/xplan-tests-manual/src/main/resources/README.md @@ -24,6 +24,8 @@ Eingabe: 2. xplan-validator-api-soapui-project.xml 3. xplan-webservices-soapui-project.xml 4. xplan-dokumente-api-soapui-project.xml +5. xplan-gateway-soapui-project.xml +6. xplan-loadtests-soapui-project.xml Ausgabe: @@ -31,6 +33,8 @@ Ausgabe: 2. xplan-validator-api-soapui-project-testplan.md 3. xplan-webservices-soapui-project-testplan.md 4. xplan-dokumente-api-soapui-project-testplan.md +5. xplan-gateway-soapui-project-testplan.md +6. xplan-loadtests-soapui-project-testplan.md --- diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-dokumente-api-soapui-project-testplan.md b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-dokumente-api-soapui-project-testplan.md index 0280ae74e7617c3d4b96828cfb00f1d57e445620..abcbd0929b55af8d2b0e2fe6d9ee0a653f8d2e7e 100644 --- a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-dokumente-api-soapui-project-testplan.md +++ b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-dokumente-api-soapui-project-testplan.md @@ -1,3 +1,13 @@ +# Authorization Setup +## Set Credentials +* Groovy Script +## JWT Authentication +* checkIfJwtAuthEnabled +* retrieveToken XPlanDokumenteAPI +* retrieveToken XPlanManagerAPI +* retrieveToken Property Transfer +* setAuthorizationHeaders +* Cleanup # XPlanDokumenteAPI TestSuite ## Import Data TestCase * POST BP 6.0 importPlan @@ -29,3 +39,6 @@ * DEL BP 6.0 pI deletePlan ## Cleanup Properties * Property Transfer +# Cleanup +## JWT Authentication +* removeAuthorizationHeaders diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-gateway-soapui-project-testplan.md b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-gateway-soapui-project-testplan.md new file mode 100644 index 0000000000000000000000000000000000000000..e099fa533687e2fb7d84b939377b63dc2cedc397 --- /dev/null +++ b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-gateway-soapui-project-testplan.md @@ -0,0 +1,130 @@ +# ows +## validator +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +## syn +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +* WFS GetCapabilities 1.1.0 +* WFS GetCapabilities 2.0.0 +## syn-pre +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +* WFS GetCapabilities 1.1.0 +* WFS GetCapabilities 2.0.0 +## syn-archive +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +* WFS GetCapabilities 1.1.0 +* WFS GetCapabilities 2.0.0 +## syn/planart +* bp WMS GetCapabilities 1.1.1 +* bp WMS GetCapabilities 1.3.0 +* fp WMS GetCapabilities 1.1.1 +* fp WMS GetCapabilities 1.3.0 +* lp WMS GetCapabilities 1.1.1 +* lp WMS GetCapabilities 1.3.0 +* rp WMS GetCapabilities 1.1.1 +* rp WMS GetCapabilities 1.3.0 +* so WMS GetCapabilities 1.1.1 +* so WMS GetCapabilities 1.3.0 +## syn-pre/planart +* bp WMS GetCapabilities 1.1.1 +* bp WMS GetCapabilities 1.3.0 +* fp WMS GetCapabilities 1.1.1 +* fp WMS GetCapabilities 1.3.0 +* lp WMS GetCapabilities 1.1.1 +* lp WMS GetCapabilities 1.3.0 +* rp WMS GetCapabilities 1.1.1 +* rp WMS GetCapabilities 1.3.0 +* so WMS GetCapabilities 1.1.1 +* so WMS GetCapabilities 1.3.0 +## syn-archive/planart +* bp WMS GetCapabilities 1.1.1 +* bp WMS GetCapabilities 1.3.0 +* fp WMS GetCapabilities 1.1.1 +* fp WMS GetCapabilities 1.3.0 +* lp WMS GetCapabilities 1.1.1 +* lp WMS GetCapabilities 1.3.0 +* rp WMS GetCapabilities 1.1.1 +* rp WMS GetCapabilities 1.3.0 +* so WMS GetCapabilities 1.1.1 +* so WMS GetCapabilities 1.3.0 +## syn/planwerk +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +## syn-pre/planwerk +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +## syn-archive/planwerk +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +## 4.0-6.0 +* 4.0 WFS GetCapabilities 1.1.0 +* 4.0 WFS GetCapabilities 2.0.0 +* 4.1 WFS GetCapabilities 1.1.0 +* 4.1 WFS GetCapabilities 2.0.0 +* 5.0 WFS GetCapabilities 1.1.0 +* 5.0 WFS GetCapabilities 2.0.0 +* 5.1 WFS GetCapabilities 1.1.0 +* 5.1 WFS GetCapabilities 2.0.0 +* 5.2 WFS GetCapabilities 1.1.0 +* 5.2 WFS GetCapabilities 2.0.0 +* 5.3 WFS GetCapabilities 1.1.0 +* 5.3 WFS GetCapabilities 2.0.0 +* 5.4 WFS GetCapabilities 1.1.0 +* 5.4 WFS GetCapabilities 2.0.0 +* 6.0 WFS GetCapabilities 1.1.0 +* 6.0 WFS GetCapabilities 2.0.0 +## 4.0-6.0-pre +* 4.0 WFS GetCapabilities 1.1.0 +* 4.0 WFS GetCapabilities 2.0.0 +* 4.1 WFS GetCapabilities 1.1.0 +* 4.1 WFS GetCapabilities 2.0.0 +* 5.0 WFS GetCapabilities 1.1.0 +* 5.0 WFS GetCapabilities 2.0.0 +* 5.1 WFS GetCapabilities 1.1.0 +* 5.1 WFS GetCapabilities 2.0.0 +* 5.2 WFS GetCapabilities 1.1.0 +* 5.2 WFS GetCapabilities 2.0.0 +* 5.3 WFS GetCapabilities 1.1.0 +* 5.3 WFS GetCapabilities 2.0.0 +* 5.4 WFS GetCapabilities 1.1.0 +* 5.4 WFS GetCapabilities 2.0.0 +* 6.0 WFS GetCapabilities 1.1.0 +* 6.0 WFS GetCapabilities 2.0.0 +## 4.0-6.0-archive +* 4.0 WFS GetCapabilities 1.1.0 +* 4.0 WFS GetCapabilities 2.0.0 +* 4.1 WFS GetCapabilities 1.1.0 +* 4.1 WFS GetCapabilities 2.0.0 +* 5.0 WFS GetCapabilities 1.1.0 +* 5.0 WFS GetCapabilities 2.0.0 +* 5.1 WFS GetCapabilities 1.1.0 +* 5.1 WFS GetCapabilities 2.0.0 +* 5.2 WFS GetCapabilities 1.1.0 +* 5.2 WFS GetCapabilities 2.0.0 +* 5.3 WFS GetCapabilities 1.1.0 +* 5.3 WFS GetCapabilities 2.0.0 +* 5.4 WFS GetCapabilities 1.1.0 +* 5.4 WFS GetCapabilities 2.0.0 +* 6.0 WFS GetCapabilities 1.1.0 +* 6.0 WFS GetCapabilities 2.0.0 +## cache +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +* WMTS GetCapabilities 1.0.0 +## cache/tiles +* WMTS GetCapabilities 1.0.0 +## raster +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +## raster-pre +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +## raster/planwerk +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 +## raster/planart +* WMS GetCapabilities 1.1.1 +* WMS GetCapabilities 1.3.0 diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-loadtests-soapui-project-testplan.md b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-loadtests-soapui-project-testplan.md new file mode 100644 index 0000000000000000000000000000000000000000..5f4c4e0d4c3e6b21b551c4b353462543299545b9 --- /dev/null +++ b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-loadtests-soapui-project-testplan.md @@ -0,0 +1,8 @@ +# ImportAndPlanList +## Import +* Import BPlan004_6-0.zip +* Property Transfer +* Delete BPlan004_6-0.zip +* Cleanup Properties +## XPlanManagerWeb-PlanList +* XPlanManagerPlans diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-manager-api-soapui-project-testplan.md b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-manager-api-soapui-project-testplan.md index a02252a10498d90478278fce4f333a63049bfb6a..9ba297012808fac5afe56642c2606069f800f250 100644 --- a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-manager-api-soapui-project-testplan.md +++ b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-manager-api-soapui-project-testplan.md @@ -1,55 +1,70 @@ -# XPlanManagerAPI TestSuite +# Authorization Setup +## JWT Authentication +* checkIfJwtAuthEnabled +* retrieveToken +* retrieveToken Property Transfer +* setAuthorizationHeaders +* Cleanup +# XPlanManagerAPI v1 TestSuite ## / TestCase * GET XX X.X XX openAPI ## /info TestCase * GET XX X.X XX showConfig * Property Transfer ## /plan TestCase -* POST BP 4.0 sF,sG,sS importPlanInvalidLaufrichtung +* POST BP 4.0 sF,sG,sS importPlanInvalidLaufrichtungExpectError422 * POST BP 4.0 sF,sL,sS importPlan -* POST BP 4.1 sF,sS,pf importPlanInvalidProfil +* POST BP 4.1 sF,sS,pf importPlanInvalidProfilExpectError400 * POST BP 4.1 sF,sS importPlan * POST BP 4.1 sF,sS importPlanMimeTypeV2 -* POST BP 4.1 XX importInvalidPlan +* POST BP 4.1 XX importInvalidPlanExpectError422 * POST BP 5.0 sF,sG,Ss importPlan -* POST BP 5.0 XX importInvalidPlanWithEntity +* POST BP 5.0 XX importInvalidPlanWithEntityExpectError400 * POST BP 5.0 XX importPlanWithAenderung/Dokument -* POST BP 5.1 sF,sS importPlanInvalidText/XML -* POST BP 5.2 sF importInvalidPlanMultiplePlaene +* POST BP 5.1 sF,sS importPlanInvalidText/XMLExpectError400 +* POST BP 5.2 sF importInvalidPlanMultiplePlaeneExpectError400 * POST BP 5.2 sF,sG,Ss importPlanWIthoutBereich * POST BP 5.2 sF,sL,Ss importPlan -* POST BP 5.2 sF,sL,sS importPlanInvalidLaufrichtung +* POST BP 5.2 sF,sL,sS importPlanInvalidLaufrichtungExpectError422 * POST BP 5.2 sF,Ss importPlanWithTwoBereiche -* POST BP 5.2 XX importPlanMissingReferenceExpectError +* POST BP 5.2 XX importPlanMissingReferenceExpectError400 +* POST BP 5.2 XX importPlanAsGmlMissingReferenceExpectError400 +* POST BP 5.2 XX importPlanHttpReferenceExpectError500 +* POST BP 5.2 XX importPlanAsGmlHttpReferenceExpectError500 * POST BP 5.3 XX importMultiplePlansWfsFcAdditionalObjectsGml * POST BP 5.3 XX importPlan -* POST BP 5.3 XX importPlanInvalidXSSExpectError +* POST BP 5.3 XX importPlanInvalidXSSExpectError400 * POST BP 5.3 XX importPlanWithText * POST BP 5.3 XX importPlanWfsFcZip * POST BP 5.4 sF,sG,Ss importPlanMultiplePlaene * POST BP 6.0 sF importPlanAsGML * POST BP 6.0 XX importPlan +* POST BP 6.0 XX importPlanWithPngAndAux +* POST BP 6.0 XX importPlanWithGeoTiff +* POST BP 6.0 XX importPlanWithGeoTiffAndAux * POST BP 6.0.2 XX importPlan -* POST BP 6.0.2 XX importPlanExpectValidationErrorNoBereich -* POST BP 6.0 XX importPlanUnsupportedContentTypeExpectError -* POST BP 6.0 XX importPlanWithSyntaxErrorExpectError +* POST BP 6.0.2 XX importPlanNoBereichExpectError422 +* POST BP 6.0 XX importPlanUnsupportedContentTypeExpectError415 +* POST BP 6.0 XX importPlanWithSyntacticErrorExpectError422 * POST FP 5.0 sF,sG,Ss importPlan * POST FP 6.0.2 XX importPlan * POST LP 6.0 sF,sG,Ss importPlan * POST RP 5.1 sF,sG importPlan * POST SO 5.3 sF,sG,Ss,iI importPlan -* POST XX X.X XX importFileUnsupportedContentTypeExpectError +* POST XX X.X XX importFileUnsupportedContentTypeExpectError415 * Property Transfer ## /plan/name/{planName} TestCase * GET BP 4.1 pN currentStatus +* GET XX X.X pN invalidPlanName +* GET BP 4.1 pN invalidAcceptHeaderExpectError406 ## /plans TestCase * GET BP 4.1 pN exactMatch * GET BP 4.1 pN lowercaseExactMatch * GET BP 5.4 pI findById -* GET BP 5.4 pI,pN invalidPlanNameExpectError +* GET BP 5.4 pI,pN invalidPlanNameExpectError400 ## /plan/{planId}/aenderungen/ TestCase * GET BP 5.0 pI currentStatus -* PUT BP 5.0 pI modifyStatusXSSExpectError +* PUT BP 5.0 pI modifyStatusXSSExpectError400 * PUT BP 5.0 pI modifyStatus * GET BP 5.0 pI verifyStatus * PUT BP 5.0 pI modifyStatusEmpty @@ -74,7 +89,7 @@ * GET BP 5.4 pI getArchiveByUnknownPlanIdExpectError ## /plan/{planId}/basisdaten/ TestCase * GET BP 4.1 pI currentStatus -* PUT BP 4.1 pI modifyStatusXSSExpectError +* PUT BP 4.1 pI modifyStatusXSSExpectError400 * PUT BP 4.1 pI modifyStatus * GET BP 4.1 pI verifyStatus * GET FP 5.0 pI currentStatus @@ -119,7 +134,7 @@ * Property Transfer ## /plan/{planId}/dokument/{id} TestCase * GET BP 5.0 pI,id currentStatus -* PUT BP 5.0 pI,id modifyStatusXSSExpectError +* PUT BP 5.0 pI,id modifyStatusXSSExpectError400 * PUT BP 5.0 pI,id modifyStatus * skipNextStepIfJdbcUrlMissing * JDBC BP 5.0 XX checkDokument @@ -185,7 +200,7 @@ * JDBC FP 5.0 XX checkRasterbasis * GET FP 5.0 pI verifyStatus * GET LP 6.0 pI currentStatus -* POST LP 6.0 pI modifyStatusXSSExpectError +* POST LP 6.0 pI modifyStatusXSSExpectError400 * POST LP 6.0 pI modifyStatus * skipNextStepIfJdbcUrlMissing 3 * JDBC LP 6.0 XX checkRasterbasis @@ -210,16 +225,16 @@ * PUT BP 5.3 pI,id modifyStatusUnsupportedContentTypeExpectError * GET BP 5.3 pI,id verifyStatus * DEL BP 5.3 pI,id modifyStatus -* GET BP 5.3 pI,id verifyStatusExpectError -* GET BP 5.3 pI,id verifyStatusExpectError2 -* PUT BP 5.3 pI,id modifyStatusWithoutBereichNummerExpectError -* PUT BP 5.3 pI,id modifyStatusWithInvalidPlanIdExpectError +* GET BP 5.3 pI,id verifyStatusExpectError404 +* GET BP 5.3 pI,id verifyStatusExpectError404Part2 +* PUT BP 5.3 pI,id modifyStatusWithoutBereichNummerExpectError400 +* PUT BP 5.3 pI,id modifyStatusWithInvalidPlanIdExpectError404 * GET BP 5.2 pI,id currentStatusWithBereiche * DEL BP 5.2 pI,id modifyStatusWithBereiche * GET BP 5.2 pI currentStatusWithBereiche * PUT BP 5.2 pI,id modifyStatusWithBereiche -* GET BP 5.2 pI,id verifyStatusWithBereicheBereicheExpectError -* GET BP 5.2 pI,id verifyStatusWithBereicheBereicheExpectError2 +* GET BP 5.2 pI,id verifyStatusWithBereicheBereicheExpectError404 +* GET BP 5.2 pI,id verifyStatusWithBereicheBereicheExpectError404Part2 * GET BP 6.0 pI,id currentStatusGML * DEL BP 6.0 pI,id modifyStatusGML * PUT FP 5.0 pI,id modifyStatus @@ -228,28 +243,28 @@ * JDBC FP 5.0 XX checkRasterbasis * GET FP 5.0 pI,id currentStatus * DEL FP 5.0 pI,id modifyStatus -* GET FP 5.0 pI,id verifyStatusExpectError +* GET FP 5.0 pI,id verifyStatusExpectError404 * PUT LP 6.0 pI,id modifyStatus * Property Transfer LP 6.0 * skipNextStepIfJdbcUrlMissing 3 * JDBC LP 6.0 XX checkRasterbasis * GET LP 6.0 pI,id currentStatus * DEL LP 6.0 pI,id modifyStatus -* GET LP 6.0 pI,id verifyStatusExpectError +* GET LP 6.0 pI,id verifyStatusExpectError404 * PUT RP 5.1 pI,id modifyStatus * Property Transfer RP 5.1 * skipNextStepIfJdbcUrlMissing 4 * JDBC RP 5.1 XX checkRasterbasis * GET RP 5.1 pI,id currentStatus * DEL RP 5.1 pI,id modifyStatus -* GET RP 5.1 pI,id verifyStatusExpectError +* GET RP 5.1 pI,id verifyStatusExpectError404 * PUT SO 5.3 pI,id modifyStatus * Property Transfer SO 5.3 * skipNextStepIfJdbcUrlMissing 5 * JDBC SO 5.3 XX checkRasterbasis * GET SO 5.3 pI,id currentStatus * DEL SO 5.3 pI,id modifyStatus -* GET SO 5.3 pI,id verifyStatusExpectError +* GET SO 5.3 pI,id verifyStatusExpectError404 * skipNextStepIfJdbcUrlMissing 6 * JDBC XX XX XX checkRasterbasisDelete * Cleanup @@ -286,11 +301,11 @@ * Property Transfer ## /plan/{planId}/text/{id} TestCase * GET BP 5.3 pI,id currentStatus -* POST BP 5.3 pI,id modifyStatusXSSExpectError -* POST BP 5.3 pI,id modifyStatus +* PUT BP 5.3 pI,id modifyStatusXSSExpectError400 +* PUT BP 5.3 pI,id modifyStatus * skipNextStepIfJdbcUrlMissing * JDBC BP 5.3 XX checkText -* POST BP 5.3 pI,id modifyStatusUnsupportedContentTypeExpectError +* PUT BP 5.3 pI,id modifyStatusUnsupportedContentTypeExpectError415 * GET BP 5.3 pI,id verifyStatus * GET BP 5.3 pI,id verifyStatusExpectError * PUT FP 5.0 pI,id modifyStatus @@ -311,9 +326,9 @@ * GET SO 5.3 pI,id currentStatus ## /plan/{planId} TestCase * GET BP 4.1 pI currentStatus -* GET BP 4.1 pI CurrentStatusAcceptApplication/XML -* GET BP 4.1 pI CurrentStatusAcceptApplication/ZIP -* GET BP 4.1 pI getById currentStatusInvalidPlanIdExpectError +* GET BP 4.1 pI currentStatusAcceptApplication/XML +* GET BP 4.1 pI currentStatusAcceptApplication/ZIP +* GET BP 4.1 pI getById currentStatusInvalidPlanIdExpectError400 * GET SO 5.3 iI internalId * DEL BP 4.0 pI deletePlan * DEL BP 4.1 pI deletePlan @@ -332,9 +347,13 @@ * DEL BP 5.4 pI deletePlanWithMultiplePlaeneHafen11 * DEL BP 5.4 pI deletePlanWithMultiplePlaeneHafen14 * DEL BP 6.0 pI deletePlan +* DEL BP 6.0 pI deletePlanWithPngAndAux +* DEL BP 6.0 pI deletePlanWithGeoTiff +* DEL BP 6.0 pI deletePlanWithGeoTiffAndAux * DEL BP 6.0.2 pI deletePlan * DEL BP 6.0 pI deletePlanAsGML -* DEL BP 6.0 pI deletePlanNotExistingId +* DEL BP 6.0 pI deletePlanInvalidPlanIdExpectError400 +* DEL BP 6.0 pI deletePlanNotExistingPlanIdExpectError404 * DEL FP 5.0 pI deletePlan * DEL FP 6.0.2 pI deletePlan * DEL SO 5.3 pI deletePlan @@ -342,7 +361,21 @@ * DEL RP 5.1 pI deletePlan ## Cleanup Properties * Property Transfer -# Profiles TestSuite +# Workflow v1 TestSuite +## Raster evaluation TestCase +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan Property Transfer +* DEL BP 6.0 pI deletePlan +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlanFailingValidationExpectError422 +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlanWithMissingPNGExpectError400 +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlanWithWrongCRSExpectError400 +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlanWithNotSupportedFormatExpectError415 +* Cleanup Properties +## Validation invalid TestCase +* POST BP 5.2 XX importPlanGeometricInvalid422 +* POST BP 6.0 XX importPlanSemanticInvalidExpectError422 +* POST BP 6.0 XX importPlanSyntacticInvalidExpectError422 +# Profiles v1 TestSuite ## /info TestCase * GET XX X.X XX showConfig * Property Transfer @@ -353,10 +386,311 @@ * DEL BP 4.1 pI deletePlanWithProfil ## Cleanup Properties * Property Transfer -# Codelists TestSuite -## externalCodelists -* POST BP 5.2 XX importPlan +# XPlanManagerAPI v2 TestSuite +## / TestCase +* GET XX X.X XX openAPI +* GET XX X.X XX invalidAcceptHeaderExpectError406 +## /info TestCase +* GET XX X.X XX showConfig +* GET XX X.X XX invalidAcceptHeaderExpectError406 +## /plan TestCase +* POST BP 6.0.2 xF,sS,sF,sG,sL,iI,pS importPlan +* POST BP 6.0.2 xF,sS,sF,sG,sL,iI,pS importPlan Property Transfer +* POST BP 6.0.2 pf invalidProfile +* POST BP 6.0.2 pf invalidProfile Property Transfer +* POST BP 6.0.2 XX mismatchingContentTypeAndFileType +* POST BP 6.0.2 XX mismatchingContentTypeAndFileType Property Transfer +* POST BP 6.0.2 XX invalidXSSExpectError400 +* POST BP 6.0.2 XX invalidAcceptHeaderExpectError406 +* POST BP 6.0 XX unsupportedMediaTypeZipExpectError415 +* POST XX X.X XX unsupportedMediaTypeOdtExpectError415 +## /status/{uuid} TestCase +* GET BP 6.0.2 XX pollStatus +* pollStatus +* GET BP 6.0.2 XX retrieveStatus +* GET BP 6.0.2 XX retrieveStatus Property Transfer +* GET BP 6.0.2 XX pollStatusInvalidProfile +* pollStatusInvalidProfile +* GET BP 6.0.2 XX invalidProfile +* GET BP 6.0.2 XX pollStatusMismatchingTypes +* pollStatusMismatchingTypes +* GET BP 6.0.2 XX mismatchingContentTypeAndFileType +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +## /report/{uuid} TestCase +* GET BP 6.0.2 XX retrieveReportJson +* GET BP 6.0.2 XX retrieveReportPdf +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +## /report/{uuid}/geomfindings TestCase +* GET BP 6.0.2 XX retrieveGeomfindings +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +## /report/{uuid}/geomfindings.json TestCase +* GET BP 6.0.2 XX retrieveGeomfindings +* GET BP 6.0.2 XX retrieveGeomfindingsNoAcceptHeader +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +## /plans TestCase +* GET BP 6.0.2 pN getByPlanName +* GET BP 6.0.2 pI getByPlanId +* GET BP 6.0.2 pN invalidAcceptHeaderExpectError406 +## /plan/{planId}/archive TestCase +* GET BP 6.0.2 pI getArchiveById +* GET BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI notExistingPlanIdExpectError404 +* GET BP 6.0.2 pI invalidAcceptHeaderExpectError406 +## /plan/{planId}/basisdaten TestCase +* GET BP 6.0.2 pI getBasisdaten +* GET BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI notExistingPlanIdExpectError404 +* GET BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI replaceBasisdaten +* PUT BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* PUT BP 6.0.2 pI notExistingPlanIdExpectError404 +* PUT BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI xssExpectError400 +## /plan/{planId}/aenderungen TestCase +* GET BP 6.0.2 pI getAenderungen +* GET BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI notExistingPlanIdExpectError404 +* GET BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI replaceAenderung +* PUT BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* PUT BP 6.0.2 pI notExistingPlanIdExpectError404 +* PUT BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI xssExpectError400 +## /plan/{planId}/text TestCase +* GET BP 6.0.2 pI getTexte +* GET BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI notExistingPlanIdExpectError404 +* GET BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* POST BP 6.0.2 pI addText +* POST BP 6.0.2 pI addText Property Transfer +* POST BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* POST BP 6.0.2 pI notExistingPlanIdExpectError404 +* POST BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* POST BP 6.0.2 pI invalidMediaTypeExpectError415 +* POST BP 6.0.2 pI invalidContentInJsonExpectError400 +## /plan/{planId}/text/{id} TestCase +* GET BP 6.0.2 pI,id getTextById +* GET BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI,id notExistingIdExpectError404 +* GET BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI,id replaceTextById +* PUT BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* PUT BP 6.0.2 pI,id notExistingIdExpectError404 +* PUT BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI,id invalidMediaTypeExpectError415 +* PUT BP 6.0.2 pI,id invalidContentInJsonExpectError400 +## /plan/{planId}/dokument TestCase +* GET BP 6.0.2 pI getDokumente +* GET BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI notExistingPlanIdExpectError404 +* GET BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* POST BP 6.0.2 pI addDokument +* POST BP 6.0.2 pI addDokument Property Transfer +* POST BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* POST BP 6.0.2 pI notExistingPlanIdExpectError404 +* POST BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* POST BP 6.0.2 pI invalidMediaTypeExpectError415 +* POST BP 6.0.2 pI invalidContentInJsonExpectError400 +## /plan/{planId}/dokument/{id} TestCase +* GET BP 6.0.2 pI,id getDokumentById +* GET BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI,id notExistingIdExpectError404 +* GET BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* PUT BP 6.0.2 pI,id notExistingIdExpectError404 +* PUT BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI,id invalidMediaTypeExpectError415 +* PUT BP 6.0.2 pI,id invalidContentInJsonExpectError400 +* PUT BP 6.0.2 pI,id replaceDokumentById +* PUT BP 6.0.2 pI,id replaceDokumentById Property Transfer +* DEL BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* DEL BP 6.0.2 pI,id notExistingIdExpectError404 +* DEL BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* DEL BP 6.0.2 pI,id deleteDokumentById +* Cleanup Properties +## /plan/{planId}/rasterbasis TestCase +* GET BP 6.0.2 pI getRasterBasis +* GET BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI notExistingPlanIdExpectError404 +* GET BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* POST BP 6.0.2 pI addRasterBasis +* POST BP 6.0.2 pI addRasterBasis Property Transfer +* POST BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* POST BP 6.0.2 pI notExistingPlanIdExpectError404 +* POST BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* POST BP 6.0.2 pI invalidMediaTypeExpectError415 +* POST BP 6.0.2 pI invalidContentInJsonExpectError400 +## /plan/{planId}/rasterbasis/{id} TestCase +* GET BP 6.0.2 pI,id getRasterbasisById +* GET BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI,id notExistingIdExpectError404 +* GET BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* PUT BP 6.0.2 pI,id notExistingIdExpectError404 +* PUT BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* PUT BP 6.0.2 pI,id invalidMediaTypeExpectError415 +* PUT BP 6.0.2 pI,id invalidContentInJsonExpectError400 +* PUT BP 6.0.2 pI,id replaceRasterbasisById +* PUT BP 6.0.2 pI,id replaceRasterbasisById Property Transfer +* DEL BP 6.0.2 pI,id invalidPlanIdNotIntValueExpectError400 +* DEL BP 6.0.2 pI,id notExistingIdExpectError404 +* DEL BP 6.0.2 pI,id invalidAcceptHeaderExpectError406 +* DEL BP 6.0.2 pI,id deleteRasterbasisById +* Cleanup Properties +## /plan/{planId} TestCase +* GET BP 6.0.2 pI acceptApplicationJson +* GET BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* GET BP 6.0.2 pI notExistingPlanIdExpectError404 +* GET BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* DEL BP 6.0.2 pI invalidPlanIdNotIntValueExpectError400 +* DEL BP 6.0.2 pI notExistingPlanIdExpectError404 +* DEL BP 6.0.2 pI invalidAcceptHeaderExpectError406 +* DEL BP 6.0.2 pI deletePlan +## Cleanup Properties * Property Transfer -* GetFeatureByPlanNameAndType -* DEL BP 5.2 pI deletePlan -* Cleanup +# Workflow v2 TestSuite +## Raster evaluation TestCase +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveStatus Property Transfer +* GET BP 6.0 XX retrieveReportJson +* GET BP 6.0 XX retrieveReportPdf +* DEL BP 6.0 pI deletePlan +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlanNotSupportedFormatExpectError415 +* Cleanup Properties +## Raster evaluation missing PNG TestCase +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveReportJson +* GET BP 6.0 XX retrieveReportPdf +* Cleanup Properties +## Raster evaluation wrong CRS TestCase +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveReportJson +* GET BP 6.0 XX retrieveReportPdf +* Cleanup Properties +## Profiles TestCase +* GET XX X.X XX showConfig +* GET XX X.X XX showConfig Property Transfer +* POST BP 6.0.2 xF,sS,sF,sG,sL,iI,pS,pf importPlan +* POST BP 6.0.2 xF,sS,sF,sG,sL,iI,pS,pf importPlan Property Transfer +* GET BP 6.0.2 XX pollStatus +* pollStatus +* GET BP 6.0.2 XX retrieveStatus +* GET BP 6.0.2 XX retrieveStatus Property Transfer +* GET BP 6.0.2 XX retrieveReportJson +* GET BP 6.0.2 XX retrieveReportPdf +* DEL BP 6.0.2 XX deletePlan +* Cleanup Properties +## Validation geometric error TestCase +* POST BP 5.2 XX importPlan +* POST BP 5.2 XX importPlan Property Transfer +* GET BP 5.2 XX pollStatus +* pollStatus +* GET BP 5.2 XX retrieveStatus +* GET BP 5.2 XX retrieveReportJson +* GET BP 5.2 XX retrieveReportPdf +* GET BP 5.2 XX retrieveGeomfindings +* Cleanup Properties +## Validation semantic error TestCase +* POST BP 6.0 XX importPlan +* POST BP 6.0 XX importPlan Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveReportJson +* GET BP 6.0 XX retrieveReportPdf +* Cleanup Properties +## Validation syntactic error TestCase +* POST BP 6.0 XX importPlan +* POST BP 6.0 XX importPlan Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveReportJson +* GET BP 6.0 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans TestCase +* POST BP 5.4 XX importPlan +* POST BP 5.4 XX importPlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveStatus Property Transfer +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* DEL BP 5.4 XX deleteFirstPlan +* DEL BP 5.4 XX deleteSecondPlan +* Cleanup Properties +## XPlanGML with multiple plans syntactic error TestCase +* POST BP 5.4 XX importPlan +* POST BP 5.4 XX importPlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans geometric error TestCase +* POST BP 5.4 XX importPlan +* POST BP 5.4 XX importPlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans semantic error TestCase +* POST BP 5.4 XX importPlan +* POST BP 5.4 XX importPlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans skip errors TestCase +* POST BP 5.4 sS,sF,sG,sL importPlan +* POST BP 5.4 XX importPlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveStatus Property Transfer +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* DEL BP 5.4 XX deleteFirstPlan +* DEL BP 5.4 XX deleteSecondPlan +* Cleanup Properties +## Security with JWT TestCase +* checkPreconditions +* GET XX X.X XX openAPI +* retrieveToken - userNotDortmund +* retrieveToken - userDortmund +* retrieveToken Property Transfer +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan Dortmund +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan Dortmund Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveStatus Property Transfer +* POST BP 6.0 xF,sS,sF,sG,sL,iI,pS importPlan NotDortmund ExpectError403 +* DEL BP 6.0 pI deletePlan NotDortmund ExpectError403 +* DEL BP 6.0 pI deletePlan Dortmund +* Cleanup Properties +# Cleanup +## JWT Authentication +* removeAuthorizationHeaders diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-validator-api-soapui-project-testplan.md b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-validator-api-soapui-project-testplan.md index 32e02b797162472707b905ed056e87b2d4375b5f..3d6499dd7cc7c2b1c9de80d3d02c39b108b04048 100644 --- a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-validator-api-soapui-project-testplan.md +++ b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-validator-api-soapui-project-testplan.md @@ -1,10 +1,17 @@ -# XPlanValidatorAPI TestSuite +# Authorization Setup +## JWT Authentication +* checkIfJwtAuthEnabled +* retrieveToken +* retrieveToken Property Transfer +* setAuthorizationHeaders +* Cleanup +# XPlanValidatorAPI v1 TestSuite ## / TestCase * GET XX X.X XX openAPI ## /info TestCase * GET XX X.X XX showConfig ## /validate TestCase -* POST BP 5.0 XX validatePlanExternalEntityExpectError +* POST BP 5.0 XX validatePlanExternalEntityExpectError400 * POST BP 5.1 XX validatePlan * POST BP 5.1 sF validatePlan * POST BP 5.1 sG validatePlan @@ -15,7 +22,7 @@ * POST BP 5.1 XX validatePlanRequestBodyText/XML * POST BP 5.1 XX validatePlanRequestBodyApplication/GML+XML * POST BP 5.1 XX validatePlanRequestBodyApplication/ZIP -* POST BP 5.1 XX validatePlanRequestBodyApplication/ZIPContentTypeText/XMLExpectError +* POST BP 5.1 XX validatePlanRequestBodyApplication/ZIPContentTypeText/XMLExpectError400 * POST BP 5.1 XX validatePlanAcceptHeaderApplication/JSON * POST BP 5.1 XX validatePlanAcceptHeaderApplication/XML * POST BP 5.1 XX validatePlanAcceptHeaderText/XML @@ -32,20 +39,189 @@ * POST BP 5.3 XX validatePlanInvalidXFilenameXSSExpectError * POST BP 6.0 XX validatePlanUnsupportedContentTypeExpectError * POST BP 6.0 sGeo validatePlan -* POST BP 6.0 XX validatePlanWithSyntaxError -* POST BP 6.0 XX validatePlanExpectError -* POST BP 6.0 pf validatePlanExpectError +* POST BP 6.0 XX validatePlanWithSyntacticError +* POST BP 6.0 XX validatePlanValidationErrors +* POST BP 6.0 pf validatePlanExpectError400 * POST BP 6.0.2 XX validatePlan * POST BP 6.0.2 XX validatePlanExpectError * POST BP 6.0.2 XX validatePlanExpectErrorNoBereich * POST FP 6.0.2 XX validatePlan * POST FP 6.0.2 XX validatePlanExpectError * POST XX X.X XX validateFileUnsupportedContentTypeExpectError -# Profiles TestSuite +# Workflow v1 TestSuite +## Raster evaluation TestCase +* POST BP 6.0.2 XX validatePlan +* POST BP 6.0.2 XX validatePlanWithMissingPNG +* POST BP 6.0.2 XX validatePlanWithWrongCRS +* POST BP 6.0.2 XX validatePlanWithNotSupportedFormatExpectError415 +## Validation invalid TestCase +* POST BP 5.2 XX validatePlanGeometricInvalid +* POST BP 6.0 XX validatePlanSemanticInvalid +* POST BP 6.0 XX validatePlanSyntacticInvalid +# Profiles v1 TestSuite ## /info TestCase * GET XX X.X XX showConfig * Property Transfer ## /validate TestCase * POST BP 6.0 pf validatePlanWithProfil -## Cleanup Properies +## Cleanup Properties +* Property Transfer +# XPlanValidatorAPI v2 TestSuite +## / TestCase +* GET XX X.X XX openAPI +* GET XX X.X XX invalidAcceptHeaderExpectError406 +## /info TestCase +* GET XX X.X XX showConfig +* GET XX X.X XX invalidAcceptHeaderExpectError406 +## /validate TestCase +* POST BP 6.0.2 XX validatePlan +* POST BP 6.0.2 XX validatePlan Property Transfer +* POST BP 6.0.2 XX mismatchingContentTypeAndFileType +* POST BP 6.0.2 XX mismatchingContentTypeAndFileType Property Transfer +* POST BP 6.0.2 XX invalidQueryParamExpectError400 +* POST BP 6.0.2 XX invalidAcceptHeaderExpectError406 +* POST BP 6.0 XX unsupportedMediaTypeZipExpectError415 +* POST BP X.X XX unsupportedMediaTypeOdtExpectError415 +## /status/{uuid} TestCase +* GET BP 6.0.2 XX pollStatus +* pollStatus +* GET BP 6.0.2 XX retrieveStatus +* transferUrls +* GET BP 6.0.2 XX pollStatusMismatchingTypes +* pollStatusMismatchingTypes +* GET BP 6.0.2 XX mismatchingContentTypeAndFileType +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +* Cleanup Properties +## /report/{uuid} TestCase +* GET BP 6.0.2 XX retrieveReportJson +* GET BP 6.0.2 XX retrieveReportPdf +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +## /report/{uuid}/geomfindings TestCase +* GET BP 6.0.2 XX retrieveGeomfindings +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +## /report/{uuid}/geomfindings.json TestCase +* GET BP 6.0.2 XX retrieveGeomfindings +* GET BP 6.0.2 XX retrieveGeomfindingsNoAcceptHeader +* GET BP 6.0.2 XX invalidUuidExpectError404 +* GET BP 6.0.2 XX invalidAcceptHeaderExpectError406 +## Cleanup Properties * Property Transfer +# Workflow v2 TestSuite +## Raster evaluation TestCase +* POST BP 6.0.2 XX validatePlan +* POST BP 6.0.2 XX validatePlan Property Transfer +* GET BP 6.0.2 XX pollStatus +* pollStatus +* GET BP 6.0.2 XX retrieveStatus +* GET BP 6.0.2 XX retrieveReportJson +* GET BP 6.0.2 XX retrieveReportPdf +* POST BP 6.0.2 XX validatePlanWithNotSupportedFormatExpectError415 +* Cleanup Properties +## Raster evaluation missing PNG TestCase +* POST BP 6.0.2 XX validatePlan +* POST BP 6.0.2 XX validatePlan Property Transfer +* GET BP 6.0.2 XX pollStatus +* pollStatus +* GET BP 6.0.2 XX retrieveStatus +* GET BP 6.0.2 XX retrieveReportJson +* GET BP 6.0.2 XX retrieveReportPdf +* Cleanup Properties +## Raster evaluation wrong CRS TestCase +* POST BP 6.0.2 XX validatePlan +* POST BP 6.0.2 XX validatePlan Property Transfer +* GET BP 6.0.2 XX pollStatus +* pollStatus +* GET BP 6.0.2 XX retrieveStatus +* GET BP 6.0.2 XX retrieveReportJson +* GET BP 6.0.2 XX retrieveReportPdf +* Cleanup Properties +## Profiles TestCase +* GET XX X.X XX showConfig +* GET XX X.X XX showConfig Property Transfer +* POST BP 6.0.2 pf validatePlan +* POST BP 6.0.2 pf validatePlan Property Transfer +* GET BP 6.0.2 XX pollStatus +* pollStatus +* GET BP 6.0.2 XX retrieveStatus +* GET BP 6.0.2 XX retrieveReportJson +* GET BP 6.0.2 XX retrieveReportPdf +* Cleanup Properties +## Validation geometric error TestCase +* POST BP 5.2 XX validatePlan +* POST BP 5.2 XX validatePlan Property Transfer +* GET BP 5.2 XX pollStatus +* pollStatus +* GET BP 5.2 XX retrieveStatus +* GET BP 5.2 XX retrieveReportJson +* GET BP 5.2 XX retrieveReportPdf +* GET BP 5.2 XX retrieveGeomfindings +* Cleanup Properties +## Validation semantic error TestCase +* POST BP 6.0 XX validatePlan +* POST BP 6.0 XX validatePlan Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveReportJson +* GET BP 6.0 XX retrieveReportPdf +* Cleanup Properties +## Validation syntactic error TestCase +* POST BP 6.0 XX validatePlan +* POST BP 6.0 XX validatePlan Property Transfer +* GET BP 6.0 XX pollStatus +* pollStatus +* GET BP 6.0 XX retrieveStatus +* GET BP 6.0 XX retrieveReportJson +* GET BP 6.0 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans TestCase +* POST BP 5.4 XX validatePlan +* POST BP 5.4 XX validatePlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans syntactic error TestCase +* POST BP 5.4 XX validatePlan +* POST BP 5.4 XX validatePlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans geometric error TestCase +* POST BP 5.4 XX validatePlan +* POST BP 5.4 XX validatePlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans semantic error TestCase +* POST BP 5.4 XX validatePlan +* POST BP 5.4 XX validatePlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +## XPlanGML with multiple plans skip errors TestCase +* POST BP 5.4 sGeo,sS,sF,sG,sL validatePlan +* POST BP 5.4 XX validatePlan Property Transfer +* GET BP 5.4 XX pollStatus +* pollStatus +* GET BP 5.4 XX retrieveStatus +* GET BP 5.4 XX retrieveReportJson +* GET BP 5.4 XX retrieveReportPdf +* Cleanup Properties +# Cleanup +## JWT Authentication +* removeAuthorizationHeaders diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-webservices-soapui-project-testplan.md b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-webservices-soapui-project-testplan.md index 5f2b4d0a3b7930a6d3b2c9574e3cb8c801a15a6e..5a9d167be7db3561583f9f0be171e18c71b3431a 100644 --- a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-webservices-soapui-project-testplan.md +++ b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-webservices-soapui-project-testplan.md @@ -1,3 +1,12 @@ +# Authorization-Setup +## Set Credentials +* Groovy Script +## JWT Authentication +* checkIfJwtAuthEnabled +* retrieveToken +* retrieveToken Property Transfer +* setAuthorizationHeaders +* Cleanup # xplan-wms ## wms * GetCapabilities @@ -217,6 +226,12 @@ * GetFeature 1.1.0 BP_Plan * Delete BPlan004_6-0.zip * Cleanup Properties +## GetFeature-CompositeCurve +* Import BPlan004_6-0_CompositeCurve.xml +* Property Transfer +* GetFeature 2.0.0 BP_StrassenbegrenzungsLinie +* Delete BPlan004_6-0_CompositeCurve.xml +* Cleanup Properties # xplan-inspireplu ## viewservice * GetCapabilities @@ -237,7 +252,17 @@ ## GetCapabilities * GetCapabilities ## GetTile -* GetTile - bplan_raster -* GetTile - bplan_vektor -* REST GetTile - bplan_raster -* REST GetTile - bplan_vektor +* GetTile - bp_raster +* GetTile - bp_objekte +* REST GetTile - bp_raster +* REST GetTile - bp_objekte +# Codelists TestSuite +## externalCodelists +* POST BP 5.2 XX importPlan +* Property Transfer +* GetFeatureByPlanNameAndType +* DEL BP 5.2 pl deletePlan +* Cleanup +# Cleanup +## JWT Authentication +* removeAuthorizationHeaders diff --git a/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt b/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt index 17451b6412a8c93a5d77f25390e76f25f6ac99bf..cfc88878a5fed4d1cfd0d46233346b1a2219175a 100644 --- a/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt +++ b/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt @@ -16,6 +16,7 @@ Inhalt des Verzeichnisses src/main/resources: ├── xplan-manager-api │  ├── attachments │  │  ├── invalidContentType.odt +│  │  ├── postDokInvalidContent.json │  │  ├── postDok.json │  │  ├── postDok.pdf │  │  ├── postDokRasterInvalidContent.json @@ -23,11 +24,13 @@ Inhalt des Verzeichnisses src/main/resources: │  │  ├── postDokRefName.json │  │  ├── postImg.pgw │  │  ├── postImg.png +│  │  ├── postTextInvalidContent.json │  │  ├── postText.json │  │  ├── postText.pdf │  │  ├── putDokInvalidContent.json │  │  ├── putDok.json │  │  ├── putDok.pdf +│  │  ├── putDokRasterInvalidContent.json │  │  ├── putDokRaster.json │  │  ├── putDokRasterMitBereich1.json │  │  ├── putDokRasterNoBereich.json @@ -46,8 +49,11 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_5.0_WithAenderungAndDokument.zip │  ├── BP_5.0.zip │  ├── BP_5.1.gml -│  ├── BP_5.2_externalCodelist.zip +│  ├── BP_5.2_geometricErrorSelbstueberschneidung.gml +│  ├── BP_5.2_HttpReference.gml +│  ├── BP_5.2_HttpReference.zip │  ├── BP_5.2_Laufrichtungsfehler.zip +│  ├── BP_5.2_MissingReference.gml │  ├── BP_5.2_MissingReference.zip │  ├── BP_5.2_MultipleBereiche.zip │  ├── BP_5.2_MultiplePlaene.zip @@ -56,15 +62,30 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_5.3_WfsFc.zip │  ├── BP_5.3_WithText.zip │  ├── BP_5.3.zip +│  ├── BP_5.4_MultiplePlaene_geometricError.gml +│  ├── BP_5.4_MultiplePlaene.gml +│  ├── BP_5.4_MultiplePlaene_semanticError.gml +│  ├── BP_5.4_MultiplePlaene_syntacticError.gml │  ├── BP_5.4_MultiplePlaene.zip │  ├── BP_6.0.2_NoBereichButReferenceExists.zip │  ├── BP_6.0.2.zip +│  ├── BP_6.0_Dortmund.gml │  ├── BP_6.0.gml -│  ├── BP_6.0_syntaxErrors.gml +│  ├── BP_6.0_semanticErrorRule5_1_5.gml +│  ├── BP_6.0_syntacticErrors.gml │  ├── BP_6.0.zip +│  ├── BPlan003_6-0.zip │  ├── BPlan004_4-1.zip +│  ├── BPlan004_6-0_MissingPNG.zip +│  ├── BPlan004_6-0_NotSupportedFormatJPEG.zip +│  ├── BPlan004_6-0_ValidationError.zip +│  ├── BPlan004_6-0.zip +│  ├── BPlan006_6-0_WrongCRSInTIFF4326.zip +│  ├── BPlan006_6-0.zip +│  ├── BPlan007_6-0.zip │  ├── FP_5.0.zip │  ├── FP_6.0.2.zip +│  ├── invalidContentType.odt │  ├── LP_6.0.zip │  ├── RP_5.1.zip │  └── SO_5.3.zip @@ -74,6 +95,7 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_5.0_Entity.zip │  ├── BP_5.1.gml │  ├── BP_5.1.zip +│  ├── BP_5.2_geometricErrorSelbstueberschneidung.gml │  ├── BP_5.2_MissingAndUncheckedReference.zip │  ├── BP_5.3_MultiplePlansWfsFcAdditionalObjects.gml │  ├── BP_5.3_MultiplePlansWfsFc.gml @@ -81,12 +103,19 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_5.3_WfsFc.gml │  ├── BP_5.3_WfsFc.zip │  ├── BP_5.3.zip +│  ├── BP_5.4_MultiplePlaene_geometricAndSemanticError.gml +│  ├── BP_5.4_MultiplePlaene_geometricError.gml +│  ├── BP_5.4_MultiplePlaene.gml +│  ├── BP_5.4_MultiplePlaene_semanticError.gml +│  ├── BP_5.4_MultiplePlaene_syntacticError.gml │  ├── BP_6.0.2_invalide.zip │  ├── BP_6.0.2_NoBereichButReferenceExists.zip │  ├── BP_6.0.2_valide.zip │  ├── BP_6.0.gml -│  ├── BP_6.0_syntaxErrors.gml +│  ├── BP_6.0_semanticErrorRule5_1_5.gml +│  ├── BP_6.0_syntacticErrors.gml │  ├── BP_6.0.zip +│  ├── BPlan004_6-0.zip │  ├── FP_6.0.2_invalide.zip │  ├── FP_6.0.2_valide.zip │  └── invalidContentType.odt @@ -95,8 +124,10 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_5.1_Textsortierung_1.zip │  ├── BP_5.1_Textsortierung_3.zip │  ├── BP_5.1_Textsortierung_4.zip +│  ├── BP_5.2_externalCodelist.zip │  ├── BP_5.2_Textsortierung_2.zip │  ├── BPlan002_5-3.zip +│  ├── BPlan004_6-0_CompositeCurve.gml │  ├── BPlan004_6-0.zip │  ├── BPlan41_HH_Bergedorf110_1Aend_soapui-webservices.zip │  ├── Eidelstedt_4_V4-soapui-webservices.zip diff --git a/xplan-tests/xplan-tests-soapui/pom.xml b/xplan-tests/xplan-tests-soapui/pom.xml index cba4183c02b4c84fb3cc12fc2f8f8532d6c31e4a..083e43562da7fef4172d17a56b10c0c663763811 100644 --- a/xplan-tests/xplan-tests-soapui/pom.xml +++ b/xplan-tests/xplan-tests-soapui/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-tests</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-tests/xplan-tests-soapui/src/main/resources/soapui-settings.xml b/xplan-tests/xplan-tests-soapui/src/main/resources/soapui-settings.xml index ee16269a54284d8666f1a25c8482728c7ce84fc1..d4ae6c0938c626a58de13aa578d51408be9eb251 100644 --- a/xplan-tests/xplan-tests-soapui/src/main/resources/soapui-settings.xml +++ b/xplan-tests/xplan-tests-soapui/src/main/resources/soapui-settings.xml @@ -2,7 +2,7 @@ #%L xplan-tests-soapui - SoapUI-Tests %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-dokumente-api-soapui-project.xml b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-dokumente-api-soapui-project.xml index e9d667d3fdb0e96e171071c4bc6e564ac98cbbf2..6c7d93439cb08e7cda7bcebc8aa3b55ab379bd26 100644 --- a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-dokumente-api-soapui-project.xml +++ b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-dokumente-api-soapui-project.xml @@ -2,7 +2,7 @@ <!--#%L xplan-tests-soapui - SoapUI-Tests %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 @@ -1789,4 +1789,4 @@ testRunner.testCase.testSuite.project.testSuiteList.each <con:oAuth2ProfileContainer/> <con:oAuth1ProfileContainer/> <con:sensitiveInformation/> -</con:soapui-project> \ No newline at end of file +</con:soapui-project> diff --git a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-loadtests-soapui-project.xml b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-loadtests-soapui-project.xml index c52e8eb34ecc3e0dd59fa16ce101c2317164d50d..7b44ac4c614a53c2604eec852ac50bfc7f6fde1a 100644 --- a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-loadtests-soapui-project.xml +++ b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-loadtests-soapui-project.xml @@ -2,7 +2,7 @@ <!--#%L xplan-tests-soapui - SoapUI-Tests %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 @@ -237,4 +237,4 @@ <con:oAuth2ProfileContainer/> <con:oAuth1ProfileContainer/> <con:sensitiveInformation/> -</con:soapui-project> \ No newline at end of file +</con:soapui-project> diff --git a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-manager-api-soapui-project.xml b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-manager-api-soapui-project.xml index 97735bbae19529dca5a94058254ada4592707a3d..13bc028c376c5cfeec0cd882b74107438fa211d7 100644 --- a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-manager-api-soapui-project.xml +++ b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-manager-api-soapui-project.xml @@ -2,7 +2,7 @@ <!--#%L xplan-tests-soapui - SoapUI-Tests %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-validator-api-soapui-project.xml b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-validator-api-soapui-project.xml index b1b02b2e278a20a182b5ae21033a1da0a03c5f7c..0d191c63959535d0b7f508357453a3ea4b487b48 100644 --- a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-validator-api-soapui-project.xml +++ b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-validator-api-soapui-project.xml @@ -2,7 +2,7 @@ <!--#%L xplan-tests-soapui - SoapUI-Tests %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-webservices-soapui-project.xml b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-webservices-soapui-project.xml index c951972c1ee596052dea6b96a0dbb777e4fea5c0..5e5975e2991bb581db4c27b4a58a9f0e7f8f3699 100644 --- a/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-webservices-soapui-project.xml +++ b/xplan-tests/xplan-tests-soapui/src/main/resources/xplan-webservices-soapui-project.xml @@ -2,7 +2,7 @@ <!--#%L xplan-tests-soapui - SoapUI-Tests %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/pom.xml b/xplan-validator/pom.xml index 2815d249ca5b331f0fb35da6b5f7793069719044..83276ac51497c998fa604907a64be32578357a5d 100644 --- a/xplan-validator/pom.xml +++ b/xplan-validator/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-validator/xplan-validator-api/pom.xml b/xplan-validator/xplan-validator-api/pom.xml index 7a0886886b90170b369eb2c3e251c22efa3bd96b..40bed4477e9bfa8e52dbe2a76ef83d1dabaefc87 100755 --- a/xplan-validator/xplan-validator-api/pom.xml +++ b/xplan-validator/xplan-validator-api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-validator</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java index e6b0912d79b2f97016f21d3a305c64ffb9f4b5c9..79bcf2ef320d67a2ec779aed3c8b04beb7d6e672 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/AbstractApiConfig.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/AbstractApiConfig.java index 522a5f0a948f8b3fbadc32b7ba3de4cee750d5d6..418e42d1b4724c395585740fd906bff80ed9acc5 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/AbstractApiConfig.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/AbstractApiConfig.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v1/ApiV1Config.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v1/ApiV1Config.java index bc432ab0970e52e013047cb3f87d64f8b29b62c9..b9ee4152e97e0ecfdc6eaaee54860fc8a3f3fded 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v1/ApiV1Config.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v1/ApiV1Config.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Config.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Config.java index c6632761a1e921c8998865e750003fe26a392298..1fa1de4d0e3d5bc270621b7752a449d891baf430 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Config.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Config.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Filter.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Filter.java index 1311ea46cacf65b444633270c834acdc536c4236..d2b0932bf180892d824160d1d096d9aad1b94c77 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Filter.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/api/v2/ApiV2Filter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.validator.api.v2; import java.util.regex.Matcher; diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ApplicationContext.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ApplicationContext.java index fc99c88b16563efd0a066b42635e57f298675597..cdea27aca59743881e2decedfd40ca82d1319f61 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ApplicationContext.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ApplicationContext.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/RabbitConfiguration.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/RabbitConfiguration.java index b0bbd5fb885d9d9ebb6f02f5365a9fc9892b0824..9a0bcb7e71cdf66cf61b5964a3eb77140259967c 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/RabbitConfiguration.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/RabbitConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ValidatorApiConfiguration.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ValidatorApiConfiguration.java index e0ec97c1cbd84a162e9668138258c338fc5c4e84..e170d0ea696b56806973a90db900c1460606c6ed 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ValidatorApiConfiguration.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/config/ValidatorApiConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapper.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapper.java index e6b6a9a75e0f7fbe8419a1c87e91b972bf1e049c..6cb608819ca2586440f5d46084af3ff62cd8bbe6 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapper.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapper.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/ConfigHandler.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/ConfigHandler.java index 05195cf7b585288d57ced255cd1533e7f87db222..768f8835daa5f8df69ee3d3f49353b86501a9018 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/ConfigHandler.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/ConfigHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2.java index 5c51bf7691b45a7be6110396062570064eb2553d..0fc2306e3bf5f4722b2732f5e1f28363ecc0c69d 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/internalapi/InfoForTestsApi.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/internalapi/InfoForTestsApi.java index 013951c7f36cd2aafc5b4c0a7e3e71189bc94b8e..c69e350abc01ff09836e5e9172f6a14d34886a4a 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/internalapi/InfoForTestsApi.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/internalapi/InfoForTestsApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/DefaultApi.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/DefaultApi.java index f1a30ced83004425825b449342bb8464e1840a98..83031d27593c6e8c0fc95e58d70c6579414c5c24 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/DefaultApi.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/DefaultApi.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/InfoApi.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/InfoApi.java index 01882062c06aeda0583737ef56c4da3e16fe9a82..0602da88e62917172b4098e1fe86cedbfab9c7cf 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/InfoApi.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/InfoApi.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/ValidateApi.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/ValidateApi.java index a2d91f4b5db7f978449bfc2ae946f1af3105f97a..3672d768594393ad29c98ac1ca8a352136be8b11 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/ValidateApi.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v1/ValidateApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2.java index b1961c26c8b9bd890070ebbf3af1274e48b3cd1a..35a1a999aae7c089c42b944695d1aaf228e8603f 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/InfoApi2.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/InfoApi2.java index 278d9d0c295316adbf95a4b6023c50ff8091e9db..1718e0230252423aa5acda001f2b9812a3c61d33 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/InfoApi2.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/InfoApi2.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ReportApi.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ReportApi.java index 6b51de1694e437a21f4c5760b83a465816e1db5b..e0c2975921b5aaed8f520a2d3db1e18a50ea96ce 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ReportApi.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ReportApi.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/StatusApi.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/StatusApi.java index 910fcca5db3d2142cef580a41794943158cfc86b..c32f20a5ffe84f4bcec2bac4e3bdc8d266082d36 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/StatusApi.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/StatusApi.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2.java index 98079b05e89a806ff11d41392024fc0a0530047b..6a76a2a108eeb6f8e674faead7f45b8dd76c3b2d 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/StatusEnum.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/StatusEnum.java index c4277d505e2e80ed4a57f0605d0d63595d84ca15..08ea35d4adfdc6aac4ac29ef5b9c232a4e79858a 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/StatusEnum.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/StatusEnum.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.validator.v2.model; /** diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationReceipt.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationReceipt.java index f012cf0f69e0dcb2a74bf7540027055fa1719b63..5d507764b5a56b78f126c217a6918873fa66c0fb 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationReceipt.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationReceipt.java @@ -2,18 +2,18 @@ * #%L * xplan-core-validator - XPlan Validator Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationStatusNotification.java b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationStatusNotification.java index b39a4ab092a76a068d8a4394ee4b66104c8ea4a3..321b2d68343a3b28d2fb34e258070c217b0c12d7 100644 --- a/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationStatusNotification.java +++ b/xplan-validator/xplan-validator-api/src/main/java/de/latlon/xplanbox/api/validator/v2/model/ValidationStatusNotification.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.validator.v2.model; /** diff --git a/xplan-validator/xplan-validator-api/src/main/resources/application-dev.properties b/xplan-validator/xplan-validator-api/src/main/resources/application-dev.properties index 7675c93694bf1e9e1b4a68127fc14c1974311c42..8bc2d23e541a47faf86ceb2055d9af6601793aa6 100644 --- a/xplan-validator/xplan-validator-api/src/main/resources/application-dev.properties +++ b/xplan-validator/xplan-validator-api/src/main/resources/application-dev.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-validator - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -20,4 +20,4 @@ ### ## for local development -server.port=8085 \ No newline at end of file +server.port=8085 diff --git a/xplan-validator/xplan-validator-api/src/main/resources/application.properties b/xplan-validator/xplan-validator-api/src/main/resources/application.properties index 19e937856a86490ede2e8f1929564d225a3a18bb..8d571c0c95b9288e62dc71e6b3a1e8f943805e77 100644 --- a/xplan-validator/xplan-validator-api/src/main/resources/application.properties +++ b/xplan-validator/xplan-validator-api/src/main/resources/application.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-validator - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/main/resources/log4j2.yaml b/xplan-validator/xplan-validator-api/src/main/resources/log4j2.yaml index 445c21eff6d54d63ee3ad80fd721aa6b6e72352e..2e9661d575c37e0b09bcae0c9f13799955e00e9d 100644 --- a/xplan-validator/xplan-validator-api/src/main/resources/log4j2.yaml +++ b/xplan-validator/xplan-validator-api/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-validator-api - Software zur Verwaltung von XPlanGML Daten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java index e49320642aecb2226d8dce6d56902366f43a4da3..4401ae5d93f45349c71a1dd3430faf5f858e7e75 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/ValidatorApiJerseyTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/ValidatorApiJerseyTest.java index f6b9d6db36f1bf3d2442d58c660a7fcd5a413c12..f3be6da3a914162f1f6d4dabcfea3f9fa6f00677 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/ValidatorApiJerseyTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/ValidatorApiJerseyTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.validator; import de.latlon.xplan.commons.configuration.DefaultPropertiesLoader; diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/ApplicationContextTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/ApplicationContextTest.java index 6e7ce7cc197cb05b6cf04424b19de5a3f35b03ac..29e225d9ebaf063bc6df15fe90e1e22319722d95 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/ApplicationContextTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/ApplicationContextTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/FakeAsyncValidationWrapper.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/FakeAsyncValidationWrapper.java index b6d66838ae84e86b88e44c64b71ac15b49279ee7..2928f51faa61c735706ca3de6af3adf58e06d94a 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/FakeAsyncValidationWrapper.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/FakeAsyncValidationWrapper.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.validator.config; import java.nio.file.Path; diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestContext.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestContext.java index 486abfdfc36322375163a4013e64b90c6218ec9b..6e678ffa2b3ac57ca7d1e69fb12dbd1556907583 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestContext.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestContext.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestS3Context.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestS3Context.java index f19662b3a64bca093e70530c522902575f6b28a3..a28cdbfa5d547a177bec9595aaa05e555af314cc 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestS3Context.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/config/TestS3Context.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.validator.config; import com.amazonaws.auth.AWSCredentials; diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapperTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapperTest.java index ffc8e027812caaf551c7b108e7256a7bb7b6bea3..25a25f19371cbbb8cd6e4256c8f7f1b2016fdde9 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapperTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/AsyncValidationWrapperTest.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/ConfigHandlerTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/ConfigHandlerTest.java index 9f767c8ec4cee7e61e604676822b3b463be43c49..7ca8d0b89409cf03cb33fe59c711c4717e0a275a 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/ConfigHandlerTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/ConfigHandlerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2Test.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2Test.java index 56c158559d13d4650f1d12b3db7b366068560602..59956e95a6257a4d4f70868b661da598d0c8ccce 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2Test.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/handler/v2/ConfigHandlerV2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/DefaultApiTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/DefaultApiTest.java index 298ffd23e3c675a7e742d014de292a07360c73a3..d9cbaba250e9866f1e41f5a671d6137898082577 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/DefaultApiTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/DefaultApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/InfoApiTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/InfoApiTest.java index 383ebb2c1e664ef6730256d4c0bd6e218c915c0e..9767d6ed87d52c8ffc202bf1c953fec20bcdde96 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/InfoApiTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/InfoApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiJerseyTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiJerseyTest.java index b72158686814c5201878ac01e45ceb7217e26904..562119645ac33cfedef23fcd9c48dddfa19fbb5c 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiJerseyTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiJerseyTest.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiTest.java index 744bfaa6d16abe0e2b544491e7dba9790be96511..74977c6639effd2c677d52d7146fe702ff972b84 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v1/ValidateApiTest.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2Test.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2Test.java index 7c8af722223754a76d2cea643a326bcc57a38e9a..4b3baa48b2d6d1f00868fb1998a3f3c6e7cc280f 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2Test.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/DefaultApi2Test.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/InfoApi2Test.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/InfoApi2Test.java index 4d027f3d08c4c9bc72ff0278358670b52cfb0fd1..d9efb3ac0fe6400d00256d2c2fe01bed9ce3411e 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/InfoApi2Test.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/InfoApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ReportApiTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ReportApiTest.java index a81671d8fda75d8b278b57254455d34fc2fcc58c..df9faf3748902469877275d06bad53d6a6dc6410 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ReportApiTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ReportApiTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.api.validator.v2; import static jakarta.ws.rs.core.MediaType.APPLICATION_JSON; diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/StatusApiTest.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/StatusApiTest.java index 5e2752d19690820c402c45acd23960f767f96c83..fd9b7cee084d387811a42a82dc398f8d962ceb15 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/StatusApiTest.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/StatusApiTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2Test.java b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2Test.java index e2c534f42747ea51c1e5955ea3483c36a501b614..21f478d2fc4e536164b7dffba2697c0a82da344a 100644 --- a/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2Test.java +++ b/xplan-validator/xplan-validator-api/src/test/java/de/latlon/xplanbox/api/validator/v2/ValidateApi2Test.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/v1/validation-report1.json b/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/v1/validation-report1.json index dbf6f2733aa85283fe769f9c4641a3aa2c42fa73..831bafdbba45a60509c871b8e128f19209d5f2ef 100644 --- a/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/v1/validation-report1.json +++ b/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/v1/validation-report1.json @@ -46,4 +46,4 @@ "errors": [] } } -} \ No newline at end of file +} diff --git a/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/validatorApiConfiguration.properties b/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/validatorApiConfiguration.properties index ab477281f7c05caf5ca1dca14395e90783a06f1e..208548f0e269836465276fd6443f51f88fdf65d6 100644 --- a/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/validatorApiConfiguration.properties +++ b/xplan-validator/xplan-validator-api/src/test/resources/de/latlon/xplanbox/api/validator/validatorApiConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/resources/log4j2-test.yaml b/xplan-validator/xplan-validator-api/src/test/resources/log4j2-test.yaml index 86bed3c1c6e64158d7ed916cb33bd648fad2c1b3..60172bc3721bba56df4d7220b7d071b39d2008ad 100644 --- a/xplan-validator/xplan-validator-api/src/test/resources/log4j2-test.yaml +++ b/xplan-validator/xplan-validator-api/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-validator-api - Software zur Verwaltung von XPlanGML Daten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/resources/s3Mock.properties b/xplan-validator/xplan-validator-api/src/test/resources/s3Mock.properties index f1b49b3293fe9d979ceaf8299f74d55f80d25082..008ce1c398d14c8c6c2fa47fd3a457b22b0746c4 100644 --- a/xplan-validator/xplan-validator-api/src/test/resources/s3Mock.properties +++ b/xplan-validator/xplan-validator-api/src/test/resources/s3Mock.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-core - XPlan Manager Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-api/src/test/resources/xplan.gml b/xplan-validator/xplan-validator-api/src/test/resources/xplan.gml index 07d99bfb192a2f599ad75961058121ac7912d1d1..f0a39d2c05ca828ab826f3f779d5d43bbb4a4225 100644 --- a/xplan-validator/xplan-validator-api/src/test/resources/xplan.gml +++ b/xplan-validator/xplan-validator-api/src/test/resources/xplan.gml @@ -3,7 +3,7 @@ #%L xplan-validator-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-config/pom.xml b/xplan-validator/xplan-validator-config/pom.xml index 675d983c385af1c43bafbfd02862f3b4187d3f71..89b33b6b536fd50f33e30d3e0a0a9fb0f5284834 100644 --- a/xplan-validator/xplan-validator-config/pom.xml +++ b/xplan-validator/xplan-validator-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-validator</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-validator/xplan-validator-config/src/main/assembly/assembly.xml b/xplan-validator/xplan-validator-config/src/main/assembly/assembly.xml index 4a7f569f869c0fe1ae743c049a6146ae0c37f4db..72fd83b8e22744c2bb4a8903ea1d35d37f356eeb 100644 --- a/xplan-validator/xplan-validator-config/src/main/assembly/assembly.xml +++ b/xplan-validator/xplan-validator-config/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ #%L xplan-validator-config - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-config/src/main/resources/validatorApiConfiguration.properties b/xplan-validator/xplan-validator-config/src/main/resources/validatorApiConfiguration.properties index 845af69177a5b31fd92bfc62fd8ed75ed50b09fb..823261228cabbc3104c248532de87bc916551cba 100644 --- a/xplan-validator/xplan-validator-config/src/main/resources/validatorApiConfiguration.properties +++ b/xplan-validator/xplan-validator-config/src/main/resources/validatorApiConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-config/src/main/resources/validatorConfiguration.properties b/xplan-validator/xplan-validator-config/src/main/resources/validatorConfiguration.properties index 9842ce5f907964fed409d41ca071820ee7c02561..381847bd736ea7e3fe386dac58c0dd37f4ac2935 100644 --- a/xplan-validator/xplan-validator-config/src/main/resources/validatorConfiguration.properties +++ b/xplan-validator/xplan-validator-config/src/main/resources/validatorConfiguration.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-config - Modul zur Gruppierung der Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-executor/pom.xml b/xplan-validator/xplan-validator-executor/pom.xml index a36c3b9cf7052fe1b3f69304a11c9d59f72e2f22..c8ed495eca9302ee2ab80be3c9a852736575e758 100644 --- a/xplan-validator/xplan-validator-executor/pom.xml +++ b/xplan-validator/xplan-validator-executor/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-validator-executor</artifactId> <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-validator</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/PlanValidator.java b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/PlanValidator.java index d6a735d7905caa7a049b9ace3d85c3cbbd7d84a8..b8cd1b6aa0bd8ab71da32e46a3214d2d7aacfb2e 100644 --- a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/PlanValidator.java +++ b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/PlanValidator.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-executor - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.executor; import static de.latlon.core.validator.events.v1.XPlanPublicV1Event.EventType.VALIDATION_FINISHED; diff --git a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/SpringBootApp.java b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/SpringBootApp.java index 57497839cd1658dbe4d81973b5b846e9c6f118b5..a0ee289a38835dfea0ed67bc1c158e9b0caf85c1 100644 --- a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/SpringBootApp.java +++ b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/SpringBootApp.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ApplicationContext.java b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ApplicationContext.java index 01416b14c1b41b2a14b6718326b50d6a731d9cf8..fecfb47f2c961c04750ac11caee3670d95526da4 100644 --- a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ApplicationContext.java +++ b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ApplicationContext.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ExecutorRabbitConfiguration.java b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ExecutorRabbitConfiguration.java index 6741c53ed1af39fcf1384c3efe1875c2357bc0fb..c63cbb4f38b4a8c037c3e4f1d35fbc26522175a3 100644 --- a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ExecutorRabbitConfiguration.java +++ b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/config/ExecutorRabbitConfiguration.java @@ -2,7 +2,7 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandler.java b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandler.java index 4f133f4258019f7e377791f548ac4404b77f16b6..d46b02a7ce27797ceb13e14df1f775e0063b51ec 100644 --- a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandler.java +++ b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandler.java @@ -2,18 +2,18 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/listener/EventValidationProcessListener.java b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/listener/EventValidationProcessListener.java index 355c0dcba4fa05d29c405e050c92490cddf412f0..cda0701668a5f35427e576686d7f3009c10ec725 100644 --- a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/listener/EventValidationProcessListener.java +++ b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/listener/EventValidationProcessListener.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-executor - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.executor.listener; import static de.latlon.core.validator.events.v1.XPlanPublicV1Event.EventType.GEOMETRIC_VALIDATION_FINISHED; diff --git a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/messagingrabbitmq/Receiver.java b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/messagingrabbitmq/Receiver.java index d5d14aa134eec2ab1c6e4f7e41ea98c8d39c1bf3..8b172fd489f77970c92d3146c6068949ed2e0fd7 100644 --- a/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/messagingrabbitmq/Receiver.java +++ b/xplan-validator/xplan-validator-executor/src/main/java/de/latlon/xplanbox/validator/executor/messagingrabbitmq/Receiver.java @@ -2,18 +2,18 @@ * #%L * xplan-manager-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-executor/src/main/resources/application-dev.properties b/xplan-validator/xplan-validator-executor/src/main/resources/application-dev.properties index 526d01eb7e58f7e2ee944c05cd17d80268b94df0..68ca9c3bf85a600cc9f5e4de550e042893554dd4 100644 --- a/xplan-validator/xplan-validator-executor/src/main/resources/application-dev.properties +++ b/xplan-validator/xplan-validator-executor/src/main/resources/application-dev.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-validator-executor - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -20,4 +20,4 @@ ### ## for local development -server.port=8094 \ No newline at end of file +server.port=8094 diff --git a/xplan-validator/xplan-validator-executor/src/main/resources/application.properties b/xplan-validator/xplan-validator-executor/src/main/resources/application.properties index a91d5b7fb3a6e495989cf27814e5cbb95b14e5b2..768094edc698dcb4140aa3b5a0dea77d0b2c6e94 100644 --- a/xplan-validator/xplan-validator-executor/src/main/resources/application.properties +++ b/xplan-validator/xplan-validator-executor/src/main/resources/application.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-validator - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-executor/src/main/resources/log4j2.yaml b/xplan-validator/xplan-validator-executor/src/main/resources/log4j2.yaml index fa1df7f8bf1fdc9cf4ae1e690a7fc1d23ed3c689..b422d9e0b127101b6acb911a065bbc703074d755 100644 --- a/xplan-validator/xplan-validator-executor/src/main/resources/log4j2.yaml +++ b/xplan-validator/xplan-validator-executor/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-validator-api - Software zur Verwaltung von XPlanGML Daten # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/PlanValidatorTest.java b/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/PlanValidatorTest.java index dc174c37d03a9ed9946e02270102a810f7b5b078..8fdee6dcd47a6ff20c3dd5f049cd52d927b49e89 100644 --- a/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/PlanValidatorTest.java +++ b/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/PlanValidatorTest.java @@ -2,18 +2,18 @@ * #%L * xplan-core-api - Modul zur Gruppierung der Kernmodule * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/config/TestS3Context.java b/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/config/TestS3Context.java index 2c7d7d17ce7e55c850b54fae4d7cc779b0181469..6c2ba9bc7302589258b73e4dbc95ea06c4838a35 100644 --- a/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/config/TestS3Context.java +++ b/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/config/TestS3Context.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-executor - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.executor.config; import com.amazonaws.auth.AWSCredentials; diff --git a/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandlerTest.java b/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandlerTest.java index 802a7dadbcbaf94b12173c718f2f8238e4c948eb..fa36103d93aa83b7d3ff46c7d4ae5a159e245863 100644 --- a/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandlerTest.java +++ b/xplan-validator/xplan-validator-executor/src/test/java/de/latlon/xplanbox/validator/executor/handler/ValidationHandlerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-api - Software zur Verwaltung von XPlanGML Daten * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-executor/src/test/resources/config/application.properties b/xplan-validator/xplan-validator-executor/src/test/resources/config/application.properties index bf0a025176235439bf659c4d273190ae75d59c06..d2ae91b45fc01dc8f119f09ba828b4725724d1cc 100644 --- a/xplan-validator/xplan-validator-executor/src/test/resources/config/application.properties +++ b/xplan-validator/xplan-validator-executor/src/test/resources/config/application.properties @@ -2,7 +2,7 @@ # #%L # xplan-api-validator - Modul zur Gruppierung der REST-API # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -23,4 +23,4 @@ spring.profiles.active=test -spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration \ No newline at end of file +spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration diff --git a/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report1.expected.json b/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report1.expected.json index 5ab380ba68caaac2375e9169faf0a1ef1e51296a..9203f5477e2c4e4655cb78aeca99c6f476098b59 100644 --- a/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report1.expected.json +++ b/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report1.expected.json @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-executor - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ { "date": "-fixed-for-comparison-", "filename": null, @@ -965,7 +985,7 @@ }, { "id": "bereich_nummer", - "title": "Regel bereich_nummer muss erfüllt sein" + "title": "Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer)" } ], "status": "COMPLETED" @@ -1459,4 +1479,4 @@ "type": "FeatureCollection" }, "status": "COMPLETED" -} \ No newline at end of file +} diff --git a/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report2.expected.json b/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report2.expected.json index 05e34874ad66108ca740b75d475466c88425ae8e..c1db9acc8a4808b744230b7525f40567338cd04b 100644 --- a/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report2.expected.json +++ b/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report2.expected.json @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-executor - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ { "date": "-fixed-for-comparison-", "filename": null, @@ -981,7 +1001,7 @@ }, { "id": "bereich_nummer", - "title": "Regel bereich_nummer muss erfüllt sein" + "title": "Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer)" } ], "status": "COMPLETED" @@ -1475,4 +1495,4 @@ "type": "FeatureCollection" }, "status": "COMPLETED" -} \ No newline at end of file +} diff --git a/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report3.expected.json b/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report3.expected.json index 5ffc7d93f1d18f4f844dc94dae33a581909d403f..c38abaaca33cbd310cc27e2bcd5efc64182d7a71 100644 --- a/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report3.expected.json +++ b/xplan-validator/xplan-validator-executor/src/test/resources/de/latlon/xplanbox/validator/executor/report3.expected.json @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-executor - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ { "date": "-fixed-for-comparison-", "filename": null, @@ -995,7 +1015,7 @@ }, { "id": "bereich_nummer", - "title": "Regel bereich_nummer muss erfüllt sein" + "title": "Eindeutigkeit der Bereichsnummer (XP_Bereich/nummer)" } ], "status": "COMPLETED" @@ -1489,4 +1509,4 @@ "type": "FeatureCollection" }, "status": "COMPLETED" -} \ No newline at end of file +} diff --git a/xplan-validator/xplan-validator-executor/src/test/resources/xplan.gml b/xplan-validator/xplan-validator-executor/src/test/resources/xplan.gml index 07d99bfb192a2f599ad75961058121ac7912d1d1..f0a39d2c05ca828ab826f3f779d5d43bbb4a4225 100644 --- a/xplan-validator/xplan-validator-executor/src/test/resources/xplan.gml +++ b/xplan-validator/xplan-validator-executor/src/test/resources/xplan.gml @@ -3,7 +3,7 @@ #%L xplan-validator-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-storage/pom.xml b/xplan-validator/xplan-validator-storage/pom.xml index bd940607d27eecd6ceb6234a9c4b7b3e56f8aafe..9f83f827fa53989273c185558122a8884d2b4ad0 100644 --- a/xplan-validator/xplan-validator-storage/pom.xml +++ b/xplan-validator/xplan-validator-storage/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-validator-storage</artifactId> <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-validator</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/Status.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/Status.java index 380a8f05f1d856b3ca2392cc337ac858153ee86e..4c72039b305aaa5f25adac361f31993020a27339 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/Status.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/Status.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage; import java.util.Date; diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StatusType.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StatusType.java index 34dc4f51a92930b0a20bb51565c43c63a606823f..26828ac4f054afac0cfe8685b1aa955d064790ee 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StatusType.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StatusType.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage; /** diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StoredValidationReport.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StoredValidationReport.java index 32eb8d29e1569b507c5b2641b321ac677db02485..a1b9a18bf9257a40f9aac4962af691f5fb8d0e7f 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StoredValidationReport.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/StoredValidationReport.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage; import java.util.Date; diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationDetails.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationDetails.java index 467de70a37d6f3df5c96f35a5222fe67deba666c..9be7976f39345180b2abc7a1e4aaa536114994bf 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationDetails.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationDetails.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage; import java.util.ArrayList; diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationExecutionStorage.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationExecutionStorage.java index 072f5a4275a3a7ff9aa55949b93641a634e84d14..157cd03f6cb92127033771a358f6d97dbbddfef7 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationExecutionStorage.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/ValidationExecutionStorage.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage; import static de.latlon.xplanbox.validator.storage.StatusType.VALIDATION_FAILED; @@ -261,4 +281,4 @@ public abstract class ValidationExecutionStorage { } } -} \ No newline at end of file +} diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/config/AmazonS3ValidationContext.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/config/AmazonS3ValidationContext.java index 924c67a72f8fb382a37e328ef88e58b831da7ded..a144fc0b1d5d3ce39b340928ef60dd6f3551398c 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/config/AmazonS3ValidationContext.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/config/AmazonS3ValidationContext.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/ErrorType.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/ErrorType.java index 39862a755f7a3762f2543569d1fd0627935db48d..d46e05f3663ab7811458f3222df75466f7432c29 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/ErrorType.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/ErrorType.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage.exception; import java.util.Arrays; diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/EventExecutionException.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/EventExecutionException.java index 45e7721bb7ba379b4e40ce4e0c71951c39b00d62..b2e2c95137b50337daabc269f5cd15af49117a99 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/EventExecutionException.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/exception/EventExecutionException.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage.exception; /** diff --git a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/s3/S3PlanValidationExecutionStorage.java b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/s3/S3PlanValidationExecutionStorage.java index 64c28d933fb19c7012263f5a6e1ed7fda60f015d..e60453507b5b7fa0ad48f9d21049e4d9d0ca3830 100644 --- a/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/s3/S3PlanValidationExecutionStorage.java +++ b/xplan-validator/xplan-validator-storage/src/main/java/de/latlon/xplanbox/validator/storage/s3/S3PlanValidationExecutionStorage.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage.s3; import java.io.ByteArrayInputStream; @@ -76,4 +96,4 @@ public class S3PlanValidationExecutionStorage extends ValidationExecutionStorage return new StoredValidationReport(lastPutObjectResult.getExpirationTime()); } -} \ No newline at end of file +} diff --git a/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/AmazonS3TestContext.java b/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/AmazonS3TestContext.java index 00ce7971471dcc8aa1ea09cf5765a13b2a6b30c1..c5f243cf033e17db92cfe782ed433a42b8a89701 100644 --- a/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/AmazonS3TestContext.java +++ b/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/AmazonS3TestContext.java @@ -2,18 +2,18 @@ * #%L * xplan-core-manager - XPlan Manager Core Komponente * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageIT.java b/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageIT.java index 1578e983cf6d8a31ab33d4f8dce70328b41dcfa7..893bda25c850f9eeaa696900186cd4dcf85a8342 100644 --- a/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageIT.java +++ b/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageIT.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage.s3; import static de.latlon.xplanbox.validator.storage.StatusType.VALIDATION_FAILED; diff --git a/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageTest.java b/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageTest.java index f13ce221d12e907c412b2b61398c7048192cfaed..b754e00017b75302e8cfe88e380f82f93b184ee0 100644 --- a/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageTest.java +++ b/xplan-validator/xplan-validator-storage/src/test/java/de/latlon/xplanbox/validator/storage/s3/S3ValidationExecutionStorageTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-validator-storage - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2025 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% + */ package de.latlon.xplanbox.validator.storage.s3; import static de.latlon.xplanbox.validator.storage.StatusType.VALIDATION_REQUESTED; diff --git a/xplan-validator/xplan-validator-storage/src/test/resources/s3Mock.properties b/xplan-validator/xplan-validator-storage/src/test/resources/s3Mock.properties index c661b5874bf43474b7521ba837d01d89c30de9a7..43e3dba53cb3c80b8f978595c99eb67784d8957a 100644 --- a/xplan-validator/xplan-validator-storage/src/test/resources/s3Mock.properties +++ b/xplan-validator/xplan-validator-storage/src/test/resources/s3Mock.properties @@ -2,7 +2,7 @@ # #%L # xplan-manager-core - XPlan Manager Core Komponente # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-storage/src/test/resources/xplan.gml b/xplan-validator/xplan-validator-storage/src/test/resources/xplan.gml index 07d99bfb192a2f599ad75961058121ac7912d1d1..f0a39d2c05ca828ab826f3f779d5d43bbb4a4225 100644 --- a/xplan-validator/xplan-validator-storage/src/test/resources/xplan.gml +++ b/xplan-validator/xplan-validator-storage/src/test/resources/xplan.gml @@ -3,7 +3,7 @@ #%L xplan-validator-api - Software zur Verwaltung von XPlanGML Daten %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/pom.xml b/xplan-validator/xplan-validator-web/pom.xml index c98d25cb57378ba0ecbb9e9bc6f95d5a91a9bfd0..dc6ff95d0830895c89d236a259defcfdccef1cd4 100644 --- a/xplan-validator/xplan-validator-web/pom.xml +++ b/xplan-validator/xplan-validator-web/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-validator</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> @@ -277,10 +277,6 @@ <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> </dependencies> <profiles> diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/UploadFinishedDialogBox.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/UploadFinishedDialogBox.java index 0f07d2e17fa6265b82aea64adccda9f702dacc86..f5f2c30b70223b318a18dc83f48ff645d49f0190 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/UploadFinishedDialogBox.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/UploadFinishedDialogBox.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/XPlanValidatorWeb.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/XPlanValidatorWeb.java index e5cafa8e1c071b22cbb71df72c8e8a751656274f..69d5bd81817a33e3c2627c77a5840ed41010fa90 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/XPlanValidatorWeb.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/client/XPlanValidatorWeb.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/PlanArchiveManager.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/PlanArchiveManager.java index 58e10ec877efe30d903382f26d3fa274a54e1c13..c95dd5cc916910dcece779c645c7ba898a3b9990 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/PlanArchiveManager.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/PlanArchiveManager.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorMapPreviewConfigService.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorMapPreviewConfigService.java index 25f8854e0f1e0d3e3173c8a6605049dcaf6adc42..95b8bb7ac3ad971e2eaaf12b06f3a557301ea5bb 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorMapPreviewConfigService.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorMapPreviewConfigService.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorReportProvider.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorReportProvider.java index 1405f42421b9890f74b963cebe2e52c31d5f6d95..fd7ba7962451ed7e04392b462d8bc7d3849e4267 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorReportProvider.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/ValidatorReportProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanUploadService.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanUploadService.java index fa9d04096ed2559f2c34988b530ac3aa4a5ff9dc..9e08cb59b2fc361bb58bb4a6523c31847114814b 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanUploadService.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanUploadService.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanValidationServiceImpl.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanValidationServiceImpl.java index 8e96e52de8e7ec06c5115d32f59328174565b106..73e0370eceffdcb83aaae87f41c6a55f8684d5c4 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanValidationServiceImpl.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/server/service/XPlanValidationServiceImpl.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebContextConfig.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebContextConfig.java index cb764b18e02208a8d311adb2ace966cf7dd646c9..8c005b20611b45182080a19e21744a51448a047a 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebContextConfig.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebContextConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebSpringConfig.java b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebSpringConfig.java index 1aeface1d8f4d090bcb1e0cf3b52d1450724e7f5..4090d87a083657b7d6a361a07d3a0e4dbf2b73d2 100644 --- a/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebSpringConfig.java +++ b/xplan-validator/xplan-validator-web/src/main/java/de/latlon/xplan/validator/web/spring/config/XPlanValidatorWebSpringConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/resources/de/latlon/xplan/validator/web/XPlanValidatorWeb.gwt.xml b/xplan-validator/xplan-validator-web/src/main/resources/de/latlon/xplan/validator/web/XPlanValidatorWeb.gwt.xml index 065223eb0e78faf376868f9fcdd4f1b958339dba..24d2afc9d31e198b66e5fab80dfb85b831325dd5 100644 --- a/xplan-validator/xplan-validator-web/src/main/resources/de/latlon/xplan/validator/web/XPlanValidatorWeb.gwt.xml +++ b/xplan-validator/xplan-validator-web/src/main/resources/de/latlon/xplan/validator/web/XPlanValidatorWeb.gwt.xml @@ -3,7 +3,7 @@ #%L xplan-validator-web - Webanwendung XPlanValidatorWeb %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/resources/log4j2.yaml b/xplan-validator/xplan-validator-web/src/main/resources/log4j2.yaml index 110a52aec14ff40b7594d06c1fdecd62c6a54656..a51be847c913b86cc36560187997402caf4c4b4e 100644 --- a/xplan-validator/xplan-validator-web/src/main/resources/log4j2.yaml +++ b/xplan-validator/xplan-validator-web/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-validator-web - Webanwendung XPlanValidatorWeb # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/resources/validator-web.properties b/xplan-validator/xplan-validator-web/src/main/resources/validator-web.properties index d7b48ae1c42b43343c635508343b9c3d90fa7777..7af47da1b5360cd9c6e470eff2e7dd31fca72256 100644 --- a/xplan-validator/xplan-validator-web/src/main/resources/validator-web.properties +++ b/xplan-validator/xplan-validator-web/src/main/resources/validator-web.properties @@ -1 +1,21 @@ +### +# #%L +# xplan-validator-web - Webanwendung XPlanValidatorWeb +# %% +# Copyright (C) 2008 - 2025 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% +### xplanbox.services.validatorwms.url=${XPLAN_VALIDATORWMS_URL_PUBLIC:} \ No newline at end of file diff --git a/xplan-validator/xplan-validator-web/src/main/webapp/WEB-INF/web.xml b/xplan-validator/xplan-validator-web/src/main/webapp/WEB-INF/web.xml index fd32a81c21016fc9e1b68ae74e4b7a69336231a9..e34596b4cd2ae6acb4463ba3fd99b69ad5190dcb 100644 --- a/xplan-validator/xplan-validator-web/src/main/webapp/WEB-INF/web.xml +++ b/xplan-validator/xplan-validator-web/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L xplan-validator-web - Webanwendung XPlanValidatorWeb %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/webapp/XPlanValidatorWeb.css b/xplan-validator/xplan-validator-web/src/main/webapp/XPlanValidatorWeb.css index 85615b399e6e5d6746ba763c8b275a03f93e0e3f..084ca432749eab7c6b48822f1619da862baae391 100755 --- a/xplan-validator/xplan-validator-web/src/main/webapp/XPlanValidatorWeb.css +++ b/xplan-validator/xplan-validator-web/src/main/webapp/XPlanValidatorWeb.css @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/main/webapp/index.html b/xplan-validator/xplan-validator-web/src/main/webapp/index.html index 9cd79939fe34cd2728f384ee6ff97c75367c74d7..7e51b2bdb8b1818e6b290c7f7c278aa595fef800 100755 --- a/xplan-validator/xplan-validator-web/src/main/webapp/index.html +++ b/xplan-validator/xplan-validator-web/src/main/webapp/index.html @@ -2,7 +2,7 @@ #%L xplan-validator-web - Webanwendung XPlanValidatorWeb %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/server/service/ReportControllerTest.java b/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/server/service/ReportControllerTest.java index 593072045b9e930334501379424a6c2831b41399..8970d8871b6ca7af5ca072c24e72446576c0ca4e 100644 --- a/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/server/service/ReportControllerTest.java +++ b/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/server/service/ReportControllerTest.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/spring/config/TestConfig.java b/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/spring/config/TestConfig.java index 894b06426648f251a02be0a6850840133fefa691..097d2bb1be2c69cf60f5b6b7f334d5e092c39f6f 100644 --- a/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/spring/config/TestConfig.java +++ b/xplan-validator/xplan-validator-web/src/test/java/de/latlon/xplan/validator/web/spring/config/TestConfig.java @@ -2,7 +2,7 @@ * #%L * xplan-validator-web - Webanwendung XPlanValidatorWeb * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-validator/xplan-validator-web/src/test/resources/log4j2-test.yaml b/xplan-validator/xplan-validator-web/src/test/resources/log4j2-test.yaml index 9391aa5abcac7ce26db888514c18cc13625c7d9c..0e5ac020b71e527958f47c98f6eea89f0c14f610 100644 --- a/xplan-validator/xplan-validator-web/src/test/resources/log4j2-test.yaml +++ b/xplan-validator/xplan-validator-web/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-validator-web - Webanwendung XPlanValidatorWeb # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/pom.xml b/xplan-webservices/pom.xml index 9a5684c21c0cddc2ab2ca342d0ee195244ae67d8..84450c30b42faf5528dd7ad284ab0ae40781c9e3 100644 --- a/xplan-webservices/pom.xml +++ b/xplan-webservices/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-webservices/xplan-webservices-core/pom.xml b/xplan-webservices/xplan-webservices-core/pom.xml index 5f3553a0923f1ed64587de2c26159ebdc9ed2ee0..f287689a8d7c47275ce4db3bd3c212aba2cf9bec 100644 --- a/xplan-webservices/xplan-webservices-core/pom.xml +++ b/xplan-webservices/xplan-webservices-core/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-core/src/main/java/de/latlon/xplan/Now.java b/xplan-webservices/xplan-webservices-core/src/main/java/de/latlon/xplan/Now.java index 8ad7ec928bb3cc00271bf74d60044276d97d3bef..c3bc63899ed4474f5697545c932e40f6590e7352 100644 --- a/xplan-webservices/xplan-webservices-core/src/main/java/de/latlon/xplan/Now.java +++ b/xplan-webservices/xplan-webservices-core/src/main/java/de/latlon/xplan/Now.java @@ -2,7 +2,7 @@ * #%L * xplan-webservices-core - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-core/src/test/java/de/latlon/xplan/NowTest.java b/xplan-webservices/xplan-webservices-core/src/test/java/de/latlon/xplan/NowTest.java index e038f24165f3c86497a2791b566879e6040edc08..3dd61d0265f8648b808da89a22a2966811f98d35 100644 --- a/xplan-webservices/xplan-webservices-core/src/test/java/de/latlon/xplan/NowTest.java +++ b/xplan-webservices/xplan-webservices-core/src/test/java/de/latlon/xplan/NowTest.java @@ -2,18 +2,18 @@ * #%L * xplan-webservices-core - Commons Paket fuer XPlan Manager und XPlan Validator * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-inspireplu/pom.xml b/xplan-webservices/xplan-webservices-inspireplu/pom.xml index 4ca684d29eed9b44b63e710f1b3d03831c9ec14b..3a93e4ed6a25fab81a93abc1720ae90c421568ad 100644 --- a/xplan-webservices/xplan-webservices-inspireplu/pom.xml +++ b/xplan-webservices/xplan-webservices-inspireplu/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <dependencies> diff --git a/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.component.properties index 0834fc24ff87592e2b01c418cbfe0bfcc88163e0..d71691c46a19ae46035cdaf4ff71f6b7b4c8548b 100644 --- a/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.component.properties @@ -2,7 +2,7 @@ # #%L # xplansyn-wfs - deegree XPlanSyn WebFeatureService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.yaml b/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.yaml index a0176cbd8901b39c4c092d83f9a3aa1fa15f5a42..3948f07eb43c0a09c864d63d6869dfbe061ff54e 100644 --- a/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.yaml +++ b/xplan-webservices/xplan-webservices-inspireplu/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-webservices-inspireplu - deegree INSPIRE PLU webservices # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-inspireplu/src/test/java/de/latlon/xplan/services/inspireplu/XPlanInspirePluWarStructureIT.java b/xplan-webservices/xplan-webservices-inspireplu/src/test/java/de/latlon/xplan/services/inspireplu/XPlanInspirePluWarStructureIT.java index 1b80036ecd99cf2ac36be9ed59e26b70a98a3541..85cd17005435ca25b3fe15ca2d1539728be7b2ab 100644 --- a/xplan-webservices/xplan-webservices-inspireplu/src/test/java/de/latlon/xplan/services/inspireplu/XPlanInspirePluWarStructureIT.java +++ b/xplan-webservices/xplan-webservices-inspireplu/src/test/java/de/latlon/xplan/services/inspireplu/XPlanInspirePluWarStructureIT.java @@ -2,18 +2,18 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-mapproxy/pom.xml b/xplan-webservices/xplan-webservices-mapproxy/pom.xml index 7e7441dbae6b2eea0637702b6582c899388ff8fb..455aa2f1dad3fb9dc170744af3bdf428d90939ea 100644 --- a/xplan-webservices/xplan-webservices-mapproxy/pom.xml +++ b/xplan-webservices/xplan-webservices-mapproxy/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/pom.xml b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/pom.xml index 1de16cec480c67aa6411ebe6814dbcf8878a26e5..fe4e29c54954764f61af3f0278ce196f275b98cf 100644 --- a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/pom.xml +++ b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-mapproxy</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/assembly/assembly.xml b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/assembly/assembly.xml index 77ade2eb8b47fb50546a6aecc6b7fccf09677d13..59a1f2409de431b124220a0ad4933f02ca51ba94 100644 --- a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/assembly/assembly.xml +++ b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ #%L xplan-mapproxy-config - Modul zur Gruppierung aller Webservices %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/mapproxy.yaml b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/mapproxy.yaml index 0fcc190c5738b2b9c08771438473ba1dc477b7bb..64b2d3ef89a5bbe4139ba635a4cd39adc614833e 100644 --- a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/mapproxy.yaml +++ b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/mapproxy.yaml @@ -2,7 +2,7 @@ # #%L # xplan-mapproxy-config - Modul zur Gruppierung aller Webservices # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/seed.yaml b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/seed.yaml index 5f352d1fc8ad7d2b8b028be031919d6580f6937a..5da5653664147693c8af19faa198dccbc56b8eb8 100644 --- a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/seed.yaml +++ b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-config/src/main/resources/seed.yaml @@ -2,7 +2,7 @@ # #%L # xplan-mapproxy-config - Modul zur Gruppierung aller Webservices # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 @@ -69,15 +69,54 @@ seeds: coverages: [sochanges] refresh_before: days: 0 - # wird bei einem frischen Deployment vermutlich gar nicht benötigt? - fullseed_25832: - caches: [bplan_raster_cache_25832,bplan_vektor_cache_25832,fplan_raster_cache_25832,fplan_vektor_cache_25832,lplan_raster_cache_25832,lplan_vektor_cache_25832,rplan_raster_cache_25832,rplan_vektor_cache_25832,soplan_raster_cache_25832,soplan_vektor_cache_25832] - coverages: [full] + bp_fullseed_25832: + caches: [bplan_raster_cache_25832,bplan_vektor_cache_25832] + coverages: [bp_all] + refresh_before: + days: 0 + fp_fullseed_25832: + caches: [fplan_raster_cache_25832,fplan_vektor_cache_25832] + coverages: [fp_all] + refresh_before: + days: 0 + lp_fullseed_25832: + caches: [lplan_raster_cache_25832,lplan_vektor_cache_25832] + coverages: [lp_all] + refresh_before: + days: 0 + rp_fullseed_25832: + caches: [rplan_raster_cache_25832,rplan_vektor_cache_25832] + coverages: [rp_all] + refresh_before: + days: 0 + so_fullseed_25832: + caches: [soplan_raster_cache_25832,soplan_vektor_cache_25832] + coverages: [so_all] + refresh_before: + days: 0 + bp_fullseed_3857: + caches: [bplan_raster_cache_3857,bplan_vektor_cache_3857] + coverages: [bp_all] + refresh_before: + days: 0 + fp_fullseed_3857: + caches: [fplan_raster_cache_3857,fplan_vektor_cache_3857] + coverages: [fp_all] + refresh_before: + days: 0 + lp_fullseed_3857: + caches: [lplan_raster_cache_3857,lplan_vektor_cache_3857] + coverages: [lp_all] refresh_before: days: 0 - fullseed_3857: - caches: [bplan_raster_cache_3857,bplan_vektor_cache_3857,fplan_raster_cache_3857,fplan_vektor_cache_3857,lplan_raster_cache_3857,lplan_vektor_cache_3857,rplan_raster_cache_3857,rplan_vektor_cache_3857,soplan_raster_cache_3857,soplan_vektor_cache_3857] - coverages: [full] + rp_fullseed_3857: + caches: [rplan_raster_cache_3857,rplan_vektor_cache_3857] + coverages: [rp_all] + refresh_before: + days: 0 + so_fullseed_3857: + caches: [soplan_raster_cache_3857,soplan_vektor_cache_3857] + coverages: [so_all] refresh_before: days: 0 coverages: @@ -102,6 +141,23 @@ coverages: datasource: "PG:" where: "select plan_id, ST_Union(bbox) as bbox, array_agg(operation) operations from xplanmgr.planslog where xp_type='SO_Plan' and (planstatus_new='Festgestellt' or planstatus_old='Festgestellt') and last_update_date > localtimestamp - interval '1 day' and plan_id not in (select plan_id from xplanmgr.planslog WHERE last_update_date > localtimestamp - interval '1 d' GROUP BY plan_id HAVING array_agg(operation) @> ARRAY['INSERT'::varchar(6),'DELETE'::varchar(6)]) GROUP BY plan_id" srs: 'EPSG:4326' - full: - bbox: [${XPLAN_SERVICES_BBOX_4326}] + bp_all: + datasource: "PG:" + where: "select ST_UNION(ARRAY(select bbox from xplanmgr.planslog where planstatus_new='Festgestellt' and xp_type='BP_Plan'))" + srs: 'EPSG:4326' + fp_all: + datasource: "PG:" + where: "select ST_UNION(ARRAY(select bbox from xplanmgr.planslog where planstatus_new='Festgestellt' and xp_type='FP_Plan'))" + srs: 'EPSG:4326' + lp_all: + datasource: "PG:" + where: "select ST_UNION(ARRAY(select bbox from xplanmgr.planslog where planstatus_new='Festgestellt' and xp_type='LP_Plan'))" + srs: 'EPSG:4326' + rp_all: + datasource: "PG:" + where: "select ST_UNION(ARRAY(select bbox from xplanmgr.planslog where planstatus_new='Festgestellt' and xp_type='RP_Plan'))" srs: 'EPSG:4326' + so_all: + datasource: "PG:" + where: "select ST_UNION(ARRAY(select bbox from xplanmgr.planslog where planstatus_new='Festgestellt' and xp_type='SO_Plan'))" + srs: 'EPSG:4326' \ No newline at end of file diff --git a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/docker-entrypoint.sh b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/docker-entrypoint.sh index 6b53f6efbd2b178f29209e815eee7c36f20c9b72..c3f7acca45dca73b69cb22648f3dd1b966848d28 100755 --- a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/docker-entrypoint.sh +++ b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/docker-entrypoint.sh @@ -20,6 +20,10 @@ if [ "$executionMode" == "seed" ] then echo "[$(date -Iseconds)] MapProxy seed..." exec mapproxy-seed -f /srv/mapproxy/mapproxy.yaml -s /srv/mapproxy/seed.yaml -c $XPLAN_MAPPROXY_RESEED_CONCURRENCY --seed bpreseed_25832,fpreseed_25832,lpreseed_25832,rpreseed_25832,soreseed_25832,bpreseed_3857,fpreseed_3857,lpreseed_3857,rpreseed_3857,soreseed_3857 +elif [ "$executionMode" == "fullseed" ] +then + echo "[$(date -Iseconds)] MapProxy full seed..." + exec mapproxy-seed -f /srv/mapproxy/mapproxy.yaml -s /srv/mapproxy/seed.yaml -c $XPLAN_MAPPROXY_RESEED_CONCURRENCY --seed bp_fullseed_25832,fp_fullseed_25832,lp_fullseed_25832,rp_fullseed_25832,so_fullseed_25832,bp_fullseed_3857,fp_fullseed_3857,lp_fullseed_3857,rp_fullseed_3857,so_fullseed_3857 else echo "[$(date -Iseconds)] MapProxy startup..." exec uwsgi --ini /srv/mapproxy/uwsgi.ini diff --git a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/pom.xml b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/pom.xml index 97b0cd388ec0e5033d8eecc816fb678375430e10..f36d99676bd78947cf10abcd37386e130f178951 100644 --- a/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/pom.xml +++ b/xplan-webservices/xplan-webservices-mapproxy/xplan-mapproxy-docker/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-mapproxy</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-webservices/xplan-webservices-mapserver/pom.xml b/xplan-webservices/xplan-webservices-mapserver/pom.xml index 2feeb67f8a9f4c36c7193275422d28bd1fadf58e..0c2665c676a0cab2c9aab41f915bde53085c30fd 100644 --- a/xplan-webservices/xplan-webservices-mapserver/pom.xml +++ b/xplan-webservices/xplan-webservices-mapserver/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/pom.xml b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/pom.xml index 0fa4b5a9c2f64930d39651858f0f69b7edc57093..688c9ff0382359e63cfac49cb41bd3f4cfebc415 100644 --- a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/pom.xml +++ b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-mapserver</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/assembly/assembly.xml b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/assembly/assembly.xml index 18e5b5b80af9995ccf8f42360fb0c655c2067a2d..ffe4457f4e51080109389ba73d05bfeb09c293dd 100644 --- a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/assembly/assembly.xml +++ b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ #%L xplan-mapserver-config - Modul zur Gruppierung aller Webservices %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/resources/mapserver.map b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/resources/mapserver.map index fee79ac7b01946014d617ded2a3ed487b981aea3..9f2197ef79d0df67777742358fc914fef48acd81 100644 --- a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/resources/mapserver.map +++ b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-config/src/main/resources/mapserver.map @@ -2,7 +2,7 @@ # #%L # xplan-mapserver-config - Modul zur Gruppierung aller Webservices # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-docker/pom.xml b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-docker/pom.xml index c1a650a88b72aa043b4b9b2c797a5024d3647d5a..e68ee8d468eeef28e4fa48b3d6ab469e0b599aa5 100644 --- a/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-docker/pom.xml +++ b/xplan-webservices/xplan-webservices-mapserver/xplan-mapserver-docker/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-mapserver</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-webservices/xplan-webservices-services/pom.xml b/xplan-webservices/xplan-webservices-services/pom.xml index bc2929cb4932cb5d6322535f78afe12fd3152776..f8b9c3e9da3f6e3149ec5a59485ac69740bd8034 100644 --- a/xplan-webservices/xplan-webservices-services/pom.xml +++ b/xplan-webservices/xplan-webservices-services/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <modules> diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-docker/pom.xml b/xplan-webservices/xplan-webservices-services/xplan-services-docker/pom.xml index 5d702315542f528d05da67455739c2c1326e2697..bf5bbc52ee1ace568033ad7a4f7a50e03a525c33 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-docker/pom.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-docker/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-services</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <properties> diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/pom.xml b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/pom.xml index 9321cb8916d9b8eddc519f01add241757129997c..7d0f2c5ff1309a6bcee855dac8b0cbadaf8c0066 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/pom.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-services</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.component.properties index 0834fc24ff87592e2b01c418cbfe0bfcc88163e0..d71691c46a19ae46035cdaf4ff71f6b7b4c8548b 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.component.properties @@ -2,7 +2,7 @@ # #%L # xplansyn-wfs - deegree XPlanSyn WebFeatureService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.yaml b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.yaml index 57b31ca69eb52216abcffb571b04c258b3277545..3945bbf49f5fa47d43ee60514663da65f31621bf 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.yaml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-services-wfs-syn - deegree XPlanSyn WebFeatureService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/webapp/WEB-INF/web.xml b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/webapp/WEB-INF/web.xml index 2e1e9dbb052ecc2b3e729e3171f9274c121f0432..6b594dd262ea1d62b3a6f3ab166cdfeb12fa9493 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/webapp/WEB-INF/web.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L xplan-services-wfs-syn - deegree XPlanSyn WebFeatureService %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/test/java/de/latlon/xplan/services/synwfs/XPlanServicesSynWfsWarStructureIT.java b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/test/java/de/latlon/xplan/services/synwfs/XPlanServicesSynWfsWarStructureIT.java index 6d96d96e83af73b506fc5ca3bbc88acad3052db3..cbcbcfcb29c7042c2e0dbf66ead1e4c48f4834ce 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/test/java/de/latlon/xplan/services/synwfs/XPlanServicesSynWfsWarStructureIT.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs-syn/src/test/java/de/latlon/xplan/services/synwfs/XPlanServicesSynWfsWarStructureIT.java @@ -2,18 +2,18 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/pom.xml b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/pom.xml index 10d28aec9e7264d14961e5476be40ada1e88740e..6f1e2b208567f2c566fc4b8ce7dfb197877af086 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/pom.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-services</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.component.properties index 20fd49f32d2f67af088333f60a7211e592551d8a..2cc9b4cd6ed2aa9deaf77365184c0315507e6414 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.component.properties @@ -2,7 +2,7 @@ # #%L # xplan-wfs - deegree XPlan WebFeatureService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.yaml b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.yaml index cba88de4b966f93fadcddd3e5b3605c57cc6ff91..ca91d751f4d106402050bfabddd253c5fe5e0406 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.yaml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-services-wfs - deegree XPlan WebFeatureService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/webapp/WEB-INF/web.xml b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/webapp/WEB-INF/web.xml index 5765b5369f376c828349b84b49a583fbf87e8b13..a8b032fc7c217abff56c34d4be20498f51aedb4a 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/webapp/WEB-INF/web.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L xplan-services-wfs - deegree XPlan WebFeatureService %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/test/java/de/latlon/xplanbox/services/wfs/XPlanServicesWfsWarStructureIT.java b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/test/java/de/latlon/xplanbox/services/wfs/XPlanServicesWfsWarStructureIT.java index f67f285d66ae5442b0ca6b85bee4b1be32f22919..77c9bc01ecf2a4cacb15243a8c5479641123e4bd 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/test/java/de/latlon/xplanbox/services/wfs/XPlanServicesWfsWarStructureIT.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wfs/src/test/java/de/latlon/xplanbox/services/wfs/XPlanServicesWfsWarStructureIT.java @@ -2,18 +2,18 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/pom.xml b/xplan-webservices/xplan-webservices-services/xplan-services-wms/pom.xml index 4ed5c2c143b0ae026641c629b454d5f085d483a0..a097d19e2f05657877c08ffb948f46224f3f59f0 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/pom.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices-services</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/DeletePlanwerkServlet.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/DeletePlanwerkServlet.java index 03a95312de63d2a6c579f4d29ef55c9a8d004af8..32cc854250c68ddca07a0a1e70a702ccf5a2f1b0 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/DeletePlanwerkServlet.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/DeletePlanwerkServlet.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/MetadataProviderWrapper.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/MetadataProviderWrapper.java index 84c00377bfb7e35185e4f379342a09a32a7b472b..769aa8fdd3a49fd65e03ab4c6f6b8129a4901bef 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/MetadataProviderWrapper.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/MetadataProviderWrapper.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/Plan.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/Plan.java index fb6594bba850a95ac0fa33e6bcb32edc6204a776..c3b89187aa9774f4a8c1ab05a27efc41f12479d6 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/Plan.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/Plan.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkBuilder.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkBuilder.java index 3a80103205804948ec123c05c57079beadabc86f..2086cd83103ccd292cb299509857ba8d00059d1a 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkBuilder.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkBuilder.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkController.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkController.java index df2af04350038defc707945d75a23ac758122ee0..c883d05306a3228f9a5f82df41c11d869df08217 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkController.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkController.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkFilter.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkFilter.java index 5d2c2e94b60c9621396d7d961f7c626bf096d3de..3104dc8036b0d44d0d686a6540492631815712f0 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkFilter.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkFilter.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkMetadata.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkMetadata.java index eb56c0f6ba52566038d314cce7f5dc03f46937b6..130462aea20d803fa7a2f4ca684a69e54dbb1297 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkMetadata.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkMetadata.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkProvider.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkProvider.java index 2358c8fdbddd06d08cd7464f456577dc164d134a..befd18108f60a5de78c8b3a227049592f1a9a1af 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkProvider.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkProvider.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkReader.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkReader.java index 424671a21e3ba235f9a7244a7151dec46a45b06e..fd9ec45dad2c83ff8543412340db049df7584a4d 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkReader.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkReader.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkResourceLocation.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkResourceLocation.java index 0324b690d2d504af1cba50d89d7e86fbcc942bf1..3493379bce2a4e91f90ad0394c69d68b814ee706 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkResourceLocation.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/PlanwerkResourceLocation.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilter.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilter.java index fe48183f180cf760eb59eca7c098f517df4561f7..42a8e8c6638428575cbaa2b0d85a2bfa956d2277 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilter.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilter.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-services-wms - deegree XPlan WebMapService + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -48,4 +68,4 @@ public interface XMLStreamWriterFilter extends XMLStreamWriter { public XMLStreamWriter getDelegate(); -} \ No newline at end of file +} diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilterBase.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilterBase.java index 13aeb6c6de8ffbf40686274b16fec63fe8fb0a80..e229d771d5928f596b3ad6fa1e01611731b94b91 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilterBase.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/planwerkwms/XMLStreamWriterFilterBase.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-services-wms - deegree XPlan WebMapService + * %% + * Copyright (C) 2008 - 2025 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% + */ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -190,4 +210,4 @@ public abstract class XMLStreamWriterFilterBase implements XMLStreamWriterFilter */ protected abstract String xmlData(String value); -} \ No newline at end of file +} diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/wms/GetAttachmentHandler.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/wms/GetAttachmentHandler.java index c171240f0b26b2555e535331abe74d2ccc4bec12..d85880fc327c3648738f8d41f4095be83ad34777 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/wms/GetAttachmentHandler.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/java/de/latlon/xplan/wms/GetAttachmentHandler.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/META-INF/schemas/services/planwerkwms/1.0/planwerk_configuration.xsd b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/META-INF/schemas/services/planwerkwms/1.0/planwerk_configuration.xsd index f363d13895c4dc39cac42861ec21be940a8bec18..19994ad13ed1ed7fbce3e11226e2a6d7fbaeb01e 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/META-INF/schemas/services/planwerkwms/1.0/planwerk_configuration.xsd +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/META-INF/schemas/services/planwerkwms/1.0/planwerk_configuration.xsd @@ -3,7 +3,7 @@ #%L xplan-services-wms - deegree XPlan WebMapService %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.component.properties index 9737e039ab99c8fae1086513664f65bb73fe0b78..b12d2c0e8111da9a5ac0f1aa1c6a27476b9ae3d9 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.component.properties @@ -2,7 +2,7 @@ # #%L # xplan-wms - deegree XPlan WebMapService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.yaml b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.yaml index c40cbc93add861953627cc5f7fc995c6411213ea..696f1ef972bbe6a4718f3b934fed1a7fc37fd23b 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.yaml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-services-wms - deegree XPlan WebMapService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/webapp/WEB-INF/web.xml b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/webapp/WEB-INF/web.xml index 4f63bf1ea4341088e42221c4ccab53b9113bfc58..e049fa9dbc60f9f850dfacac98e7bf0ce23c89ba 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/webapp/WEB-INF/web.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L xplan-services-wms - deegree XPlan WebMapService %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/planwerkwms/PlanwerkMetadataTest.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/planwerkwms/PlanwerkMetadataTest.java index 76eff139d75e7429fa05c0324bcc9fe038d71bbe..9f447631589a7d46a4bfcd2df5a60c2b58058fd9 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/planwerkwms/PlanwerkMetadataTest.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/planwerkwms/PlanwerkMetadataTest.java @@ -2,7 +2,7 @@ * #%L * xplan-services-wms - deegree XPlan WebMapService * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/services/wms/XPlanServicesWmsWarStructureIT.java b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/services/wms/XPlanServicesWmsWarStructureIT.java index 3659e27a50d30241800ca5d885b3647da1959cbf..ff0c64d89c3ac31d7456948eb33899b5aae58d02 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/services/wms/XPlanServicesWmsWarStructureIT.java +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/java/de/latlon/xplan/services/wms/XPlanServicesWmsWarStructureIT.java @@ -2,18 +2,18 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/log4j2-test.yaml b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/log4j2-test.yaml index 9b28cd4129130666395a6ecc3ca5787f7afaf3e9..60be53ae4b538e001791690b4c7ea6a760fd978a 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/log4j2-test.yaml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/log4j2-test.yaml @@ -2,7 +2,7 @@ # #%L # xplan-services-wms - deegree XPlan WebMapService # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/planwerkwms.xml b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/planwerkwms.xml index 80308b1f1d90a212e4d197698f1a27f00f377cbd..28816d4f968dc84b5dce2080a4a7d8178dee732d 100644 --- a/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/planwerkwms.xml +++ b/xplan-webservices/xplan-webservices-services/xplan-services-wms/src/test/resources/planwerkwms.xml @@ -3,7 +3,7 @@ #%L xplan-services-wms - deegree XPlan WebMapService %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-validator-wms/pom.xml b/xplan-webservices/xplan-webservices-validator-wms/pom.xml index 90d466be30068ee1b476cf902338834940e3d108..fcb1504f8d960cdd76d758ce86e8cdce9b4ca6d5 100644 --- a/xplan-webservices/xplan-webservices-validator-wms/pom.xml +++ b/xplan-webservices/xplan-webservices-validator-wms/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/ApplicationContextInitializer.java b/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/ApplicationContextInitializer.java index b7ad6da97f558b5a9899a20ce2535b2a874194d2..e37f73ad81c21fccd0dd2a7994b606c5dcd15bf4 100644 --- a/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/ApplicationContextInitializer.java +++ b/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/ApplicationContextInitializer.java @@ -2,7 +2,7 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/config/JobWebContext.java b/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/config/JobWebContext.java index 3b35dab6b46b22421ff88cf51ea2c5a3b092dd28..2c72b0d68337d48348bc046ef920e6b2b7e9dcac 100644 --- a/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/config/JobWebContext.java +++ b/xplan-webservices/xplan-webservices-validator-wms/src/main/java/de/latlon/xplan/validator/wms/config/JobWebContext.java @@ -2,7 +2,7 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.component.properties index 285cef91c2c456f4e75aedfeb88f488edd9fd9be..5863ad8227be5aec03b66ac31718ecedd966bec0 100644 --- a/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.component.properties @@ -2,7 +2,7 @@ # #%L # xplan-validator-wms - XPlanValidatorWMS # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.yaml b/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.yaml index 64483ec171fa43db7503f3165c342703ecea21c6..fe7c3ce321223616d3d8be46f813ec820d99dd7b 100644 --- a/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.yaml +++ b/xplan-webservices/xplan-webservices-validator-wms/src/main/resources/log4j2.yaml @@ -2,7 +2,7 @@ # #%L # xplan-webservices-validator-wms - XPlanValidatorWMS # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-validator-wms/src/main/webapp/WEB-INF/web.xml b/xplan-webservices/xplan-webservices-validator-wms/src/main/webapp/WEB-INF/web.xml index 95dce793f76f7a7f5f75772df4939b9d41f797ba..72d13abaa2723c301f0ecc4172b763fec5091fd6 100644 --- a/xplan-webservices/xplan-webservices-validator-wms/src/main/webapp/WEB-INF/web.xml +++ b/xplan-webservices/xplan-webservices-validator-wms/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-validator-wms - XPlanValidatorWMS %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-validator-wms/src/test/java/de/latlon/xplan/validator/wms/XPlanValidatorWmsWarStructureIT.java b/xplan-webservices/xplan-webservices-validator-wms/src/test/java/de/latlon/xplan/validator/wms/XPlanValidatorWmsWarStructureIT.java index d667a66ed4c49e814429aeabda4fb700aed8e472..753311d8641747f6685fcabda8cf47257b2a258b 100644 --- a/xplan-webservices/xplan-webservices-validator-wms/src/test/java/de/latlon/xplan/validator/wms/XPlanValidatorWmsWarStructureIT.java +++ b/xplan-webservices/xplan-webservices-validator-wms/src/test/java/de/latlon/xplan/validator/wms/XPlanValidatorWmsWarStructureIT.java @@ -2,18 +2,18 @@ * #%L * xplan-webservices-validator-wms - XPlanValidatorWMS * %% - * Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-workspaces/pom.xml b/xplan-webservices/xplan-webservices-workspaces/pom.xml index 1cb7b026f92bb5afa2d5c0b9caf26f2574c3d69c..9ba32af2f00e32d975ce5fe4fd98440c04ac91e2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/pom.xml +++ b/xplan-webservices/xplan-webservices-workspaces/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>8.0-SNAPSHOT</version> + <version>8.0-RC1</version> </parent> <build> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-manager-workspace.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-manager-workspace.xml index 9958bbd840803eaab2a4bb2c9325758fdf92498c..3fe543357997fc68cab8cf629255011c24e018ba 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-manager-workspace.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-manager-workspace.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-syn-workspace.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-syn-workspace.xml index 53a995e5cf6009deaa1e5e4218184e9690a792df..a64894657b0d0b3e2ad847d4b2de0de8e953dff2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-syn-workspace.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-syn-workspace.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-workspace.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-workspace.xml index 6581fc8240bb16346bc4c589b2f1f7b4c5df077e..c66a9aadc1ae248ee2cd5aae36206e3737f157c5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-workspace.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wfs-workspace.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wms-workspace.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wms-workspace.xml index db9639ef2da5696a7e4f440c09746372ce16f784..de314cfa5e1565a2a1e082cf6d66145b9947cf29 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wms-workspace.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-services-wms-workspace.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-validator-workspace.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-validator-workspace.xml index eb64091988f4777e0ea37478ddc1c9ff6ee6f825..6ba40b8702234d9069ba70f55dfc5808d411f201 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-validator-workspace.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-validator-workspace.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-inspireplu-workspace.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-inspireplu-workspace.xml index 7ce84cd0dad8cf74b12b52c5a4ec1ee3554d1b58..e1a8aa021c8b50c4489b8b58eab298971764234b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-inspireplu-workspace.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-inspireplu-workspace.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-validator-wms-workspace.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-validator-wms-workspace.xml index 899c4db7ac8eb804fedf2f8b96139c0b7f7619ce..fabce0c1454d79e0c419ca52fb03054c4bd4bb51 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-validator-wms-workspace.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/assembly/xplan-webservices-validator-wms-workspace.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-inspireplu/bbox_cache.properties b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-inspireplu/bbox_cache.properties index 0b0bbef709a3b816c115310b62d3004091711fe5..58bc0ca82cb43dad30a65f423f934d0bca9cd9a0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-inspireplu/bbox_cache.properties +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-inspireplu/bbox_cache.properties @@ -2,7 +2,7 @@ # #%L # xplan-workspaces - Modul zur Gruppierung aller Workspaces # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties index 2a0f0f482f5fc2e3d02a7df3d63b87b70ec62a46..0a5da9460e97da8567d5dcce06a987a9c654f8dd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties index 763182d2a8dcea9ae9de8669d8d28e1993038a5b..4d77ad47340a7f1b6165924422ff90b538df97d5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties @@ -1,18 +1,18 @@ # #%L # xplanbox-syn - Automatisiert erzeugte Konfiguration # %% -# Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# Copyright (C) 2008 - 2025 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% diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu.xml index dda5dd1a690fe029b78cbebab3ff515c9cf88c4e..1efd43694c3ffa987d731e0cda491e5956b99a5d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu_view.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu_view.xml index 5bb0f6d75a6440d3eb3407ff8e64ca510d0b9218..1b49a4fa59d114f8ece467c3f775796094e0d49b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu_view.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/inspireplu_view.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/validator-wms/sql/xplansyn.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/validator-wms/sql/xplansyn.xml index b825414ad59f998cf47e45455ace1fbc69bd62e3..89f6bdf6b7c49e0954ddca54c1948eaacf1b8588 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/validator-wms/sql/xplansyn.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/validator-wms/sql/xplansyn.xml @@ -1,18 +1,18 @@ <!-- #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%--> @@ -14027,4 +14027,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40.xml index fa35c1a058e8db0d12f0315a6903f8ddb80858d8..4573533ec512e422d3b09280fe4308797e1c04ec 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40archive.xml index d58ea49a7fbd0546e2a3a70079e3c2610a22a4e0..4c6d60568ec9ffc45a5009c70215ce1bdd4377e6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40pre.xml index be24e8d88dc88308317285bfe0b1578ba69ddc48..5e526b5b896e3fc231e8b7c1344736c180e1e1d5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan40pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41.xml index d5cbb41429d683a8f85ea340003582a4357d9a7f..2811f2f1e6f2a1bc5f0e99d671a6f971c2b7fa13 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41archive.xml index dae0375b8c07136c277f340e3b9c984a70237d52..ad3f356917a8a625301b62d1862125d3944069c1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41pre.xml index 2dd40c892e30bf9c25d55507d19e0adba93fa197..4d44d5331c78b5cfee868ffa1fe8f4d0a28eb011 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan41pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50.xml index 27c7b7489cc9b014876014f883d431e0e6a5be9c..a2fd4eaca81bda4b9f924c9c36323f9fb81e1b1c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50archive.xml index 2956a98ded2fb044db78c7587c20ef6ee8c41422..255d0268bafaf3224eba15bce6251507af190516 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50pre.xml index d649e0a4fd6f93557ff114bfd2634265183ac049..1b0b08ef0dbcaadeb9f72c706fc2d1c8f3e628b0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan50pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51.xml index 67973d2331ba31838558ae5304d3f2866f1f28a7..66b7f4de91491e0c64cf1b1afbe47c2fa0ae1c44 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51archive.xml index e4e8d78632351dbfe513a37d72b3cb3b5e7b1328..cb90df0b902f03a87e1f303f9e443818b839f5aa 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51pre.xml index d0d489ce25099d5e9524e45c8f917bb5d7e3ac2c..8712c09be8b5051734f82365521c1eb02cc31884 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan51pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52.xml index 696964e0be512be7f47dcd912e100b3a1f577836..2a49c44144a830fa59b2b8485a16b0479487797a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52archive.xml index 4843752ed5dbce290859f5ea0b8f13691e3b29c7..0ee43981c4baabafbf83ae86188b8422f2ce98b5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52pre.xml index 6b2cc1018a9fe96c470f5acf84e7ff9dab6a948a..e85235ac2c83c6e57473409bb004b0b7070459ed 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan52pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53.xml index 493e7ff5b853740bec4225207ffbee11a07dd25e..6b607b34024af10e67f4b2c99166b30f48476eff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53archive.xml index fe60bf85add63c628487a68f9e6ef28779a4e288..3e9e0c2c7d9b75a016160b71c96652e174e6f8ff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53pre.xml index 2caf56f1180443ee40f19d164df12e6512ac9031..3afede20d1d8e3b41a2e2c22a728f58798de2e46 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan53pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54.xml index b7b64b30f313cf6304c27d5dec36854299010534..f658840c705be63790bf153d9b70860e41f2dcce 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54archive.xml index 13e07df0e66f10da7ae8ace6864b5fb987b6a1cd..e54caf172cd2dcfd6157f46cc0bb1eff2db489f3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54pre.xml index 0f292c7acbb10e0aae605a1c8ce73b69fa83bf31..ca43c1d4d47fbb36472fd404c5cb147e0dec1015 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan54pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60.xml index 6d9876819905ed16f3e8e2ed0125d025fa1b87c9..5fe3db1cb4b10c4b066af59540d43243ba046042 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60archive.xml index 9bf76bc500cb43c3b113b2f40175c5e8cc119864..7bf8870d3f5370ddc03f90350e8d91b63a6dddf6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60pre.xml index 3871057811a881e065522459321cbb5282bc9e56..20651b063a5fc808983e74166f06460370adc07d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplan60pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansyn.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansyn.xml index 66be593ce06a540c1ee11d5af1ea90a699020f8d..e16abce9ae50bb8f46cf31950f37c3021c7f5f4c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansyn.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansyn.xml @@ -1,18 +1,18 @@ <!-- #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%--> @@ -14027,4 +14027,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml index c5012b3889c83aa8fd63eb10d361f211182b64df..50e4ed35552195c5eda531ab5bcb107154c5783e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml @@ -1,18 +1,18 @@ <!-- #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%--> @@ -14027,4 +14027,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml index c09a8755ff590d4532b3c48c5b399aed0c38eb7d..d320648d02f6ccc36400ee33c6503e2681027833 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml @@ -1,18 +1,18 @@ <!-- #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%--> @@ -14027,4 +14027,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/remoteows/mapserver.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/remoteows/mapserver.xml index a9f6f209cffcbf7edcdf4cf31e31d2d3707f9ca4..858ed2deeebf4f6baf4313848a93689c6d878b09 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/remoteows/mapserver.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/datasources/remoteows/mapserver.xml @@ -1,3 +1,23 @@ +<!-- + #%L + xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces + %% + Copyright (C) 2008 - 2025 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% + --> <RemoteWMS xmlns="http://www.deegree.org/remoteows/wms"> <CapabilitiesDocumentLocation location="http://localhost:8080/mapserver?request=GetCapabilities&service=WMS&version=1.1.1"/> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/inspireplu.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/inspireplu.xml index 4bc5b6edc55e2f6f711c9a529c91abcf26080ba3..b7fe59db60a85de4b1b652db60d28bd62469a05c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/inspireplu.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/inspireplu.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplu.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplu.xml index 54f20c3a172df8772bcee46958f0030a9e65196f..97140d082c41131c19753b38f893b44390efb8e2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplu.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplu.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplucp.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplucp.xml index 4bc5b6edc55e2f6f711c9a529c91abcf26080ba3..b7fe59db60a85de4b1b652db60d28bd62469a05c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplucp.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/inspireplucp.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplan.xml index 578dac7330f1db7e968aa68e7acf050d733f77b8..ec63bea7c8eeff2064ce0d2a66ff1b18e750b981 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplan.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplancp.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplancp.xml index 91c0347e94f732658c96cb94788b212f0c0f37b0..cca60c6b24fa72fea876fcfd60d49e62b332276d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplancp.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/manager/xplancp.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/xplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/xplan.xml index 91c0347e94f732658c96cb94788b212f0c0f37b0..cca60c6b24fa72fea876fcfd60d49e62b332276d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/xplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/jdbc/xplan.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplan.xml index 19c2900511d1e4aacac3bb07c69fa8baf1d15bb6..fb8d413b06ee7979615e9ca2da3fa2b46f2ab302 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanarchive.xml index f233fa5b88ecf342621e43aac635ee0830815a55..718d6abf0afd2c06cd43f2a4499f78fc749e8aab 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanpre.xml index 776062cffefb4a9aa6af247488f6243bbe4976d1..2f362f8e7a9214175b19d743923268342ead6594 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/bplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplan.xml index d034401343228311608a46ffc139e38e0be8f1b2..5887160726ee620ff54b1af5ef44646e72c47775 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanarchive.xml index 58fa1f09e92d335de68b14affaace2ba530d8497..c7e300ecf62d73563d1dc249c94b23a38e3687a4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanpre.xml index fa9613be3295be2a7a1bb5b26b33613e792a8282..a0869c434a960e82e8cfd015634eeb13368b05e8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/fplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/inspireplu.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/inspireplu.xml index 7add6b82eca59d743c5da12232a7400f83e1451f..7f0144dad3b78d751a093265ff76504fe8428a80 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/inspireplu.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/inspireplu.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplan.xml index b692dba830526c6959d30a8d8eec106e9269c3c4..5bf4c0d73e11d3d62ae16a2b6732158c3b674cf0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanarchive.xml index 9f9c69021e1ce4b33ad34f21e358ac61683d2044..d64b51f43eda6b05dc07f961b45a886e809615fb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanpre.xml index ad715547de0a030baca4583a2d8caa7c6714826b..5a2136d81991413cda9419cd892cd5e604d6fe2c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/lplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/mapserver.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/mapserver.xml index 0b8c822747c53309f5af92ce0799dfa995260a90..1c343ffbee0fcac8d7b564d05997f9c5ee54c5de 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/mapserver.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/mapserver.xml @@ -1,3 +1,23 @@ +<!-- + #%L + xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces + %% + Copyright (C) 2008 - 2025 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% + --> <RemoteWMSLayers xmlns="http://www.deegree.org/layers/remotewms"> <RemoteWMSId>mapserver</RemoteWMSId> </RemoteWMSLayers> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml index b765efa41eeaeba207a7c3270ab95bac6708e9a5..9301a7e5b9630366ef4c6eb192c850e2e2a893a1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml index 8ecf3a8cf9c9955336332d66c387215b53d58439..e4cd93d989b560629b9763bf7a71aa04f9c7ea19 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml index 17c74030b89716a169189d58fbfba2e5a18d0123..ed4c16decffa665d6d6d4557978cbc1ae6c6e575 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml index 6e2713e1e10810516b32db27968f83b2f988727a..f9f230da037bdf631c725b7a3ea62d002f28a9d8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml index 074bae3344bf52bc1cd3702c849426065ba15787..8246c52b30c8f746b9ee1b6d352c34e25da16cbf 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml index 84d78bdc03f983b06cb5819c990915d69e88a6e9..5491734539e36b908443e7492e614b2999a4a7c8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml index 3624bbb1d35cfd8f7f72247d560bc8a1e796e59b..c0184441dae90be1687992f9cfb0947a0ee43a66 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml index c40ed2fcf514ec16db4deb76653523f4f034ea7f..529070dd1903eefff496f7ac9f913bd97740073f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml index ab617878b643e26a1db539b563ce244b69412fdd..992a5c9eddb69208dea1d3d5efa86b3de7eb0e72 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml index 1bb2b81596a6d3569eb9d4355a00c4c52ae01f70..ee198093cf5e02cd478d7c0a3b78063853790fbe 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml index bfe61056a18747ed1f6e9afa218560c4f8b79cb5..610aeb6078db290e452cd4e86a399630b5982e1d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml index 21c0f3d5346338538ae9782a2005abd299072a16..386c206b2bce165f1df5e6588d989703fb773397 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml index 6b2534f7ee2d5474651ea1962577985783e98bde..8b292cca0e19993440d99c7b9da756c549eb1a15 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml index 2bfa8b58a343ab93effcac1e59c1d955f7247658..514c5aa0ccd2e8b9597028706cedf5313cf46358 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml index 0b5af247bdcfd3903353d2d39c92c9cfafb2a289..336769dc89db6092f431a2b295e72ed6ba1c8e50 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml index b287e285d2114ac8ebebb54d674778410fb5d93b..46ec04e66f10a85dd22b6205c3cec9039f2f8ed2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml index bda51c6b81c70f8a6bf959e027522f1ae37f5edc..0aba9abb30a6d239157f4d1c72695dbfe38cec3a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml index b5d99976436e765e40144cc1abf84edca4d5d32b..4e011641886d261a5d5c4f66581287fbbec01dec 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml index 87ad5ad1f2d4261262dea016eaa6640cb25cc032..050e2afeb78c04d09a38e055c0894736a4e12089 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml index e85ffd29a42567fbd549614441cbbd2087a49a8e..6aeb9f25b1f64de7fdb06659c57d446b2914424b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml index 92d5d1ebc01f222cc3b8a554f5369e64f098a5e5..69e854a681ab879496af89eeacf97117961bf3ec 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml index 221a759ddf09a44478a5c96111fca9568d5737fd..0aa27dc3e75a15a4a34524a2c591a2339a75badc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml index 34a30cbcf6db655a7d78f73baca352f475c74abd..6da2e5d36f9e5b5e94b55b748964005518f43a80 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml index 1266621d05f02fe410015cf5485df1176b80b7ea..5124c9040e37173a3c8eed9caaf541347d07a446 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml index 83ece6136b4c8da309f1de256bbf057a08fac2f8..4bd0cb068fc642b3fba95af6be0bb86828e20aba 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml index 38e7ba001928d00aef32e186ef444cce146bea7f..9360197a5b8d7da346269f3894470a8f269b5e64 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml index 206f5fa94776fae37b448382f13c542fe32f03f6..27e98ef47ca65e40abdb5344ba668859806d07fd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml index ad7de325faa69d8a2a3637b32a7c4999058c524c..9051d85ac7ca129c6be1682fe4047fda74c5b78b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml index dbae236028d460d7d4191340446845adf68faa8a..9971d2ea6f238eebde2b883b7541cfade6249656 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml index 91776730ee2df669b72263ab9ff3b63bff2929d0..46d9bb9ead496828e8fffc4609096527a276e6de 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml index 2c943bbb11eeecfa3f0af385a7c6ff7650f48b5a..ef37b6d36c5d31c1b6d46d0b34eba6d114a15911 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml index 4d810cfff461486160af50298bb222ada8a1094e..b315165718cb34d270dea272436534e166ec583b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml index 0f7448eaba000e3b386fc848442e32c7cad77a94..31e9bd70052a3ec7e1d13777b3a79e64df9aac3f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml index 4367029bab8f1a6b480995dc398949e08368c219..c56a487a41cd73b2a13bca912e028f639045886d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml index f09ef4a1868845d3d38d3e8aac497bc812161560..6b373c096fafa673ba22bee3a370e85c16adff60 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml index a084a496d2f41b6a640c391aefbaa8b312b20f82..c452592efac53cd7383d2ee4dfee2c63cbfc96bc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml index 916a336518338f7e44affa24ebd11e9cd363cde1..5f3936af4776e9de5f95cd4dd0fe1efd48f333f6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml index 645b2e63abc806777d014b4da303071ca6e62a45..177a3689c3bc40e6af8fa03495575419eaf41cb0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml index 803d7885e373d4943cdee1734a570f950fb3c315..f7706de491098d6beb13608c67762353b775d930 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml index f36a34642287a6cb37cc138340f281f91dcb95e7..3459dcc64b8cb32dae600226a8c05e690f22ed3e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml index 31afa1dee1dd2afaa1f57e3bd3f8ddf40e73e540..966197aa94dc7a6d5794ca7ee342ccc1dd02492f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml index 75e939fa6fd05f5bedac9da77086081afb16eb54..b4e25233fa059291d4c2896f69530aa79bcb06ff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml index 210076efa800ba310d30aca127bc27f3d0af5125..a7abbc8ccc3a47a40fa8f657399024801c530ac6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml index feaae6cf75dfee4780abf8f6a8a2c3a329cc1bd5..feb0a84d228ff535986ef0ce47e81af08d976fe9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml index 5a1519c453295217e92b3d03c64288d1bcd37268..c97b453eddd2deb2eff4dc7a317fe1a421e38b13 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml index baf4d8c99e66cf7c64d7a2f9c63d282a59728c89..bff0aebf81b076728904017d4310489c30815b4b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml index a065216d8ac9d7f1eb7f0b447ea3fcd0ee0a2283..1f465466b9d30592f8f6ac1ab5663ab0d07c092b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml index 0124826aecac6e2402ad11e862df2d55a21d84f9..3dc6c17d29ec1e0a5b0235a2a49845b53a3aa4bb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml index e66c78d95d70fab2c22aa81acf2aa0b825a99288..df07cabed513bc309e6871ca89c3aca8655c68cb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml index 1c7b1ad8a54ff30b936cbd69b26fd5d7b8149890..5df1a636cdc12ca33a6844c9351d7a4c0509d559 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml index 2ff8a723f1cf3497b4e29811ddeea4af6c30e390..8c20c8a8572171b009ba894adaf4a8917d8c4175 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml index 8718c219b771d42edebc85e7edf0c09b53888a7a..0ba01ad52ee15036a6d18564e2da7b91af6c1496 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml index 5aa5f406a2bc872bdfb7ee9cd68044cee03d115b..90b77d9a85e66934863f69cfc0158b99b994dc58 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml index 1359c0cb6dbfb11c6ae98a6c02c56ddac3ae3852..e25dd24bb8b26cd8077d323901c0f8d213c425eb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml index 6b1f64d998a731ac8e8d15de54a1e9f0a3bb392b..d34568bad2d26ccdcd8f781539813eceb667ee24 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml index 36851e6631b405fe0340dc3c21172c67486593e7..fa13dceef58767cbe45114c50f0b8b178ba5411c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml index bc6e41b2ee52440edd556109c9f134cf714e4c01..5c969f7c407c469d334e145ec9aeaaa0a1cecd93 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml index 2684ffba34a846a1b71cc286bb8fd2fb311a27fa..2b03c5599ad35c2322b3e7e0da4d688f47b916b5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml index 8d9c7bff9ef017103f516612d3ae3e8df467e6cb..89762dbce1673b7866cb181958fdd309872411ff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml index 6511efca3f08fc01d8a7ecdea121c7e9030a8591..ae43b33b3cbc5ce0a3491b2cc5a03d50ef09484c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml index 9cbc89f9c90d12b520e2f657aba33f31ae85c6fb..61bc94cc430c6f0510650888547b0b2e872f2a14 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml index 80448fb43c4164a7bc5f4d94dcc0bd674825a9a3..b91c22700c72c7d4e4657d3ca21a514de3b2758a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml index 93b2472a02ac5f93346dcf772fea4fa43dc6da40..ccf9bec5d2921becd57fab2cf7486cc7f2e7bb3e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml index 904808c087b0fc1836f42ebc2ce77cf35f962035..487523dde1e8c20cc685fa18d158d601d7b4cff6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml index f6aed8d8b048ab5f487da90bbe63a08be56a43dd..20e96b72a5e42e0c39613961677058f4382b21c2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml index ccc31afc5c465a409f7cc65a2039d0c1a6e98513..b498fd778f224f5fe6bbc276a84056675fb87f63 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml index a09d7e9503485ab19ae46ddd06a34002b36625dd..d59d1848c8b07410c0aac97b1ad3e71462b03970 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml index 7d761dd7bd994209ae59ceb6757ca8f823418a95..6b8c52495715a71cf0958ca78f1decdb473b592a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml index 4366696921ef82e2c5c6d024a83913790c4075b5..e8f8916664e17ac9d4b1d37f8ad495477aa18901 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml index 3c80b76bc7c4aac692534771bc2c561aa0e9d68b..d26a6751ce6ff7ac42a4b28db62987fc4de6fd24 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml index e4ace6824a8041137570326c85a1913211816a83..1e37cea40d18f9153d5afe00bbea0b2dd62a48d7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml index c1b7ff76a1fc4783620360ee5accfae84a5d93b5..8f81bbee51b7f40efbb38abdd992d84f5f37f6bb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml index 2fa17fa954041a0447eb81c5349f88f79af23dec..b1f582d0a97ab13844d3e5f0b7a4509ffd6b7a60 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml index 45188a6b8c870c68660af92e92ebbc447d528435..eaf0e9a1bd8848bb3f36a39081080ffe1ff51b3f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml index de259d3a1d7dfb7ad5d78322a815a5a1f7a268c2..396168402e26dc559a1cd4b00026ff786e0574dd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplan.xml index ff4c9f996f42c4e2acfa728ffb6a972442e6bec5..69bb060a111e7b107515dd9ae879f96f7816eb90 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanarchive.xml index 34d734752beed7b1a9312d5f523bcd5bf7b0b384..96023a7776a128c26e4e355fba21d4b0b38ac61c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanpre.xml index 920ce88aa82c6ff60c65d41eed8b00ae8654a36e..15c2be78dad9996d80cfa047e6a825a4c1559d97 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/rplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplan.xml index 1db28d17cf1d9e9e810557218cfd1af3f025beed..47d0b8c6924539497ae97b880583c4bea772091b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanarchive.xml index 9141b726b152042e61cf02b4d8bf6cdae503a5a4..9ec6cd55b0b610a50034d749f020811cde8a260a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanpre.xml index 6810813add4835f59be8563dbe7941246ccf4133..e99e011e68c38591ea0fe75853c003fd0b0ce74c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/layers/soplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms.xml index e3ed468667577a7aca87062cc7c5e39d76a4d4fe..d6ac407811623265e3c372fa205ff3316e2081bb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms_metadata.xml index 151a717f5a0935efd638a6b97a77041019777d9a..aaa296e8dc1176edd4f84dd63670ec5a41509107 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwms_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive.xml index f0400a5151187002667796f59f43f7396e9a33f0..9e93455efe6e457e9a3c1c3c3161a95e04561703 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive_metadata.xml index 816ab9d9b4c28d8bf475c4eb9f699c730bfaf8ca..dd4096442dd94b306e2adcb4b6b469ba9cfb35d3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmsarchive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre.xml index ef65f4c3889e26cbb76012263d552421c98b6f7e..9d66bc6b3b98891aa383303961638c99d43febe2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre_metadata.xml index 7a39486a4383db9600cc0f72c1875d52c21c0701..c1442cd911b28c59d338c5e21ea54e748dd3f71a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/bpwmspre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice.xml index 9f063494420b6a6f04dfa2fe50dcbd004396ed2d..bd0b2f0757b305f60e58e388c8b75180599a927c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice_metadata.xml index f41bcf5ecb826a916bf691df112b1e8141ccb8f8..cfc65eed8ca214776efa526618e7536e7150390d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/downloadservice_metadata.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms.xml index 6f5efcfeb5a9b5c2b8cc1d22973398abd17d8870..4180eb8e7da7f49c6ecf391b6fa22016b24747a9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms_metadata.xml index dee8477be451352c6e63c0b183a86c2b137287cd..5dff41879b04a87aa0696549ea14228fbd747c7f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwms_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive.xml index 8170aa10b370648e98fac4c8b254146a3c6a700a..504317ed2490e0fc7a543966ea4279b1ebac18d7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive_metadata.xml index 5c7c37b29602dd866fa7c05cac7e69ae492b8bcf..57eabeaf343791433be2828d7db1d913138b657a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmsarchive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre.xml index 12873a0d9a819a27aef4dfb41bd9456bfa47690c..fd10100cd538577f9753524eb45099f129932025 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre_metadata.xml index c75d63ef44144f3ad87e023ebed889aace81f7ca..5129ca3c4ab34c67f9ec136bdb90ed28b50847b9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/fpwmspre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/html.gfi b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/html.gfi index 6b5ceb4e73b80f07d9eba0c7aadfa33b2daadd11..fc2ef092b0171dd2498cf429f1cb7a580c7c9a6f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/html.gfi +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/html.gfi @@ -3,7 +3,7 @@ #%L xplan-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 @@ -1018,4 +1018,4 @@ zweckbestimmungKomplex=zweckbestimmungKomplex zweckbestimmungKomplexWert=Zweckbestimmung (Vollständig) zweckbestimmungWert=Zweckbestimmung ZWohn=ZWohn -Zzwingend=Vollgeschoss zwingend \ No newline at end of file +Zzwingend=Vollgeschoss zwingend diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/inspirepluhtml.gfi b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/inspirepluhtml.gfi index 5d7e8dfdcdbfd5c8475b7571733987fb1daee987..001c6f948ad8092dfc023b9dca80a2cf83dabd02 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/inspirepluhtml.gfi +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/inspirepluhtml.gfi @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms.xml index f8bf5fafa4d3d97451a473cf770fb2821232a3ca..ca6711c48c3971e091f1e3d4855fb08a85bde456 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms_metadata.xml index 020ce560d90a35b27637cdee8314d776803ba6d4..d28103d62c72bdc9a782a6662e55a7867c32ebc7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwms_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive.xml index 7be3e07880b5a0fe0135c2facdbc5b0ffe83c6ce..dc0d2934555a4b23b6fc2140134790de4c3abed3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive_metadata.xml index 4ea495de14d67aef5a66dccf9b36596ab4358b99..6bcb1f5697710f8ca284018af94b1bc76bbbfa9f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmsarchive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre.xml index ca022022a8abadad30f313f9070478836bb6d9b8..a48934c10422b4ae8948cc08bf929378dfa50cbc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre_metadata.xml index d441cee1a8d7d662ae8a2cd2933fdb81c19b9e2a..40ecb157f2555115ad252eb184ac2e30706b348a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/lpwmspre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms.xml index c2df856eea9e584a16d2673cf35436cfe0af386e..cb81c0d3fc4d71dcda4f18951362e2341d68325b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms_metadata.xml index fb81292d18f9bcd0e5ce2147c6fc1ff7f13f0b05..1774a29e8dd637852f2d5a218e24532db6ba3e3f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwms_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive.xml index 02c3c09e2ca7333421986ad7a437a2ede24d3aaa..26f6e77d2e37eee443f2e701a414575ac07728c8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive_metadata.xml index 3cd75c6a237557db8164b55fb02b3b2051b07155..e0e733fed0e1f95a192bfba725cafabfb1eebec6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmsarchive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre.xml index c6a682bb72c7ecbb615329cd7e8200de5eea5c72..9703249572ebb6b925d4371444bd433a7210fccf 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre_metadata.xml index 52f278320a1ca21956b7d66df9cfc777f3b31cdc..1008ef02c34134aa1ab319d7d962b4ca42017653 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/rpwmspre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms.xml index 56939f53f945e3337ad27f82deeccc22fc3d7d2a..439c6248afa0293c96303a5faf27d98aa939a4fe 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms_metadata.xml index d686c3f6c1937d79ea568b6b5721a3ba631fa51c..77e9daebf66f4bd35d3f7b057ebaa7572a971db6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowms_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive.xml index 9a7b87c95b61f3b9ebebfe81821b5684cb029d45..3d3206006a2d04ae26fcbdbd69688e718c1c0c3d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive_metadata.xml index 1383fedba5e52c29d779c4c378a1c02f5a42fe2f..5b42b67d36aff45b06e066be4230109ad4d2e861 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmsarchive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre.xml index 8d97004effbd3c02763b71f166c1285c8c4d3c2a..1a06d2dbf7b3a9764d56650617ddafd8ddb7d495 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre_metadata.xml index c4291a01517da066280d4735737518f52a793a63..acb1811fcfda53ca99f2f2b62423af4b3ca5a197 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/sowmspre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms.xml index a49964236aec0bb88be2221d429c5d3500668490..c5b51b23d1c435c7363bdef87a2baffc307f39e3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms_metadata.xml index 00230f183a474bdcdedd1e0540dd2d0531604e55..3239e1440f423ee164f407fe10376f63fac0fd4b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/validator-wms/wms_metadata.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice.xml index 4d03e3c7283f9b1468b71906a0cb4112f5b78c77..3a57e1af9469c0179350ee4f125ad839203da598 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice_metadata.xml index c4fcf72c7255e5dbd70023a97f8ed304c8b01753..298bdd4b393f9ec665dd83806e570ebec1ec6875 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/viewservice_metadata.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40.xml index 37d744ba7e8c2bb71917dff89905f931a261d9e4..14731b1627f460b0cae7c64214f7cb42bc1af406 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40_metadata.xml index 31bd5cf673f7484ab0372d8e920f74357da359e9..2d3a625f01ef257146d51df7026de78f5e9a59da 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive.xml index ce2bb216db8539501cd5c177f72c4ff7cb21ca1f..b989834cf9e612e3793bdc8a887a0207cf629105 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive_metadata.xml index d2fd5461434dc39628b4171b45f291e2d5cec384..36d2617201240225f3e8fd75b92f02eeefd85abd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre.xml index 817a98b6ef252d7ff3170eb0c22bf4405a33b563..814ed7e3176d1d51e598893e3d9a6e1239fa75b3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre_metadata.xml index 34e34c02481e71fe3fc92e84a86e935799a68b83..e18f6d8f7bbefabb0710e0a0ec23881e5875a726 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs40pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41.xml index 625bfdc3ace10a6f30b76a849018d7b529878e56..abc59dd24b1c6b7db364574b6552cde9990a0d99 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41_metadata.xml index 4b93a251a2127746c43738e4c16c0bf86acb3e12..b6f12ef20e4284dba7e9a87de515e56c1295b408 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive.xml index 3d4f2087745402f60a6a9bf6ba0666630c4ff10b..d31ef28876f80cd65fce436ebbece97788d152e6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive_metadata.xml index b98c9bd5427a0dcc0786cde8d1ce2fcbaaeb06d8..ffd3b032c8bc3fb66eb9625dd54a01a02dac6434 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre.xml index 802ca29285045f921c5d07cb939f4a12426fa56b..9632540cf46561060c68e445b33797637b920123 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre_metadata.xml index e26f07207373a136646fb119546ff162c40c0b7c..653efdb6f396d0d33de750af78316af7a8224d6d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs41pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50.xml index 3df5df5353673f56a654abae04ec432dadb81d88..373600f8cd57f5cd2b5f0c46736ef6f0873d28e3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50_metadata.xml index 8f21dd08acb2a1d3ed4a7c6b179b191554af9a1f..cda1906bd201b75f7f60cb10a58ed5d54e644697 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive.xml index 6ea9321954c3ddabf65d3f6bfb2f689daadd3b2a..ad0f4ac68cf266eece9e96b6e36feb4fe9c9ddef 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive_metadata.xml index b2213464c10e86ad0a6a071974233d09a1e368cf..ef98e7cf9541de0cd24f5fc67f4569d852a32cd8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre.xml index 0e3958cc4565333f28091f14e55d42144a06b955..44acfa7a016d40aae65dd368c9f2ae564b1cdf71 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre_metadata.xml index ed547a794ef477432b5375def00e801acc58fa67..e69533df3fb801ea1aae79d8473a540639b1c65f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs50pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51.xml index 3a5d347d3ea14ec2e1984fcdd9c6eaf9fc6fa1e3..6b8b17c606a5c9d55027784ff4f31c412319b76e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51_metadata.xml index 5db15a4806a38d8b8ec913c874019f7a861315d9..8da440652d4c4e59f70ad9154e6c52353a8e0d6d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive.xml index 9cafc99748547d7b17393960febe25a0d06d9993..45c38e00d3d65ad121e3ff74f15b30558dc975a3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive_metadata.xml index 28cb8c61c153a4a4e977af307c66700a527fbced..96d57e5247be6d931ed8ad0e5f2d37ec857d93e4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre.xml index 11a692fd5b26c6a78eb45fec615a70c87e51a0fa..12ddd67e1d7fa072a80262564ed101d7a8b22915 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre_metadata.xml index 7a2b1681725be90ce80f33ee9185ab89c71c759e..3fbbb5347aca80033cadc583a532d5533b45cfad 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs51pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52.xml index fa6d883b6e4c375ed07fced9ada163dc9facd8a2..12dab6f4c81fd943deaf395691bbc044882364c9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52_metadata.xml index 76cdd6363bec53c01ad02de1de2d062ba62b099c..2f564ebc0bced77599749ccf8ca9619867ff5e4a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive.xml index 53b3c6635c1008c186a3608c56f3a5eca5fa083f..079bb23ac02b0daf3d029fbce79904eb506f137f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive_metadata.xml index f67a138018e3314fe6fbd57319c2951688954d21..602859fa7fb86034539dba96ff751aa7bc1184d4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre.xml index 98bdf9134b3facab960d5a536021e5da957deaca..2c5f43b391c571c8bc8818f4bc34bba235655b7f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre_metadata.xml index 99653dc9be75ed40ff14991f76102d879392bfff..1aa8b7721d2840d580901c1c1754d9fcf481b3c3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs52pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53.xml index 7a0942193db2c8abf899d2e1e3db48d298e15665..0082fd44eb6967015b9ed1f2c0b97ba813d51d2f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53_metadata.xml index 8a490f0e0dfa2317eec46a94b44e887665a5949f..da1b52d1cbd46e2da79ad96487cc0698b42dd4f5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive.xml index a2626d75a9dbfc9085fc9b0acd4e01fb17fbaad4..d9775afd93476f13718556d07b7e87fe6081d0f9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive_metadata.xml index df6b523c391291b1080fd40e4dadee819ead749e..f80671cb70a8603f6cf394f11ec8d89faf66ad0b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre.xml index f834e7e811f5c96f3baf895cc11089de8c924c0f..8af4ec1e19bd05c8b1df9d0835fcc0d7f6002bee 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre_metadata.xml index 0e3f551e2615200bf48d9b9836959e6ea9b9b6f3..84b274e73b3f57523d9eb3c9d330943a17435946 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs53pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54.xml index 5d31a0d83d7ef0900b84748356ea8f6e3b91bd12..38a0e2ae81a6709ebff026884c6ea531f0254423 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54_metadata.xml index 92c10a0ee859b8f972e0d4065205203838a2ffdc..70abc11b3ad25b35d85a1da1fabaf4466df2bd8c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive.xml index ea0bafb156213b157077b8a4e0f9bab176dc429a..b605160ff338b7f939ebc4e3862ac648d152c71f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive_metadata.xml index 6bbe07fdd587e73c0ed28aafb1bd457324b265f9..8d951c0507bb9333cfa27a2a7e939d67fe3d613b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre.xml index f5dba87b9e0711d0d3b3b42fd83b774218b119b9..fd3c610bde36fcaa8df8c120778254c71331bed4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre_metadata.xml index 4382ad1d7c40a04fa08828f4b61bcfb7c88a9254..91134f2510e9f27aaf342c868991bb98eab0147a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs54pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60.xml index ab6237e6ee9bec312ad2dd9012420bb07165fce2..4d9b2bb34cd83ae8a749847eae7322dcdb759c62 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60_metadata.xml index a91cd795f320cf1a189c41490275097bd9e50247..3467307b431434862d0a323425b1187c1cf23e2d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive.xml index 8a83bdeb91764fc66ded569d5b03550ed4e3fea6..b2c8312217bdec89a5dc5a9746230987575aa63d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive_metadata.xml index 348fe0633f23fbdd4afd004c7e208dd24e9b45dd..c16aec54fd33fae9e1c05a0a1139e82f31f58f52 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60archive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre.xml index eeaa15e4c34c2ae354aa4e37d802ae5a409bd3c4..9185eca1e14886cc6c53047066a991645d3814ea 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre_metadata.xml index 5ccfd17d13d176374ec3154caffd08b8a39d359d..9a902585c72c5c1072e30d24fd061e3d557f9ddc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wfs60pre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms.xml index a24fd4cf5f7917df97955dbca725b8ea5543eb1e..c13fdc8e12f69cf4af7480e6154673c89a364acf 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms_metadata.xml index beca76c5da0fc417ed883291b165d0f9f8c9e4b9..03ee6daac8cd0ad46e040a1d7caa981c01629189 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wms_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive.xml index f7d5f6d253f553a69c163565deb6a80fd15080cb..e00cc03dcaaa4e8bcd4723b35b88d0c0cc78266f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive_metadata.xml index c15b25e2a63a70a3b2066cebdcf938e4e3b4264c..f8a0dce319eaa4ff55f5113b25a25e456fdadaf8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmsarchive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre.xml index 92c9e1c8bc1caaaff907b9833280fe03e44e02db..1ff89afd437270d42e1deb274965ed5c8d26de47 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre_metadata.xml index 6084be896dc530be433f5e42612ab9e8dccefae8..eef72f655e75a2b52bec000beaab838d81528db4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/wmspre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs.xml index 139de838fc2bd995782d4fba61333e336c8f4641..d1ef003aee530a93190e13bee06364f0f70cf2e8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs_metadata.xml index af358ce9162349123c13fa9625391c0a707f5aec..fc5f0900a4dcd7c6e138dc0facfbf5f3c825ce30 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfs_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive.xml index e055d4e61391a861eb9d3897d349a062ef9d7044..8d2ad40be1751dd6074a8a17acb142efe8065456 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive_metadata.xml index 5ef0ef83222413a8e630a5000d8665d23ce622e0..bcd0c94a0c9752e3accd0d67e85b954afe39b868 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfsarchive_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre.xml index 99627e962ac8672414561efebc58312223b636e4..e9a89c59be22cd20b3ef770b43291d2a9ccc2802 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre_metadata.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre_metadata.xml index a1aa02f00f5f4b2ab0d1e24f75b2a95084861f7f..f5f86458a58cd02a647d8670f4f73767afb5c019 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre_metadata.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/services/xplansynwfspre_metadata.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/internalId.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/internalId.xml index 9ada43de526e1e9485b5ca9a6c5e94eb58a7a810..5fed8884b7140bc7023a141192922e6fd3a1fd1c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/internalId.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/internalId.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planId.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planId.xml index 3b4e3142ea14fbf8c4065a755de1348d764c70dc..adb9ba0a56259a7238480845294286654bfbfb46 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planId.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planId.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planName.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planName.xml index dd87ec027fd0b943e3e33b7af23615bf1d3c7a73..8bacb7231e08dafc33f4440f4e9ddc500d98ffbe 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planName.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan40/planName.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/internalId.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/internalId.xml index 3ae8229365f78e972c00d9f9ed9c1e79c3447b66..8811660d0861feffff124d14aa93ec14fb41a538 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/internalId.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/internalId.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planId.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planId.xml index de624e9859408ff62a4cf7ea23fbca5c93828252..89345aa319aac7f137cca865b2a2d952772a9710 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planId.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planId.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planName.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planName.xml index 63e114effaa8259345f51aaa21cebb4ba30f1728..3b514c58a2536c4166abb564563080b4bf66e1ae 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planName.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan41/planName.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/internalId50.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/internalId50.xml index 7ef1999db8dee8a8ffef208a6713a899ef29f965..94b1bd9a0ba4c906af7daa0ae9500e1c7386a8dc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/internalId50.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/internalId50.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planId50.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planId50.xml index 1e9009b03d9463a303d2b54dfddde3b625d5f55c..3663bc850533e641b28ee2357a2bafc8319179c7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planId50.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planId50.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planName50.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planName50.xml index 22c7b7a415235f7c90c6e1103567f5c4f507da81..7a7f4062b448a03581c25ec6b107d77e1edbd499 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planName50.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan50/planName50.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/internalId51.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/internalId51.xml index d8b779c4f7eeb3f79bb121964de9fce028492562..797bcf44f64b2251a344d2e32d336d2744cd4bb9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/internalId51.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/internalId51.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planId51.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planId51.xml index 14b7e42e75aeba12f72871ea284dbaf09c08616c..c6728d4996dfc72a21cecac54b67cb4e49af29ca 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planId51.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planId51.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planName51.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planName51.xml index c85cc5cde351699255bec27ab8d2f56ae6093673..9c65cf677ab6adf6071f7df399024b2e8e568454 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planName51.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan51/planName51.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/internalId52.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/internalId52.xml index 9581dea8bd4f522cdde27aee05ec34cbee73f9da..ab74c1c91d26831ccdb256abbd0e7308861a6cb8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/internalId52.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/internalId52.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planId52.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planId52.xml index e141fdba4c90fbedd3c3ef69ac2256338328e864..b25a91c5136a76ad70a772d47cfe09ec98632283 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planId52.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planId52.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planName52.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planName52.xml index 10fdb9ac7d6bd5f5e302eadda422939bf100ac51..0a6df9c310c99223ac90b7bbfc5c2a20c8e90a15 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planName52.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan52/planName52.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/internalId53.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/internalId53.xml index 820d90ff45b4f21559f1568dbf9cab0bd5254ed5..a1d882166bf1da276484b239e5f38e0085439811 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/internalId53.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/internalId53.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planId53.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planId53.xml index f1171388d000a2a48436a068b538931f0c339b5b..67a4c58ae1b7ce5b5917c3db325ae0ac04729b19 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planId53.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planId53.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planName53.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planName53.xml index e2acc2d413665719e73715af49bdd687b5463311..522f6620212c88b2865f433ee1dd705c5d3a47fa 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planName53.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan53/planName53.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/internalId54.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/internalId54.xml index abcf6e4b1628059257615ac8facec0d1b6db356a..1c64fe99992402e4b260d8de5495337413557f31 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/internalId54.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/internalId54.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planId54.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planId54.xml index 91d2215e4eba0d42015c8adb0912efdd077fad77..093b7b837eb7f1696cdbcdc63c3fab788a33a293 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planId54.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planId54.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planName54.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planName54.xml index f11ea173b8c23566f2ae0790338734dfa4790bdf..6ba0ac6fe2fef480482a4f2d0b13adf58e65b8c0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planName54.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan54/planName54.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/internalId60.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/internalId60.xml index 3de1d4f9a81f92227968be083da144e6b4ca6287..d6c091a4a50f5bf1bb0e15b2dbfa4cfbd85fe7c3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/internalId60.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/internalId60.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planId60.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planId60.xml index ffd9aa6ced67d397ee3bd8660d10b9328fdb931e..5c7d0e1bf4e01077843271811591a9d69a8a6084 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planId60.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planId60.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planName60.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planName60.xml index a599eecc3f3259f301b13e257674c000fbdb4030..5c118f9b881f8666c7ec4b3dda15c6ce7fbc4a19 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planName60.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplan60/planName60.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/internalId.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/internalId.xml index 21799d45cc07d4bbdb813fdd6463b37a79d916b4..426b95c368a9a31542adb0eca9ba2de374a05b0e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/internalId.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/internalId.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planId.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planId.xml index 42717a11243ff16c955fd641e3d986cbd9b94ecf..1448f458d25ff7236c16a03f75ea30153e5875bb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planId.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planId.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml index c9b20631bac2b82e6e6a371b1c739f1c8d527aa9..e5510a9ec195e1a78c60593ab2d332ea57c92269 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml @@ -1,21 +1,21 @@ <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2024 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%--> + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2025 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%--> <!--Diese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01--> <wfs:StoredQueryDefinition xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd" id="urn:ogc:def:query:OGC-WFS::PlanName"> <wfs:Title>planName</wfs:Title> @@ -2001,4 +2001,4 @@ </fes:Filter> </wfs:Query> </wfs:QueryExpressionText> -</wfs:StoredQueryDefinition> \ No newline at end of file +</wfs:StoredQueryDefinition> diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planNameAndType.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planNameAndType.xml index e87f71d9524255645bf42296aeb127963895111e..1cb5f2c9809001936ff6dc4e3bc5c81672c248ff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planNameAndType.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/storedqueries/xplansyn/planNameAndType.xml @@ -1,7 +1,7 @@ <!-- #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SpatialPlan_Default.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SpatialPlan_Default.xml index 45e438697c40c4d4567bf60d63c262e5ac6b261a..87c9fb02ab692065eedba56449a180e066f49fd1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SpatialPlan_Default.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SpatialPlan_Default.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SupplementaryRegulation_Default.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SupplementaryRegulation_Default.xml index 984d26a64a015eec0c482fbc8aef1cdc006b938d..705a5cad8bfade0351a0cdc33f774cb8aa9b767a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SupplementaryRegulation_Default.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_SupplementaryRegulation_Default.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_ZoningElement_Default.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_ZoningElement_Default.xml index f6a800f0edc854cca75962ff0c2cb83dd2fb0fda..d3410078b3736af79953b4bd9f72cfe11cf16d18 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_ZoningElement_Default.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/inspireplu/LU_ZoningElement_Default.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abgrabungsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abgrabungsfl.xml index 4009c2cbd8293512b71b52c29193fac120a24d81..18f34da3cf2325cdc5b17e6b2a658e1ae4985f7a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abgrabungsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abgrabungsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsfl.xml index 55e3e3ea86fd7137157bcda36308e033206c609f..e0390963144c82e77c6f0d3ef1bd853d4a9418ac 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsmass.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsmass.xml index 704548f8dbdbcba8295b01d2bea669185fb8538f..dc94e840e7ed6d81f33dcb499c1126c10694bfab 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsmass.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abstandsmass.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwbaugr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwbaugr.xml index 0eed7e2f612fc877b0b52b526dfe0057d3a51ffe..49970749f933ad955a142ec7916715cd627838b9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwbaugr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwbaugr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbaubarergrundstuecksfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbaubarergrundstuecksfl.xml index 7f1f46df7d0e4fda426ecf9c24a518b3a6bdb475..4e3cc02ec6f618d1a060174712ed3c2d31081d72 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbaubarergrundstuecksfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbaubarergrundstuecksfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbauberergrundstuecksfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbauberergrundstuecksfl.xml index 49f16de5478bbfce6a798a6d3fa8add5d95e8130..8bab7c12e6236d640415e875a50984d7ff785ace 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbauberergrundstuecksfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_abwueberbauberergrundstuecksfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_anpflanzbinderh.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_anpflanzbinderh.xml index c89e7626a005b6d2973435c864a46bdcadbabe98..ff548e0d3f2cf7527cc62bcfd91d53e14d7e29e9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_anpflanzbinderh.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_anpflanzbinderh.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_aufschuettsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_aufschuettsfl.xml index 230deb3c45f0531ae9660a21c3c90941353a4596..e2b04b86695e140063d6198b42dc4c4fdb4ba857 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_aufschuettsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_aufschuettsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsfl.xml index 9c38d9eea5237c2925adbbb5a1dfaed6a5d32bbe..f2131670f3aa1a6ee3aceab098dd551fb49a48ee 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsmassn.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsmassn.xml index 36c39e6ab24c02bd5389e89e39695919bcd65e03..78304f2c025b3738c99047a76263b8db8d1ea2c1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsmassn.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ausgleichsmassn.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugeb.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugeb.xml index 42c3055a5d5d60bca7d54122439d4d9b4abfdd81..32117e86ba205b4465d640ec9e6691fa7f1ac6bf 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugeb.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugeb.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugebteilfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugebteilfl.xml index b52793afafe6f8c1eca956bb9f8bbccef0b6fd6c..d9fb46c27a6f79d0acc23631db05ffc666b50903 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugebteilfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugebteilfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugr.xml index d9b1b1a1a265098885b948d84d7bdcb984e69db7..a6fb9470a5a0798f2a7b273b02bfef17b9c004e3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baugr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baulin.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baulin.xml index 2c242b2078499c09aedf09e70ff1f94c81985fd1..52d0983312abefc1b622eda4b70e5c7f97592466 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baulin.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_baulin.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ber.xml index 3afb4afca471b47dff7db30b93dc14fad6cb274f..71088ccf8b261b75a527c971e601dbf5047f8e1b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_berohneeinausflin.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_berohneeinausflin.xml index 4f748b431ea2d093df6d2c2e4613d3e9a57d7f39..363b08d108d3fec4cf923cade0325d9b5aa6a620 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_berohneeinausflin.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_berohneeinausflin.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_besnutzzweckfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_besnutzzweckfl.xml index d2d33f10c1537d848173abb6fa97527499d66094..58d231b22c81d5ca81816dca90b244cbf69f5345 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_besnutzzweckfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_besnutzzweckfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_bsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_bsfl.xml index e728e69752f7bc081f07649af95abd480a617c07..f30708572d131d9b4ec2314aa16a60831dd650a3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_bsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_bsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmscheinzanl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmscheinzanl.xml index 5179e904696ed27740cf043a87695853f358b777..379831a109878e7d0cd3bd5b01cbd0659343b51a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmscheinzanl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmscheinzanl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmschensfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmschensfl.xml index f11ade21656dd9a307e12f5d933830ea4f9ac5c6..fb3ff9e01c0743c09cd5ad8f6eaab3473859fcd3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmschensfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_denkmschensfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfberlin.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfberlin.xml index 3e15a91e282e0b2772e86e94bd88be6de65d9a78..fa00750a9a66d95c1e21b8813245dbfd4952259b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfberlin.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfberlin.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfpt.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfpt.xml index 811fa9a33bc46298096c83cbcf9a468a72fc4332..59991a048cfd49266b599bbe537f8f39ba936b67 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfpt.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_einfpt.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_eingriffsber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_eingriffsber.xml index e5852cf50cd9b1a237fd00674fa1e290fa0f845a..56d7fe47da4d369d05b719a673b4c95e824c23ea 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_eingriffsber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_eingriffsber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erhsberfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erhsberfl.xml index 9382b99f549ffe835ee620837fd772b0c93aa4c0..63eba5e1d802cf54fd3cce340aa640743e3f537d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erhsberfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erhsberfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erneuerbenergiefl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erneuerbenergiefl.xml index 969e2d2543087fc8acb499a76070998b209e2325..a1dd9d1d36a2b55334006811ec3ce39663b2be23 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erneuerbenergiefl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_erneuerbenergiefl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_festsland.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_festsland.xml index 6ff0b1de8bc8d2a8c86f6daa382d799ace4b973e..38a95072f1165b8268ae7a58dda25789e357f165 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_festsland.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_festsland.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_firstrilin.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_firstrilin.xml index fb723499eaf015296807c770894366e7934cc7a6..78790d3974512f162a96b1b1ac56e5c9bf022c33 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_firstrilin.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_firstrilin.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_flaecheohnefestsetzung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_flaecheohnefestsetzung.xml index 10e1750385955eede31623a67553b0b569485602..b1c22b5763beb283141cb7260eb99fb876527086 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_flaecheohnefestsetzung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_flaecheohnefestsetzung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_foerderfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_foerderfl.xml index b514b96aaa3bdd49d5186a89b9ef5b7d4b3a0d7d..912f3de8a49e683197e6b16d05de4bdd981fa373 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_foerderfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_foerderfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_freifl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_freifl.xml index edaad70c1451fa9286c0936bf5f5af62e3004d8b..ed6d7aaef2a5cfe844c5ffbfab297ceb9a4364f7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_freifl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_freifl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudefl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudefl.xml index ea9847064ed7fe90786ffbb5097eac0cdc891f5b..3e205212b8c3dbc3c657728bef957e5b3342554b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudefl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudefl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudestellung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudestellung.xml index fd0568e39147660e7f6c67f2ffcaac7929c3bc57..4ce66ce4b75a45e3ca311d16cc7b313c5f37104e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudestellung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gebaeudestellung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlfl.xml index 22a863a3b7c18ee92e5bb25ecd5b408d38a9113f..00d024daaea242014009715975d3c16cf15a9f69 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlzu.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlzu.xml index 26d9b18e31becba8f99f76a02bc669d716c210ab..755da434ff78fcd8c96b427b620fcf01cbb5b63f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlzu.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gemanlzu.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gembedarfsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gembedarfsfl.xml index 6436ed5ef7617fcc9a96ad1f3476dd9e203b19f5..e6a0e168da10be4210da5731b492d6a66529051b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gembedarfsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gembedarfsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_genobj.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_genobj.xml index 0b953a48dbb0fc2ddb9b60308526e8e5921b457b..ce07677584bf2e00446ea4ae8d82676d3b5f8095 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_genobj.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_genobj.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gewfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gewfl.xml index 21264d9fafbf994f840432897f69397781bb5744..3c9b4256a0c10c9e5873a34e0f11dbeecfd52c47 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gewfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gewfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gruenfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gruenfl.xml index 7805ac11f137731bf55ed4354eef2fb4ba16814a..f83a1aae00f9543e31e101f3f13981716add3c7c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gruenfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_gruenfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_hoehenmass.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_hoehenmass.xml index 7f82651dd4eb878fa96e4359286cf817544c6bee..5ebd9efa96fded2820d55f982256e0ca8254149c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_hoehenmass.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_hoehenmass.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_immsschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_immsschutz.xml index 312b82df807476337b80e33cd004ab98f1ce8213..e877ea5290cc374524c848bdb69285550313ec4e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_immsschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_immsschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kennzsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kennzsfl.xml index d2b79079a02688a78d3ce6f42cc4b2c68249fb6b..4eee4fdd3b76dce72ee7d2db3e1a8c75d5660cff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kennzsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kennzsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kleintierhfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kleintierhfl.xml index 585e9f85c28be1d014c65f50b9e3c57a6e531e28..4b77e84cb38e86ea89d5c1d85a48f5d2065c2c2f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kleintierhfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_kleintierhfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_luftreinhfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_luftreinhfl.xml index c58c99d2a3124c661ad129e5c63aa5656b442c60..df9f2ea5d6932198f198e409a6bf07b3cd86913e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_luftreinhfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_luftreinhfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lw.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lw.xml index 6e7ffd2ab030d80bf039df052bda233c4d9349f1..b429bd1a08e74e461d3248e4555492f34d6656e8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lw.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lw.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lwfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lwfl.xml index b0d4222ec76706d5eba4ec99af907ff4eb66b571..d4476e77c02f16c5fa4310200ca02b6aadf6d00e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lwfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_lwfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlausschlfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlausschlfl.xml index 686790d7e8c8ce6b73a96207aa9e61fafb0ce660..a62bd0b9d651eb27c8de0d0cd9eb47ed53cac39f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlausschlfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlausschlfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlfl.xml index db3268697a860701df26171a76316f1cb4a793d6..d49c26d826d6fee824067a77eab8b05ba8378155 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nebenanlfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nichtueberbaubgrundstsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nichtueberbaubgrundstsfl.xml index 9bdc2c625b12ada7340a0ec58169cf38b0af7e1c..b0158959c4db020cf40c5692ac4e053309e889c3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nichtueberbaubgrundstsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nichtueberbaubgrundstsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nutzartgr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nutzartgr.xml index 5b49b7e0216e935402e4a34b8d82936c13eae834..81ea219f32774a55f532a2b2fe2b1066096969d8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nutzartgr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_nutzartgr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_persgrbestfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_persgrbestfl.xml index b8a23ab894f611949867630f433e47b99300735f..99d8e30616dd36ead8e11209bf2b5aa573f37501 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_persgrbestfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_persgrbestfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_plan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_plan.xml index d476c81c376687da310355822bd4d6492596226b..a919139b42716f40933280dd4078918bc42cb91b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_plan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_plan.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rasterplanaenderung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rasterplanaenderung.xml index fe3281a39d89b31f5ff28440b1aa05f1968b1462..c04ddab18711ddca8b6c4ff0307835edf077e2f6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rasterplanaenderung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rasterplanaenderung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_regvergstaett.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_regvergstaett.xml index e1229c45906df66497e2b9a5b3aa3439eefbba0c..75c05e656b799802033bec3551bd75413c1df447 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_regvergstaett.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_regvergstaett.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rekultivierungsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rekultivierungsfl.xml index 67e1be8387300f3e4a3fabe20801f3f03e5f9c48..9cfce422211db219a7e0f625d99480f1df9eef5c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rekultivierungsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_rekultivierungsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_richtungssektorgrenze.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_richtungssektorgrenze.xml index 663c2aabb50e656c600187be657f4fb96a08c3e1..6ba66612f1373ab9b1b92ed8e2140344fd3ed34e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_richtungssektorgrenze.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_richtungssektorgrenze.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzgeb.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzgeb.xml index ccdbb0514c1f7077d3db0dfbfa14434b04748dd5..043d709ebefdb0cb756a7211dce303b55477855f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzgeb.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzgeb.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwfl.xml index 8393dd65869b7939549df9e4c2709c7e11684196..573a571ae99de2121db7d040b860756c779245f1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwmassn.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwmassn.xml index f81ad97fd475e172d392b34049202627ade8f320..908d3ae68fee3ee885a52aab7422433d8d24cae2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwmassn.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_schutzpflentwmassn.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_sichtflaeche.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_sichtflaeche.xml index 13d1ba25a0b4fe080062f3df2d13cad36f5b2702..323a3f538eee8d62363cd1f459eccd8a6e3a77fc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_sichtflaeche.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_sichtflaeche.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_speziellebauweise.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_speziellebauweise.xml index 1f6c38c386c592c604928b802ee56ac3b92cc2b6..f47abb32cd7bbea4c52d767d89834c0cd7e90b57 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_speziellebauweise.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_speziellebauweise.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_spispoanlfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_spispoanlfl.xml index cd2c552b5ea92e87680f278157d24de313e7f458..65a8692b62a256255e0349eaf2106412f807086a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_spispoanlfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_spispoanlfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strbegrlin.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strbegrlin.xml index 9098888717c2403a3638ddeddb3bb66818c4d413..e87fc5b5a854ea7442de2f57800967d0000eeb36 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strbegrlin.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strbegrlin.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strkoerper.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strkoerper.xml index f8a41f67e5b622242b3cce8ab217984a9b62bc04..b8b2e9c4c7b8ebd5887c63c9f23e18770e136c10 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strkoerper.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strkoerper.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strverksfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strverksfl.xml index 4e8c58fd646876f145e7c21dd3302539ca143462..3d26402fbadbca70c20e35d5d907abbf2f0bba6b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strverksfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_strverksfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_techmassnfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_techmassnfl.xml index b9365d5fbf2254970f5a70822d465805a1c4f42e..6dc8fa40f9ed190efec37571325c3ae5588bbc3e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_techmassnfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_techmassnfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textabschnittflaeche.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textabschnittflaeche.xml index 5c80ee6e98879562697e1c2f9ae3da835d0c6367..f83ad348fb9c0269f0f42b4f10834f314a4c2f21 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textabschnittflaeche.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textabschnittflaeche.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textlfestsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textlfestsfl.xml index cc3022156518b2ef3d92c9aad110ef12885ec982..e3f545b993ffe4927211f9e49852287bb1972f7f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textlfestsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_textlfestsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ueberbaubgrundstsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ueberbaubgrundstsfl.xml index 81c956163a3b62cde3454bef803e3d4fbeb67450..f9d0044bc9116c2005838997529fab40cb5468e8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ueberbaubgrundstsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_ueberbaubgrundstsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_unverbindlvormerk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_unverbindlvormerk.xml index 5e4b5ed961b1cf40fd1354e7d0354eb30fe2ae78..9e0c4149a1c6a79b8ac300a2faf1100df1fc2c5c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_unverbindlvormerk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_unverbindlvormerk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_veraendsper.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_veraendsper.xml index 8be1dedc83e313676b1d1cd0543678d792e3f1c0..72b9b5e018f8c25529657bec193463f6ac3e639b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_veraendsper.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_veraendsper.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verentsorgung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verentsorgung.xml index f701e885b02fcb7f40aaa8a8c9319001628c986c..821ff2ed151fd2c803c008389b38e6adfea3810f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verentsorgung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verentsorgung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verksflbeszwb.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verksflbeszwb.xml index be1e635e475ffab54adefe34bb84606d92618b5f..a8a3386383ab7804db9047b0701f96d3894230c7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verksflbeszwb.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_verksflbeszwb.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_waldfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_waldfl.xml index d42d09c94a15889fc7eca70b6bf0b28ccffa12c8..3bc9e3478429f39eb3f42cc38c89cf1fe77df07e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_waldfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_waldfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wegerecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wegerecht.xml index c2ac03236af4d663db961027c28437e62bd7421d..9d58b42195cfe0321d25a5368c28a3e91d7433ab 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wegerecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wegerecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wohngebaeudefl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wohngebaeudefl.xml index 9ff4edf2f8823f6a4b711bd7e1d38ebf84e931ac..8ade4ee1fc2cae07d539ee5e3265588e0f6b0fd3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wohngebaeudefl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wohngebaeudefl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wwssfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wwssfl.xml index d9a7f6bc0cca2b25f6d6e1091ac78d816f3477b2..65f89e5a5f4c3842bb939c8d0687953c4f0e1a4b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wwssfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_wwssfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_fpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_fpo.xml index cd33fd115b4d1bb12353fe4cf62c0ec9a6b31ac8..941940a457e3e1d01c875010d760e628841e449a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_fpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_fpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lpo.xml index 9df56a13f80f7b851028d7fa56bb6472a4b486fc..09d8e17787ffcb4025fc203f9c02b7d8b565de38 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lto.xml index 5db447c2a77cfbe770865d7ae883e1b8c2ea20cb..dbd8a72efe1dfff7f06d33dce648ba46a4e86b56 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_lto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_ppo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_ppo.xml index 156f9e40274a2264bdac56b569957e3879fa5041..01b602cb6b9574d99644b3855b58cbcc91389c1f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_ppo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_ppo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_pto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_pto.xml index a98c521382b8d4b0ef5d36ccd358c56961c52c90..dddc6db8120c5d1c54a134e100f1ff81b626348b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_pto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_xp_pto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zentralerversorgungsbereich.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zentralerversorgungsbereich.xml index 620190ad74482a48a1ee04315c68ed47e4a684e2..fe5c7cf3a7db67d7b950a61cbaa6cb1fad3b76e3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zentralerversorgungsbereich.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zentralerversorgungsbereich.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaerm.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaerm.xml index c07279549c75a3b5cae1bc07437b5a6fe96ebb70..1be7cf02f70e9c782216dbb5fb5276db82a7ec2b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaerm.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaerm.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaermfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaermfl.xml index a0311eb38703ce75940bc36966d204e429c64a99..bf1a2a3137654d11e9d62fcad4ccceb2c073acf8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaermfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/bp/bp_zusatzkontingentlaermfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabung.xml index 840be4036955a48e54e9a2f0bf29e774d9c0e885..ccce2f50dad41cfb1872433807b445ba7e6e44c0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabungsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabungsfl.xml index e1d82cea57b1e7eb4dbf1690aac72aa5b5118942..41a2e5405b8e02439aa0026ab12ba10a1860b510 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabungsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_abgrabungsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_anpassklimaw.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_anpassklimaw.xml index 1ffb9e33cf58e7d32bf06ef2d8987adaac3c6534..25fde396b2115bc27b0341ed4cd5dc3a1734359f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_anpassklimaw.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_anpassklimaw.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettsfl.xml index 257b34d54665d2f2419ef49805d1de9ab99b623a..9684b3b688156243ef622aa160af9e0644b3d962 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettung.xml index e02947d1581288335b6e1a478b0cb5cb6013fa0d..05646ede406c03a55878aa26bd0c6e22c9b4d1d0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_aufschuettung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ausgleichsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ausgleichsfl.xml index b0b4e3c603ef9c5710ff845b849b4afef4dc7cb9..1b18b46716fe642104fb01bc6f20748d15fbd0ed 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ausgleichsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ausgleichsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bebausfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bebausfl.xml index f9c438a3859c06b09c761ee54463db49244f0b50..90040d7ff7743881f06bd4aef32e823b255c4e70 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bebausfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bebausfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ber.xml index 77e336424ee84bcf9494245e066bae8cf6613da1..65776878ae7d86907a65edd80d7641e2115fc50f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_ber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bs.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bs.xml index b19e2a4830811282b0ba40c02d1946f20f392402..1ca5a4c06934624423a0bb035801d54e40a4a3a4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bs.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bs.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bsfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bsfl.xml index 3d9a98c9a92ec067bb1b404d5703022d1c507c60..4dd396803f753015108846bdb37c5fb86cabe378 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bsfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_bsfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_darstellungnachlandesrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_darstellungnachlandesrecht.xml index fb3cb1d6edda4c416b121a7a01c2264b9689ed7c..74b0f4a4d01b7c8981e10e1250b12269dad6d804 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_darstellungnachlandesrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_darstellungnachlandesrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_flaecheohnedarstellung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_flaecheohnedarstellung.xml index 6db7f59edf24fea09df439cd9d62a5312ec14f10..e55d93a16d0e29eda87abd339f6a6c8d1e53395b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_flaecheohnedarstellung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_flaecheohnedarstellung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gembedarf.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gembedarf.xml index 14be2ab097254101f549c7065ea429106ef3bbd3..2d86e0a08a54a8702b407c6fee95c598aab25700 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gembedarf.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gembedarf.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_genobj.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_genobj.xml index 4b4c439613014c0bf022755695c1030b6baf77c5..d94eb96d8f2ffd2fa3a2d2b2621ff3dca2b7dbdd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_genobj.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_genobj.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gew.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gew.xml index 22be3d346d0b735b2937e9e1af2aaae55752c13c..4b3a0a0f9d30fc844de8001945ce8b42180eeab8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gew.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gew.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gruen.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gruen.xml index 3eb6e880537a445f6648fece1e31370dc1e052c2..adecde1dc868d3c659077aff9d0c6c2fcc409460 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gruen.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_gruen.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_keinezentrabwbesfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_keinezentrabwbesfl.xml index b2b8f540fbb65c3c22c53de4b2baec8bf593a786..7ebe1ae7f55ee19928765cd9fb96d85a7b07d02c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_keinezentrabwbesfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_keinezentrabwbesfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_kennz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_kennz.xml index 9829d3ea70cfa2a62fb58393b1c4d3851c3a645a..93a63cf8f91cf36da79b96529850a296eed9e21c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_kennz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_kennz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lw.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lw.xml index c016119d13c51386b613fd625f8254d4ec5cd3e8..66a3e4a79bebb346e17633431e80c7c4b800a3ba 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lw.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lw.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lwfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lwfl.xml index 4cdb53cb93345799e2de78eb67d8e6b72da49be4..5a9a09ef8ef91fc42ebc7d30e21c3aee961eecaf 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lwfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_lwfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzbeschraenkfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzbeschraenkfl.xml index 9c21848aadf348cc9cb41cadf32468c8a5e3facb..654aca9b6adcdcbe8101f75b80a70ba418fa573a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzbeschraenkfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzbeschraenkfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzungsbeschraenkung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzungsbeschraenkung.xml index 6ac9cb9163d55674cff3678ea08baa01550d47d0..fcd2f0732192a9c470daabe1f8b58740c18928e0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzungsbeschraenkung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_nutzungsbeschraenkung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_plan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_plan.xml index cce01c10333fe4a3d5f4720b6d04742a6fcb2dbd..41b47f0e1437365ae76d3b39124291282c4c9fbf 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_plan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_plan.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_privvorh.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_privvorh.xml index 3f2495784ce9ae6330ae4f51a15e9cf6023b3bc3..bd7f23917dd5b0600ee567c58cd44a024afe41e6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_privvorh.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_privvorh.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_rasterplanaender.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_rasterplanaender.xml index ecbad5f064ccdaec6f3eabfd8ba430a6439caab6..89b4a72c8dcb2715cad6a4a2c4c8a43f6fd38efa 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_rasterplanaender.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_rasterplanaender.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_schutzpflentw.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_schutzpflentw.xml index 1dd70a95060a0ea4356a499f7381fe6999c818d3..b9feb64dfb6048929e1a29ad5e0103bd53afd1a7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_schutzpflentw.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_schutzpflentw.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_spispoanl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_spispoanl.xml index 12e7ed677451614ec1b5d3b820bcbe445cbe1297..976db243707c06d19e414e59a42fd64d2f1dad7b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_spispoanl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_spispoanl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_strverk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_strverk.xml index 2a81869a8cab730a8ee720569f3bcb1004335298..aa4a70b0d0b158b1051c78382d1dc3dc9204fce4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_strverk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_strverk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschn.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschn.xml index 82acbb373e6daf261629818b17a370f191046331..0962c9b5e3f4aec716fae20ae15cd2bb9a5c2e08 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschn.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschn.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschnittflaeche.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschnittflaeche.xml index cb2dc6666da9667b6013efd76b8f18c7d883091a..3ceb821a0f9584c2a273b09929e4607acc5602c2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschnittflaeche.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textabschnittflaeche.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textldarstfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textldarstfl.xml index bc576f5a240cf9226f6e908e7cf3fe1f883c6b09..db1f9983a435e95cfdfb24d3a23cad8d46bf99af 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textldarstfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_textldarstfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_unverbindlvormerk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_unverbindlvormerk.xml index aa358c44ab9f86da07df6157b324daf35c9d5e61..1dac8b730b7155e7d7e0d2d89bd35d425a03c173 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_unverbindlvormerk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_unverbindlvormerk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_verentsorgung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_verentsorgung.xml index 227879fa614f89da8a2b5e09d3c91543e55bc95e..a2f8b2c13b8f7ea2175a5bb15329087f365ff7ec 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_verentsorgung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_verentsorgung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_vorbehaltefl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_vorbehaltefl.xml index fb2699b92c95dc666b18365b725df6b2235b0e80..db521edb3ccca97332f8f8063179f1570220d259 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_vorbehaltefl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_vorbehaltefl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_waldfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_waldfl.xml index 3eb9c629d5437bc1af40b78775a91e53459f36bb..a6969763269b8ee2ad49a57d615c6458021bba3c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_waldfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_waldfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_wws.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_wws.xml index 5505aa8a98dd5a2a9ff0fd1d6311cd319e6dfd67..07e2c1921546c15941e17c4644281f14b3cc6acc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_wws.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_wws.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_fpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_fpo.xml index 46a804f6d9d68fc626aa1e16476701029616c129..d1450dd366488a2220cd71cb3ad434e0aaf5a30b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_fpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_fpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lpo.xml index d308a126bc21be940a21666eab66fd8cd278b7d4..158a8b929a219f63368cf17e3fab2daa0950c777 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lto.xml index 59f0db12e3d0fcc6e759e8f6af45bd9073485b5d..55bdb62bdc06aff966272f166ffc945530581027 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_lto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_ppo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_ppo.xml index 966357df81b7a32d73ce7c2c7a859831c1759692..2c2461101b4ae2cc8cfdac61b2c44a4a96fedb9f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_ppo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_ppo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_pto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_pto.xml index c2ba145f3c3783c3811a120f9eab015c84602a04..4c68193aa86ce3c61a0df8b8d91b425660173337 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_pto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_xp_pto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_zentrversber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_zentrversber.xml index bdb2d12dde2ddcbda038673eab82bd2488bc3482..f330e07237608647e76b9f11b0ec024c000f1fe6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_zentrversber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/fp/fp_zentrversber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_abgrenzung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_abgrenzung.xml index beffa537b97dc96fbdbbd8aff89b623bc2e0623c..24d113a4c0f5c45a6347a3292279911bd3a016f1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_abgrenzung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_abgrenzung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_allggruenfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_allggruenfl.xml index 38341d5ca9c459fdf7f72da5527633aa2b041875..1c23bcf711e3b238a8c9dd9f6b962da4ed7b4c8c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_allggruenfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_allggruenfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_anpflanzbinderh.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_anpflanzbinderh.xml index c0b68867ae0dfd0295e796667538a5b0d22af4dc..0a8da4c45d9ddb0062447245fea43cdc3ed53a5c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_anpflanzbinderh.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_anpflanzbinderh.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ausgleich.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ausgleich.xml index bcdae1e5ecde4e8fa36f30b78c72cbda5d92cd23..7bff71f083de38e042f1ffbcf1c2c46f738dc41f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ausgleich.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ausgleich.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ber.xml index 658bf2f740182e6789df5bcab2fa8499c5719bb5..0921a429408875cfd463543febd0c46a477d4d11 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_ber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundbiotopvernetzung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundbiotopvernetzung.xml index 091f4a1e86a1f44cf0acd8b9994d61f6d89338ff..d6290d747bb25557ffe969bc4e0ad6af717f0e1c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundbiotopvernetzung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundbiotopvernetzung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundfl.xml index 852b80eab5c7769c661829d7caac39bdfee64ac5..5b79e08b751e37ec207af2e715989924f9060c9a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_biotopverbundfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_bodenschutzrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_bodenschutzrecht.xml index c7796751e23d7dc2ea2d4da962c9e014c7577631..da4e19cb9104fe7571a83dd98a74170364e7a0d2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_bodenschutzrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_bodenschutzrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_denkmschrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_denkmschrecht.xml index 8a602320978f03b6a02d25c0ce98d84bb930172e..87c04638152893c76ab797f53abf0ba9f453026f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_denkmschrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_denkmschrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_eingriffsregelung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_eingriffsregelung.xml index e86a09c1ffb18b37bd77ccb7c4478be6ee14cff6..85392e4dda25e941600179fe9c38cf161eb86037 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_eingriffsregelung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_eingriffsregelung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_erholungfreizeit.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_erholungfreizeit.xml index 6cd469d742ac2852a13c40d25bcb244b6349508d..1ddc34adc1a2dabc272a8245a4344a4b0aacb6fc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_erholungfreizeit.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_erholungfreizeit.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_forstrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_forstrecht.xml index b2f99b9062985b13ca0369492d6cb99414933fb7..574bffb9d886854e0fd533d70d7f00d36332ed5a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_forstrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_forstrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_genobj.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_genobj.xml index 8ae82219deee75e15336d9449df660d18e8cf3c9..24be54f5836c5933aaa675eb6b5c4a1ee4404b44 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_genobj.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_genobj.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_landschaftsbild.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_landschaftsbild.xml index 3adbc6a88c39f0ff10c6e68b969d611b9fac4e36..6bc44142d063733625444cc54bfa94c673c62aac 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_landschaftsbild.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_landschaftsbild.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzausschl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzausschl.xml index 21eba910f875a3139fe45fe5a5fa0c0f32778f69..e5d6fa6d2cf472c930c072edad4380835979fb8f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzausschl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzausschl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzerforderregelung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzerforderregelung.xml index 0972c5221e1e81e43a2b9198aaee14ddb7a2f125..8cbee1d7188aac4de7cc89f856d22ec8d4d387e0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzerforderregelung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_nutzerforderregelung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_plan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_plan.xml index 60aaec781698c6c3fd7e07b30530ede50166f733..53dfdb748a1247cbc2b8c01ea1aec2ac0798dad9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_plan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_plan.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_planerischevertief.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_planerischevertief.xml index ae910cf821cd8311536999bbf0bfbae5fe69c228..5a0ccdbb2d0f71c52fdb4624de23094829867fbb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_planerischevertief.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_planerischevertief.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaender.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaender.xml index 9de81cc6fe712b4e9362c9b72a279144083cd39f..620662508a69c290c9ed037cca26a991422dc64b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaender.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaender.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaenderung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaenderung.xml index 25b175f2faf0f888063b103571b33d9af053ba70..27275abbcbcd73cca60441f4da05b0b0cb96c6d2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaenderung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_rasterplanaenderung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzbestimmterteilevonnaturundlandschaft.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzbestimmterteilevonnaturundlandschaft.xml index a75a0836924129cdc076fa35daabfb4d855c55d0..d94cf058779a173b88a931e5306f750905cb90ba 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzbestimmterteilevonnaturundlandschaft.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzbestimmterteilevonnaturundlandschaft.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjbundesrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjbundesrecht.xml index 2307d971da3006286a7c4f249ef6ff33443a2f8b..d9125861c78031aabd493078fe29bb7468549207 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjbundesrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjbundesrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjinterrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjinterrecht.xml index a13de77d3072480fd39b901260565f033da850d6..31faf69a9cca0a5bfc401c94350b4ccc2c77c335 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjinterrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzobjinterrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzpflentw.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzpflentw.xml index f75c4d9a62ca9322370eef9993e5bafbe6bd5188..a0a7747e77aebdc86bce5d7e7ccb5508468a6a43 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzpflentw.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_schutzpflentw.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_sonstsrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_sonstsrecht.xml index 9657909f62aff325028590b5836856f07303e895..3f97c1d8568015d5a6a12ed3b5182374c1f3aa88 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_sonstsrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_sonstsrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschn.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschn.xml index c899fca0b779a556879d4b3be810fe30f99d3d62..7e6c25589209f7f5ec10c43f5b0ae9c019c61e4d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschn.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschn.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschnittobjekt.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschnittobjekt.xml index 0c94427d8b642ee9a44b6620d401ef4343566dc8..d65fdb4b4456176e07dce649228e548f8cd31b18 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschnittobjekt.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_textabschnittobjekt.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrgemgebreinschrnats.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrgemgebreinschrnats.xml index 0438753c39c73185e630397df019a4ce08675cf4..9bc77e5bb25a87c362b3f4223ab343f1eaaea39b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrgemgebreinschrnats.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrgemgebreinschrnats.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrschutzgeb.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrschutzgeb.xml index d88316180d8b085d12128f14df5a978961c917fe..b612a27551f1015aae731f4a457b9b07c43036f5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrschutzgeb.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrschutzgeb.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrsonst.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrsonst.xml index 82a3cb6314b545ea49ce8f7c78c05c0b32121deb..99180388e568c88d2222e9568750df56d1a8c2d7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrsonst.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrsonst.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrwirtschabflusshws.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrwirtschabflusshws.xml index f120fec929ab08388c256dfbb7fc0998f271212b..fdf99ada5323a271d2269efefa73ee3142f4b557 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrwirtschabflusshws.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_wrwirtschabflusshws.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_fpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_fpo.xml index 1ad53d0f0e7fc80fbe8864ef314bf700b63b77bd..acd380ac5b59d990adb4441eaeea350097758966 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_fpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_fpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lpo.xml index 4258e62fcd3384038668b9c8176cc9e1a4a55a3e..b79adc49396ba6bab0c33034c2a33e6eddf7240e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lto.xml index 1c55608e448248420bfa132a5eabaf30f14646df..eaefed5228f80694f678b178edbb5e699dbadce3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_lto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_ppo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_ppo.xml index af335094d1988b0294a88a2aa7a096d40683d6c1..77bb26759c0c3c1abbff756374ff4bafcc6e05bb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_ppo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_ppo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_pto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_pto.xml index 95f5d6a876f642859195b9fcaca28ea1c9429f67..b952ec4c2d9453c940ac902422673555174a7149 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_pto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_xp_pto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zieleerfordernissemassnahmen.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zieleerfordernissemassnahmen.xml index 5e7538b66145975168a29e8cc82a32b7dff944a5..3999b2cb45934284c8578bf04a5536fd0924ce30 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zieleerfordernissemassnahmen.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zieleerfordernissemassnahmen.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zubegruenendegrundstueckflaeche.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zubegruenendegrundstueckflaeche.xml index b53232f5aeb42a5270cf600295a60ed2fa98d9ee..e58ad9dbb99a20c86b9fb05fbc48f61e2df7f205 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zubegruenendegrundstueckflaeche.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zubegruenendegrundstueckflaeche.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zwischennutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zwischennutz.xml index 7faed8df83b3a0bead151c82f28d3a539b9d0a63..2edc0c46d8f72e57e041ca36f82fa33cdbc9beac 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zwischennutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lp_zwischennutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_biotopschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_biotopschutz.xml index c96b2af788a16af7d741e6eadc6a609cf1285636..15fa066880a212c2da2aefac99d721e1e0344ee9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_biotopschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_biotopschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_brachfl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_brachfl.xml index d1e1c4f7435fbf90bc16e430a18744fcc3ea66b6..8c0b09a477223824cbbbf6b617b547fe8c0f3d62 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_brachfl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_brachfl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_elkulturlandsch.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_elkulturlandsch.xml index 772147bc2716fde4ff0025445e759e0ad06f8436..e678fa73c07540e54cbe712382caaed1e3a3f2c4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_elkulturlandsch.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_elkulturlandsch.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_forstlichefests.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_forstlichefests.xml index ac4e3d91588c682bce9978a2fef3dd29c2aeb5d2..9d3501915d1810c77a00b2a9eed57920081a4eb0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_forstlichefests.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_forstlichefests.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_herrigrundst.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_herrigrundst.xml index 841927d14f89bbb4fd60326f4d9e781dfa83eebc..4e76d45ea27f13a4f302101f59bcd64f8f5d6bff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_herrigrundst.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_herrigrundst.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegeanpflanz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegeanpflanz.xml index 22156222e5463f25e987254243888ffd7b3091b4..9833904107eb7f9e1a0fef9e4853f723727cf4e1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegeanpflanz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegeanpflanz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegelandschbild.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegelandschbild.xml index bb3d274be33cfaef43153535e26f0fa0b09cd36f..453a6a9158b439180ff36b4567f8edf33761653f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegelandschbild.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_pflegelandschbild.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_schutzobjlandrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_schutzobjlandrecht.xml index 756546b694af0e0076a123073bba318e4b3d5f4a..e2cb42c8eb267fa29758251b2a79efaaa416186c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_schutzobjlandrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_schutzobjlandrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_sonstmassn.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_sonstmassn.xml index f980d1caf94576ea06f0c41ceea10dc210f84c26..32eb7afa4821afe55bbe3d1cbaf0bdffe185591c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_sonstmassn.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_sonstmassn.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_struktelbesiedber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_struktelbesiedber.xml index 0dcb05391bc25155b099e7cfae7beb5914055c8d..82b08331c7f5dabe3371f0b613b6cedb2ec186c4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_struktelbesiedber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_struktelbesiedber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_templandschschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_templandschschutz.xml index 46faffd4b5b585e47419124ce461c1ab7ac62128..f576ddff2338d9a16e835266c88bf8c421d60928 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_templandschschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_templandschschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_verpflichtungwrrl.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_verpflichtungwrrl.xml index 374f84fe6117dad7021467fbedcc4ea66063306a..fe8c4f60371a6b8eabfbd62512bf95f7dd4476fb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_verpflichtungwrrl.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/lp/lpnw_verpflichtungwrrl.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_achse.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_achse.xml index 3e745b5e91a94eac273a07dd692d769cac6205a0..52ac8b0df99ca604ee052692da879b7eaae67b5d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_achse.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_achse.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_ber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_ber.xml index 3c1f8688795e091f61cbab1bfa36ef9e20ce07d5..0d078863aa11caf534bad4a7d0cf51d0769b2821 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_ber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_ber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_bodenschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_bodenschutz.xml index 8aa489307bf88205ce3a9864d5645a1b2b117f29..01beb9171994dd212a8a6277be6a6cd959bcee3a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_bodenschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_bodenschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_einzelhandel.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_einzelhandel.xml index 6e3335d0b937fef5bcf2fcf61e9af2eb45935784..2ee9191be4c17548d3f50e98e7ff1aa54358855d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_einzelhandel.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_einzelhandel.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_energieversorgung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_energieversorgung.xml index 70c15d466cdedb8220b56f552579ab6dcbb2d1cd..6af125c82dd592b020c8b9f9ac5cd84870a93e3b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_energieversorgung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_energieversorgung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_entsorgung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_entsorgung.xml index 6fa3729b675a71d23cc8a8afabe1a64ee7b1f106..84938c5bce9ee93539247ceeee75f7279a6bcae9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_entsorgung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_entsorgung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erholung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erholung.xml index 16af992a0ccf0e0f77d3c8aac2e0097c402e14d0..f751f997eee62f042edd157fa4787ef5afa72499 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erholung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erholung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erneuerbareenergie.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erneuerbareenergie.xml index 8d72d42ded783b400ce80baf31046c13e19e06e6..8d8c6ac5202b7f00ebd6e1402b431b58b278d4fe 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erneuerbareenergie.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_erneuerbareenergie.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_forstwirtsch.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_forstwirtsch.xml index 48cff3e57ed0def1b2273188608a1b611e39c3c2..6af0f8eda8fa1cd48366ddbda8e2324e8eaad05d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_forstwirtsch.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_forstwirtsch.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freiraum.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freiraum.xml index a4fbd9f8f67ce7b380c97a1af785d1abfbceccad..47f36adaa141930db0d4d2b300ceba62648ed2e9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freiraum.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freiraum.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freizeiterholung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freizeiterholung.xml index bfcbd4966c7e4689abc21382cb5bd57c334e733a..3ce4cb2a238e5b7ca4d7525330b889d8920b60fc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freizeiterholung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_freizeiterholung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_funktionszuweisung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_funktionszuweisung.xml index fba7c16aa7ea8b76762f4a522208002430e1db63..f16b6ece3361d031b16ec968947d2f8efd058326 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_funktionszuweisung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_funktionszuweisung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gemfunktsiedlentw.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gemfunktsiedlentw.xml index e526782fbb5563f04ce9aa5437845bcbac66f234..24bcbaacdef80f222548d1a9e8287abbfab38584 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gemfunktsiedlentw.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gemfunktsiedlentw.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_genobj.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_genobj.xml index b81069a615afd06b4d18c9fc1173f0ee76047ae7..193a4c43391e2cc5af0a8394acb937fbf7641bf1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_genobj.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_genobj.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gewaesser.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gewaesser.xml index 5211a545565580df17a21ac76780e8d4578d1ae9..59de5a3165077e0247200ee0a53b705e4a5b929f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gewaesser.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gewaesser.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gr.xml index 1419f8d1ccc8faa0bf3b5b4c54db2548ee61ad30..081772f4371c503173679cf72ca1c4250fb552a9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gruenzuggruenzaesur.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gruenzuggruenzaesur.xml index 5557bc9d59b93c94716ffb4125444c110ef11a8b..1c49b80818254d35377a9e24a50da93aa5a9894d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gruenzuggruenzaesur.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_gruenzuggruenzaesur.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_hochwasserschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_hochwasserschutz.xml index caf80cdf66b1d55ec9a35e68c7b01514bd09fa35..ab8422fb3aa04ef70bd1fa0c8e5558303a2af12f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_hochwasserschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_hochwasserschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_industriegewerbe.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_industriegewerbe.xml index 4df1d8629fb4a2c359f2c24a79c446d05768f292..8fdee43ebb9948d5405756d0e9c9818ea71cdd89 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_industriegewerbe.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_industriegewerbe.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_klimaschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_klimaschutz.xml index b53db8253d28d632e57f957e6b56c567aeed0f92..05f6375c55812213531ea07e224242341624e8a0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_klimaschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_klimaschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kommunikation.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kommunikation.xml index b1f8ce2bbc67e93a9a355a75abfa9b868599d665..a9703b2ba443dfeeb4221129b1bddfc194685779 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kommunikation.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kommunikation.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturellessachgut.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturellessachgut.xml index 2676e2741e95e5b2fdcb3a9b13d890c6d4573855..ab670b2cfe3b91c662658a12debf625e5fee89db 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturellessachgut.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturellessachgut.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturlandschaft.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturlandschaft.xml index f5a6cf286af4b0c0fcb1a1f5ae98d826f5695b1a..1458c20d97c28ac8a74704abb16343feb4e003a8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturlandschaft.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_kulturlandschaft.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzbauschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzbauschutz.xml index dd7dfda5529c78e654ea1eac8ee3a16026d95f95..33f66eeb646f43b5ac81681440eb59864e4e0897 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzbauschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzbauschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzber.xml index 63d20e33cfa043bb4943c03aea749987bf3c55db..2d271b23e31ebe636629fe83cd25fdcc95e0fb19 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_laermschutzber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_luftverkehr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_luftverkehr.xml index 5668d973a0bf161789661c375a8e96efcb3b70b0..bb24889bea6771ce7b380d5d1806ec89b1f260fe 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_luftverkehr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_luftverkehr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_lw.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_lw.xml index 48eb02ef99200584700884d06c02670d1a14356b..5ae7822f5fab04583217048c96c021f60c7b157f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_lw.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_lw.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_natsrechtlschutzgeb.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_natsrechtlschutzgeb.xml index 1386a087e60b7e523c0979f5593cb6767cfb94ab..18f25ed832156029ebad218f5457be170c6a62d8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_natsrechtlschutzgeb.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_natsrechtlschutzgeb.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_naturlandsch.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_naturlandsch.xml index 127b841b18cb9e70ec66e3fa476c321589c184a3..a30df7aa17ed69f6078d6760dbfb5c0f230ebf28 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_naturlandsch.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_naturlandsch.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_plan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_plan.xml index 19634bf6e5703d1057fb210eb155d6849b9dc122..b3ecf002437d169f13116bfc5a86f9976c8a1525 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_plan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_plan.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_planungsraum.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_planungsraum.xml index 7512d983b7f48e4058b0959c3804f663c5075079..f13504008cc867cf7cd6f0228b529102ef29d618 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_planungsraum.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_planungsraum.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_radwegwanderweg.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_radwegwanderweg.xml index 95acdcfd70f7ac4455ff216a26b167550e1f082f..318178316f0fca16283e560bf0ae8c4194a19b39 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_radwegwanderweg.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_radwegwanderweg.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_raumkategorie.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_raumkategorie.xml index 594dcdfcdf1711092cc750f44f77d294e8d55c66..9f737ee9c63f36a3e988853a027f504821c0edb4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_raumkategorie.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_raumkategorie.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoff.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoff.xml index 44cc3b964cf7a6016e208308f81e7b6c5e4e1237..2ce3ad82e807e5e70caa77adfbb794cbb1e2ffff 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoff.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoff.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoffsicherung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoffsicherung.xml index 7cdeb992b17391fd893993722b66a9da962fc6a9..53dc2c9c2c4188472a0645408e91d157401fc075 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoffsicherung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_rohstoffsicherung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_schienenverkehr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_schienenverkehr.xml index 88cf4dcb45084358db7f9d368b4dd50659759a26..a3af26b38a5b93a7646bce333a9a9f7bd352f6bc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_schienenverkehr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_schienenverkehr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_siedlung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_siedlung.xml index e5f5170653db20a2b33fa0ab84e222356ad64c8c..cc5e296015894c4a25e2bc8e92aec6a592a408cd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_siedlung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_siedlung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstfreiraumschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstfreiraumschutz.xml index 023c194420f54d23ae686bf1c257db139f727b55..0387b7fa3c497a73de3479da3203092ed3224004 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstfreiraumschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstfreiraumschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstinfrastrukt.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstinfrastrukt.xml index 196e09ebbead64af97cc4b63566d4a5f28f937fe..de97c3fabc0de2da7c3d5930b0e160b171e7b076 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstinfrastrukt.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstinfrastrukt.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstrfreiraumstrukt.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstrfreiraumstrukt.xml index 37cc08cc80aebbb50fdc58f580c7884e66641328..3ca163684fc2ce8d2ccf27db309a537808f55552 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstrfreiraumstrukt.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstrfreiraumstrukt.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlbereich.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlbereich.xml index 38f1df9483b67e128d55894613847298c14079a6..df3a798f20cc8ea8e976f765b86dde5a5b56949e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlbereich.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlbereich.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlstrukt.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlstrukt.xml index dfd53168125fdaf960825cbccb9906857eee6238..b4a40a91af0ec71d3a78d690aa9324b6e4db412d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlstrukt.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstsiedlstrukt.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstverkehr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstverkehr.xml index 89968deee9c46c32256c157083958d7170d0f00b..64e5510084926007221f5007d72492d3b98d31c9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstverkehr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sonstverkehr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sozinfrastrukt.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sozinfrastrukt.xml index 9a44fc017ae6a6bc0eaf93bbaee723dbffbe8e8a..a007dcd952ce075d647ec702441513fe2c9907f3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sozinfrastrukt.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sozinfrastrukt.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sperrgebiet.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sperrgebiet.xml index ec1f12d16be48e3b67f5f564e9d57d47cf09582e..5b07f3ad3893338e59428c8e8ef0de412244b20d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sperrgebiet.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sperrgebiet.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sportanlage.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sportanlage.xml index 809e819a5a6153c5545524fe51acc9f14dded560..16ec02fb3e81e8c90530078b86408dad73a9e330 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sportanlage.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_sportanlage.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_strassenverkehr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_strassenverkehr.xml index 27b13025ede451ba75cfe8acccc6d649093bb959..a694b82a674d8846df387fc2449ec35ee9d8f8e4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_strassenverkehr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_strassenverkehr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_verk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_verk.xml index 0b6ddb97c8640855d65fe14cc5141b954b0f263d..a5687ea6b45636bd7b29a4604837ffc474e62471 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_verk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_verk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_vorbhwschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_vorbhwschutz.xml index 4ebaa0fdc2fba7d1cb015c9bc2178c971bea84c9..7a626baa29e7af4d049f0af386f09147d256ad01 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_vorbhwschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_vorbhwschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserschutz.xml index fa6bff18f0767d86911a7120cde9e490dd84d2e8..f60f5ffec54d3406e8fd64b059d3bc054933bd27 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserverkehr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserverkehr.xml index 7595a5091f6caa121a72596676576219c708452f..a243dedcd1fa4cee0b18a461920117a98fc9edcd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserverkehr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wasserverkehr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_windenergienutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_windenergienutz.xml index dee01e02c8cef548d5e93202bd1b5dc6f2529dfa..48847963fe0354436acca0ff5e47ff53105de370 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_windenergienutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_windenergienutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wohnensiedlung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wohnensiedlung.xml index e82075348af63837cde67fa2081d06ffb8ef9035..0e91987578380fb5184d7c62ea7d318fbc8d07fc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wohnensiedlung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wohnensiedlung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wws.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wws.xml index c75346a3edac2191cd0b7b8c50b1232db695b07d..cb81c1df8f3b853a2ca557d2e2efe84b2f8ed299 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wws.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_wws.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_fpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_fpo.xml index 6d053d1e70658d25fd177c1510b41087bb791cc3..0ff13f68a791250c5e50f15dd4f4429da2f1adce 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_fpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_fpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lpo.xml index 8a2b52ede26401f187237777f5363876cd0ef294..9b7641950ef97b19c4ae629cdb3bb6feac67c5f9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lto.xml index 5006a2cf52c0ddc503bd4b0a8053a80598bee5ff..6fdab9d0d973f7f4438de328c9780030b684194c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_lto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_ppo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_ppo.xml index 6ee8d403ce08133f1a26a13d000fd1fd33b8cef1..bdc3093e7f5cf4c76e6bf87970d1892e76668351 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_ppo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_ppo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_pto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_pto.xml index 9356eed75e43f55dc7c4b5dba884d153df647be7..4ad4ed9482a20f2474c1e984d98129b935d0085f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_pto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_xp_pto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_zentralerort.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_zentralerort.xml index fd59ef03bf27d490328bda813b706bf3200836ed..0a3722d6e36b4385eefd105714b0a60d8b0054e7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_zentralerort.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rp_zentralerort.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_asb.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_asb.xml index 49342ceaf4ce58509f381ba53af3813fbba9fce9..8709076b6a5686050d87a1ecc36c82c7be2bbc6c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_asb.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_asb.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_aufschuettablager.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_aufschuettablager.xml index a432d6937b27d753a8756cfd5f3d0398d8ae3cb4..9a044ba06a58377037a39506d47d363a99d1e373 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_aufschuettablager.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_aufschuettablager.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_forstwirtsch.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_forstwirtsch.xml index 0cb7309901b4faf116e8c3eaad678bd0bc4335f8..88d63b912d36a211fd4fc82316e0beb63fbed52f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_forstwirtsch.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_forstwirtsch.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_freiraumagrarber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_freiraumagrarber.xml index 760f43f09bbc8f7a2417ecce4590779eeb3c9080..d410ab14d2d6f45c270fce44dea08fa875798b2d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_freiraumagrarber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_freiraumagrarber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_gib.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_gib.xml index 401472d9a1b00856e0ef0e57aaf794520d73b6d7..f6299d45e280bde4a9c46a085fd3d517dca48cda 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_gib.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_gib.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_grundwgewschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_grundwgewschutz.xml index f93fbfbef0bab93305aa56402df90c01b4b60968..9b5f48bd944faec49d9734497c7812817cd875c2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_grundwgewschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_grundwgewschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_laermschutzzone.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_laermschutzzone.xml index d0402d6031c491b83e9c2b422d2e4aa8d2b4bb06..8f1dd889b7015d1fcd6b907670157c24fd7cdf92 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_laermschutzzone.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_laermschutzzone.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_landschschutz.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_landschschutz.xml index beccd0dffe172ffee8a2a06a15fb29fbde760fc9..c5f6a6eceb5aa474231da4751c0433e1b9784466 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_landschschutz.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_landschschutz.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_luftverk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_luftverk.xml index 9b2007f1513ade21db1eb17b4a82f81212ee42e0..4f162d4950f789d7cdf8754cf61327ed705c40fe 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_luftverk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_luftverk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_nats.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_nats.xml index c31b7c046fd1e20ba52549ccf67e4c5b67e8963a..71018b580846d5755c92544055ac8c7239f935cc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_nats.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_nats.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflngew.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflngew.xml index 595905192ffa62907102abbff3eda138d03b84fe..2987d3ea331d011b8e6a0aa86a1c7555b57d6cd4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflngew.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflngew.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflnnahebs.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflnnahebs.xml index 2b8e76963f793b094a88442cbe39d5003619c26a..c3aaa76d91dfc06774f4de2bb53cecebe586191a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflnnahebs.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_oberflnnahebs.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_schienenverk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_schienenverk.xml index 51c7cdc2abb4f7c025d007bdfd4b3f72a6b63c3f..16e4846c39b9d3a03f28a09a7e9016decc9cf148 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_schienenverk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_schienenverk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstinfrastrukt.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstinfrastrukt.xml index 72ad296ae0a72205cc70dd55cf541876ae1b2f96..97451017911a272384734436d06cdf172f9b37c0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstinfrastrukt.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstinfrastrukt.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstrsiedlber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstrsiedlber.xml index 27dc36c237308576ea871e0fe56d1678a8d073d6..dc76ee85e09204965d11ed62071129025d2f1779 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstrsiedlber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstrsiedlber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstverk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstverk.xml index 2f599c99940725ed08517c0b85529ed34a827ffa..888e42a4fe1d7248927e6e18dc5b2e8e3fcc2df9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstverk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstverk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstzweckbind.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstzweckbind.xml index eecb624c8da67c291430be8b5895e208586642fe..1600f5209150274342085e71ab96eeb9e878c487 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstzweckbind.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_sonstzweckbind.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_strverk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_strverk.xml index ee01e0dfb5f4f0e96d1b6e95915bcbbd548f9ad3..2059f07a4e52f771f731e0f43ffee6e01f2f5af1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_strverk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_strverk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_uberschwber.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_uberschwber.xml index 4f0faf8e1c18b080e59c9a08a98ce17b261f0095..9eba8c5ebae982ff15baeeff4e48aa9d9cd721e8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_uberschwber.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_uberschwber.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_wasserverk.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_wasserverk.xml index eabe2b638cc57f0ffc1e4e0d16ac73196e5fcd28..675a059140ead6d9ae9ab8956d1a1f1bcae0b28b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_wasserverk.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_wasserverk.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_zeitlin.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_zeitlin.xml index 83999b661d8d017a042fe506c7c84468c11c686d..59fa454cfd7a29e7ed362a3a953fdf9398e434da 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_zeitlin.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/rp/rpnw_zeitlin.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_baubeschraenkung.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_baubeschraenkung.xml index 1062c61b0b68b3559ce7aea43fd5fee41080fe7f..9626a52303d10a62f8f7a5854755beed20d0d356 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_baubeschraenkung.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_baubeschraenkung.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bauverbotszone.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bauverbotszone.xml index a39cb836a61d7d3569f78a9b107b4abbe005cfef..783719f65de6440a8c7a74a0dec1a4bfbf03c783 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bauverbotszone.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bauverbotszone.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bereich.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bereich.xml index 42c931a211de7ad03cd284a41b8ceb6953ceaa15..3c4bdce5808e9c00c795c7134c9f69380067acb0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bereich.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bereich.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bodenschutzrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bodenschutzrecht.xml index 6a7fd07aa7f9518b12010c21e1988a2d06459f9d..8750bc6ea6bc653a3d9043507816490086746a0d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bodenschutzrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_bodenschutzrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_denkmalschutzrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_denkmalschutzrecht.xml index e3d5be5c8f612b08babdea515c39ab36349e564a..ec0cf014e70597f05d0e6b76673ec4b1c2edd3cd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_denkmalschutzrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_denkmalschutzrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_forstrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_forstrecht.xml index e709b01e01d81afe04260c9b019114e704700b27..cca7d4eb9b7ec104561c47bd7705cef1e9c141a5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_forstrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_forstrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gebiet.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gebiet.xml index 568a6baf9d73317dff0fbbfa5b6bf30a714107e9..9a7bacc3d4c49fe57b7f238786b7e2cae67a1140 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gebiet.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gebiet.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gelaendemorphologie.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gelaendemorphologie.xml index 21899828aea48121ebdd7fdc65783658164c3bde..311d9c9b924ef9c0912b9720f91a1ac8c216d9ca 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gelaendemorphologie.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gelaendemorphologie.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gewaesser.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gewaesser.xml index a8f018bde51de8c8b19f59c5fe0b5938f9e9372a..49040fbd8927d193a1d2fb19f28d16eecb8ed68a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gewaesser.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_gewaesser.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_grenze.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_grenze.xml index d923e66f535c49baac2796fb1a20a9c7dc17e3f6..ee88cd70b15683ed5696f04c3833de00427df550 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_grenze.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_grenze.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_luftverkehrsrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_luftverkehrsrecht.xml index 9b126b0e66864fc402802e5b8305d56790908507..03761a3836c567465f58cb14d89e7bbb4b73f1d9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_luftverkehrsrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_luftverkehrsrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_plan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_plan.xml index db1d5682e65cc0d739d4c9b4671f93ed40a2d098..a50bf5f827caf9272ceb1e90892136a7fad0137d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_plan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_plan.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schienenverkehrsrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schienenverkehrsrecht.xml index 415acc18242d394af5bcda647a4225059dc82a4f..c2fc18d1e7fc0307de3f83c29dab48d0ddd8516b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schienenverkehrsrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schienenverkehrsrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietnaturschutzrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietnaturschutzrecht.xml index 896137beaae3f2d32972b9691ca5b6ff781cea1e..b060f8f1eee501a622bde58f85987a13d76238e9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietnaturschutzrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietnaturschutzrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietsonstigesrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietsonstigesrecht.xml index 5f6d96becb19ed9a8299c39cf03ceccbdb66b8d0..e84f13dd626e7e59e53bc96d4658a3b9b841026b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietsonstigesrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietsonstigesrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietwasserrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietwasserrecht.xml index 5f145d218adbbe9a39eea6221d96476328667718..74f0929b5c69f06924e89ea5af09bf1d3dcfb2df 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietwasserrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_schutzgebietwasserrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sichtflaeche.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sichtflaeche.xml index b7e7bc0ac6dca92b17dd38ed85ca310e6f8c9fab..fba234793b50492edfbd7be1d8b3c51e59810e12 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sichtflaeche.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sichtflaeche.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sonstigesrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sonstigesrecht.xml index e03311ae2d363b8ede7fbe3da788177d121a5fc8..7e38884d8aa12208909da4513b6912002ffb78f4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sonstigesrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_sonstigesrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehr.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehr.xml index 795af8fbb53878278e3035399f233d25e919d116..c8ea8096033cb6c0d7c807994d85375ccd061a34 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehr.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehr.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehrsrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehrsrecht.xml index 7dd8c44717b4649b518cd9fe71a592a2b5ba3e30..d4639f607284c1b167eea6dff22d81f95cdd8bf1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehrsrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_strassenverkehrsrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_textabschnittflaeche.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_textabschnittflaeche.xml index 1e32a3e8cc3d83c2b1d41c1c8bcf87216797865e..57b8f3dbb72eedd52d93dac3f93d89e8240b3b32 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_textabschnittflaeche.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_textabschnittflaeche.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserrecht.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserrecht.xml index c5b4f5e56837b173d751face6d1f34b0cc7e989b..ef799c6f2e21d5f226e61ef8edd02da9a86a142b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserrecht.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserrecht.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserwirtschaft.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserwirtschaft.xml index ff40a504a0e2b9f23b5270b478ddd376c9de9ffc..cbc4d36b24e83f2160419c3f72ff5dbf2be887d9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserwirtschaft.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_wasserwirtschaft.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_fpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_fpo.xml index 4eeeef59043c8113e7216f80eb89320fa02726a6..ec8223d24a8dfe6763e4ca00c3fb606bd0c2af22 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_fpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_fpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lpo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lpo.xml index 3f7aee72c8e6f63ce4da96d3affea052cd482f35..4ad3304be408018db2b75ce5606e11486ab60a95 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lpo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lpo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lto.xml index 9af53d44049a2815fbc6b54d0d60c2eb733d0ddb..a179fc3399dfe38fb6d3e7398cecd16a2ed8cc74 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_lto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_ppo.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_ppo.xml index ec7351c29251ca8ae4b161b1ec3282e07be13f24..97858b8a3e505ba688ea94e41bd967b8f1d88bb6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_ppo.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_ppo.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_pto.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_pto.xml index f229d1a2476d27120d8569851cf82458b4ac53ed..e006bcbdf18023095174a204b4760f0f684302a0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_pto.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/default/so/so_xp_pto.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/invisible.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/invisible.xml index c001c537c4a835f85978c36724f40ed90a19afdf..0de865ef7b56c597fd3f4a547543520b9f4f5ab7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/invisible.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/invisible.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/LROP/LROP_S_VR_GVZ.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/LROP/LROP_S_VR_GVZ.svg index 05fe5b04bc34a8047cba36d3f0622bca2d360d15..2909d0d1dcb29dd2415d3d016117c553c506afd9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/LROP/LROP_S_VR_GVZ.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/LROP/LROP_S_VR_GVZ.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_VR.svg index bf5a859b83374eec6b0a49054248beb492b1b190..91288cfde62aa55c32f9607d296c49831fab892b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_vb.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_vb.svg index ad9cf166d78c0f832fbbe7075fbaa9971d604013..c0a82eb1d67c84f1f99b24f481be6c715066b412 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_vb.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_Erholung_vb.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_NeueVerkehrstechnik_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_NeueVerkehrstechnik_VR.svg index f530705f6671e98cad5a02a65d8278090cefd442..321289bfa37332b84c531d512904a49630bf86d0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_NeueVerkehrstechnik_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_NeueVerkehrstechnik_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_VR.svg index ad4861864bd1074b0fb5ad25295619dc44160c24..912fddbd87520e3d7dc733fa1985395fa7ccb1c6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_vb.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_vb.svg index ecc57541d5ff136905776c5bbb0c0d4b95ef46d8..b73eba077428221b8130d0efa7533e5ab4aad4d4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_vb.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Anschlussstelle_vb.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_VR.svg index 813720579325a4174a91d2e5176b01dec4c241ca..8c1c06342960d10281e7c4c5429668b30008abaa 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_vb.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_vb.svg index 0fedbfa43af0aca00a0eed8ccd63e45ed381a1ba..6ec5a5c2e46d43454d175e2be8f0110f0dd2930c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_vb.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Bahnhof_vb.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_FernBahnhof_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_FernBahnhof_VR.svg index 8f3bb9a707f88754eccce80aeda7023dde8b7aea..74d3b3ec288a063af4a26b5304734e31fe919d3a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_FernBahnhof_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_FernBahnhof_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Flugsport.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Flugsport.svg index e4d50632c4ac4b8e17e1641b949869ae7969c0bf..b650c9dceb5725d0e50b26b8133d94c333cfc8d0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Flugsport.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Flugsport.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_VR.svg index 46d78f67cc5ea322f65906e58a4c64580d7646be..5be87859df6af9125800f35580ae47572ce7aedc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_vb.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_vb.svg index 513ae216a85fe171f8a7b6e5df71231291d32474..82a796856d12151412535d4190458795b3d961c5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_vb.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZ_vb.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_VR.svg index 5252977260608ab866222253ab3b56ef40d0ac99..34fa743e4e9fd79de815cb0032670858ddfcb5a8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_vb.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_vb.svg index e1fdc34689436c9615724974ab3833d7c73d2d6d..6f89ab51d6c2190bcfd5f0e9249b15060fe31de7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_vb.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_GVZreg_vb.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Golfsport.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Golfsport.svg index 24e3d11c4e8de817c8f7289777b7e4d26f55d28f..7bdc40b206e0829e2779e2e5dda1aceb86d1baef 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Golfsport.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Golfsport.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Motorsport.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Motorsport.svg index ef1cbc7bbfd102e240c1b95ff32550a25b54d4fe..66586fe716c19595852b251a9673c8d5df310791 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Motorsport.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Motorsport.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Reitsport.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Reitsport.svg index fb35087d20c1114100177eb8551995ef32aea7c0..7ffd7c11142590973c3dadff35cf7e6f02faa18e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Reitsport.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Reitsport.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Schleuse_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Schleuse_VR.svg index b5b0f0879fb1384643fa27457413dc507d50b186..85cc72e02b163e4015610f84437b509046c5154f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Schleuse_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Schleuse_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Wassersport.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Wassersport.svg index d689fe8be328c2f6b931f11f635a7394ceff07e4..e88c0a059e96805ff826f5878dc1989dfff14061 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Wassersport.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_Wassersport.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_VR.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_VR.svg index 30c9a341cdc716a80687978dd9d0aca6ff5d553d..c1f33d57a7726892d874a340f8a98f861fb6f3b6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_VR.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_VR.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_vb.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_vb.svg index 9ec8a56f33b9c1ff692b07129cf853d8654281f9..12fe0f0a7ec8f59bcc9fd5fb05a9823412770a78 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_vb.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_eltBetrieb_vb.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_neueVerkehrstechnik.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_neueVerkehrstechnik.svg index 4f8c0246dd2dba16977ff8b25a6d4ec468d2ef69..be496f3fe0ed13219202826b16594d9b9caf526a 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_neueVerkehrstechnik.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/RROP/RROP_S_neueVerkehrstechnik.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abgrabungbs_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abgrabungbs_sym.svg index ec414c079600dfd26cc1754bb78b7b3fa7189349..7a5a1f6fb46a8a2efc35cf84bad79fb557e9a03b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abgrabungbs_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abgrabungbs_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abstandsfl_rs.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abstandsfl_rs.svg index ea9bda96846fe6da37fc6f6198a4b9914c9dd710..aa88680a7c056695a36d92dd168058c8b6098201 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abstandsfl_rs.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/abstandsfl_rs.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhasons_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhasons_sym.svg index 417ae69027b0139204eeb6792a3af7b761f0ec35..c7194763ba2872c974798e1e92389c169fe9f75c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhasons_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhasons_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhastr_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhastr_sym.svg index 523064d2cbc877c359992ed1950c4668b93eaab6..2cb3df1e2bb866954161e530388899895d185934 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhastr_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhastr_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbesons_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbesons_sym.svg index 717ca70ecd908f3d2ae9eb2701098a1c33a8559f..280052ee8702c781e89c82cb084ee98e52acea47 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbesons_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbesons_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbestr_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbestr_sym.svg index 80b174700fba9571cf4850f80568c3ab2b5fcff2..fda42ac0c6b810ae0cc1c7fbc758529c5778cfe0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbestr_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/anpflanzbinderhbestr_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/berohneeinausflin_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/berohneeinausflin_sym.svg index 979aed168cf8ecbe50e1bf1706207a043cf89c52..64861b6845d605fc1c054987a3193533cf3137a5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/berohneeinausflin_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/berohneeinausflin_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/d_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/d_sym.svg index 8c117e9b324565aebf22d35ac6c122c786393b88..1a52c3e41259a14f9c5819151aa1df7f475de1cb 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/d_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/d_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalscheinzelanl_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalscheinzelanl_sym.svg index 1a7895c69b8e997f28617daa97abea26634f5976..03a716c2240d38db7b35499aafef122322cd2b9b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalscheinzelanl_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalscheinzelanl_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalschens_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalschens_sym.svg index 9c27f6548712ad4962cc36b5e1189b169956fd19..42f1b506dae26b6cc33c2eac16fa3ff5e43ad146 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalschens_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/denkmalschens_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_as.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_as.svg index dbfe393afc1bf2b0d2e3c8078288ef8de69845ce..253f975cf7e90ebe7e0087ea991eeef4edf0b005 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_as.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_as.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_es.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_es.svg index 18760581b79bf897bc0f041bed406f66df6de779..24a31040ed0650487a37978daeff8ab676ee6de2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_es.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/einfberlin_es.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/erhaltungsber_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/erhaltungsber_sym.svg index 2d24e4995afc6fb8cc6a3c9a68f0585df062c7c4..69174f312cb49a2ea2f8efd00485ba63084f1576 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/erhaltungsber_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/erhaltungsber_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/firstlin_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/firstlin_sym.svg index 9a0180a0312cffdc6fff75341d1107d769d041d1..a825ccfae4d17b37f345c93eb8f19ab6c78f12f3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/firstlin_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/firstlin_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-rinne.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-rinne.svg index 6521234f85563ce870f2e6427039282ef76ce2fa..fa996b95e4f9037d2835dae8b76d5d32526d09be 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-rinne.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-rinne.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-terrassenkanten.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-terrassenkanten.svg index a3f5c7d9af57086788357cf04a3b0c1e5e56457b..b17b2b71929b18276e5276f981f3cb1c017274c4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-terrassenkanten.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gelaendemorphologie-terrassenkanten.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflfeu_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflfeu_sym.svg index e11a693649ce3eeb34c40313e30952188e61ff68..9ef9bc3d71fd5a52af2cb79ecd1fd548350f5620 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflfeu_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflfeu_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflges_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflges_sym.svg index 0b745dffe8aeef6a5d49694d64c17bb94b1cb437..c9021f851f58a1d340f3825ecc2f7b5f899c43d2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflges_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflges_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkirch_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkirch_sym.svg index 70ddf7ac9110e00ea070e027319e95d4d057977f..2ba52d995e80ff4795721717b71bfc98f79628dc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkirch_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkirch_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkult_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkult_sym.svg index 4b9b09d63dca774980ccc972246dadc07ed8059c..383907f23bd8519d0e230f5cc360379482413e11 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkult_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflkult_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsfloeff_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsfloeff_sym.svg index cc68a8bb4fab2499cc1298ca828335755faf83e8..bf61924f4c326a4b76468bd4aaae0dcfbf89e5a0 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsfloeff_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsfloeff_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschule_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschule_sym.svg index 7cd58b713217a1fe6bffde1aba9f4ce40ad265b5..ade29b3665f1c42aef191b159b750d4bde2f3ea2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschule_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschule_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschutzb_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschutzb_sym.svg index c18d8e283d8b9150680ab4adb4993cedc30dc2f4..3ec3ecb0cc86e95e9ec6cebd0681fe11d5b5ce2e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschutzb_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflschutzb_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflsoz_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflsoz_sym.svg index 35e8a1d3d9fc89af4f1917c6b4e8d5adbdd33961..ce7c67d99257be5c4d3273f03d57c35fd620cde2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflsoz_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflsoz_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflspo_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflspo_sym.svg index e7743dbc667a5e7aad059721937fc3f5e9e25ee3..472d54f4d94d061689d336b5180eff63aed143e9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflspo_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gembedarfsflspo_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfl_bg.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfl_bg.svg index 06b54e36302f5e7bb22ac78d9f7673373604117d..a4b5cf04d3bb8c7e2b22495f7a7580485ebfdf19 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfl_bg.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfl_bg.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbadpl_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbadpl_sym.svg index e4e8566c225e6357be9c7646a74ee85363f3b91d..c30ca438decbccd6053b4bec91e486a59f2a5d40 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbadpl_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbadpl_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflboeschung_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflboeschung_sym.svg index 3772beb98019f11f887a94adac6c94530d6e6424..fe65e0ef4936926aeaa39d194225f986f4a16f03 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflboeschung_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflboeschung_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbolzpl_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbolzpl_sym.svg index cff1530590fee8ab907bc092d910515d3a37df35..67a248336b79303f00ef9bbefe10d6aecdf7de12 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbolzpl_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflbolzpl_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfldakleingar_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfldakleingar_sym.svg index c2f968c10a1a4b57cf8afdc9eb98a0ef55dc95c6..a31e5902259715ab0a1a22751440b5544355e42b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfldakleingar_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenfldakleingar_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflerholgaerten_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflerholgaerten_sym.svg index 8b19ac397558ace8a87ed46b9da15e0a5b157215..84d23d4aa21c1e02e0afea2c760e262ce7a4f12f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflerholgaerten_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflerholgaerten_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfreizherh_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfreizherh_sym.svg index b8e09e0d4e661e53817e8c637e5a01b8a0f3938e..1900763020adec30e0fba341a0e305c8aaf1ef63 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfreizherh_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfreizherh_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfriedh_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfriedh_sym.svg index 3124ec42fdf9df50635ec6bd8d9ef742f9ed25f3..51afc51eb3d17fe1222ca0cc93a830c3830b4f37 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfriedh_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflfriedh_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflgolfpl_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflgolfpl_sym.svg index f3de12fcd8fd12fa15d16c55fda5d2e11ee12778..63ee19338f4ba6bbbda26394944b1f82fda1e989 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflgolfpl_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflgolfpl_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflkleintier_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflkleintier_sym.svg index 0b152a4eeda09c27d7c566549229272ed4b5980b..794277dd1414b86c83e8c513ffbb61975059a08d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflkleintier_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflkleintier_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflpark_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflpark_sym.svg index 094b29768f7461f7ade8af4b1eb10c57d5b27ad4..a758dac1d3993eeda930264523d18076b6a40b1f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflpark_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflpark_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflskate_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflskate_sym.svg index aee60a67442e408730f4a948b42f0d1f550b03db..acb73930b28404ee225f1b0c39ed57e0039f07c5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflskate_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflskate_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsons_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsons_sym.svg index 13b021070f4f1e6ce677cca8d6954ec0c4f1b76f..2824b7a42b0a95e9f9aacd94013f406a24f89342 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsons_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsons_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspezgru_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspezgru_sym.svg index 82584680aa08ce1d32db8dc3e72624bdd34be900..66c1844ea7cd15c8810860222c98ae924666b9c7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspezgru_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspezgru_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspielpl_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspielpl_sym.svg index 93ddf834f353fc629be536b33cec0ff32b870267..5e4df21157cb1926ee7d12b41496b3e5ee706aa1 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspielpl_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflspielpl_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsportpl_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsportpl_sym.svg index 50bdaef377a17c612767a23fb4b27e6f4033eeaa..a4407e603810c54d4fa057c2b931a3703e9047fd 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsportpl_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflsportpl_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflstrabeglgruen_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflstrabeglgruen_sym.svg index e3a0f90e5a168d95e07709ff727ea7b8eb1e1c69..fe8276dcacb5b079dd2628fdfd7a8080d63dded2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflstrabeglgruen_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflstrabeglgruen_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflzeltpl_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflzeltpl_sym.svg index 231b8bb73bd6f1f6d1146ccaba24e98b91a0e6c8..81bd0e9a5499d8cc9ca4ce3fb314f5a4ea9955aa 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflzeltpl_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/gruenflzeltpl_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/hoehenpt_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/hoehenpt_sym.svg index fc38435176ec51503dc3aa56855300d2fe3a9f95..2fe64cf8fa461eba559223d6ea9e59017a3f26a9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/hoehenpt_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/hoehenpt_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/laermschutzbereich.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/laermschutzbereich.svg index 14367a270e9625a663150d8269bd588bdecb1b4d..70ce3e8c36a55b9746d4be35f61f73f541b5acd3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/laermschutzbereich.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/laermschutzbereich.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturlandschaft-freiraum.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturlandschaft-freiraum.svg index a2249c61fb78d5c0f5cb95b4ce53d76878720c7e..2d092ac03cacbe1b2ae8ca9ae75730245f15c0c5 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturlandschaft-freiraum.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturlandschaft-freiraum.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturschutzrecht.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturschutzrecht.svg index 922c242389031b7e2cd055afb21e0377d9c60f6d..30813f56c559bd8d2f8a34c0521c2437f9725ca3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturschutzrecht.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/naturschutzrecht.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebbiosph_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebbiosph_sym.svg index defde9ec8cfb7bae8c82b001c5324d44efa9b7ed..e10ae92a31c30cfbc1f5f08f034bac02559b9d4d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebbiosph_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebbiosph_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebeurvog_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebeurvog_sym.svg index b61a14b7c631448d408f1f4a60d1c30c72a2b01b..0c2e88a5a26b8422ecb6efe31452ca4912954aca 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebeurvog_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebeurvog_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgembed_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgembed_sym.svg index bffe81a8663d1e29895b094801788b455cd719fe..591bc8ce7fdb31c30c7c3e870a692ebc4c0ef806 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgembed_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgembed_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschbio_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschbio_sym.svg index df720d2f796b7a7e3bb1fac3040d32ba4da78979..f9e65deea76ab37c39bb3b655bee6bb7e06e5f21 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschbio_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschbio_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschla_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschla_sym.svg index ceac256342ab15e512a88fb0ec944cae1844d691..0306b33eb1f32f19abc2200028f41ad094732d7d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschla_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebgeschla_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgeblandsch_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgeblandsch_sym.svg index 11b8be879a5d5dabf444a8c7b27d505464e383c4..ffb7a9cf09c19608266cbaf3bd933072c440cf2f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgeblandsch_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgeblandsch_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatpark_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatpark_sym.svg index 9b82e11fe4d961555a31ed00d67226bd8b539a2e..764cc8ffc727cb209ec270f3f19236221fbe387b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatpark_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatpark_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatur_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatur_sym.svg index 336b3329261834c2f0bb0ab1610b8ff96f2e6a8d..ebf1196be3033adfa072a45fd2644c11ce2f3458 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatur_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnatur_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturdenk_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturdenk_sym.svg index 74c39951f6aa3a1b97d07996bc6898bb1fb8463e..ff060e0f9a21d45ba8531ca21d7ea66dc612d6bc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturdenk_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturdenk_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturpark_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturpark_sym.svg index 8db2332c7dd1f99beccfa7b70e013fd172150cf9..89adb99164553d363410b7133a1be2fad50453ee 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturpark_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzgebnaturpark_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzpflentwfl_rs.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzpflentwfl_rs.svg index 17e27e094a4a7318666efd19af7b5b057a2bbfaf..71a33be06574e71e64d82e092ccb868054b0f04c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzpflentwfl_rs.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/schutzpflentwfl_rs.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/speziellebauweise_rampe.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/speziellebauweise_rampe.svg index 94bb585f72caa67626a6ac76be7ceb4e6c02b1d2..07169e4e940b3e2d15bf17f1653defc5cc5534ad 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/speziellebauweise_rampe.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/speziellebauweise_rampe.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanfl_rs.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanfl_rs.svg index 2b022f8dd01fbcf1d488f785c6637763d122be28..ed45b4863b63618e6602ba65c935b639c52d1161 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanfl_rs.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanfl_rs.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlfl_bg.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlfl_bg.svg index 0597d8b128aefeec8c046a8bd42de38de0ba28fc..bd2d136829e7c8fa90263e21e08482b9298928fc 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlfl_bg.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlfl_bg.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspi_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspi_sym.svg index e01a3487e03341d60008d0b5b9c7fbaa908587ca..d0f174ae1ba0d47f86143080f28c513db4ab0580 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspi_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspi_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspo_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspo_sym.svg index e7743dbc667a5e7aad059721937fc3f5e9e25ee3..472d54f4d94d061689d336b5180eff63aed143e9 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspo_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/spispoanlflspo_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperauf_rs.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperauf_rs.svg index b46106a4901ab7ffbc1156f81c2eaa6d9863ff4e..e163969ba7d45aadba2081f1e3dda964b5e181f3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperauf_rs.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperauf_rs.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperstuetz_rs.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperstuetz_rs.svg index 779a1c847da2f127812fd90e987a901b9f045201..4c4693d17a66dfde977f2293761e3fece42f8e37 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperstuetz_rs.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/strkoerperstuetz_rs.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/todo.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/todo.svg index 79b95b8fa5e793ed264c176ad82a74abc7bd32a6..8fb5cc9f4878d7e631b25eb76df40291cdeffc18 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/todo.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/todo.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabfall_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabfall_sym.svg index 54bc27ffe748e1e9bd58489d55ab9a562a23174b..4cf9b6ec207d1e0668b56676001affc5ddfb7bc7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabfall_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabfall_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgablag_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgablag_sym.svg index 9725c77f1aab3e86f39e648380542d3ebbae7a7f..b723413e5df671adaa8310811b60f8e5deaab36e 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgablag_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgablag_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabwa_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabwa_sym.svg index 314760aa1bb847d5dbb6afef602976d81be090f1..2b794f174c90196d1f90683eac267dcb60a0a95d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabwa_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgabwa_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgelektr_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgelektr_sym.svg index d2b847c2e2b1afebbfc0dc81bf5cb2be9eb6eeab..7ca9322b7141bff78fe861a3c9e5a7998aca5f14 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgelektr_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgelektr_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorggas_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorggas_sym.svg index 52b1c88edd665a5b5f264058efdb340e9c895881..c53124bf3716dd6018cad748aa667a9f515cb70c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorggas_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorggas_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgwasser_sym.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgwasser_sym.svg index d445dc7fbeeb29f10e196175ec4f2102d78eebd8..0817348461dff40a075e9c20468ade7d8b8d3264 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgwasser_sym.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/verentsorgwasser_sym.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/wegerecht.svg b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/wegerecht.svg index d18b5d2e7d602e5e510c2c1568e2efc8d238f5b7..d31355bc120982d786fc30d2a114d77488abf55f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/wegerecht.svg +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/symbols/wegerecht.svg @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/bp/bp_plan_trans.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/bp/bp_plan_trans.xml index cd166addeb5ef6c27b9a1aad2eabddcc236b7107..3235abb3f169af814e721be5684d44d53627f704 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/bp/bp_plan_trans.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/bp/bp_plan_trans.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/fp/fp_plan_trans.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/fp/fp_plan_trans.xml index 1195e64c4d3d003ecee42bd4aeb64dc663800b55..ebc844e8cca40d155b091589b6ea49e337f10824 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/fp/fp_plan_trans.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/fp/fp_plan_trans.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/lp/lp_plan_trans.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/lp/lp_plan_trans.xml index e8a87f73c12e9463467803cef939a1461d079dc1..5e7ade19ed228dd5ceeabb7701a71a88ac4cc2da 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/lp/lp_plan_trans.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/lp/lp_plan_trans.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/rp/rp_plan_trans.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/rp/rp_plan_trans.xml index d6ce5c83a8c0160ad8ba81ee8ff02e7c82290a50..cabae83fef398bd96aa2fb1a3926c9ac11af5a4c 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/rp/rp_plan_trans.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/rp/rp_plan_trans.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/transparent.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/transparent.xml index 7a4635f4fb4d834089160da302a8af54f6ec558e..0dbc67d4503e5bbfd9813f71da7ae0dcbb8be871 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/transparent.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/styles/xplansyn/transparent/transparent.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanarchiveraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanarchiveraster.xml index 6377336f6c7028614f7bdca6cc8b66c6fcbc8f06..f6a9a1f6583df25b31dcacf223504f4844f22b20 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanarchiveraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanarchiveraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanpreraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanpreraster.xml index 6d62ec463e7d71a663dfa98386b86686d0f6cfe9..33957f93fd6b567ef58f186462bba74832239f70 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanpreraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanpreraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanraster.xml index f422cbde5d36873935f227eda0646e4ef91d48c8..110c923021f001c51e51633f5aa5af9f5eb376b2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/bplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanarchiveraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanarchiveraster.xml index 5c702c2148e3d405643589f214f7cc07ac5ae29c..e900c04ecebc7bd0a54403977310432d2bd57f34 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanarchiveraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanarchiveraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanpreraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanpreraster.xml index 55e56a7eb1d151334b1220df110a8042ca9483b9..93a04bdbec994f66f0140cd096499baed0ba5c1d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanpreraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanpreraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanraster.xml index c9f132a65a1f29bbcd9ee2f09f1442a34eaf6fa6..155f0ca9077d4247abdf0c983720fd262226f0f7 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/fplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/inspireplu.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/inspireplu.xml index e932bc96714c37c2c85cde95e87ffcb0f947305c..2f5797ac8bbcd3631abf747fab65a5048a690473 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/inspireplu.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/inspireplu.xml @@ -3,7 +3,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanarchiveraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanarchiveraster.xml index d0574d3cc479c8b46b4538d14f6ef546ea78cdac..617bf2ebf32015fd8c24c6eee568c7b2fc390abf 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanarchiveraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanarchiveraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanpreraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanpreraster.xml index f73a5860759363219da9929dc45b600961d78bce..28ced77e5ec5f511620f4ea720c2f35608aeb118 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanpreraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanpreraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanraster.xml index fab1e3cd787261258d4be1f0724b344e433e0be0..316d348445f9eb53700dc401b30336903829fec6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/lplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplan.xml index ef253171c4e243639175eb122106fdd506d0cc07..76c84c55d8a29d3cc1017e8533a439639552bd4b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml index 6177a6649b1bffcd13269e7b0d310c39ca54122b..27e353d2707f7af552706644d258ac55f8d1df56 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml index 0edf2d67b6238391887afa9e92283eaeb8a2a895..88d868be6b0ecf088d225f4de2148ea7a34ccd75 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplan.xml index c6a4577daf14baecf6d5c2cb632ea297ed41fce9..286ebc81ba9a780e1f5823c7a52c1cc9bd779292 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml index 54dd277fc5628af0ef50f676641b7f2ad3f9eded..781fd355dfc132775a1f054d1a1462fff58abb48 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml index 981c2106eafe4996e6a39118d2a794aba9f40635..6b011cf241f1791c725952b38a0a1175cc09935f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplan.xml index 92eefea6c1d17cbfed029fc4d29ea9eeb0598e2c..e24a4de2f22c55ccb11311c043d11830d00d830b 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml index 32c22ab6e56a99cec15ae0c247e537b90b8b181b..b9e3250757c3557f5dcf5ad845342c459039f449 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml index 5934d7943cdbc32cff82de4516c64fbcf1bcbcda..7e0e2666917584400ad4540d895485f77c59d079 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplan.xml index 15623b70575f346af524c49a0b6c83bde5cffad1..2b971a8f2ab364150ed8159b5a5bfd1bbb8497d2 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml index 449eef04b0408ea9de505f5427a8449930ec382e..82e0aafe6dd48297f17975323b616cee0b16efad 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml index 19a3f7adb2bb270ec5923d14fda44ebefbc81d54..9344c52523e836be5f7037740f98e94802e76366 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplan.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplan.xml index effc7781391b25192d1ca9e18a5c3d6a48aa995e..782f9f19b48fa0f23d57129c35e50d4fa48f8cc3 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplan.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplan.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml index 8d0fbde3c124834aac90c01efeb3f1d44118316f..930122b36f318b6fa58fba6dfd1cce708051e1f6 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml index 3feb383086e68efad363a23c1a62987b27b1ebdb..55d247ef977060425d890fb839156ad8339a0542 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanarchiveraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanarchiveraster.xml index be2884db7bd0152d35b4203d70810685648c4ebb..9eb438322bb06f53dda8a85e3783486068a00202 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanarchiveraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanarchiveraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanpreraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanpreraster.xml index 8c6c275126929da41e43d92ff05d30f2930a2c2d..0158bf37a3537e6e6703dc176e8ef70d17c99856 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanpreraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanpreraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanraster.xml index 8a24ead7a91cc80a726f83222f207812599bb1f5..b2d3c78b25b0dd99a0c2034db04ac251967f62a4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/rplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanarchiveraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanarchiveraster.xml index 9eac3c73b86655114069763006a6635e7499fa14..43dcdc23ede5563a4a32406635315a9373be990f 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanarchiveraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanarchiveraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanpreraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanpreraster.xml index a39ee4c74cd3a6846834861ead92336480101efc..52ede8da1c8a35dd2f6b05f8ca95dccc23bb9f9d 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanpreraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanpreraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanraster.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanraster.xml index ce4fdabcbb38a8bb30649bb6fb4ada5bd6637e8c..135291f4f72859dddd54f4c53bc1eda29cf27868 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanraster.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/soplanraster.xml @@ -2,7 +2,7 @@ #%L xplan-webservices-workspaces - Modul zur Gruppierung aller Workspaces %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektor.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektor.xml index fc6177541675740143f5ffd9c05a4352e31be763..cdd877b5f6f71d0b75af6f29b40acb86ce4133b8 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektor.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektor.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorarchive.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorarchive.xml index 5c0b56c18e0f952656618852a5356b2b53aa742c..5b1c14b767bd1985734010bc32fbb3f8d8aeb201 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorarchive.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorarchive.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01 diff --git a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorpre.xml b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorpre.xml index 08154d908a804085839c719dac8f1958b8307ac1..c74579c7e7ea8490ff33d2467f1852a239d0c4f4 100644 --- a/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorpre.xml +++ b/xplan-webservices/xplan-webservices-workspaces/src/main/workspace/themes/vektorpre.xml @@ -3,18 +3,18 @@ #%L xplanbox-syn - Automatisiert erzeugte Konfiguration %% - Copyright (C) 2008 - 2024 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + Copyright (C) 2008 - 2025 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%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 19.06.2024, 15:42:01