From 327e4d042a70caec4437814840f31a662d927923 Mon Sep 17 00:00:00 2001
From: latlon team <info@lat-lon.de>
Date: Wed, 22 Jan 2025 16:05:16 +0000
Subject: [PATCH] Code drop

- [maven-release-plugin] prepare release xplanbox-8.0-RC1 (91a7af9a5)
- XPLANBOX-3637 - separated seeds (3d01b202c)
- XPLANBOX-3637 - execution of fullseed with docker (976781375)
- XPLANBOX-3637 - configured fullseed (766cf6049)
- XPLANBOX-3641 - added missing semantic message for bereich_nummer (c3b170eb4)
- XPLANBOX-3638 - exclude DatababaseVerifier if profile test is enabled (2082128e7)
- XPLANBOX-3070 added list of deprecated functions removed in v8.0 (7e478aef9)
- XPLANBOX-3067 - update and add new soapui project testplans, update README (441b6db40)
- XPLANBOX-3070 added overview with release history (15a7fe4e8)
- XPLANBOX-3067 - described brekaing changes, updated to v2 (42ca9e3a4)
- XPLANBOX-3067 - removed header from json test resource breaking the tests (412fc9874)
- XPLANBOX-3067 - removed header from build-info.properties to fix build errors (cdd0cbf3b)
- XPLANBOX-3067 - updated licence header (33f47ddc5)
- XPLANBOX-3067 - updated licence header (9b9248cb0)
- XPLANBOX-3067 - updated LICENSE_UNKNOWN.txt (f08f7018e)
- XPLANBOX-3067 - updated xplandb_xplanmgr.png (2908ddfda)
- XPLANBOX-3604 removed duplicate dependency to spring-context in xplan-validator-web module (c4ed1ed70)
- XPLANBOX-3490 updated publiccode YAML to release v8.0 (2d5f84662)
- XPLANBOX-3592 - Adjust links on landingpage (8014fb865)

Co-authored-by: Julian Zilz <zilz@lat-lon.de>
Co-authored-by: Lyn Elisa Goltz <goltz@lat-lon.de>
Co-authored-by: Torsten Friebe <friebe@lat-lon.de>
Co-authored-by: latlon team <info@lat-lon.de>

Dropped from commit: 98768c6ae9a37be3faffbe5d984f6d1f2e5addb4
---
 CHANGELOG.md                                  |  41 +-
 pom.xml                                       |  12 +-
 publiccode.yml                                |  23 +-
 xplan-cli/pom.xml                             |   2 +-
 xplan-cli/src/main/assembly/assembly.xml      |   2 +-
 .../java/de/latlon/xplanbox/cli/XPlanCli.java |   2 +-
 .../xplanbox/cli/XPlanCliSubcommand.java      |   2 +-
 .../xplanbox/cli/admin/AdminCommand.java      |   2 +-
 ...valuationSchemaSynchronizerSubcommand.java |   2 +-
 .../cli/admin/ReSynthesizerSubcommand.java    |   2 +-
 .../cli/admin/SortdateUpdateSubcommand.java   |   2 +-
 .../cli/admin/config/CommonContext.java       |   2 +-
 .../admin/config/ReSynthesizerContext.java    |   2 +-
 .../admin/config/SortdateUpdateContext.java   |   6 +-
 .../cli/admin/db/SortPropertyDbUpdater.java   |   2 +-
 .../xplanbox/cli/admin/db/TableInfo.java      |   2 +-
 .../cli/admin/db/TableInfoMapper.java         |   2 +-
 .../cli/admin/evaluation/DatabaseUtils.java   |   2 +-
 .../EvaluationSchemaSynchronizer.java         |   6 +-
 .../cli/admin/evaluation/Operation.java       |   2 +-
 .../cli/admin/evaluation/SyncType.java        |   2 +-
 .../evaluation/SynchronizationException.java  |   2 +-
 .../evaluation/SynchronizeAllExecutor.java    |   2 +-
 .../admin/evaluation/SynchronizeExecutor.java |   2 +-
 .../cli/admin/evaluation/Synchronizer.java    |   2 +-
 .../cli/admin/evaluation/UpdateUtils.java     |   2 +-
 .../cli/admin/resynthesize/ReSynthesizer.java |   2 +-
 .../cli/admin/sortdate/SortDateUpdater.java   |   2 +-
 .../xplanbox/cli/config/XPlanCliContext.java  |   2 +-
 .../latlon/xplanbox/cli/main/MainCommand.java |   2 +-
 .../cli/main/XPlanCliApplicationRunner.java   |   2 +-
 .../cli/manage/CreateMetadataSubcommand.java  |   2 +-
 .../xplanbox/cli/manage/DeleteSubcommand.java |   2 +-
 .../xplanbox/cli/manage/ExportSubcommand.java |   2 +-
 .../xplanbox/cli/manage/ImportSubcommand.java |   2 +-
 .../xplanbox/cli/manage/ListSubcommand.java   |   2 +-
 .../xplanbox/cli/manage/ManageCommand.java    |   2 +-
 .../cli/manage/ManagerSubcommand.java         |   2 +-
 .../manage/ServiceMetadataRecordCreator.java  |   2 +-
 .../cli/manage/config/ManageContext.java      |   6 +-
 .../cli/manage/converter/CrsConverter.java    |   2 +-
 .../cli/validate/ValidateCommand.java         |   2 +-
 .../cli/validate/ValidateFileSubcommand.java  |   2 +-
 .../ValidateFromDatabaseSubcommand.java       |   6 +-
 .../validate/config/ValidateFileContext.java  |   2 +-
 .../config/ValidateFromDatabaseContext.java   |   2 +-
 .../cli/validate/db/ValidationProcessor.java  |   2 +-
 .../db/domain/ValidationResultSummary.java    |   2 +-
 .../db/domain/XPlanWithFeatureCollection.java |   2 +-
 .../src/main/resources/application.properties |   4 +-
 .../xplanbox/cli/admin/evaluation/gmlToWkt.py |  22 +-
 .../sh/setupEvaluationSchema.sh               |   2 +-
 .../sql/00_create_schema.sql                  |   2 +-
 .../sql/01_create_function.sql                |   2 +-
 .../sql/02_create_tables.sql                  |   2 +-
 .../sql/03_create_trigger-function.sql        |   2 +-
 .../sql/04_create_trigger.sql                 |   2 +-
 .../evaluation-schema/sql/05_grant_user.sql   |   2 +-
 xplan-cli/src/main/resources/log4j2.yaml      |   2 +-
 .../resources/managerConfiguration.properties |   2 +-
 .../validatorConfiguration.properties         |   2 +-
 .../latlon/xplanbox/cli/MainCommandTest.java  |   2 +-
 .../validate/ValidateFileSubcommandTest.java  |   2 +-
 .../config/ValidateFileContextTest.java       |   2 +-
 xplan-core/pom.xml                            |   2 +-
 xplan-core/xplan-core-api/README.md           |  12 +-
 xplan-core/xplan-core-api/pom.xml             |   2 +-
 .../xplanbox/api/commons/DateConverter.java   |  20 +
 .../commons/ObjectMapperContextResolver.java  |   2 +-
 .../api/commons/ValidationReportBuilder.java  |   6 +-
 .../commons/ValidationReportConverter.java    |   6 +-
 .../api/commons/ValidationReportUtils.java    |  20 +
 .../api/commons/ValidatorConverter.java       |   2 +-
 .../xplanbox/api/commons/XPlanMediaType.java  |   2 +-
 .../api/commons/config/ApiConfiguration.java  |   2 +-
 .../converter/StringListConverter.java        |   2 +-
 .../StringListConverterProvider.java          |   2 +-
 .../api/commons/exception/AsyncTimeout.java   |   2 +-
 .../ConstraintViolationExceptionMapper.java   |   2 +-
 .../EventExecutionExceptionMapper.java        |   2 +-
 .../api/commons/exception/InvalidPlanId.java  |   2 +-
 .../exception/InvalidPlanIdSyntax.java        |   2 +-
 .../exception/InvalidValidationUuid.java      |   2 +-
 .../exception/InvalidXPlanGmlOrArchive.java   |   2 +-
 .../api/commons/exception/StatusCodes.java    |   2 +-
 ...UnsupportedContentTypeExceptionMapper.java |   2 +-
 .../exception/UnsupportedHeaderValue.java     |   2 +-
 .../exception/UnsupportedParameterValue.java  |   2 +-
 .../exception/ValidatorExceptionMapper.java   |   2 +-
 .../commons/exception/XPlanApiException.java  |   2 +-
 .../exception/XPlanApiExceptionMapper.java    |   2 +-
 .../AbstractAsyncValidationWrapper.java       |  20 +
 .../commons/handler/AbstractAsyncWrapper.java |  20 +
 .../commons/handler/SystemConfigHandler.java  |   2 +-
 .../api/commons/openapi/OpenApiFilter.java    |   2 +-
 .../api/commons/v1/model/AbstractLink.java    |   6 +-
 .../api/commons/v1/model/DocumentSummary.java |   2 +-
 .../v1/model/ExternalReferenceResult.java     |   2 +-
 .../v1/model/ExternalReferenceStatusEnum.java |   2 +-
 .../api/commons/v1/model/PlanInfoBbox.java    |   2 +-
 .../v1/model/RasterEvaluationResult.java      |   2 +-
 .../api/commons/v1/model/RulesMetadata.java   |   2 +-
 .../v1/model/SemanticInvalidRuleResult.java   |   2 +-
 .../api/commons/v1/model/SystemConfig.java    |   2 +-
 .../commons/v1/model/ValidationReport.java    |   2 +-
 .../ValidationReportValidationResult.java     |   2 +-
 ...tionReportValidationResultGeometrisch.java |   2 +-
 ...ationReportValidationResultSemantisch.java |   2 +-
 ...eportValidationResultSemantischProfil.java |   2 +-
 ...ReportValidationResultSemantischRules.java |   2 +-
 ...tionReportValidationResultSyntaktisch.java |   2 +-
 .../api/commons/v1/model/VersionEnum.java     |   2 +-
 .../api/commons/v2/model/CrsStatusEnum.java   |   2 +-
 .../v2/model/ImageFormatStatusEnum.java       |   2 +-
 .../api/commons/v2/model/ResponseLink.java    |   2 +-
 .../commons/v2/model/StatusNotification.java  |  20 +
 .../api/commons/v2/model/SystemConfig.java    |   2 +-
 .../commons/v2/model/ValidationReport.java    |   2 +-
 .../v2/model/ValidationReportPlan.java        |   2 +-
 .../ValidationReportValidationResult.java     |   6 +-
 ...tionReportValidationResultGeometrisch.java |   2 +-
 ...ReportValidationResultGeometrischRule.java |   2 +-
 ...alidationResultGeometrischRuleFinding.java |  20 +
 ...alidationReportValidationResultProfil.java |   2 +-
 ...ationReportValidationResultSemantisch.java |   2 +-
 ...nReportValidationResultSemantischRule.java |   2 +-
 ...ValidationResultSemantischRuleFinding.java |  20 +
 ...tionResultSemantischWithRulesMetadata.java |   2 +-
 ...tionReportValidationResultSyntaktisch.java |   2 +-
 .../commons/v2/model/ValidationRuleLevel.java |  20 +
 .../commons/v2/model/ValidationStatus.java    |  22 +-
 .../api/commons/DateConverterTest.java        |  20 +
 .../commons/ValidationReportBuilderTest.java  |   2 +-
 .../ValidationReportConverterTest.java        |   2 +-
 .../api/commons/ValidatorConverterTest.java   |   2 +-
 .../commons/openapi/OpenApiFilterTest.java    |   2 +-
 .../v2/model/ValidationReportTest.java        |  20 +
 .../xplan-core-commons/LICENSE_UNKNOWN.txt    |  48 +-
 xplan-core/xplan-core-commons/pom.xml         |   2 +-
 .../de/latlon/xplan/commons/XPlanSchemas.java |   2 +-
 .../de/latlon/xplan/commons/XPlanType.java    |   2 +-
 .../de/latlon/xplan/commons/XPlanVersion.java |   2 +-
 .../xplan/commons/archive/ArchiveEntry.java   |   2 +-
 .../commons/archive/ArchiveMetadata.java      |   2 +-
 .../commons/archive/ArchiveZipEntry.java      |   2 +-
 .../xplan/commons/archive/ArtefactEntry.java  |   2 +-
 .../xplan/commons/archive/MainZipEntry.java   |   2 +-
 .../SemanticValidableXPlanArchive.java        |   2 +-
 .../xplan/commons/archive/XPlanArchive.java   |   2 +-
 .../archive/XPlanArchiveContentAccess.java    |   2 +-
 .../commons/archive/XPlanArchiveCreator.java  |   2 +-
 .../xplan/commons/archive/XPlanGmlReader.java |   2 +-
 .../commons/archive/XPlanPartArchive.java     |   2 +-
 .../commons/archive/ZipEntryWithContent.java  |   2 +-
 .../AbstractPropertiesLoader.java             |   2 +-
 ...onfigurationDirectoryPropertiesLoader.java |   2 +-
 .../DefaultPropertiesLoader.java              |   2 +-
 .../configuration/PropertiesLoader.java       |   2 +-
 .../SemanticConformityLinkConfiguration.java  |   2 +-
 .../configuration/SortConfiguration.java      |   2 +-
 .../SystemPropertyPropertiesLoader.java       |   2 +-
 .../feature/FeatureCollectionManipulator.java |   2 +-
 .../FeatureCollectionParseException.java      |   2 +-
 .../feature/MultipleInstanceParser.java       |   2 +-
 .../commons/feature/OrientationFixer.java     |   2 +-
 .../commons/feature/SortPropertyReader.java   |   2 +-
 .../feature/WfsFeatureInputStream.java        |   2 +-
 .../feature/XPlanFeatureCollection.java       |   2 +-
 .../XPlanFeatureCollectionBuilder.java        |   2 +-
 .../feature/XPlanFeatureCollections.java      |   2 +-
 .../commons/feature/XPlanGmlExporter.java     |  20 +
 .../xplan/commons/feature/XPlanGmlParser.java |   2 +-
 .../feature/XPlanGmlParserBuilder.java        |   2 +-
 ...PlanMultipleInstanceFeatureCollection.java |   2 +-
 .../XPlanSingleInstanceFeatureCollection.java |   2 +-
 .../xplan/commons/hale/HaleIOProvider.java    |   2 +-
 .../xplan/commons/hale/HaleTransformer.java   |   2 +-
 .../commons/hale/TransformationException.java |   2 +-
 .../latlon/xplan/commons/jts/JtsParser.java   |   2 +-
 .../commons/reference/ExternalReference.java  |   2 +-
 .../reference/ExternalReferenceInfo.java      |   2 +-
 .../ExternalReferenceInfoBuilder.java         |   2 +-
 .../reference/ExternalReferenceScanner.java   |   2 +-
 .../latlon/xplan/commons/s3/S3Metadata.java   |   2 +-
 .../de/latlon/xplan/commons/s3/S3Object.java  |   2 +-
 .../de/latlon/xplan/commons/s3/S3Storage.java |   2 +-
 .../xplan/commons/s3/StorageException.java    |   2 +-
 .../s3/config/AmazonS3ReadOnlyContext.java    |   6 +-
 .../xplan/commons/synthesizer/Features.java   |   2 +-
 .../commons/util/ContentTypeChecker.java      |   2 +-
 .../commons/util/FeatureCollectionUtils.java  |   2 +-
 .../xplan/commons/util/MimeTypeDetector.java  |   2 +-
 .../commons/util/TextPatternConstants.java    |   2 +-
 .../util/UnsupportedContentTypeException.java |   2 +-
 .../xplan/commons/util/XPlanVersionUtils.java |   2 +-
 .../latlon/xplan/commons/util/XmlUtils.java   |   2 +-
 .../manager/web/shared/AuthorizationInfo.java |   2 +-
 .../xplan/manager/web/shared/Bereich.java     |   2 +-
 .../web/shared/ConfigurationException.java    |   2 +-
 .../xplan/manager/web/shared/Gemeinde.java    |  20 +
 .../web/shared/PlanNameWithStatusResult.java  |   2 +-
 .../xplan/manager/web/shared/PlanStatus.java  |   2 +-
 .../web/shared/RasterEvaluationResult.java    |   2 +-
 .../xplan/manager/web/shared/Rechtsstand.java |   2 +-
 .../xplan/manager/web/shared/XPlan.java       |   2 +-
 .../web/shared/edit/AbstractReference.java    |   2 +-
 .../manager/web/shared/edit/BaseData.java     |   2 +-
 .../xplan/manager/web/shared/edit/Change.java |   2 +-
 .../manager/web/shared/edit/ChangeType.java   |   2 +-
 .../web/shared/edit/ExterneReferenzArt.java   |   2 +-
 .../manager/web/shared/edit/MimeTypes.java    |   2 +-
 .../manager/web/shared/edit/RasterBasis.java  |   2 +-
 .../web/shared/edit/RasterReference.java      |   2 +-
 .../web/shared/edit/RasterReferenceType.java  |   2 +-
 .../manager/web/shared/edit/Reference.java    |   2 +-
 .../web/shared/edit/ReferenceType.java        |   2 +-
 .../xplan/manager/web/shared/edit/Text.java   |   2 +-
 .../shared/edit/TextRechtscharacterType.java  |   2 +-
 .../manager/web/shared/edit/XPlanToEdit.java  |   2 +-
 .../web/shared/MapPreviewMetadata.java        |   2 +-
 .../web/shared/ReportFormatType.java          |   2 +-
 .../web/shared/ValidationOption.java          |   2 +-
 .../web/shared/ValidationSettings.java        |   2 +-
 .../validator/web/shared/ValidationType.java  |   2 +-
 .../validator/web/shared/XPlanEnvelope.java   |   2 +-
 .../deegree/gml/XPlanGmlFeatureWriter.java    |   2 +-
 .../java/org/deegree/gml/XPlanGmlWriter.java  |   2 +-
 .../util/contentTypeChecker.properties        |   2 +-
 .../xplan/manager/XPlanManagerCore.gwt.xml    |   2 +-
 .../validator/XPlanValidatorCore.gwt.xml      |   2 +-
 .../org/apache/tika/mime/custom-mimetypes.xml |   2 +-
 .../commons/XPlanFeatureCollectionTest.java   |   2 +-
 .../archive/XPlanArchiveCreatorTest.java      |   2 +-
 ...manticConformityLinkConfigurationTest.java |   2 +-
 .../configuration/SortConfigurationTest.java  |   2 +-
 .../SystemPropertyPropertiesLoaderTest.java   |   2 +-
 .../FeatureCollectionManipulatorTest.java     |   2 +-
 .../commons/feature/OrientationFixerTest.java |   2 +-
 .../ParameterizedXPlanGmlParserTest.java      |   2 +-
 .../feature/SortPropertyReaderTest.java       |   2 +-
 .../commons/feature/XPlanGmlExporterTest.java |   2 +-
 .../commons/feature/XPlanGmlParserTest.java   |   2 +-
 ...meterizedExternalReferenceScannerTest.java |   2 +-
 .../commons/util/ContentTypeCheckerTest.java  |   2 +-
 .../util/FeatureCollectionUtilsTest.java      |   2 +-
 .../commons/util/MimeTypeDetectorTest.java    |   2 +-
 .../commons/util/XPlanVersionUtilsTest.java   |   2 +-
 .../manager/web/shared/PlanStatusTest.java    |   2 +-
 .../edit/TextRechtscharacterTypeTest.java     |   2 +-
 .../gml/XPlanGmlFeatureWriterTest.java        |   2 +-
 .../xplan/jts/MultiSurfaceWithCurve.xml       |  23 +-
 xplan-core/xplan-core-gwt/pom.xml             |   2 +-
 .../gwt/commons/client/PollingTextBox.java    |   2 +-
 .../commons/client/ValidationListener.java    |   2 +-
 .../client/ValidatorOptionsDialog.java        |   2 +-
 .../client/ValidatorWebCommonsMessages.java   |   2 +-
 .../report/MasterportalMapPreviewDialog.java  |   2 +-
 .../commons/client/report/ReportDialog.java   |   2 +-
 .../ReportDownloadFinishedListener.java       |   2 +-
 .../client/report/ReportDownloadPanel.java    |   2 +-
 .../client/report/ReportUrlBuilder.java       |   2 +-
 .../service/MapPreviewConfigService.java      |   2 +-
 .../service/MapPreviewConfigServiceAsync.java |   2 +-
 .../service/ValidationConfigService.java      |   2 +-
 .../service/ValidationConfigServiceAsync.java |   2 +-
 .../client/service/ValidationService.java     |   2 +-
 .../service/ValidationServiceAsync.java       |   2 +-
 .../DefaultValidationConfigService.java       |   2 +-
 .../server/service/ReportController.java      |   2 +-
 .../server/service/ReportProvider.java        |   2 +-
 .../server/service/ValidationUtils.java       |   2 +-
 .../shared/InvalidParameterException.java     |   2 +-
 .../commons/shared/MapPreviewException.java   |   2 +-
 .../gwt/commons/shared/ValidationConfig.java  |   2 +-
 .../commons/shared/ValidationException.java   |   2 +-
 .../gwt/commons/shared/ValidationProfile.java |   2 +-
 .../gwt/commons/shared/ValidationSummary.java |   2 +-
 .../gwt/commons/web/CloseableDialogBox.java   |   2 +-
 .../commons/web/DisengageableButtonCell.java  |   2 +-
 .../gwt/commons/web/i18n/XPlanMessages.java   |   2 +-
 .../core/gwt/commons/XPlanCommons.gwt.xml     |   2 +-
 .../ValidatorWebCommonsMessages.properties    |   4 +-
 .../commons/web/i18n/XPlanMessages.properties |   2 +-
 xplan-core/xplan-core-inspireplu/pom.xml      |   2 +-
 .../InspirePluTransformator.java              |   2 +-
 .../hale/HaleCliInspirePluTransformator.java  |   2 +-
 .../HaleCliInspirePluTransformatorTest.java   |   2 +-
 xplan-core/xplan-core-job/pom.xml             |   2 +-
 .../job/validator/config/JobContext.java      |   2 +-
 .../validator/config/SchedulerJobFactory.java |   2 +-
 .../job/validator/config/SqlJobContext.java   |   2 +-
 .../exception/JobConfigException.java         |   2 +-
 .../job/validator/memory/GmlDeleteJob.java    |   2 +-
 .../job/validator/memory/GmlImportJob.java    |   2 +-
 .../job/validator/memory/InsertedFids.java    |   2 +-
 .../xplan/job/validator/sql/SqlDeleteJob.java |   2 +-
 .../workspace/ValidatorWorkspaceWrapper.java  |   2 +-
 .../src/main/resources/quartz.properties      |   2 +-
 .../validator/config/SqlJobContextTest.java   |   2 +-
 xplan-core/xplan-core-manager-db/pom.xml      |   2 +-
 .../core/manager/db/DatasourceWrapper.java    |   2 +-
 .../core/manager/db/config/JpaContext.java    |   2 +-
 .../manager/db/converter/BBoxConverter.java   |   2 +-
 .../listener/CleanupSqlFeatureStoreEvent.java |   2 +-
 .../CleanupSqlFeatureStoreListener.java       |   2 +-
 .../xplan/core/manager/db/model/Artefact.java |   2 +-
 .../core/manager/db/model/ArtefactId.java     |   2 +-
 .../core/manager/db/model/ArtefactType.java   |   2 +-
 .../xplan/core/manager/db/model/Bereich.java  |   2 +-
 .../xplan/core/manager/db/model/Feature.java  |   2 +-
 .../manager/db/model/Geltungsbereich.java     |  20 +
 .../xplan/core/manager/db/model/Gemeinde.java |  20 +
 .../xplan/core/manager/db/model/Plan.java     |   2 +-
 .../manager/db/model/PlanwerkWmsMetadata.java |   2 +-
 .../db/repository/ArtefactRepository.java     |   2 +-
 .../repository/GeltungsbereichRepository.java |   2 +-
 .../manager/db/repository/PlanRepository.java |   2 +-
 .../PlanwerkWmsMetadataRepository.java        |   2 +-
 .../manager/db/config/HsqlJpaContext.java     |   2 +-
 .../manager/db/config/PostgisJpaContext.java  |   2 +-
 .../db/repository/ArtefactRepositoryTest.java |   2 +-
 .../GeltungsbereichRepositoryTest.java        |   2 +-
 .../db/repository/PlanRepositoryTest.java     |   2 +-
 .../PlanwerkWmsMetadataRepositoryTest.java    |   2 +-
 .../resources/create-geltungsbereich-test.sql |   2 +-
 .../src/test/resources/create-schema.sql      |   2 +-
 .../src/test/resources/jpa-hsql.properties    |   2 +-
 .../src/test/resources/jpa-postgis.properties |   2 +-
 .../src/test/resources/log4j2.properties      |   2 +-
 xplan-core/xplan-core-manager-deegree/pom.xml |   2 +-
 .../deegree/jpa/JpaConnectionProvider.java    |   2 +-
 .../jpa/JpaConnectionProviderBuilder.java     |   2 +-
 .../jpa/JpaConnectionProviderMetadata.java    |   2 +-
 .../jpa/JpaConnectionProviderProvider.java    |   2 +-
 .../connectionprovider/jpa/datasource.xsd     |   2 +-
 .../xplan-core-manager/LICENSE_UNKNOWN.txt    |  16 +-
 xplan-core/xplan-core-manager/pom.xml         |   7 +-
 .../de/latlon/xplan/manager/CrsUtils.java     |   2 +-
 .../de/latlon/xplan/manager/XPlanManager.java |   2 +-
 .../configuration/ConfigurationException.java |   2 +-
 .../CoupledResourceConfiguration.java         |   2 +-
 .../configuration/ManagerConfiguration.java   |   6 +-
 .../AmbiguousBereichNummernException.java     |   2 +-
 .../xplan/manager/database/DatabaseUtils.java |   2 +-
 .../database/ManagerWorkspaceWrapper.java     |   2 +-
 .../database/PlanNotFoundException.java       |   2 +-
 .../xplan/manager/database/XPlanDao.java      |   6 +-
 .../manager/database/XPlanDbAdapter.java      |   2 +-
 .../database/XPlanInspirePluAdapter.java      |   2 +-
 .../manager/database/XPlanManagerDao.java     |   2 +-
 .../manager/database/XPlanSynWfsAdapter.java  |   2 +-
 .../database/XPlanVersionAndPlanStatus.java   |   2 +-
 .../manager/database/XPlanWfsAdapter.java     |   2 +-
 .../manager/document/DocumentStorage.java     |   2 +-
 .../document/XPlanDocumentManager.java        |   2 +-
 .../AmazonS3DocumentStorageContext.java       |   2 +-
 .../document/s3/S3DocumentStorage.java        |   2 +-
 .../xplan/manager/edit/ArtefactType.java      |   2 +-
 .../xplan/manager/edit/EditException.java     |   2 +-
 .../latlon/xplan/manager/edit/EditType.java   |   2 +-
 .../xplan/manager/edit/EditedArtefact.java    |   2 +-
 .../xplan/manager/edit/EditedArtefacts.java   |   2 +-
 .../manager/edit/ExternalReferenceUtils.java  |   2 +-
 .../xplan/manager/edit/RasterReference.java   |   6 +-
 .../xplan/manager/edit/XPlanManipulator.java  |   2 +-
 .../manager/edit/XPlanToEditFactory.java      |   6 +-
 .../manager/export/XPlanArtefactExporter.java |   2 +-
 .../manager/export/XPlanExportException.java  |   2 +-
 .../InspirePluPublishException.java           |   2 +-
 .../inspireplu/InspirePluPublisher.java       |   2 +-
 .../latlon/xplan/manager/log/SystemLog.java   |   2 +-
 .../DataServiceCouplingException.java         |   2 +-
 .../metadata/MetadataCouplingHandler.java     |   2 +-
 .../ServiceMetadataDocumentWriter.java        |   2 +-
 .../TemplateXmlStreamWriterFilter.java        |   2 +-
 .../metadata/XMLStreamWriterFilter.java       |  22 +-
 .../metadata/XMLStreamWriterFilterBase.java   |  22 +-
 .../xplan/manager/metadata/csw/CswClient.java |   2 +-
 .../metadata/csw/PlanRecordMetadata.java      |   2 +-
 .../planwerkwms/PlanwerkServiceMetadata.java  |   2 +-
 .../PlanwerkServiceMetadataBuilder.java       |   2 +-
 .../storage/StorageCleanUpManager.java        |   2 +-
 .../xplan/manager/storage/StorageEvent.java   |   2 +-
 .../storage/s3/S3StorageCleanUpManager.java   |   2 +-
 .../config/AmazonS3TransactionalContext.java  |   2 +-
 .../s3/listener/S3TransactionListener.java    |   2 +-
 .../transaction/AttachmentUrlHandler.java     |   2 +-
 .../manager/transaction/PlanImportData.java   |   2 +-
 .../manager/transaction/TransactionUtils.java |   2 +-
 .../transaction/UnsupportPlanException.java   |   2 +-
 .../transaction/XPlanDeleteManager.java       |   2 +-
 .../manager/transaction/XPlanEditManager.java |   2 +-
 .../transaction/XPlanInsertManager.java       |   6 +-
 .../transaction/XPlanTransactionManager.java  |   2 +-
 .../service/XPlanDeleteService.java           |   2 +-
 .../transaction/service/XPlanEditService.java |   2 +-
 .../service/XPlanInsertService.java           |   6 +-
 .../HaleXplan41ToXplan51Transformer.java      |   2 +-
 .../transformation/TransformationResult.java  |   2 +-
 .../transformation/XPlanGmlTransformer.java   |   2 +-
 .../raster/RasterConfigurationSorter.java     |   2 +-
 .../wmsconfig/raster/XPlanRasterManager.java  |   2 +-
 .../raster/storage/RasterStorage.java         |   2 +-
 .../raster/storage/s3/S3RasterStorage.java    |   2 +-
 .../config/AmazonS3RasterStorageContext.java  |   2 +-
 .../manager/workspace/WorkspaceException.java |   2 +-
 .../manager/workspace/WorkspaceReloader.java  |   2 +-
 .../WorkspaceReloaderConfiguration.java       |   2 +-
 .../manager/workspace/WorkspaceUtils.java     |   2 +-
 .../managerConfiguration.properties           |   2 +-
 .../xplan/manager/XPlanManagerTest.java       |   6 +-
 .../ManagerConfigurationTest.java             |   2 +-
 .../document/XPlanDocumentManagerTest.java    |   2 +-
 .../document/s3/S3DocumentStorageIT.java      |   6 +-
 .../edit/ExternalReferenceUtilsTest.java      |   6 +-
 .../manager/edit/XPlanManipulatorTest.java    |   6 +-
 .../manager/edit/XPlanToEditFactoryTest.java  |   6 +-
 .../export/XPlanArtefactExporterTest.java     |   2 +-
 .../metadata/MetadataCouplingHandlerTest.java |   6 +-
 .../ServiceMetadataDocumentWriterTest.java    |   6 +-
 .../metadata/csw/CswClientTestManual.java     |   6 +-
 .../PlanwerkServiceMetadataBuilderTest.java   |   2 +-
 .../s3/S3StorageCleanUpManagerTest.java       |   2 +-
 .../storage/s3/S3StorageTestManual.java       |   6 +-
 .../s3/config/AmazonS3TestContext.java        |   6 +-
 .../s3/config/S3StorageTestContext.java       |   2 +-
 .../attachment/AttachmentUrlHandlerTest.java  |   6 +-
 .../raster/RasterConfigurationSorterTest.java |   6 +-
 .../storage/s3/S3RasterStorageTest.java       |   2 +-
 .../storage/s3/S3RasterStorageTestManual.java |   6 +-
 .../workspace/WorkspaceReloaderTest.java      |   2 +-
 .../manager/workspace/WorkspaceUtilsTest.java |   2 +-
 .../iso-service-metadata-example-template.xml |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 .../src/test/resources/s3Mock.properties      |   2 +-
 xplan-core/xplan-core-raster/pom.xml          |   6 +-
 .../xplanbox/core/raster/RasterType.java      |  20 +
 .../xplanbox/core/raster/RasterUtils.java     |   2 +-
 .../config/RasterEvaluationContext.java       |  20 +
 .../raster/evaluation/RasterEvaluation.java   |   2 +-
 .../evaluation/XPlanRasterEvaluation.java     |   6 +-
 .../evaluation/XPlanRasterEvaluator.java      |   2 +-
 .../evaluation/XPlanRasterEvaluatorTest.java  |   6 +-
 .../raster/evaluation/png_25833.png.aux.xml   |   2 +-
 xplan-core/xplan-core-schemas/pom.xml         |   2 +-
 .../src/main/assembly/assembly.xml            |   2 +-
 .../appschemas/XPlanGML_Syn/XPlanSyn.xsd      |   2 +-
 xplan-core/xplan-core-security/pom.xml        |   5 +-
 .../PropertiesFileUserDetailsManager.java     |   2 +-
 .../SecurityConfigurationException.java       |   2 +-
 .../security/authorization/AgsAccessor.java   |  20 +
 ...mAccessJwtGrantedAuthoritiesConverter.java |  22 +-
 .../security/authorization/AgsAuthorizer.java |  22 +-
 .../security/authorization/AgsParser.java     |  20 +
 .../security/config/OAuth2JwtContext.java     |   2 +-
 .../security/config/SecurityContext.java      |   2 +-
 .../openapi/BearerSecurityOpenApiWriter.java  |  20 +
 .../application-enableOAuth2JWT.properties    |   8 +-
 ...essJwtGrantedAuthoritiesConverterTest.java |  20 +
 .../authorization/AgsAuthorizerTest.java      |  20 +
 .../security/authorization/AgsParserTest.java |  20 +
 .../security/config/OAuth2JwtContextTest.java |   2 +-
 .../security/config/SecurityContextTest.java  |   2 +-
 .../BearerSecurityOpenApiWriterTest.java      |  20 +
 xplan-core/xplan-core-synthesizer/pom.xml     |   2 +-
 .../manager/dictionary/XPlanCodelists.java    |   2 +-
 .../manager/dictionary/XPlanDictionaries.java |   2 +-
 .../dictionary/XPlanDictionariesParser.java   |   2 +-
 .../manager/dictionary/XPlanDictionary.java   |   2 +-
 .../dictionary/XPlanDictionaryEntry.java      |   2 +-
 .../dictionary/XPlanEnumerationFactory.java   |   2 +-
 .../FeatureTypeNameSynthesizer.java           |   2 +-
 .../manager/synthesizer/PlanContext.java      |   2 +-
 .../xplan/manager/synthesizer/RuleParser.java |   2 +-
 .../manager/synthesizer/XPlanSynthesizer.java |   2 +-
 .../synthesizer/expression/Expression.java    |   2 +-
 .../synthesizer/expression/LatestDate.java    |   2 +-
 .../expression/StringConstant.java            |   2 +-
 .../synthesizer/expression/XPlanGeometry.java |   2 +-
 .../expression/XPlanGmlDescription.java       |   2 +-
 .../synthesizer/expression/XPlanName.java     |   2 +-
 .../synthesizer/expression/XPlanType.java     |   2 +-
 .../manager/synthesizer/expression/Xpath.java |   2 +-
 .../XplanBaugebietFlaechenteile.java          |   2 +-
 .../synthesizer/expression/XplanGmlName.java  |   2 +-
 .../AbstractXPlanDictionaryLookup.java        |   2 +-
 .../dictionary/XPlanEnumerationLookup.java    |   2 +-
 .../dictionary/XPlanExternalCodeLookup.java   |   2 +-
 .../expression/flatten/AbstractFlattener.java |   2 +-
 .../expression/flatten/DefaultFlattener.java  |   2 +-
 .../expression/flatten/Flattener.java         |   2 +-
 .../flatten/XplanFlattenProperty.java         |   2 +-
 .../flatten/complex/ComplexFlattener.java     |   2 +-
 ...LpBiologischeVielfaltKomplexFlattener.java |   2 +-
 .../flatten/model/DataTypeFlattener.java      |   2 +-
 .../flatten/model/FlattenerProperty.java      |   2 +-
 .../AbstractTextlicherAbschnittFlattener.java |   2 +-
 .../xp/XpBegruendungAbschnittFlattener.java   |   2 +-
 .../xp/XpExterneReferenzFlattener.java        |   2 +-
 .../flatten/xp/XpGenerAttributFlattener.java  |   2 +-
 .../flatten/xp/XpRasterplanFlattener.java     |   2 +-
 .../flatten/xp/XpTextAbschnittFlattener.java  |   2 +-
 .../xp/XpVerfahrensMerkmalFlattener.java      |   2 +-
 .../expression/praesentation/Ausrichtung.java |   2 +-
 .../GeometryTypeAbbreviation.java             |   2 +-
 .../PraesentationsobjektLookup.java           |   2 +-
 .../praesentation/SchriftinhaltLookup.java    |   2 +-
 .../praesentation/SkalierungLookup.java       |   2 +-
 .../praesentation/StylesheetIdLookup.java     |   2 +-
 .../attribute/AttributeProperty.java          |   2 +-
 .../attribute/AttributePropertyParser.java    |   2 +-
 .../attribute/AttributePropertyType.java      |   2 +-
 .../synthesizer/rules/SynRulesAccessor.java   |   2 +-
 .../utils/AlphanumericComparator.java         |   2 +-
 .../manager/synthesizer/utils/CastUtils.java  |   2 +-
 .../renamedFeatureTypes.properties            |   8 +-
 .../resources/flattener/complexFlattener.yaml |   2 +-
 .../main/resources/junit-platform.properties  |   2 +-
 .../src/main/resources/rules/xplan40.syn      |   6 +-
 .../src/main/resources/rules/xplan41.syn      |   6 +-
 .../src/main/resources/rules/xplan50.syn      |   6 +-
 .../src/main/resources/rules/xplan51.syn      |   6 +-
 .../src/main/resources/rules/xplan52.syn      |   6 +-
 .../src/main/resources/rules/xplan53.syn      |   6 +-
 .../src/main/resources/rules/xplan54.syn      |   6 +-
 .../src/main/resources/rules/xplan60.syn      |   6 +-
 .../dictionary/XPlanCodelistsTest.java        |   2 +-
 .../dictionary/XPlanDictionariesTest.java     |   2 +-
 .../XPlanEnumerationFactoryTest.java          |   2 +-
 .../AbstractXplanSynthesizerTest.java         |   2 +-
 .../FeatureTypeNameSynthesizerTest.java       |   2 +-
 .../manager/synthesizer/RuleParserTest.java   |   2 +-
 .../XPlanSynthesizerComparisonTest.java       |   2 +-
 .../XPlanSynthesizerConcurrencyTest.java      |   2 +-
 .../synthesizer/XPlanSynthesizerTest.java     |   2 +-
 .../XplanSynthesizerXplan40Test.java          |   2 +-
 .../XplanSynthesizerXplan41Test.java          |   2 +-
 .../XplanSynthesizerXplan50Test.java          |   2 +-
 .../XplanSynthesizerXplan51Test.java          |   2 +-
 .../XplanSynthesizerXplan52Test.java          |   2 +-
 .../expression/LatestDateTest.java            |   2 +-
 .../expression/StringConstantTest.java        |   2 +-
 .../expression/TestFeaturesUtils.java         |   2 +-
 .../synthesizer/expression/XpathTest.java     |   2 +-
 .../XplanBaugebietFlaechenteileTest.java      |   2 +-
 .../expression/XplanFlattenPropertyTest.java  |   2 +-
 .../expression/XplanGeometryTest.java         |   2 +-
 .../expression/XplanGmlDescriptionTest.java   |   2 +-
 .../expression/XplanGmlNameTest.java          |   2 +-
 .../XplanEnumerationLookupTest.java           |   2 +-
 .../flatten/complex/ComplexFlattenerTest.java |   2 +-
 ...ologischeVielfaltKomplexFlattenerTest.java |   2 +-
 .../XpBegruendungAbschnittFlattenerTest.java  |   2 +-
 .../xp/XpTextAbschnittFlattenerTest.java      |   2 +-
 ...bstractPraesentationsobjektLookupTest.java |   2 +-
 .../praesentation/AusrichtungTest.java        |   2 +-
 .../SchriftinhaltLookupTest.java              |   2 +-
 .../praesentation/SkalierungLookupTest.java   |   2 +-
 .../praesentation/StylesheetIdLookupTest.java |   2 +-
 .../AttributePropertyParserTest.java          |   2 +-
 .../utils/AlphanumericComparatorTest.java     |   2 +-
 .../manager/dictionary/exampleCodelist.xml    |   2 +-
 .../BP_DetailArtDerBaulNutzung.xml            |   2 +-
 .../XP_BesondereArtDerBaulNutzung-XPlan4.xml  |   2 +-
 .../XP_BesondereArtDerBaulNutzung-XPlan5.xml  |   2 +-
 .../expression/FeatureWithCurve.xml           |   2 +-
 .../flatten/BP_KomplexeZweckbestGruen.xml     |   2 +-
 .../expression/flatten/BpDachgestaltung.xml   |   2 +-
 .../flatten/XpSPEMassnahmenDaten.xml          |   2 +-
 .../flatten/XpTextAbschnittFlattener.xml      |   2 +-
 .../flatten/XpTextAbschnittWithRefText.xml    |   2 +-
 .../flatten/XpVerbundenerPlanFlattener.xml    |   2 +-
 .../synthesizer/expression/xplan40.xml        |   2 +-
 .../synthesizer/expression/xplan41.xml        |   2 +-
 .../synthesizer/expression/xplan50.xml        |   2 +-
 .../synthesizer/expression/xplan53.xml        |   2 +-
 .../synthesizer/expression/xplan60.xml        |   2 +-
 .../synthesizer/plans/xplan41/BP2070.xml      |   2 +-
 .../synthesizer/plans/xplan41/BP2135.xml      |   2 +-
 .../synthesizer/plans/xplan41/LA22.xml        |   2 +-
 .../synthesizer/plans/xplan41/LA67.xml        |   2 +-
 .../synthesizer/plans/xplan50/BP2070.xml      |   2 +-
 .../synthesizer/plans/xplan50/BP2135.xml      |   2 +-
 .../synthesizer/plans/xplan50/LA22.xml        |   2 +-
 .../synthesizer/plans/xplan50/LA67.xml        |   2 +-
 .../synthesizer/plans/xplan51/BP2070.xml      |   2 +-
 .../synthesizer/plans/xplan51/BP2135.xml      |   2 +-
 .../synthesizer/plans/xplan51/LA22.xml        |   2 +-
 .../synthesizer/plans/xplan51/LA67.xml        |   2 +-
 .../synthesizer/plans/xplan52/BP2070.xml      |   2 +-
 .../synthesizer/plans/xplan52/BP2135.xml      |   2 +-
 .../synthesizer/plans/xplan52/LA22.xml        |   2 +-
 .../synthesizer/plans/xplan52/LA67.xml        |   2 +-
 .../xplan/manager/synthesizer/xplan41.syn     |   2 +-
 .../xplan41_BP_DetailArtDerBaulNutzung.syn    |   2 +-
 .../xplan41_XP_BesondereArtDerBaulNutzung.syn |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 xplan-core/xplan-core-tests/pom.xml           |   6 +-
 .../xplan/core/test/WarStructureVerifier.java |   6 +-
 .../xplan-core-validator-events/pom.xml       |   2 +-
 .../core/validator/events/EventSender.java    |   6 +-
 .../events/ImportTaskQueueConfig.java         |  20 +
 .../core/validator/events/RabbitConfig.java   |   6 +-
 .../validator/events/RabbitEmitterConfig.java |   6 +-
 .../validator/events/RabbitEventSender.java   |   6 +-
 .../events/RabbitReceiverConfig.java          |   6 +-
 .../core/validator/events/RabbitSettings.java |   6 +-
 .../events/ValidationFinishedEvent.java       |   6 +-
 .../events/ValidationRequestedEvent.java      |  20 +
 .../events/ValidationTaskQueueConfig.java     |  20 +
 .../validator/events/XPlanPrivateEvent.java   |  20 +
 .../events/XPlanPrivateTaskEvent.java         |  20 +
 .../events/XPlanPrivateTopicEvent.java        |  20 +
 .../validator/events/XPlanPublicEvent.java    |  20 +
 .../planimport/ImportFinishedEvent.java       |   6 +-
 .../planimport/ImportRequestedEvent.java      |   6 +-
 .../ImportValidationRequestedEvent.java       |   6 +-
 .../events/v1/XPlanPublicV1Event.java         |  20 +
 .../events/ValidationFinishedEventTest.java   |   2 +-
 .../events/ValidationRequestedEventTest.java  |   2 +-
 .../planimport/ImportFinishedEventTest.java   |   2 +-
 .../planimport/ImportRequestedEventTest.java  |   2 +-
 .../ImportValidationRequestedEventTest.java   |   6 +-
 .../events/v1/XPlanPublicV1EventTest.java     |  20 +
 .../xplan-core-validator/LICENSE_UNKNOWN.txt  |  11 +-
 xplan-core/xplan-core-validator/pom.xml       |   5 +-
 .../xplan/validator/GmlParserAdopter.java     |  20 +
 .../xplan/validator/ValidationType.java       |   2 +-
 .../xplan/validator/ValidatorException.java   |   2 +-
 .../xplan/validator/XPlanGmlValidation.java   |  20 +
 .../xplan/validator/XPlanValidator.java       |   6 +-
 .../configuration/ValidatorConfiguration.java |   2 +-
 .../ValidatorConfigurationParser.java         |   2 +-
 .../configuration/ValidatorProfile.java       |   2 +-
 .../GeometricValidationRetriever.java         |  20 +
 .../geometric/GeometricValidator.java         |   2 +-
 .../geometric/GeometricValidatorImpl.java     |   2 +-
 .../geometric/ValidationResultContext.java    |  20 +
 .../geometric/XPlanGeometryInspector.java     |   2 +-
 .../inspector/GeometricFeatureInspector.java  |   2 +-
 ...validGeltungsbereichGeometryException.java |   2 +-
 .../inspector/InvalidGeometryException.java   |   2 +-
 .../aenderungen/AenderungenInspector.java     |   2 +-
 .../broken/BrokenGeometriesInspector.java     |   2 +-
 .../DoppelbelegungInspector.java              |   2 +-
 .../flaechenschluss/ControlPoint.java         |   2 +-
 .../FlaechenschlussContext.java               |   2 +-
 .../FlaechenschlussFeatureInspector.java      |   2 +-
 .../FlaechenschlussFinding.java               |  20 +
 .../FlaechenschlussTolerance.java             |   2 +-
 .../OptimisedFlaechenschlussInspector.java    |   6 +-
 .../GeltungsbereichFeatureAnalyser.java       |   2 +-
 .../GeltungsbereichInspector.java             |   2 +-
 .../GeltungsbereichInspectorContext.java      |   2 +-
 .../model/AbstractGeltungsbereichFeature.java |   2 +-
 .../inspector/model/BereichFeature.java       |   2 +-
 .../inspector/model/FeatureUnderTest.java     |   2 +-
 .../inspector/model/FeaturesUnderTest.java    |   2 +-
 .../model/GeltungsbereichFeature.java         |   2 +-
 .../inspector/model/InspectorContext.java     |   2 +-
 .../inspector/model/PlanFeature.java          |   2 +-
 .../report/GeometricValidatorResult.java      |   2 +-
 .../result/GeometricValidationFinding.java    |  22 +-
 .../GeometricValidationFindingLevel.java      |  20 +
 .../result/GeometricValidationRule.java       |  22 +-
 .../validator/i18n/ValidationMessages.java    |   2 +-
 .../InactiveValidationProcessListener.java    |  20 +
 .../listener/ValidationProcessListener.java   |  20 +
 .../xplan/validator/planinfo/PlanInfo.java    |  20 +
 .../validator/planinfo/PlanInfoParser.java    |  20 +
 .../validator/planinfo/PlanInfoReport.java    |  20 +
 .../reference/ExternalReferenceEvaluator.java |   2 +-
 .../report/ReportArchiveGenerator.java        |   2 +-
 .../report/ReportGenerationException.java     |   2 +-
 .../xplan/validator/report/ReportUtils.java   |   2 +-
 .../xplan/validator/report/ReportWriter.java  |   6 +-
 .../xplan/validator/report/SkipCode.java      |  20 +
 .../validator/report/ValidatorDetail.java     |   2 +-
 .../validator/report/ValidatorReport.java     |   2 +-
 .../validator/report/ValidatorResult.java     |   2 +-
 .../report/geojson/GeoJsonBuilder.java        |  20 +
 .../geojson/GeoJsonGeometryBuilder.java       |  20 +
 .../jts/JtsToGeoJsonGeometryBuilder.java      |  20 +
 .../report/geojson/model/Feature.java         |  20 +
 .../geojson/model/FeatureCollection.java      |  20 +
 .../report/geojson/model/GeoJsonObject.java   |  20 +
 .../report/geojson/model/Geometry.java        |  20 +
 .../geojson/model/GeometryCollection.java     |  20 +
 .../report/geojson/model/GeometryElement.java |  20 +
 .../report/geojson/model/LineString.java      |  20 +
 .../geojson/model/LineStringCoordinates.java  |  20 +
 .../report/geojson/model/LinearRing.java      |  20 +
 .../report/geojson/model/MultiLineString.java |  20 +
 .../report/geojson/model/MultiPoint.java      |  20 +
 .../report/geojson/model/MultiPolygon.java    |  20 +
 .../validator/report/geojson/model/Point.java |  20 +
 .../report/geojson/model/Polygon.java         |  20 +
 .../report/geojson/model/Position.java        |  20 +
 .../report/html/HtmlReportGenerator.java      |   2 +-
 .../pdf/HeaderAndFooterPageEventHelper.java   |   2 +-
 .../report/pdf/PdfReportGenerator.java        |   2 +-
 .../validator/report/pdf/ReportBuilder.java   |   2 +-
 .../reference/ExternalReferenceReport.java    |   2 +-
 .../reference/ExternalReferenceStatus.java    |   2 +-
 .../validator/report/xml/JaxbConverter.java   |   2 +-
 .../report/xml/XmlReportGenerator.java        |   2 +-
 .../validator/semantic/SemanticValidator.java |   2 +-
 .../semantic/SemanticValidatorRule.java       |   2 +-
 .../SemanticRulesConfiguration.java           |   2 +-
 .../SemanticRulesMainConfiguration.java       |   2 +-
 .../SemanticRulesProfileConfiguration.java    |   2 +-
 .../SemanticValidationOptions.java            |   2 +-
 .../SemanticValidatorConfiguration.java       |   2 +-
 ...manticValidatorConfigurationRetriever.java |   2 +-
 .../message/DefaultRulesMessagesAccessor.java |   2 +-
 .../message/FileRulesMessagesAccessor.java    |   2 +-
 .../message/RulesMessagesAccessor.java        |   2 +-
 .../configuration/metadata/RulesMetadata.java |   2 +-
 .../configuration/metadata/RulesVersion.java  |   2 +-
 .../metadata/RulesVersionParser.java          |   2 +-
 ...manticValidatorConfigurationRetriever.java |   2 +-
 .../DelegatingSemanticProfileValidator.java   |   2 +-
 .../profile/SemanticProfileValidator.java     |   2 +-
 .../semantic/profile/SemanticProfiles.java    |   2 +-
 .../profile/SemanticProfilesCreator.java      |   2 +-
 .../report/InvalidFeaturesResult.java         |   2 +-
 .../semantic/report/InvalidRuleResult.java    |   2 +-
 .../validator/semantic/report/RuleResult.java |   2 +-
 .../report/SemanticValidatorResult.java       |   2 +-
 .../semantic/report/ValidationResultType.java |   2 +-
 .../xquery/XQuerySemanticValidator.java       |   2 +-
 .../xquery/XQuerySemanticValidatorRule.java   |   2 +-
 .../syntactic/SyntacticValidator.java         |   2 +-
 .../syntactic/SyntacticValidatorImpl.java     |   2 +-
 .../report/SyntacticValidatorResult.java      |   2 +-
 .../wms/MapPreviewCreationException.java      |   2 +-
 .../validator/wms/MapPreviewManager.java      |   2 +-
 .../wms/MasterportalConfigWriter.java         |   2 +-
 .../validator/wms/ValidatorWmsManager.java    |   2 +-
 .../wms/config/ValidatorWmsContext.java       |   2 +-
 .../wms/config/ValidatorWmsSqlContext.java    |   2 +-
 .../validator/wms/storage/PlanStorage.java    |   2 +-
 .../validator/wms/storage/SqlPlanStorage.java |   2 +-
 .../wms/storage/WorkspacePlanStorage.java     |   2 +-
 .../src/main/resources/bindings.xjc           |  23 +-
 .../validatorConfiguration.properties         |   4 +-
 .../i18n/validationMessages.properties        |   2 +-
 .../configuration/rulesMessages.properties    |  10 +-
 .../latlon/xplan/validator/wms/xplansyn.xml   |   2 +-
 .../xerces/impl/msg/DOMMessages_de.properties |   2 +-
 .../impl/msg/DatatypeMessages_de.properties   |   2 +-
 .../msg/JAXPValidationMessages_de.properties  |   2 +-
 .../xerces/impl/msg/SAXMessages_de.properties |   2 +-
 .../impl/msg/XIncludeMessages_de.properties   |   2 +-
 .../xerces/impl/msg/XMLMessages_de.properties |   2 +-
 .../impl/msg/XMLSchemaMessages_de.properties  |   2 +-
 .../msg/XMLSerializerMessages_de.properties   |   2 +-
 .../impl/msg/XPointerMessages_de.properties   |   2 +-
 .../src/main/resources/validationReport.xsd   |   2 +-
 .../src/main/resources/xslt/report.xslt       |   2 +-
 .../xplan/validator/FeatureParserUtils.java   |   2 +-
 .../validator/XPlanGmlValidationTest.java     |  20 +
 .../xplan/validator/XPlanValidatorTest.java   |   2 +-
 .../ValidatorConfigurationParserTest.java     |   6 +-
 .../geometric/GeometricValidatorImplTest.java |   6 +-
 ...rameterizedGeometricValidatorImplTest.java |   6 +-
 .../geometric/XPlanGeometryInspectorTest.java |   6 +-
 .../aenderungen/AenderungenInspectorTest.java |   2 +-
 .../DoppelbelegungInspectorTest.java          |   2 +-
 ...OptimisedFlaechenschlussInspectorTest.java |   2 +-
 ...eichInspectorKompensationsbereichTest.java |   2 +-
 .../GeltungsbereichInspectorTest.java         |   2 +-
 .../planinfo/PlanInfoParserTest.java          |  20 +
 .../ExternalReferenceEvaluatorTest.java       |   2 +-
 .../validator/report/ReportUtilsTest.java     |   2 +-
 .../validator/report/ReportWriterTest.java    |   2 +-
 .../validator/report/ValidatorDetailTest.java |   2 +-
 .../report/geojson/GeoJsonBuilderTest.java    |  20 +
 .../geojson/GeoJsonGeometryBuilderTest.java   |  20 +
 .../jts/JtsToGeoJsonGeometryBuilderTest.java  |  20 +
 .../report/html/HtmlReportGeneratorTest.java  |   6 +-
 .../report/pdf/PdfReportGeneratorTest.java    |   6 +-
 .../report/pdf/ReportBuilderTest.java         |   2 +-
 .../report/xml/XmlReportGeneratorTest.java    |   2 +-
 .../DefaultRulesMessagesAccessorTest.java     |   2 +-
 .../FileRulesMessagesAccessorTest.java        |   2 +-
 .../SemanticValidationOptionsTest.java        |   6 +-
 .../SemanticValidatorConfigurationTest.java   |   2 +-
 .../metadata/RulesVersionParserTest.java      |   2 +-
 ...icValidatorConfigurationRetrieverTest.java |   2 +-
 .../profile/SemanticProfilesCreatorTest.java  |   6 +-
 .../semantic/profile/TestContext.java         |   2 +-
 .../report/SemanticValidatorResultTest.java   |   2 +-
 .../XQuerySemanticValidatorRuleTest.java      |   2 +-
 .../xquery/XQuerySemanticValidatorTest.java   |   6 +-
 .../ParameterizedSyntacticValidatorTest.java  |   2 +-
 .../syntactic/SyntacticValidatorTest.java     |   2 +-
 .../wms/ValidatorWmsManagerTest.java          |   2 +-
 .../validator/wms/config/TestContext.java     |   2 +-
 .../wms/storage/SqlPlanStorageTest.java       |   6 +-
 .../configuration/profile-invalidId.yaml      |   2 +-
 .../configuration/profile-invalidName.yaml    |   2 +-
 .../validator/configuration/profile.yaml      |   2 +-
 .../configuration/profiles-duplicateId.yaml   |   2 +-
 .../configuration/profiles-duplicateName.yaml |   2 +-
 .../validator/configuration/profiles.yaml     |   2 +-
 .../configuration/rules/rules.properties      |   2 +-
 .../configuration/rules/version.properties    |   2 +-
 .../validatorConfiguration.properties         |   4 +-
 .../configuration/xquery/rules/exists.xq      |   2 +-
 .../xquery/rules/falseStatement.xq            |   2 +-
 .../xquery/rules/gmlId-warningsAndErrors.xq   |   2 +-
 .../configuration/xquery/rules/gmlId.xq       |   2 +-
 .../configuration/xquery/rules/gmlIds.xq      |   2 +-
 .../configuration/xquery/rules/so/SOignore.xq |   2 +-
 .../configuration/xquery/rules/sub/Sub.xq     |   2 +-
 .../xquery/rules/xplangml40/hello.xq          |   2 +-
 .../xquery/rules/xplangml41/41.xq             |   2 +-
 .../xquery/rules/xplangml41/xp/41_XPignore.xq |   2 +-
 .../xplangml41/xp/subXp/41_XPignore_Sub.xq    |   2 +-
 ...gErhaltung-Polygon-flaechenschlussTrue.xml |   2 +-
 ...BP_BaugebietsTeilFlaeche-GFZ_GF_GRZ_GZ.xml |   2 +-
 ...enanlagenFlaeche-mehrfacheZBUndWeitere.xml |   2 +-
 .../BP_NebenanlagenFlaeche-nurWeitereZB.xml   |   2 +-
 ...Vormerkung-Polygon-flaechenschlussTrue.xml |   2 +-
 ...Wegerecht-Polygon-flaechenschlussFehlt.xml |   2 +-
 ..._PPO-positionPoint-keinFlaechenschluss.xml |   2 +-
 .../xquery/inhaltBPPlan-referenziertSO.xml    |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 .../src/test/resources/profiles-test2.yaml    |   2 +-
 xplan-database/pom.xml                        |   5 +-
 xplan-database/xplan-database-docker/pom.xml  |   2 +-
 .../resources/archive/xplansyn/create.sql     |   6 +-
 .../main/resources/fix/xplansyn/create.sql    |   6 +-
 .../01_create_inspireplu_schema.sql           |   2 +-
 .../inspireplu/02_create_inspireplu_view.sql  |   2 +-
 .../main/resources/pre/xplansyn/create.sql    |   6 +-
 .../main/resources/xplanvalidator/create.sql  |   6 +-
 .../LICENSE_UNKNOWN.txt                       |   6 +
 xplan-database/xplan-database-scripts/pom.xml |   7 +-
 .../src/main/assembly/assembly.xml            |   2 +-
 .../scripts/custom/v80/GemeindeParser.java    |  20 +
 .../UpdateGeltungsbereichCustomChange.java    |  20 +
 .../v80/UpdateGemeindenCustomChange.java      |  20 +
 .../main/resources/6.0.1/changelog_v601.yaml  |   2 +-
 .../resources/6.0.1/changelog_xplansyn.yaml   |   2 +-
 .../6.0.1/changelog_xplansynarchive.yaml      |   2 +-
 .../6.0.1/changelog_xplansynpre.yaml          |   2 +-
 .../main/resources/6.0/changelog_schemas.yaml |   2 +-
 .../src/main/resources/6.0/changelog_v60.yaml |   2 +-
 .../main/resources/6.0/changelog_xplan40.yaml |   2 +-
 .../6.0/changelog_xplan40archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan40pre.yaml   |   2 +-
 .../main/resources/6.0/changelog_xplan41.yaml |   2 +-
 .../6.0/changelog_xplan41archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan41pre.yaml   |   2 +-
 .../main/resources/6.0/changelog_xplan50.yaml |   2 +-
 .../6.0/changelog_xplan50archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan50pre.yaml   |   2 +-
 .../main/resources/6.0/changelog_xplan51.yaml |   2 +-
 .../6.0/changelog_xplan51archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan51pre.yaml   |   2 +-
 .../main/resources/6.0/changelog_xplan52.yaml |   2 +-
 .../6.0/changelog_xplan52archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan52pre.yaml   |   2 +-
 .../main/resources/6.0/changelog_xplan53.yaml |   2 +-
 .../6.0/changelog_xplan53archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan53pre.yaml   |   2 +-
 .../main/resources/6.0/changelog_xplan54.yaml |   2 +-
 .../6.0/changelog_xplan54archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan54pre.yaml   |   2 +-
 .../main/resources/6.0/changelog_xplan60.yaml |   2 +-
 .../6.0/changelog_xplan60archive.yaml         |   2 +-
 .../resources/6.0/changelog_xplan60pre.yaml   |   2 +-
 .../resources/6.0/changelog_xplanmgr.yaml     |   2 +-
 .../resources/6.0/changelog_xplansyn.yaml     |   2 +-
 .../6.0/changelog_xplansynarchive.yaml        |   2 +-
 .../resources/6.0/changelog_xplansynpre.yaml  |   2 +-
 .../7.0/changelog_grant_privileges.yaml       |   2 +-
 .../resources/7.0/changelog_inspireplu.yaml   |   2 +-
 .../main/resources/7.0/changelog_schemas.yaml |   2 +-
 .../main/resources/7.0/changelog_srid.yaml    |   2 +-
 .../src/main/resources/7.0/changelog_v70.yaml |   2 +-
 .../resources/7.0/changelog_xplanmgr.yaml     |   2 +-
 .../7.0/changelog_xplanvalidator.yaml         |   2 +-
 .../src/main/resources/7.1/changelog_v71.yaml |   2 +-
 .../7.1/changelog_xplanvalidator.yaml         |   2 +-
 .../7.2/changelog_grant_privileges.yaml       |   2 +-
 .../resources/7.2/changelog_inspireplu.yaml   |   2 +-
 .../src/main/resources/7.2/changelog_v72.yaml |   2 +-
 .../src/main/resources/8.0/changelog_v80.yaml |   2 +-
 .../resources/8.0/changelog_xplanmgr.yaml     |   2 +-
 .../resources/8.0/changelog_xplansyn.yaml     |  20 +
 .../8.0/changelog_xplansynarchive.yaml        |  20 +
 .../resources/8.0/changelog_xplansynpre.yaml  |  20 +
 .../src/main/resources/changelog_xplandb.yaml |   2 +-
 .../main/resources/liquibase-diff.properties  |   2 +-
 .../src/main/resources/liquibase.properties   |   2 +-
 .../src/main/scripts/createDatabaseDiff.sh    |   2 +-
 .../custom/v80/GemeindeParserTest.java        |  20 +
 .../liquibase/LiquibaseConfigurationIT.java   |   2 +-
 .../test/resources/BPlan001_5-2_Gemeinden.gml |  23 +-
 .../resources/BPlan001_5-2_NoGemeinden.gml    |  23 +-
 .../resources/liquibase-target.properties     |   2 +-
 xplan-distribution/pom.xml                    |   2 +-
 xplan-docker/pom.xml                          |   2 +-
 xplan-docker/xplan-docker-tomcat/pom.xml      |   2 +-
 xplan-docker/xplan-docker-volume-init/pom.xml |   2 +-
 .../webapps.properties                        |   2 +-
 .../webapps.properties                        |   2 +-
 .../xplan-workspaces/webapps.properties       |   2 +-
 xplan-documentation/pom.xml                   |   2 +-
 .../xplan-benutzerhandbuch/pom.xml            |   2 +-
 .../src/main/asciidoc/docinfo.html            |   2 +-
 .../xplan-betriebshandbuch/pom.xml            |   2 +-
 .../downloads/bbox_cache_gml.properties       |   6 +-
 .../downloads/bbox_cache_syn.properties       |   6 +-
 .../main/asciidoc/images/xplandb_xplanmgr.png | Bin 169890 -> 263429 bytes
 .../docker-spezifikation-manager.yuml         |   2 +-
 .../docker-spezifikation-validator.yuml       |   2 +-
 xplan-documentation/xplan-webpages/pom.xml    |   2 +-
 .../src/main/assembly/assembly-default.xml    |   2 +-
 .../src/main/assembly/assembly-root.xml       |   2 +-
 .../src/main/filter/default.properties        |   2 +-
 .../src/main/resources/index.html             |   8 +-
 .../src/main/resources/xplanroot.css          |   2 +-
 xplan-dokumente/pom.xml                       |   2 +-
 xplan-dokumente/xplan-dokumente-api/pom.xml   |   2 +-
 .../xplanbox/api/dokumente/SpringBootApp.java |   6 +-
 .../dokumente/config/ApplicationContext.java  |   2 +-
 .../config/ApplicationContextPart1.java       |   2 +-
 .../config/DokumenteApiConfiguration.java     |   2 +-
 .../config/JdbcDatasourceWrapper.java         |   2 +-
 .../api/dokumente/config/JerseyConfig.java    |   2 +-
 .../dokumente/config/S3DocumentContext.java   |   2 +-
 .../dokumente/exception/InvalidDocument.java  |   2 +-
 .../api/dokumente/handler/ConfigHandler.java  |   2 +-
 .../dokumente/handler/DocumentHandler.java    |   2 +-
 .../internalapi/InfoForTestsApi.java          |   6 +-
 .../api/dokumente/service/DocumentHeader.java |   2 +-
 .../service/DocumentHeaderWithStream.java     |   2 +-
 .../dokumente/service/DocumentService.java    |   2 +-
 .../service/s3/S3DocumentService.java         |   2 +-
 .../xplanbox/api/dokumente/v1/DefaultApi.java |   2 +-
 .../api/dokumente/v1/DokumentApi.java         |   2 +-
 .../xplanbox/api/dokumente/v1/InfoApi.java    |   2 +-
 .../api/dokumente/v1/model/Document.java      |   2 +-
 .../api/dokumente/v1/model/SystemConfig.java  |   2 +-
 .../main/resources/application-dev.properties |   2 +-
 .../src/main/resources/application.properties |   4 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../api/dokumente/config/HsqlJpaContext.java  |   2 +-
 .../api/dokumente/config/TestContext.java     |   2 +-
 .../api/dokumente/config/TestS3Context.java   |  20 +
 .../dokumente/handler/ConfigHandlerTest.java  |   2 +-
 .../handler/DocumentHandlerTest.java          |   6 +-
 .../api/dokumente/v1/DefaultApiTest.java      |   2 +-
 .../api/dokumente/v1/DokumentApiTest.java     |   2 +-
 .../dokumente/v1/DokumenteApiJerseyTest.java  |  20 +
 .../api/dokumente/v1/InfoApiTest.java         |   2 +-
 .../src/test/resources/create-schema.sql      |   2 +-
 .../src/test/resources/jpa.properties         |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 .../xplan-dokumente-config/pom.xml            |   2 +-
 .../src/main/assembly/assembly.xml            |   2 +-
 .../dokumenteApiConfiguration.properties      |   2 +-
 xplan-manager/pom.xml                         |   2 +-
 .../xplan-manager-api/LICENSE_UNKNOWN.txt     |  23 +-
 xplan-manager/xplan-manager-api/pom.xml       |   2 +-
 .../xplanbox/api/manager/PlanInfoBuilder.java |   2 +-
 .../xplanbox/api/manager/SpringBootApp.java   |   6 +-
 .../api/manager/XPlanContentTypes.java        |   2 +-
 .../manager/config/ApplicationContext.java    |   6 +-
 .../config/ApplicationContextPart1.java       |   2 +-
 .../DefaultValidationConfiguration.java       |   2 +-
 .../config/ManagerApiConfiguration.java       |   2 +-
 .../manager/config/RabbitConfiguration.java   |   2 +-
 .../api/manager/db/DatabaseVerifier.java      |   4 +-
 ...mbiguousBereichNummernExceptionMapper.java |   2 +-
 .../manager/exception/DuplicateDokument.java  |   2 +-
 .../exception/DuplicateRasterbasis.java       |   2 +-
 .../manager/exception/InvalidApiVersion.java  |   2 +-
 .../manager/exception/InvalidDokumentId.java  |   2 +-
 .../api/manager/exception/InvalidPlan.java    |   2 +-
 .../manager/exception/InvalidPlanName.java    |   2 +-
 .../exception/InvalidPlanReferences.java      |   2 +-
 .../manager/exception/InvalidPlanToEdit.java  |   2 +-
 .../exception/InvalidRasterbasisId.java       |   2 +-
 .../manager/exception/InvalidRasterdata.java  |   2 +-
 .../api/manager/exception/InvalidSearch.java  |   2 +-
 .../api/manager/exception/InvalidTextId.java  |   2 +-
 .../exception/MissingBereichNummer.java       |   2 +-
 .../exception/MissingRequestEntity.java       |   2 +-
 .../PlanNotFoundExceptionMapper.java          |   2 +-
 .../manager/exception/UnexpectedError.java    |   2 +-
 .../UnsupportedPlanExceptionMapper.java       |   2 +-
 .../api/manager/executor/PlanImporter.java    |   6 +-
 .../handler/AbstractAsyncImportWrapper.java   |  20 +
 .../manager/handler/AsyncImportWrapper.java   |   6 +-
 .../api/manager/handler/ConfigHandler.java    |   2 +-
 .../handler/EditAenderungenHandler.java       |   2 +-
 .../handler/EditBasisdatenHandler.java        |   2 +-
 .../manager/handler/EditDokumentHandler.java  |   2 +-
 .../handler/EditGueltigkeitHandler.java       |   2 +-
 .../api/manager/handler/EditHandler.java      |   2 +-
 .../handler/EditRasterbasisHandler.java       |   2 +-
 .../api/manager/handler/EditTextHandler.java  |   2 +-
 .../api/manager/handler/PlanHandler.java      |   2 +-
 .../manager/handler/v2/ConfigHandlerV2.java   |   2 +-
 .../manager/internalapi/InfoForTestsApi.java  |   6 +-
 .../manager/messagingrabbitmq/Receiver.java   |   6 +-
 .../manager/openapi/AbstractApiConfig.java    |   6 +-
 .../manager/openapi/ManagerOpenApiFilter.java |   2 +-
 .../api/manager/openapi/v1/ApiV1Config.java   |   6 +-
 .../api/manager/openapi/v2/ApiV2Config.java   |   6 +-
 .../api/manager/openapi/v2/ApiV2Filter.java   |  20 +
 .../xplanbox/api/manager/v1/DefaultApi.java   |   2 +-
 .../xplanbox/api/manager/v1/InfoApi.java      |   2 +-
 .../api/manager/v1/PlanAenderungenApi.java    |   2 +-
 .../xplanbox/api/manager/v1/PlanApi.java      |   2 +-
 .../api/manager/v1/PlanBasisdatenApi.java     |   2 +-
 .../api/manager/v1/PlanDokumentApi.java       |   2 +-
 .../api/manager/v1/PlanGueltigkeitApi.java    |   2 +-
 .../api/manager/v1/PlanRasterbasisApi.java    |   2 +-
 .../xplanbox/api/manager/v1/PlanTextApi.java  |   2 +-
 .../xplanbox/api/manager/v1/PlansApi.java     |   2 +-
 .../api/manager/v1/model/Aenderung.java       |   2 +-
 .../api/manager/v1/model/Aenderungen.java     |   2 +-
 .../api/manager/v1/model/Basisdaten.java      |   2 +-
 .../api/manager/v1/model/Bereich.java         |   2 +-
 .../api/manager/v1/model/Dokument.java        |   2 +-
 .../api/manager/v1/model/Gemeinde.java        |  20 +
 .../xplanbox/api/manager/v1/model/Link.java   |   2 +-
 .../manager/v1/model/ManagerSystemConfig.java |   6 +-
 .../api/manager/v1/model/PlanInfo.java        |   2 +-
 .../v1/model/PlanInfoXplanModelData.java      |   2 +-
 .../api/manager/v1/model/PlanStatusEnum.java  |   2 +-
 .../api/manager/v1/model/Rasterbasis.java     |   2 +-
 .../api/manager/v1/model/Referenz.java        |   2 +-
 .../api/manager/v1/model/StatusMessage.java   |   2 +-
 .../xplanbox/api/manager/v1/model/Text.java   |   2 +-
 .../api/manager/v1/model/Zeitraum.java        |   2 +-
 .../xplanbox/api/manager/v2/DefaultApi2.java  |   2 +-
 .../xplanbox/api/manager/v2/InfoApi2.java     |   2 +-
 .../api/manager/v2/PlanAenderungenApi2.java   |   2 +-
 .../xplanbox/api/manager/v2/PlanApi2.java     |   2 +-
 .../api/manager/v2/PlanBasisdatenApi2.java    |   2 +-
 .../api/manager/v2/PlanDokumentApi2.java      |   2 +-
 .../api/manager/v2/PlanRasterbasisApi2.java   |   2 +-
 .../xplanbox/api/manager/v2/PlanTextApi2.java |   2 +-
 .../xplanbox/api/manager/v2/PlansApi2.java    |   2 +-
 .../xplanbox/api/manager/v2/ReportApi.java    |   2 +-
 .../xplanbox/api/manager/v2/StatusApi.java    |   6 +-
 .../api/manager/v2/model/Basisdaten.java      |   2 +-
 .../api/manager/v2/model/Dokument.java        |   2 +-
 .../api/manager/v2/model/ImportReceipt.java   |   6 +-
 .../v2/model/ManagerStatusNotification.java   |  20 +
 .../manager/v2/model/ManagerSystemConfig.java |   2 +-
 .../api/manager/v2/model/PlanInfo.java        |   2 +-
 .../v2/model/PlanInfoXplanModelData.java      |   2 +-
 .../api/manager/v2/model/Rasterbasis.java     |   2 +-
 .../api/manager/v2/model/Referenz.java        |   2 +-
 .../api/manager/v2/model/StatusEnum.java      |  20 +
 .../manager/validation/ModelValidator.java    |   2 +-
 .../src/main/resources/application.properties |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../api/manager/ManagerApiJerseyTest.java     |  21 +
 .../api/manager/PlanInfoBuilderTest.java      |  20 +
 .../config/FakeAsyncImportWrapper.java        |  20 +
 .../api/manager/config/HsqlJpaContext.java    |   2 +-
 .../api/manager/config/TestContext.java       |   2 +-
 .../api/manager/config/TestS3Context.java     |  20 +
 .../manager/executor/PlanImporterTest.java    |  20 +
 .../handler/AsyncImportWrapperTest.java       |   6 +-
 .../handler/EditBasisdatenHandlerTest.java    |   2 +-
 .../api/manager/handler/PlanHandlerTest.java  |   2 +-
 .../api/manager/v1/DefaultApiTest.java        |   2 +-
 .../xplanbox/api/manager/v1/InfoApiTest.java  |   2 +-
 .../api/manager/v1/PlanAenderungApiTest.java  |   2 +-
 .../xplanbox/api/manager/v1/PlanApiTest.java  |   6 +-
 .../api/manager/v1/PlanBasisdatenApiTest.java |   2 +-
 .../api/manager/v1/PlanDokumentApiTest.java   |   2 +-
 .../manager/v1/PlanGueltigkeitApiTest.java    |   2 +-
 .../manager/v1/PlanRasterbasisApiTest.java    |   6 +-
 .../api/manager/v1/PlanTextApiTest.java       |   2 +-
 .../xplanbox/api/manager/v1/PlansApiTest.java |   2 +-
 .../api/manager/v2/DefaultApi2Test.java       |   2 +-
 .../xplanbox/api/manager/v2/InfoApi2Test.java |   2 +-
 .../api/manager/v2/PlanAenderungApi2Test.java |   2 +-
 .../xplanbox/api/manager/v2/PlanApi2Test.java |   6 +-
 .../manager/v2/PlanBasisdatenApi2Test.java    |   6 +-
 .../api/manager/v2/PlanDokumentApi2Test.java  |   2 +-
 .../manager/v2/PlanRasterbasisApi2Test.java   |   2 +-
 .../api/manager/v2/PlanTextApi2Test.java      |   2 +-
 .../api/manager/v2/PlansApi2Test.java         |   2 +-
 .../api/manager/v2/ReportApiTest.java         |  20 +
 .../api/manager/v2/StatusApiTest.java         |   2 +-
 .../src/test/resources/bplanraster.xml        |   2 +-
 .../src/test/resources/create-schema.sql      |   2 +-
 .../src/test/resources/fplanraster.xml        |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 .../src/test/resources/lplanraster.xml        |   2 +-
 .../src/test/resources/rplanraster.xml        |   2 +-
 .../src/test/resources/s3Mock.properties      |   2 +-
 .../src/test/resources/soplanraster.xml       |   2 +-
 xplan-manager/xplan-manager-config/pom.xml    |   2 +-
 .../src/main/assembly/assembly-default.xml    |   2 +-
 .../src/main/assembly/assembly.xml            |   2 +-
 .../src/main/filter/filter-default.properties |   2 +-
 .../xplanGml41-inspirePlu.halex.alignment.xml |   2 +-
 .../hale/xplan50/classification.groovy        |   2 +-
 .../xplanGml50-inspirePlu.halex.alignment.xml |   2 +-
 .../xplanGml51-inspirePlu.halex.alignment.xml |   2 +-
 .../xplanGml52-inspirePlu.halex.alignment.xml |   2 +-
 .../xplanGml53-inspirePlu.halex.alignment.xml |   2 +-
 .../xplanGml54-inspirePlu.halex.alignment.xml |   2 +-
 .../xplanGml60-inspirePlu.halex.alignment.xml |   2 +-
 .../managerApiConfiguration.properties        |   2 +-
 .../resources/managerConfiguration.properties |   2 +-
 .../managerWebConfiguration.properties        |   2 +-
 .../service-iso-metadata-template.xml         |   2 +-
 xplan-manager/xplan-manager-web/pom.xml       |   2 +-
 .../comparator/AlphanumericComparator.java    |   2 +-
 .../client/comparator/ColumnComparator.java   |   2 +-
 .../web/client/filter/FreeTextFilter.java     |   2 +-
 .../manager/web/client/filter/PlanFilter.java |   2 +-
 .../web/client/filter/PlanStatusFilter.java   |   2 +-
 .../web/client/gui/ImportAndListView.java     |   2 +-
 .../web/client/gui/ImportWizardCreator.java   |   2 +-
 .../web/client/gui/ManagerWebEntryPoint.java  |   2 +-
 .../web/client/gui/PlanListColumnType.java    |   2 +-
 .../manager/web/client/gui/PlanListPanel.java |   2 +-
 .../manager/web/client/gui/StyleNames.java    |   2 +-
 .../manager/web/client/gui/UploadPanel.java   |   2 +-
 .../web/client/gui/ViewController.java        |   2 +-
 .../client/gui/dialog/CrsSelectedHandler.java |   2 +-
 .../gui/dialog/LegislationStatusDialog.java   |   2 +-
 .../client/gui/dialog/MapPreviewDialog.java   |   2 +-
 .../gui/dialog/NextSubmittedHandler.java      |   2 +-
 .../dialog/PlanNameAndStatusDialogBox.java    |   2 +-
 .../web/client/gui/dialog/RasterDialog.java   |   2 +-
 .../web/client/gui/dialog/RasterHandler.java  |   2 +-
 .../client/gui/dialog/WizardDialogBox.java    |   2 +-
 .../AbstractEditorSubPanelWithTable.java      |   2 +-
 .../web/client/gui/editor/EditPlanType.java   |   2 +-
 .../web/client/gui/editor/EditVersion.java    |   2 +-
 .../web/client/gui/editor/EditorPanel.java    |   2 +-
 .../web/client/gui/editor/EditorView.java     |   2 +-
 .../gui/editor/basedata/BaseDataPanel.java    |   2 +-
 .../gui/editor/change/ChangesXplanDialog.java |   2 +-
 .../gui/editor/change/ChangesXplanPanel.java  |   2 +-
 .../web/client/gui/editor/codelist/Code.java  |   2 +-
 .../gui/editor/codelist/CodelistKey.java      |   2 +-
 .../gui/editor/codelist/CodelistProvider.java |   2 +-
 .../gui/editor/codelist/CodelistType.java     |   2 +-
 .../editor/codelist/TypeCodelistProvider.java |   2 +-
 .../gui/editor/dialog/EditDialogBox.java      |   2 +-
 .../dialog/EditDialogBoxWithRasterUpload.java |   2 +-
 .../dialog/PreserveExistingFileUpload.java    |   2 +-
 .../gui/editor/dialog/SavedHandler.java       |   2 +-
 .../gui/editor/dialog/TypeCodeListBox.java    |   2 +-
 .../client/gui/editor/dialog/UrlTextBox.java  |   2 +-
 .../gui/editor/raster/RasterBasisPanel.java   |   2 +-
 .../editor/raster/RasterReferenceDialog.java  |   2 +-
 .../gui/editor/reference/ReferenceDialog.java |   2 +-
 .../gui/editor/reference/ReferencesPanel.java |   2 +-
 .../client/gui/editor/text/TextDialog.java    |   2 +-
 .../client/gui/editor/text/TextsPanel.java    |   2 +-
 .../client/gui/event/EditorCanceledEvent.java |   2 +-
 .../gui/event/EditorCanceledEventHandler.java |   2 +-
 .../client/gui/event/EditorFinishedEvent.java |   2 +-
 .../gui/event/EditorFinishedEventHandler.java |   2 +-
 .../client/gui/event/EditorStartedEvent.java  |   2 +-
 .../gui/event/EditorStartedEventHandler.java  |   2 +-
 .../gui/filter/AbstractFilterPanel.java       |   2 +-
 .../web/client/gui/filter/FilterExecutor.java |   2 +-
 .../web/client/gui/filter/FilterPanel.java    |   2 +-
 .../web/client/gui/filter/FilterProvider.java |   2 +-
 .../gui/filter/PlanStatusFilterPanel.java     |   2 +-
 .../gui/filter/ResetableFilterPanel.java      |   2 +-
 .../client/gui/filter/SearchFilterPanel.java  |   2 +-
 .../web/client/gui/utils/ValidationUtils.java |   2 +-
 .../web/client/gui/widget/CodeListBox.java    |   2 +-
 .../client/gui/widget/MandatoryTextBox.java   |   2 +-
 .../client/gui/widget/PatternTextArea.java    |   2 +-
 .../web/client/gui/widget/PatternTextBox.java |   2 +-
 .../web/client/gui/widget/StrictDateBox.java  |   2 +-
 .../gui/widget/StrictDateBoxFormat.java       |   2 +-
 .../web/client/gui/widget/TimeBox.java        |   2 +-
 .../web/client/gui/widget/Validable.java      |   2 +-
 .../web/client/i18n/CodelistMessages.java     |   2 +-
 .../client/i18n/DynamicXPlanWebMessages.java  |   2 +-
 .../web/client/i18n/XPlanWebMessages.java     |   2 +-
 .../web/client/service/ManagerService.java    |   2 +-
 .../client/service/ManagerServiceAsync.java   |   2 +-
 .../ManagerWebConfigurationService.java       |   2 +-
 .../ManagerWebConfigurationServiceAsync.java  |   2 +-
 .../web/client/service/SecurityService.java   |   2 +-
 .../client/service/SecurityServiceAsync.java  |   2 +-
 .../client/utils/AlertFailureCallback.java    |   2 +-
 .../web/client/utils/DateTimeUtils.java       |   2 +-
 .../web/client/utils/ReferenceNameUtils.java  |   2 +-
 .../manager/web/client/utils/WmsUrlUtils.java |   6 +-
 .../ManagerWebConfigurationRetriever.java     |   2 +-
 .../web/server/log/SystemLogListener.java     |   2 +-
 .../service/ManagerPlanArchiveManager.java    |   2 +-
 .../server/service/ManagerReportProvider.java |   2 +-
 .../server/service/ManagerServiceImpl.java    |   2 +-
 .../service/ManagerServiceImplException.java  |   8 +-
 .../ManagerWebConfigurationServiceImpl.java   |   2 +-
 .../server/service/SecurityServiceImpl.java   |   2 +-
 .../XPlanMgrValidationServiceImpl.java        |   2 +-
 .../component/StringDateConverter.java        |   2 +-
 .../service/rest/ManagerController.java       |   2 +-
 .../service/rest/SecurityController.java      |   2 +-
 .../security/AuthorizationManager.java        |   2 +-
 .../web/shared/ManagerWebConfiguration.java   |   2 +-
 .../web/shared/MapPreviewConfiguration.java   |   2 +-
 .../web/shared/RasterLayerConfiguration.java  |   2 +-
 .../web/shared/RechtsstandAndPlanStatus.java  |   2 +-
 .../web/shared/VectorLayerConfiguration.java  |   2 +-
 .../web/spring/config/BasicSpringConfig.java  |   2 +-
 .../spring/config/ManagerWebSpringConfig.java |   6 +-
 ...agerWebSpringConfigWithSimpleSecurity.java |   6 +-
 .../config/XPlanManagerWebContextConfig.java  |   2 +-
 .../security/XPlanAuthorizationRole.java      |   2 +-
 .../xplan/manager/web/XPlanMgrWeb.gwt.xml     |   2 +-
 .../client/i18n/CodelistMessages.properties   |   2 +-
 .../i18n/DynamicXPlanWebMessages.properties   |   2 +-
 .../client/i18n/XPlanWebMessages.properties   |   2 +-
 .../managerWebConfiguration.properties        |   2 +-
 .../manager/web/spring/security-simple.xml    |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../src/main/resources/security.properties    |   2 +-
 .../resources/xplan-manager-web.properties    |  22 +-
 .../src/main/webapp/WEB-INF/web.xml           |   2 +-
 .../src/main/webapp/XPlanMgrWeb.css           |   2 +-
 .../src/main/webapp/datepicker.css            |   2 +-
 .../src/main/webapp/index.html                |   2 +-
 .../AlphanumericComparatorTest.java           |   6 +-
 .../comparator/ColumnComparatorTest.java      |   2 +-
 .../web/client/filter/FreeTextFilterTest.java |   2 +-
 .../client/filter/PlanStatusFilterTest.java   |   2 +-
 .../web/client/utils/DateTimeUtilsTest.java   |   2 +-
 .../client/utils/ReferenceNameUtilsTest.java  |   2 +-
 .../web/client/utils/WmsUrlUtilsTest.java     |   6 +-
 .../ManagerWebConfigurationRetrieverTest.java |   2 +-
 ...anagerWebConfigurationServiceImplTest.java |   2 +-
 .../service/SecurityServiceImplTest.java      |   2 +-
 .../service/rest/ManagerControllerTest.java   |   2 +-
 .../security/AuthorizationManagerTest.java    |   6 +-
 .../manager/web/spring/config/TestConfig.java |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 xplan-tests/pom.xml                           |   2 +-
 xplan-tests/xplan-tests-integration/pom.xml   |  10 +-
 .../de/latlon/xplanbox/tests/FeignUtils.java  |   6 +-
 .../de/latlon/xplanbox/tests/TestConfig.java  |   6 +-
 .../tests/dokumenteapi/DokumenteApi.java      |   8 +-
 .../tests/dokumenteapi/TracingIT.java         |   6 +-
 .../xplanbox/tests/managerapi/ManagerApi.java |   8 +-
 .../xplanbox/tests/managerapi/TracingIT.java  |   6 +-
 .../rabbit/AbstractRabbitITExecution.java     |  20 +
 .../tests/rabbit/manager/ManagerApiV2.java    |  20 +
 .../rabbit/manager/ManagerPublicEventsIT.java |  20 +
 .../validator/ValidationPublicEventsIT.java   |  20 +
 .../validatorweb/XPlanValidatorWebIT.java     |   6 +-
 .../tests/validatorapi/TracingIT.java         |   6 +-
 .../tests/validatorapi/ValidatorApi.java      |  22 +-
 xplan-tests/xplan-tests-manual/pom.xml        |   2 +-
 .../src/main/resources/README.md              |   4 +
 ...n-dokumente-api-soapui-project-testplan.md |  13 +
 .../xplan-gateway-soapui-project-testplan.md  | 130 ++++++
 ...xplan-loadtests-soapui-project-testplan.md |   8 +
 ...lan-manager-api-soapui-project-testplan.md | 420 ++++++++++++++++--
 ...n-validator-api-soapui-project-testplan.md | 192 +++++++-
 ...lan-webservices-soapui-project-testplan.md |  33 +-
 .../xplan-tests-soapui/LICENSE_UNKNOWN.txt    |  37 +-
 xplan-tests/xplan-tests-soapui/pom.xml        |   2 +-
 .../src/main/resources/soapui-settings.xml    |   2 +-
 .../xplan-dokumente-api-soapui-project.xml    |   4 +-
 .../xplan-loadtests-soapui-project.xml        |   4 +-
 .../xplan-manager-api-soapui-project.xml      |   2 +-
 .../xplan-validator-api-soapui-project.xml    |   2 +-
 .../xplan-webservices-soapui-project.xml      |   2 +-
 xplan-validator/pom.xml                       |   2 +-
 xplan-validator/xplan-validator-api/pom.xml   |   2 +-
 .../xplanbox/api/validator/SpringBootApp.java |   6 +-
 .../api/validator/api/AbstractApiConfig.java  |   6 +-
 .../api/validator/api/v1/ApiV1Config.java     |   6 +-
 .../api/validator/api/v2/ApiV2Config.java     |   6 +-
 .../api/validator/api/v2/ApiV2Filter.java     |  20 +
 .../validator/config/ApplicationContext.java  |   6 +-
 .../validator/config/RabbitConfiguration.java |   2 +-
 .../config/ValidatorApiConfiguration.java     |   2 +-
 .../handler/AsyncValidationWrapper.java       |   6 +-
 .../api/validator/handler/ConfigHandler.java  |   2 +-
 .../validator/handler/v2/ConfigHandlerV2.java |   2 +-
 .../internalapi/InfoForTestsApi.java          |   6 +-
 .../xplanbox/api/validator/v1/DefaultApi.java |   2 +-
 .../xplanbox/api/validator/v1/InfoApi.java    |   2 +-
 .../api/validator/v1/ValidateApi.java         |   6 +-
 .../api/validator/v2/DefaultApi2.java         |   6 +-
 .../xplanbox/api/validator/v2/InfoApi2.java   |   2 +-
 .../xplanbox/api/validator/v2/ReportApi.java  |   2 +-
 .../xplanbox/api/validator/v2/StatusApi.java  |   6 +-
 .../api/validator/v2/ValidateApi2.java        |   6 +-
 .../api/validator/v2/model/StatusEnum.java    |  20 +
 .../validator/v2/model/ValidationReceipt.java |   6 +-
 .../model/ValidationStatusNotification.java   |  20 +
 .../main/resources/application-dev.properties |   4 +-
 .../src/main/resources/application.properties |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../api/validator/SpringBootAppTest.java      |   2 +-
 .../api/validator/ValidatorApiJerseyTest.java |  20 +
 .../config/ApplicationContextTest.java        |   2 +-
 .../config/FakeAsyncValidationWrapper.java    |  20 +
 .../api/validator/config/TestContext.java     |   2 +-
 .../api/validator/config/TestS3Context.java   |  20 +
 .../handler/AsyncValidationWrapperTest.java   |   6 +-
 .../validator/handler/ConfigHandlerTest.java  |   2 +-
 .../handler/v2/ConfigHandlerV2Test.java       |   2 +-
 .../api/validator/v1/DefaultApiTest.java      |   2 +-
 .../api/validator/v1/InfoApiTest.java         |   2 +-
 .../validator/v1/ValidateApiJerseyTest.java   |   6 +-
 .../api/validator/v1/ValidateApiTest.java     |   6 +-
 .../api/validator/v2/DefaultApi2Test.java     |   6 +-
 .../api/validator/v2/InfoApi2Test.java        |   2 +-
 .../api/validator/v2/ReportApiTest.java       |  20 +
 .../api/validator/v2/StatusApiTest.java       |   2 +-
 .../api/validator/v2/ValidateApi2Test.java    |   2 +-
 .../api/validator/v1/validation-report1.json  |   2 +-
 .../validatorApiConfiguration.properties      |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 .../src/test/resources/s3Mock.properties      |   2 +-
 .../src/test/resources/xplan.gml              |   2 +-
 .../xplan-validator-config/pom.xml            |   2 +-
 .../src/main/assembly/assembly.xml            |   2 +-
 .../validatorApiConfiguration.properties      |   2 +-
 .../validatorConfiguration.properties         |   2 +-
 .../xplan-validator-executor/pom.xml          |   6 +-
 .../validator/executor/PlanValidator.java     |  20 +
 .../validator/executor/SpringBootApp.java     |   6 +-
 .../executor/config/ApplicationContext.java   |   6 +-
 .../config/ExecutorRabbitConfiguration.java   |   2 +-
 .../executor/handler/ValidationHandler.java   |   6 +-
 .../EventValidationProcessListener.java       |  20 +
 .../executor/messagingrabbitmq/Receiver.java  |   6 +-
 .../main/resources/application-dev.properties |   4 +-
 .../src/main/resources/application.properties |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../validator/executor/PlanValidatorTest.java |   6 +-
 .../executor/config/TestS3Context.java        |  20 +
 .../handler/ValidationHandlerTest.java        |   2 +-
 .../resources/config/application.properties   |   4 +-
 .../validator/executor/report1.expected.json  |  24 +-
 .../validator/executor/report2.expected.json  |  24 +-
 .../validator/executor/report3.expected.json  |  24 +-
 .../src/test/resources/xplan.gml              |   2 +-
 .../xplan-validator-storage/pom.xml           |   6 +-
 .../xplanbox/validator/storage/Status.java    |  20 +
 .../validator/storage/StatusType.java         |  20 +
 .../storage/StoredValidationReport.java       |  20 +
 .../validator/storage/ValidationDetails.java  |  20 +
 .../storage/ValidationExecutionStorage.java   |  22 +-
 .../config/AmazonS3ValidationContext.java     |   6 +-
 .../storage/exception/ErrorType.java          |  20 +
 .../exception/EventExecutionException.java    |  20 +
 .../s3/S3PlanValidationExecutionStorage.java  |  22 +-
 .../storage/s3/AmazonS3TestContext.java       |   6 +-
 .../s3/S3ValidationExecutionStorageIT.java    |  20 +
 .../s3/S3ValidationExecutionStorageTest.java  |  20 +
 .../src/test/resources/s3Mock.properties      |   2 +-
 .../src/test/resources/xplan.gml              |   2 +-
 xplan-validator/xplan-validator-web/pom.xml   |   6 +-
 .../web/client/UploadFinishedDialogBox.java   |   2 +-
 .../web/client/XPlanValidatorWeb.java         |   2 +-
 .../server/service/PlanArchiveManager.java    |   2 +-
 .../ValidatorMapPreviewConfigService.java     |   2 +-
 .../service/ValidatorReportProvider.java      |   2 +-
 .../server/service/XPlanUploadService.java    |   2 +-
 .../service/XPlanValidationServiceImpl.java   |   2 +-
 .../XPlanValidatorWebContextConfig.java       |   2 +-
 .../config/XPlanValidatorWebSpringConfig.java |   2 +-
 .../validator/web/XPlanValidatorWeb.gwt.xml   |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../main/resources/validator-web.properties   |  20 +
 .../src/main/webapp/WEB-INF/web.xml           |   2 +-
 .../src/main/webapp/XPlanValidatorWeb.css     |   2 +-
 .../src/main/webapp/index.html                |   2 +-
 .../server/service/ReportControllerTest.java  |   2 +-
 .../web/spring/config/TestConfig.java         |   2 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 xplan-webservices/pom.xml                     |   2 +-
 .../xplan-webservices-core/pom.xml            |   2 +-
 .../src/main/java/de/latlon/xplan/Now.java    |   2 +-
 .../test/java/de/latlon/xplan/NowTest.java    |   6 +-
 .../xplan-webservices-inspireplu/pom.xml      |   2 +-
 .../resources/log4j2.component.properties     |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../XPlanInspirePluWarStructureIT.java        |   6 +-
 .../xplan-webservices-mapproxy/pom.xml        |   2 +-
 .../xplan-mapproxy-config/pom.xml             |   2 +-
 .../src/main/assembly/assembly.xml            |   2 +-
 .../src/main/resources/mapproxy.yaml          |   2 +-
 .../src/main/resources/seed.yaml              |  76 +++-
 .../docker-entrypoint.sh                      |   4 +
 .../xplan-mapproxy-docker/pom.xml             |   2 +-
 .../xplan-webservices-mapserver/pom.xml       |   2 +-
 .../xplan-mapserver-config/pom.xml            |   2 +-
 .../src/main/assembly/assembly.xml            |   2 +-
 .../src/main/resources/mapserver.map          |   2 +-
 .../xplan-mapserver-docker/pom.xml            |   2 +-
 .../xplan-webservices-services/pom.xml        |   2 +-
 .../xplan-services-docker/pom.xml             |   2 +-
 .../xplan-services-wfs-syn/pom.xml            |   2 +-
 .../resources/log4j2.component.properties     |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../src/main/webapp/WEB-INF/web.xml           |   2 +-
 .../XPlanServicesSynWfsWarStructureIT.java    |   6 +-
 .../xplan-services-wfs/pom.xml                |   2 +-
 .../resources/log4j2.component.properties     |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../src/main/webapp/WEB-INF/web.xml           |   2 +-
 .../wfs/XPlanServicesWfsWarStructureIT.java   |   6 +-
 .../xplan-services-wms/pom.xml                |   2 +-
 .../planwerkwms/DeletePlanwerkServlet.java    |   2 +-
 .../planwerkwms/MetadataProviderWrapper.java  |   2 +-
 .../de/latlon/xplan/planwerkwms/Plan.java     |   2 +-
 .../xplan/planwerkwms/PlanwerkBuilder.java    |   2 +-
 .../xplan/planwerkwms/PlanwerkController.java |   2 +-
 .../xplan/planwerkwms/PlanwerkFilter.java     |   2 +-
 .../xplan/planwerkwms/PlanwerkMetadata.java   |   2 +-
 .../xplan/planwerkwms/PlanwerkProvider.java   |   2 +-
 .../xplan/planwerkwms/PlanwerkReader.java     |   2 +-
 .../planwerkwms/PlanwerkResourceLocation.java |   2 +-
 .../planwerkwms/XMLStreamWriterFilter.java    |  22 +-
 .../XMLStreamWriterFilterBase.java            |  22 +-
 .../xplan/wms/GetAttachmentHandler.java       |   2 +-
 .../1.0/planwerk_configuration.xsd            |   2 +-
 .../resources/log4j2.component.properties     |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../src/main/webapp/WEB-INF/web.xml           |   2 +-
 .../planwerkwms/PlanwerkMetadataTest.java     |   2 +-
 .../wms/XPlanServicesWmsWarStructureIT.java   |   6 +-
 .../src/test/resources/log4j2-test.yaml       |   2 +-
 .../src/test/resources/planwerkwms.xml        |   2 +-
 .../xplan-webservices-validator-wms/pom.xml   |   2 +-
 .../wms/ApplicationContextInitializer.java    |   2 +-
 .../validator/wms/config/JobWebContext.java   |   2 +-
 .../resources/log4j2.component.properties     |   2 +-
 .../src/main/resources/log4j2.yaml            |   2 +-
 .../src/main/webapp/WEB-INF/web.xml           |   2 +-
 .../wms/XPlanValidatorWmsWarStructureIT.java  |   6 +-
 .../xplan-webservices-workspaces/pom.xml      |   2 +-
 .../main/assembly/xplan-manager-workspace.xml |   2 +-
 .../xplan-services-wfs-syn-workspace.xml      |   2 +-
 .../assembly/xplan-services-wfs-workspace.xml |   2 +-
 .../assembly/xplan-services-wms-workspace.xml |   2 +-
 .../assembly/xplan-validator-workspace.xml    |   2 +-
 ...xplan-webservices-inspireplu-workspace.xml |   2 +-
 ...an-webservices-validator-wms-workspace.xml |   2 +-
 .../bbox_cache.properties                     |   2 +-
 .../bbox_cache-xplangml/bbox_cache.properties |   6 +-
 .../bbox_cache-xplansyn/bbox_cache.properties |   6 +-
 .../datasources/feature/inspireplu.xml        |   2 +-
 .../datasources/feature/inspireplu_view.xml   |   2 +-
 .../feature/validator-wms/sql/xplansyn.xml    |   8 +-
 .../workspace/datasources/feature/xplan40.xml |   2 +-
 .../datasources/feature/xplan40archive.xml    |   2 +-
 .../datasources/feature/xplan40pre.xml        |   2 +-
 .../workspace/datasources/feature/xplan41.xml |   2 +-
 .../datasources/feature/xplan41archive.xml    |   2 +-
 .../datasources/feature/xplan41pre.xml        |   2 +-
 .../workspace/datasources/feature/xplan50.xml |   2 +-
 .../datasources/feature/xplan50archive.xml    |   2 +-
 .../datasources/feature/xplan50pre.xml        |   2 +-
 .../workspace/datasources/feature/xplan51.xml |   2 +-
 .../datasources/feature/xplan51archive.xml    |   2 +-
 .../datasources/feature/xplan51pre.xml        |   2 +-
 .../workspace/datasources/feature/xplan52.xml |   2 +-
 .../datasources/feature/xplan52archive.xml    |   2 +-
 .../datasources/feature/xplan52pre.xml        |   2 +-
 .../workspace/datasources/feature/xplan53.xml |   2 +-
 .../datasources/feature/xplan53archive.xml    |   2 +-
 .../datasources/feature/xplan53pre.xml        |   2 +-
 .../workspace/datasources/feature/xplan54.xml |   2 +-
 .../datasources/feature/xplan54archive.xml    |   2 +-
 .../datasources/feature/xplan54pre.xml        |   2 +-
 .../workspace/datasources/feature/xplan60.xml |   2 +-
 .../datasources/feature/xplan60archive.xml    |   2 +-
 .../datasources/feature/xplan60pre.xml        |   2 +-
 .../datasources/feature/xplansyn.xml          |   8 +-
 .../datasources/feature/xplansynarchive.xml   |   8 +-
 .../datasources/feature/xplansynpre.xml       |   8 +-
 .../datasources/remoteows/mapserver.xml       |  20 +
 .../src/main/workspace/jdbc/inspireplu.xml    |   2 +-
 .../workspace/jdbc/manager/inspireplu.xml     |   2 +-
 .../workspace/jdbc/manager/inspireplucp.xml   |   2 +-
 .../src/main/workspace/jdbc/manager/xplan.xml |   2 +-
 .../main/workspace/jdbc/manager/xplancp.xml   |   2 +-
 .../src/main/workspace/jdbc/xplan.xml         |   2 +-
 .../src/main/workspace/layers/bplan.xml       |   6 +-
 .../main/workspace/layers/bplanarchive.xml    |   6 +-
 .../src/main/workspace/layers/bplanpre.xml    |   6 +-
 .../src/main/workspace/layers/fplan.xml       |   6 +-
 .../main/workspace/layers/fplanarchive.xml    |   6 +-
 .../src/main/workspace/layers/fplanpre.xml    |   6 +-
 .../src/main/workspace/layers/inspireplu.xml  |   2 +-
 .../src/main/workspace/layers/lplan.xml       |   6 +-
 .../main/workspace/layers/lplanarchive.xml    |   6 +-
 .../src/main/workspace/layers/lplanpre.xml    |   6 +-
 .../src/main/workspace/layers/mapserver.xml   |  20 +
 .../workspace/layers/planart-wms/bp-bplan.xml |   6 +-
 .../layers/planart-wms/bp-bplanarchive.xml    |   6 +-
 .../layers/planart-wms/bp-bplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/bp-fplan.xml |   6 +-
 .../layers/planart-wms/bp-fplanarchive.xml    |   6 +-
 .../layers/planart-wms/bp-fplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/bp-lplan.xml |   6 +-
 .../layers/planart-wms/bp-lplanarchive.xml    |   6 +-
 .../layers/planart-wms/bp-lplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/bp-rplan.xml |   6 +-
 .../layers/planart-wms/bp-rplanarchive.xml    |   6 +-
 .../layers/planart-wms/bp-rplanpre.xml        |   6 +-
 .../layers/planart-wms/bp-soplan.xml          |   6 +-
 .../layers/planart-wms/bp-soplanarchive.xml   |   6 +-
 .../layers/planart-wms/bp-soplanpre.xml       |   6 +-
 .../workspace/layers/planart-wms/fp-bplan.xml |   6 +-
 .../layers/planart-wms/fp-bplanarchive.xml    |   6 +-
 .../layers/planart-wms/fp-bplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/fp-fplan.xml |   6 +-
 .../layers/planart-wms/fp-fplanarchive.xml    |   6 +-
 .../layers/planart-wms/fp-fplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/fp-lplan.xml |   6 +-
 .../layers/planart-wms/fp-lplanarchive.xml    |   6 +-
 .../layers/planart-wms/fp-lplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/fp-rplan.xml |   6 +-
 .../layers/planart-wms/fp-rplanarchive.xml    |   6 +-
 .../layers/planart-wms/fp-rplanpre.xml        |   6 +-
 .../layers/planart-wms/fp-soplan.xml          |   6 +-
 .../layers/planart-wms/fp-soplanarchive.xml   |   6 +-
 .../layers/planart-wms/fp-soplanpre.xml       |   6 +-
 .../workspace/layers/planart-wms/lp-bplan.xml |   6 +-
 .../layers/planart-wms/lp-bplanarchive.xml    |   6 +-
 .../layers/planart-wms/lp-bplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/lp-fplan.xml |   6 +-
 .../layers/planart-wms/lp-fplanarchive.xml    |   6 +-
 .../layers/planart-wms/lp-fplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/lp-lplan.xml |   6 +-
 .../layers/planart-wms/lp-lplanarchive.xml    |   6 +-
 .../layers/planart-wms/lp-lplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/lp-rplan.xml |   6 +-
 .../layers/planart-wms/lp-rplanarchive.xml    |   6 +-
 .../layers/planart-wms/lp-rplanpre.xml        |   6 +-
 .../layers/planart-wms/lp-soplan.xml          |   6 +-
 .../layers/planart-wms/lp-soplanarchive.xml   |   6 +-
 .../layers/planart-wms/lp-soplanpre.xml       |   6 +-
 .../workspace/layers/planart-wms/rp-bplan.xml |   6 +-
 .../layers/planart-wms/rp-bplanarchive.xml    |   6 +-
 .../layers/planart-wms/rp-bplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/rp-fplan.xml |   6 +-
 .../layers/planart-wms/rp-fplanarchive.xml    |   6 +-
 .../layers/planart-wms/rp-fplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/rp-lplan.xml |   6 +-
 .../layers/planart-wms/rp-lplanarchive.xml    |   6 +-
 .../layers/planart-wms/rp-lplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/rp-rplan.xml |   6 +-
 .../layers/planart-wms/rp-rplanarchive.xml    |   6 +-
 .../layers/planart-wms/rp-rplanpre.xml        |   6 +-
 .../layers/planart-wms/rp-soplan.xml          |   6 +-
 .../layers/planart-wms/rp-soplanarchive.xml   |   6 +-
 .../layers/planart-wms/rp-soplanpre.xml       |   6 +-
 .../workspace/layers/planart-wms/so-bplan.xml |   6 +-
 .../layers/planart-wms/so-bplanarchive.xml    |   6 +-
 .../layers/planart-wms/so-bplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/so-fplan.xml |   6 +-
 .../layers/planart-wms/so-fplanarchive.xml    |   6 +-
 .../layers/planart-wms/so-fplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/so-lplan.xml |   6 +-
 .../layers/planart-wms/so-lplanarchive.xml    |   6 +-
 .../layers/planart-wms/so-lplanpre.xml        |   6 +-
 .../workspace/layers/planart-wms/so-rplan.xml |   6 +-
 .../layers/planart-wms/so-rplanarchive.xml    |   6 +-
 .../layers/planart-wms/so-rplanpre.xml        |   6 +-
 .../layers/planart-wms/so-soplan.xml          |   6 +-
 .../layers/planart-wms/so-soplanarchive.xml   |   6 +-
 .../layers/planart-wms/so-soplanpre.xml       |   6 +-
 .../src/main/workspace/layers/rplan.xml       |   6 +-
 .../main/workspace/layers/rplanarchive.xml    |   6 +-
 .../src/main/workspace/layers/rplanpre.xml    |   6 +-
 .../src/main/workspace/layers/soplan.xml      |   6 +-
 .../main/workspace/layers/soplanarchive.xml   |   6 +-
 .../src/main/workspace/layers/soplanpre.xml   |   6 +-
 .../src/main/workspace/services/bpwms.xml     |   2 +-
 .../workspace/services/bpwms_metadata.xml     |   6 +-
 .../main/workspace/services/bpwmsarchive.xml  |   2 +-
 .../services/bpwmsarchive_metadata.xml        |   6 +-
 .../src/main/workspace/services/bpwmspre.xml  |   2 +-
 .../workspace/services/bpwmspre_metadata.xml  |   6 +-
 .../workspace/services/downloadservice.xml    |   2 +-
 .../services/downloadservice_metadata.xml     |   2 +-
 .../src/main/workspace/services/fpwms.xml     |   2 +-
 .../workspace/services/fpwms_metadata.xml     |   6 +-
 .../main/workspace/services/fpwmsarchive.xml  |   2 +-
 .../services/fpwmsarchive_metadata.xml        |   6 +-
 .../src/main/workspace/services/fpwmspre.xml  |   2 +-
 .../workspace/services/fpwmspre_metadata.xml  |   6 +-
 .../src/main/workspace/services/html.gfi      |   4 +-
 .../workspace/services/inspirepluhtml.gfi     |   2 +-
 .../src/main/workspace/services/lpwms.xml     |   2 +-
 .../workspace/services/lpwms_metadata.xml     |   6 +-
 .../main/workspace/services/lpwmsarchive.xml  |   2 +-
 .../services/lpwmsarchive_metadata.xml        |   6 +-
 .../src/main/workspace/services/lpwmspre.xml  |   2 +-
 .../workspace/services/lpwmspre_metadata.xml  |   6 +-
 .../src/main/workspace/services/rpwms.xml     |   2 +-
 .../workspace/services/rpwms_metadata.xml     |   6 +-
 .../main/workspace/services/rpwmsarchive.xml  |   2 +-
 .../services/rpwmsarchive_metadata.xml        |   6 +-
 .../src/main/workspace/services/rpwmspre.xml  |   2 +-
 .../workspace/services/rpwmspre_metadata.xml  |   6 +-
 .../src/main/workspace/services/sowms.xml     |   2 +-
 .../workspace/services/sowms_metadata.xml     |   6 +-
 .../main/workspace/services/sowmsarchive.xml  |   2 +-
 .../services/sowmsarchive_metadata.xml        |   6 +-
 .../src/main/workspace/services/sowmspre.xml  |   2 +-
 .../workspace/services/sowmspre_metadata.xml  |   6 +-
 .../workspace/services/validator-wms/wms.xml  |   2 +-
 .../services/validator-wms/wms_metadata.xml   |   2 +-
 .../main/workspace/services/viewservice.xml   |   2 +-
 .../services/viewservice_metadata.xml         |   2 +-
 .../src/main/workspace/services/wfs40.xml     |   2 +-
 .../workspace/services/wfs40_metadata.xml     |   6 +-
 .../main/workspace/services/wfs40archive.xml  |   2 +-
 .../services/wfs40archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs40pre.xml  |   2 +-
 .../workspace/services/wfs40pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wfs41.xml     |   2 +-
 .../workspace/services/wfs41_metadata.xml     |   6 +-
 .../main/workspace/services/wfs41archive.xml  |   2 +-
 .../services/wfs41archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs41pre.xml  |   2 +-
 .../workspace/services/wfs41pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wfs50.xml     |   2 +-
 .../workspace/services/wfs50_metadata.xml     |   6 +-
 .../main/workspace/services/wfs50archive.xml  |   2 +-
 .../services/wfs50archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs50pre.xml  |   2 +-
 .../workspace/services/wfs50pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wfs51.xml     |   2 +-
 .../workspace/services/wfs51_metadata.xml     |   6 +-
 .../main/workspace/services/wfs51archive.xml  |   2 +-
 .../services/wfs51archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs51pre.xml  |   2 +-
 .../workspace/services/wfs51pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wfs52.xml     |   2 +-
 .../workspace/services/wfs52_metadata.xml     |   6 +-
 .../main/workspace/services/wfs52archive.xml  |   2 +-
 .../services/wfs52archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs52pre.xml  |   2 +-
 .../workspace/services/wfs52pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wfs53.xml     |   2 +-
 .../workspace/services/wfs53_metadata.xml     |   6 +-
 .../main/workspace/services/wfs53archive.xml  |   2 +-
 .../services/wfs53archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs53pre.xml  |   2 +-
 .../workspace/services/wfs53pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wfs54.xml     |   2 +-
 .../workspace/services/wfs54_metadata.xml     |   6 +-
 .../main/workspace/services/wfs54archive.xml  |   2 +-
 .../services/wfs54archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs54pre.xml  |   2 +-
 .../workspace/services/wfs54pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wfs60.xml     |   2 +-
 .../workspace/services/wfs60_metadata.xml     |   6 +-
 .../main/workspace/services/wfs60archive.xml  |   2 +-
 .../services/wfs60archive_metadata.xml        |   6 +-
 .../src/main/workspace/services/wfs60pre.xml  |   2 +-
 .../workspace/services/wfs60pre_metadata.xml  |   6 +-
 .../src/main/workspace/services/wms.xml       |   2 +-
 .../main/workspace/services/wms_metadata.xml  |   6 +-
 .../main/workspace/services/wmsarchive.xml    |   2 +-
 .../services/wmsarchive_metadata.xml          |   6 +-
 .../src/main/workspace/services/wmspre.xml    |   2 +-
 .../workspace/services/wmspre_metadata.xml    |   6 +-
 .../main/workspace/services/xplansynwfs.xml   |   2 +-
 .../services/xplansynwfs_metadata.xml         |   6 +-
 .../workspace/services/xplansynwfsarchive.xml |   2 +-
 .../services/xplansynwfsarchive_metadata.xml  |   6 +-
 .../workspace/services/xplansynwfspre.xml     |   2 +-
 .../services/xplansynwfspre_metadata.xml      |   6 +-
 .../storedqueries/xplan40/internalId.xml      |   2 +-
 .../storedqueries/xplan40/planId.xml          |   2 +-
 .../storedqueries/xplan40/planName.xml        |   2 +-
 .../storedqueries/xplan41/internalId.xml      |   2 +-
 .../storedqueries/xplan41/planId.xml          |   2 +-
 .../storedqueries/xplan41/planName.xml        |   2 +-
 .../storedqueries/xplan50/internalId50.xml    |   2 +-
 .../storedqueries/xplan50/planId50.xml        |   2 +-
 .../storedqueries/xplan50/planName50.xml      |   2 +-
 .../storedqueries/xplan51/internalId51.xml    |   2 +-
 .../storedqueries/xplan51/planId51.xml        |   2 +-
 .../storedqueries/xplan51/planName51.xml      |   2 +-
 .../storedqueries/xplan52/internalId52.xml    |   2 +-
 .../storedqueries/xplan52/planId52.xml        |   2 +-
 .../storedqueries/xplan52/planName52.xml      |   2 +-
 .../storedqueries/xplan53/internalId53.xml    |   2 +-
 .../storedqueries/xplan53/planId53.xml        |   2 +-
 .../storedqueries/xplan53/planName53.xml      |   2 +-
 .../storedqueries/xplan54/internalId54.xml    |   2 +-
 .../storedqueries/xplan54/planId54.xml        |   2 +-
 .../storedqueries/xplan54/planName54.xml      |   2 +-
 .../storedqueries/xplan60/internalId60.xml    |   2 +-
 .../storedqueries/xplan60/planId60.xml        |   2 +-
 .../storedqueries/xplan60/planName60.xml      |   2 +-
 .../storedqueries/xplansyn/internalId.xml     |   2 +-
 .../storedqueries/xplansyn/planId.xml         |   2 +-
 .../storedqueries/xplansyn/planName.xml       |  36 +-
 .../xplansyn/planNameAndType.xml              |   2 +-
 .../inspireplu/LU_SpatialPlan_Default.xml     |   2 +-
 .../LU_SupplementaryRegulation_Default.xml    |   2 +-
 .../inspireplu/LU_ZoningElement_Default.xml   |   2 +-
 .../xplansyn/default/bp/bp_abgrabungsfl.xml   |   2 +-
 .../xplansyn/default/bp/bp_abstandsfl.xml     |   2 +-
 .../xplansyn/default/bp/bp_abstandsmass.xml   |   2 +-
 .../xplansyn/default/bp/bp_abwbaugr.xml       |   2 +-
 .../bp/bp_abwueberbaubarergrundstuecksfl.xml  |   2 +-
 .../bp/bp_abwueberbauberergrundstuecksfl.xml  |   2 +-
 .../default/bp/bp_anpflanzbinderh.xml         |   2 +-
 .../xplansyn/default/bp/bp_aufschuettsfl.xml  |   2 +-
 .../xplansyn/default/bp/bp_ausgleichsfl.xml   |   2 +-
 .../default/bp/bp_ausgleichsmassn.xml         |   2 +-
 .../styles/xplansyn/default/bp/bp_baugeb.xml  |   2 +-
 .../xplansyn/default/bp/bp_baugebteilfl.xml   |   2 +-
 .../styles/xplansyn/default/bp/bp_baugr.xml   |   2 +-
 .../styles/xplansyn/default/bp/bp_baulin.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_ber.xml     |   2 +-
 .../default/bp/bp_berohneeinausflin.xml       |   2 +-
 .../xplansyn/default/bp/bp_besnutzzweckfl.xml |   2 +-
 .../styles/xplansyn/default/bp/bp_bsfl.xml    |   2 +-
 .../default/bp/bp_denkmscheinzanl.xml         |   2 +-
 .../xplansyn/default/bp/bp_denkmschensfl.xml  |   2 +-
 .../xplansyn/default/bp/bp_einfberlin.xml     |   2 +-
 .../styles/xplansyn/default/bp/bp_einfpt.xml  |   2 +-
 .../xplansyn/default/bp/bp_eingriffsber.xml   |   2 +-
 .../xplansyn/default/bp/bp_erhsberfl.xml      |   2 +-
 .../default/bp/bp_erneuerbenergiefl.xml       |   2 +-
 .../xplansyn/default/bp/bp_festsland.xml      |   2 +-
 .../xplansyn/default/bp/bp_firstrilin.xml     |   2 +-
 .../default/bp/bp_flaecheohnefestsetzung.xml  |   2 +-
 .../xplansyn/default/bp/bp_foerderfl.xml      |   2 +-
 .../styles/xplansyn/default/bp/bp_freifl.xml  |   2 +-
 .../xplansyn/default/bp/bp_gebaeudefl.xml     |   2 +-
 .../default/bp/bp_gebaeudestellung.xml        |   2 +-
 .../xplansyn/default/bp/bp_gemanlfl.xml       |   2 +-
 .../xplansyn/default/bp/bp_gemanlzu.xml       |   2 +-
 .../xplansyn/default/bp/bp_gembedarfsfl.xml   |   2 +-
 .../styles/xplansyn/default/bp/bp_genobj.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_gewfl.xml   |   2 +-
 .../styles/xplansyn/default/bp/bp_gruenfl.xml |   2 +-
 .../xplansyn/default/bp/bp_hoehenmass.xml     |   2 +-
 .../xplansyn/default/bp/bp_immsschutz.xml     |   2 +-
 .../xplansyn/default/bp/bp_kennzsfl.xml       |   2 +-
 .../xplansyn/default/bp/bp_kleintierhfl.xml   |   2 +-
 .../xplansyn/default/bp/bp_luftreinhfl.xml    |   2 +-
 .../styles/xplansyn/default/bp/bp_lw.xml      |   2 +-
 .../styles/xplansyn/default/bp/bp_lwfl.xml    |   2 +-
 .../default/bp/bp_nebenanlausschlfl.xml       |   2 +-
 .../xplansyn/default/bp/bp_nebenanlfl.xml     |   2 +-
 .../bp/bp_nichtueberbaubgrundstsfl.xml        |   2 +-
 .../xplansyn/default/bp/bp_nutzartgr.xml      |   2 +-
 .../xplansyn/default/bp/bp_persgrbestfl.xml   |   2 +-
 .../styles/xplansyn/default/bp/bp_plan.xml    |   2 +-
 .../default/bp/bp_rasterplanaenderung.xml     |   2 +-
 .../xplansyn/default/bp/bp_regvergstaett.xml  |   2 +-
 .../default/bp/bp_rekultivierungsfl.xml       |   2 +-
 .../default/bp/bp_richtungssektorgrenze.xml   |   2 +-
 .../xplansyn/default/bp/bp_schutzgeb.xml      |   2 +-
 .../default/bp/bp_schutzpflentwfl.xml         |   2 +-
 .../default/bp/bp_schutzpflentwmassn.xml      |   2 +-
 .../xplansyn/default/bp/bp_sichtflaeche.xml   |   2 +-
 .../default/bp/bp_speziellebauweise.xml       |   2 +-
 .../xplansyn/default/bp/bp_spispoanlfl.xml    |   2 +-
 .../xplansyn/default/bp/bp_strbegrlin.xml     |   2 +-
 .../xplansyn/default/bp/bp_strkoerper.xml     |   2 +-
 .../xplansyn/default/bp/bp_strverksfl.xml     |   2 +-
 .../xplansyn/default/bp/bp_techmassnfl.xml    |   2 +-
 .../default/bp/bp_textabschnittflaeche.xml    |   2 +-
 .../xplansyn/default/bp/bp_textlfestsfl.xml   |   2 +-
 .../default/bp/bp_ueberbaubgrundstsfl.xml     |   2 +-
 .../default/bp/bp_unverbindlvormerk.xml       |   2 +-
 .../xplansyn/default/bp/bp_veraendsper.xml    |   2 +-
 .../xplansyn/default/bp/bp_verentsorgung.xml  |   2 +-
 .../xplansyn/default/bp/bp_verksflbeszwb.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_waldfl.xml  |   2 +-
 .../xplansyn/default/bp/bp_wegerecht.xml      |   2 +-
 .../xplansyn/default/bp/bp_wohngebaeudefl.xml |   2 +-
 .../styles/xplansyn/default/bp/bp_wwssfl.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_xp_fpo.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_xp_lpo.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_xp_lto.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_xp_ppo.xml  |   2 +-
 .../styles/xplansyn/default/bp/bp_xp_pto.xml  |   2 +-
 .../bp/bp_zentralerversorgungsbereich.xml     |   2 +-
 .../default/bp/bp_zusatzkontingentlaerm.xml   |   2 +-
 .../default/bp/bp_zusatzkontingentlaermfl.xml |   2 +-
 .../xplansyn/default/fp/fp_abgrabung.xml      |   2 +-
 .../xplansyn/default/fp/fp_abgrabungsfl.xml   |   2 +-
 .../xplansyn/default/fp/fp_anpassklimaw.xml   |   2 +-
 .../xplansyn/default/fp/fp_aufschuettsfl.xml  |   2 +-
 .../xplansyn/default/fp/fp_aufschuettung.xml  |   2 +-
 .../xplansyn/default/fp/fp_ausgleichsfl.xml   |   2 +-
 .../xplansyn/default/fp/fp_bebausfl.xml       |   2 +-
 .../styles/xplansyn/default/fp/fp_ber.xml     |   2 +-
 .../styles/xplansyn/default/fp/fp_bs.xml      |   2 +-
 .../styles/xplansyn/default/fp/fp_bsfl.xml    |   2 +-
 .../fp/fp_darstellungnachlandesrecht.xml      |   2 +-
 .../default/fp/fp_flaecheohnedarstellung.xml  |   2 +-
 .../xplansyn/default/fp/fp_gembedarf.xml      |   2 +-
 .../styles/xplansyn/default/fp/fp_genobj.xml  |   2 +-
 .../styles/xplansyn/default/fp/fp_gew.xml     |   2 +-
 .../styles/xplansyn/default/fp/fp_gruen.xml   |   2 +-
 .../default/fp/fp_keinezentrabwbesfl.xml      |   2 +-
 .../styles/xplansyn/default/fp/fp_kennz.xml   |   2 +-
 .../styles/xplansyn/default/fp/fp_lw.xml      |   2 +-
 .../styles/xplansyn/default/fp/fp_lwfl.xml    |   2 +-
 .../default/fp/fp_nutzbeschraenkfl.xml        |   2 +-
 .../default/fp/fp_nutzungsbeschraenkung.xml   |   2 +-
 .../styles/xplansyn/default/fp/fp_plan.xml    |   2 +-
 .../xplansyn/default/fp/fp_privvorh.xml       |   2 +-
 .../default/fp/fp_rasterplanaender.xml        |   2 +-
 .../xplansyn/default/fp/fp_schutzpflentw.xml  |   2 +-
 .../xplansyn/default/fp/fp_spispoanl.xml      |   2 +-
 .../styles/xplansyn/default/fp/fp_strverk.xml |   2 +-
 .../xplansyn/default/fp/fp_textabschn.xml     |   2 +-
 .../default/fp/fp_textabschnittflaeche.xml    |   2 +-
 .../xplansyn/default/fp/fp_textldarstfl.xml   |   2 +-
 .../default/fp/fp_unverbindlvormerk.xml       |   2 +-
 .../xplansyn/default/fp/fp_verentsorgung.xml  |   2 +-
 .../xplansyn/default/fp/fp_vorbehaltefl.xml   |   2 +-
 .../styles/xplansyn/default/fp/fp_waldfl.xml  |   2 +-
 .../styles/xplansyn/default/fp/fp_wws.xml     |   2 +-
 .../styles/xplansyn/default/fp/fp_xp_fpo.xml  |   2 +-
 .../styles/xplansyn/default/fp/fp_xp_lpo.xml  |   2 +-
 .../styles/xplansyn/default/fp/fp_xp_lto.xml  |   2 +-
 .../styles/xplansyn/default/fp/fp_xp_ppo.xml  |   2 +-
 .../styles/xplansyn/default/fp/fp_xp_pto.xml  |   2 +-
 .../xplansyn/default/fp/fp_zentrversber.xml   |   2 +-
 .../xplansyn/default/lp/lp_abgrenzung.xml     |   2 +-
 .../xplansyn/default/lp/lp_allggruenfl.xml    |   2 +-
 .../default/lp/lp_anpflanzbinderh.xml         |   2 +-
 .../xplansyn/default/lp/lp_ausgleich.xml      |   2 +-
 .../styles/xplansyn/default/lp/lp_ber.xml     |   2 +-
 .../lp/lp_biotopverbundbiotopvernetzung.xml   |   2 +-
 .../default/lp/lp_biotopverbundfl.xml         |   2 +-
 .../default/lp/lp_bodenschutzrecht.xml        |   2 +-
 .../xplansyn/default/lp/lp_denkmschrecht.xml  |   2 +-
 .../default/lp/lp_eingriffsregelung.xml       |   2 +-
 .../default/lp/lp_erholungfreizeit.xml        |   2 +-
 .../xplansyn/default/lp/lp_forstrecht.xml     |   2 +-
 .../styles/xplansyn/default/lp/lp_genobj.xml  |   2 +-
 .../default/lp/lp_landschaftsbild.xml         |   2 +-
 .../xplansyn/default/lp/lp_nutzausschl.xml    |   2 +-
 .../default/lp/lp_nutzerforderregelung.xml    |   2 +-
 .../styles/xplansyn/default/lp/lp_plan.xml    |   2 +-
 .../default/lp/lp_planerischevertief.xml      |   2 +-
 .../default/lp/lp_rasterplanaender.xml        |   2 +-
 .../default/lp/lp_rasterplanaenderung.xml     |   2 +-
 ...tzbestimmterteilevonnaturundlandschaft.xml |   2 +-
 .../default/lp/lp_schutzobjbundesrecht.xml    |   2 +-
 .../default/lp/lp_schutzobjinterrecht.xml     |   2 +-
 .../xplansyn/default/lp/lp_schutzpflentw.xml  |   2 +-
 .../xplansyn/default/lp/lp_sonstsrecht.xml    |   2 +-
 .../xplansyn/default/lp/lp_textabschn.xml     |   2 +-
 .../default/lp/lp_textabschnittobjekt.xml     |   2 +-
 .../default/lp/lp_wrgemgebreinschrnats.xml    |   2 +-
 .../xplansyn/default/lp/lp_wrschutzgeb.xml    |   2 +-
 .../styles/xplansyn/default/lp/lp_wrsonst.xml |   2 +-
 .../default/lp/lp_wrwirtschabflusshws.xml     |   2 +-
 .../styles/xplansyn/default/lp/lp_xp_fpo.xml  |   2 +-
 .../styles/xplansyn/default/lp/lp_xp_lpo.xml  |   2 +-
 .../styles/xplansyn/default/lp/lp_xp_lto.xml  |   2 +-
 .../styles/xplansyn/default/lp/lp_xp_ppo.xml  |   2 +-
 .../styles/xplansyn/default/lp/lp_xp_pto.xml  |   2 +-
 .../lp/lp_zieleerfordernissemassnahmen.xml    |   2 +-
 .../lp/lp_zubegruenendegrundstueckflaeche.xml |   2 +-
 .../xplansyn/default/lp/lp_zwischennutz.xml   |   2 +-
 .../xplansyn/default/lp/lpnw_biotopschutz.xml |   2 +-
 .../xplansyn/default/lp/lpnw_brachfl.xml      |   2 +-
 .../default/lp/lpnw_elkulturlandsch.xml       |   2 +-
 .../default/lp/lpnw_forstlichefests.xml       |   2 +-
 .../xplansyn/default/lp/lpnw_herrigrundst.xml |   2 +-
 .../default/lp/lpnw_pflegeanpflanz.xml        |   2 +-
 .../default/lp/lpnw_pflegelandschbild.xml     |   2 +-
 .../default/lp/lpnw_schutzobjlandrecht.xml    |   2 +-
 .../xplansyn/default/lp/lpnw_sonstmassn.xml   |   2 +-
 .../default/lp/lpnw_struktelbesiedber.xml     |   2 +-
 .../default/lp/lpnw_templandschschutz.xml     |   2 +-
 .../default/lp/lpnw_verpflichtungwrrl.xml     |   2 +-
 .../styles/xplansyn/default/rp/rp_achse.xml   |   2 +-
 .../styles/xplansyn/default/rp/rp_ber.xml     |   2 +-
 .../xplansyn/default/rp/rp_bodenschutz.xml    |   2 +-
 .../xplansyn/default/rp/rp_einzelhandel.xml   |   2 +-
 .../default/rp/rp_energieversorgung.xml       |   2 +-
 .../xplansyn/default/rp/rp_entsorgung.xml     |   2 +-
 .../xplansyn/default/rp/rp_erholung.xml       |   2 +-
 .../default/rp/rp_erneuerbareenergie.xml      |   2 +-
 .../xplansyn/default/rp/rp_forstwirtsch.xml   |   2 +-
 .../xplansyn/default/rp/rp_freiraum.xml       |   2 +-
 .../default/rp/rp_freizeiterholung.xml        |   2 +-
 .../default/rp/rp_funktionszuweisung.xml      |   2 +-
 .../default/rp/rp_gemfunktsiedlentw.xml       |   2 +-
 .../styles/xplansyn/default/rp/rp_genobj.xml  |   2 +-
 .../xplansyn/default/rp/rp_gewaesser.xml      |   2 +-
 .../styles/xplansyn/default/rp/rp_gr.xml      |   2 +-
 .../default/rp/rp_gruenzuggruenzaesur.xml     |   2 +-
 .../default/rp/rp_hochwasserschutz.xml        |   2 +-
 .../default/rp/rp_industriegewerbe.xml        |   2 +-
 .../xplansyn/default/rp/rp_klimaschutz.xml    |   2 +-
 .../xplansyn/default/rp/rp_kommunikation.xml  |   2 +-
 .../default/rp/rp_kulturellessachgut.xml      |   2 +-
 .../default/rp/rp_kulturlandschaft.xml        |   2 +-
 .../default/rp/rp_laermschutzbauschutz.xml    |   2 +-
 .../xplansyn/default/rp/rp_laermschutzber.xml |   2 +-
 .../xplansyn/default/rp/rp_luftverkehr.xml    |   2 +-
 .../styles/xplansyn/default/rp/rp_lw.xml      |   2 +-
 .../default/rp/rp_natsrechtlschutzgeb.xml     |   2 +-
 .../xplansyn/default/rp/rp_naturlandsch.xml   |   2 +-
 .../styles/xplansyn/default/rp/rp_plan.xml    |   2 +-
 .../xplansyn/default/rp/rp_planungsraum.xml   |   2 +-
 .../default/rp/rp_radwegwanderweg.xml         |   2 +-
 .../xplansyn/default/rp/rp_raumkategorie.xml  |   2 +-
 .../xplansyn/default/rp/rp_rohstoff.xml       |   2 +-
 .../default/rp/rp_rohstoffsicherung.xml       |   2 +-
 .../default/rp/rp_schienenverkehr.xml         |   2 +-
 .../xplansyn/default/rp/rp_siedlung.xml       |   2 +-
 .../default/rp/rp_sonstfreiraumschutz.xml     |   2 +-
 .../default/rp/rp_sonstinfrastrukt.xml        |   2 +-
 .../default/rp/rp_sonstrfreiraumstrukt.xml    |   2 +-
 .../default/rp/rp_sonstsiedlbereich.xml       |   2 +-
 .../default/rp/rp_sonstsiedlstrukt.xml        |   2 +-
 .../xplansyn/default/rp/rp_sonstverkehr.xml   |   2 +-
 .../xplansyn/default/rp/rp_sozinfrastrukt.xml |   2 +-
 .../xplansyn/default/rp/rp_sperrgebiet.xml    |   2 +-
 .../xplansyn/default/rp/rp_sportanlage.xml    |   2 +-
 .../default/rp/rp_strassenverkehr.xml         |   2 +-
 .../styles/xplansyn/default/rp/rp_verk.xml    |   2 +-
 .../xplansyn/default/rp/rp_vorbhwschutz.xml   |   2 +-
 .../xplansyn/default/rp/rp_wasserschutz.xml   |   2 +-
 .../xplansyn/default/rp/rp_wasserverkehr.xml  |   2 +-
 .../default/rp/rp_windenergienutz.xml         |   2 +-
 .../xplansyn/default/rp/rp_wohnensiedlung.xml |   2 +-
 .../styles/xplansyn/default/rp/rp_wws.xml     |   2 +-
 .../styles/xplansyn/default/rp/rp_xp_fpo.xml  |   2 +-
 .../styles/xplansyn/default/rp/rp_xp_lpo.xml  |   2 +-
 .../styles/xplansyn/default/rp/rp_xp_lto.xml  |   2 +-
 .../styles/xplansyn/default/rp/rp_xp_ppo.xml  |   2 +-
 .../styles/xplansyn/default/rp/rp_xp_pto.xml  |   2 +-
 .../xplansyn/default/rp/rp_zentralerort.xml   |   2 +-
 .../styles/xplansyn/default/rp/rpnw_asb.xml   |   2 +-
 .../default/rp/rpnw_aufschuettablager.xml     |   2 +-
 .../xplansyn/default/rp/rpnw_forstwirtsch.xml |   2 +-
 .../default/rp/rpnw_freiraumagrarber.xml      |   2 +-
 .../styles/xplansyn/default/rp/rpnw_gib.xml   |   2 +-
 .../default/rp/rpnw_grundwgewschutz.xml       |   2 +-
 .../default/rp/rpnw_laermschutzzone.xml       |   2 +-
 .../default/rp/rpnw_landschschutz.xml         |   2 +-
 .../xplansyn/default/rp/rpnw_luftverk.xml     |   2 +-
 .../styles/xplansyn/default/rp/rpnw_nats.xml  |   2 +-
 .../xplansyn/default/rp/rpnw_oberflngew.xml   |   2 +-
 .../default/rp/rpnw_oberflnnahebs.xml         |   2 +-
 .../xplansyn/default/rp/rpnw_schienenverk.xml |   2 +-
 .../default/rp/rpnw_sonstinfrastrukt.xml      |   2 +-
 .../default/rp/rpnw_sonstrsiedlber.xml        |   2 +-
 .../xplansyn/default/rp/rpnw_sonstverk.xml    |   2 +-
 .../default/rp/rpnw_sonstzweckbind.xml        |   2 +-
 .../xplansyn/default/rp/rpnw_strverk.xml      |   2 +-
 .../xplansyn/default/rp/rpnw_uberschwber.xml  |   2 +-
 .../xplansyn/default/rp/rpnw_wasserverk.xml   |   2 +-
 .../xplansyn/default/rp/rpnw_zeitlin.xml      |   2 +-
 .../default/so/so_baubeschraenkung.xml        |   2 +-
 .../xplansyn/default/so/so_bauverbotszone.xml |   2 +-
 .../styles/xplansyn/default/so/so_bereich.xml |   2 +-
 .../default/so/so_bodenschutzrecht.xml        |   2 +-
 .../default/so/so_denkmalschutzrecht.xml      |   2 +-
 .../xplansyn/default/so/so_forstrecht.xml     |   2 +-
 .../styles/xplansyn/default/so/so_gebiet.xml  |   2 +-
 .../default/so/so_gelaendemorphologie.xml     |   2 +-
 .../xplansyn/default/so/so_gewaesser.xml      |   2 +-
 .../styles/xplansyn/default/so/so_grenze.xml  |   2 +-
 .../default/so/so_luftverkehrsrecht.xml       |   2 +-
 .../styles/xplansyn/default/so/so_plan.xml    |   2 +-
 .../default/so/so_schienenverkehrsrecht.xml   |   2 +-
 .../so/so_schutzgebietnaturschutzrecht.xml    |   2 +-
 .../so/so_schutzgebietsonstigesrecht.xml      |   2 +-
 .../default/so/so_schutzgebietwasserrecht.xml |   2 +-
 .../xplansyn/default/so/so_sichtflaeche.xml   |   2 +-
 .../xplansyn/default/so/so_sonstigesrecht.xml |   2 +-
 .../default/so/so_strassenverkehr.xml         |   2 +-
 .../default/so/so_strassenverkehrsrecht.xml   |   2 +-
 .../default/so/so_textabschnittflaeche.xml    |   2 +-
 .../xplansyn/default/so/so_wasserrecht.xml    |   2 +-
 .../default/so/so_wasserwirtschaft.xml        |   2 +-
 .../styles/xplansyn/default/so/so_xp_fpo.xml  |   2 +-
 .../styles/xplansyn/default/so/so_xp_lpo.xml  |   2 +-
 .../styles/xplansyn/default/so/so_xp_lto.xml  |   2 +-
 .../styles/xplansyn/default/so/so_xp_ppo.xml  |   2 +-
 .../styles/xplansyn/default/so/so_xp_pto.xml  |   2 +-
 .../workspace/styles/xplansyn/invisible.xml   |   2 +-
 .../xplansyn/symbols/LROP/LROP_S_VR_GVZ.svg   |   2 +-
 .../symbols/RROP/RROP_Erholung_VR.svg         |   2 +-
 .../symbols/RROP/RROP_Erholung_vb.svg         |   2 +-
 .../RROP/RROP_NeueVerkehrstechnik_VR.svg      |   2 +-
 .../RROP/RROP_S_Anschlussstelle_VR.svg        |   2 +-
 .../RROP/RROP_S_Anschlussstelle_vb.svg        |   2 +-
 .../symbols/RROP/RROP_S_Bahnhof_VR.svg        |   2 +-
 .../symbols/RROP/RROP_S_Bahnhof_vb.svg        |   2 +-
 .../symbols/RROP/RROP_S_FernBahnhof_VR.svg    |   2 +-
 .../symbols/RROP/RROP_S_Flugsport.svg         |   2 +-
 .../xplansyn/symbols/RROP/RROP_S_GVZ_VR.svg   |   2 +-
 .../xplansyn/symbols/RROP/RROP_S_GVZ_vb.svg   |   2 +-
 .../symbols/RROP/RROP_S_GVZreg_VR.svg         |   2 +-
 .../symbols/RROP/RROP_S_GVZreg_vb.svg         |   2 +-
 .../symbols/RROP/RROP_S_Golfsport.svg         |   2 +-
 .../symbols/RROP/RROP_S_Motorsport.svg        |   2 +-
 .../symbols/RROP/RROP_S_Reitsport.svg         |   2 +-
 .../symbols/RROP/RROP_S_Schleuse_VR.svg       |   2 +-
 .../symbols/RROP/RROP_S_Wassersport.svg       |   2 +-
 .../symbols/RROP/RROP_S_eltBetrieb_VR.svg     |   2 +-
 .../symbols/RROP/RROP_S_eltBetrieb_vb.svg     |   2 +-
 .../RROP/RROP_S_neueVerkehrstechnik.svg       |   2 +-
 .../xplansyn/symbols/abgrabungbs_sym.svg      |   2 +-
 .../styles/xplansyn/symbols/abstandsfl_rs.svg |   2 +-
 .../symbols/anpflanzbinderhasons_sym.svg      |   2 +-
 .../symbols/anpflanzbinderhastr_sym.svg       |   2 +-
 .../symbols/anpflanzbinderhbesons_sym.svg     |   2 +-
 .../symbols/anpflanzbinderhbestr_sym.svg      |   2 +-
 .../symbols/berohneeinausflin_sym.svg         |   2 +-
 .../styles/xplansyn/symbols/d_sym.svg         |   2 +-
 .../symbols/denkmalscheinzelanl_sym.svg       |   2 +-
 .../xplansyn/symbols/denkmalschens_sym.svg    |   2 +-
 .../styles/xplansyn/symbols/einfberlin_as.svg |   2 +-
 .../styles/xplansyn/symbols/einfberlin_es.svg |   2 +-
 .../xplansyn/symbols/erhaltungsber_sym.svg    |   2 +-
 .../styles/xplansyn/symbols/firstlin_sym.svg  |   2 +-
 .../symbols/gelaendemorphologie-rinne.svg     |   2 +-
 .../gelaendemorphologie-terrassenkanten.svg   |   2 +-
 .../xplansyn/symbols/gembedarfsflfeu_sym.svg  |   2 +-
 .../xplansyn/symbols/gembedarfsflges_sym.svg  |   2 +-
 .../symbols/gembedarfsflkirch_sym.svg         |   2 +-
 .../xplansyn/symbols/gembedarfsflkult_sym.svg |   2 +-
 .../xplansyn/symbols/gembedarfsfloeff_sym.svg |   2 +-
 .../symbols/gembedarfsflschule_sym.svg        |   2 +-
 .../symbols/gembedarfsflschutzb_sym.svg       |   2 +-
 .../xplansyn/symbols/gembedarfsflsoz_sym.svg  |   2 +-
 .../xplansyn/symbols/gembedarfsflspo_sym.svg  |   2 +-
 .../styles/xplansyn/symbols/gruenfl_bg.svg    |   2 +-
 .../xplansyn/symbols/gruenflbadpl_sym.svg     |   2 +-
 .../xplansyn/symbols/gruenflboeschung_sym.svg |   2 +-
 .../xplansyn/symbols/gruenflbolzpl_sym.svg    |   2 +-
 .../symbols/gruenfldakleingar_sym.svg         |   2 +-
 .../symbols/gruenflerholgaerten_sym.svg       |   2 +-
 .../xplansyn/symbols/gruenflfreizherh_sym.svg |   2 +-
 .../xplansyn/symbols/gruenflfriedh_sym.svg    |   2 +-
 .../xplansyn/symbols/gruenflgolfpl_sym.svg    |   2 +-
 .../xplansyn/symbols/gruenflkleintier_sym.svg |   2 +-
 .../xplansyn/symbols/gruenflpark_sym.svg      |   2 +-
 .../xplansyn/symbols/gruenflskate_sym.svg     |   2 +-
 .../xplansyn/symbols/gruenflsons_sym.svg      |   2 +-
 .../xplansyn/symbols/gruenflspezgru_sym.svg   |   2 +-
 .../xplansyn/symbols/gruenflspielpl_sym.svg   |   2 +-
 .../xplansyn/symbols/gruenflsportpl_sym.svg   |   2 +-
 .../symbols/gruenflstrabeglgruen_sym.svg      |   2 +-
 .../xplansyn/symbols/gruenflzeltpl_sym.svg    |   2 +-
 .../styles/xplansyn/symbols/hoehenpt_sym.svg  |   2 +-
 .../xplansyn/symbols/laermschutzbereich.svg   |   2 +-
 .../symbols/naturlandschaft-freiraum.svg      |   2 +-
 .../xplansyn/symbols/naturschutzrecht.svg     |   2 +-
 .../xplansyn/symbols/schutzgebbiosph_sym.svg  |   2 +-
 .../xplansyn/symbols/schutzgebeurvog_sym.svg  |   2 +-
 .../xplansyn/symbols/schutzgebgembed_sym.svg  |   2 +-
 .../symbols/schutzgebgeschbio_sym.svg         |   2 +-
 .../xplansyn/symbols/schutzgebgeschla_sym.svg |   2 +-
 .../xplansyn/symbols/schutzgeblandsch_sym.svg |   2 +-
 .../xplansyn/symbols/schutzgebnatpark_sym.svg |   2 +-
 .../xplansyn/symbols/schutzgebnatur_sym.svg   |   2 +-
 .../symbols/schutzgebnaturdenk_sym.svg        |   2 +-
 .../symbols/schutzgebnaturpark_sym.svg        |   2 +-
 .../xplansyn/symbols/schutzpflentwfl_rs.svg   |   2 +-
 .../symbols/speziellebauweise_rampe.svg       |   2 +-
 .../styles/xplansyn/symbols/spispoanfl_rs.svg |   2 +-
 .../xplansyn/symbols/spispoanlfl_bg.svg       |   2 +-
 .../xplansyn/symbols/spispoanlflspi_sym.svg   |   2 +-
 .../xplansyn/symbols/spispoanlflspo_sym.svg   |   2 +-
 .../xplansyn/symbols/strkoerperauf_rs.svg     |   2 +-
 .../xplansyn/symbols/strkoerperstuetz_rs.svg  |   2 +-
 .../styles/xplansyn/symbols/todo.svg          |   2 +-
 .../xplansyn/symbols/verentsorgabfall_sym.svg |   2 +-
 .../xplansyn/symbols/verentsorgablag_sym.svg  |   2 +-
 .../xplansyn/symbols/verentsorgabwa_sym.svg   |   2 +-
 .../xplansyn/symbols/verentsorgelektr_sym.svg |   2 +-
 .../xplansyn/symbols/verentsorggas_sym.svg    |   2 +-
 .../xplansyn/symbols/verentsorgwasser_sym.svg |   2 +-
 .../styles/xplansyn/symbols/wegerecht.svg     |   2 +-
 .../xplansyn/transparent/bp/bp_plan_trans.xml |   2 +-
 .../xplansyn/transparent/fp/fp_plan_trans.xml |   2 +-
 .../xplansyn/transparent/lp/lp_plan_trans.xml |   2 +-
 .../xplansyn/transparent/rp/rp_plan_trans.xml |   2 +-
 .../xplansyn/transparent/transparent.xml      |   2 +-
 .../workspace/themes/bplanarchiveraster.xml   |   2 +-
 .../main/workspace/themes/bplanpreraster.xml  |   2 +-
 .../src/main/workspace/themes/bplanraster.xml |   2 +-
 .../workspace/themes/fplanarchiveraster.xml   |   2 +-
 .../main/workspace/themes/fplanpreraster.xml  |   2 +-
 .../src/main/workspace/themes/fplanraster.xml |   2 +-
 .../src/main/workspace/themes/inspireplu.xml  |   2 +-
 .../workspace/themes/lplanarchiveraster.xml   |   2 +-
 .../main/workspace/themes/lplanpreraster.xml  |   2 +-
 .../src/main/workspace/themes/lplanraster.xml |   2 +-
 .../workspace/themes/planart-wms/bplan.xml    |   6 +-
 .../themes/planart-wms/bplanarchive.xml       |   6 +-
 .../workspace/themes/planart-wms/bplanpre.xml |   6 +-
 .../workspace/themes/planart-wms/fplan.xml    |   6 +-
 .../themes/planart-wms/fplanarchive.xml       |   6 +-
 .../workspace/themes/planart-wms/fplanpre.xml |   6 +-
 .../workspace/themes/planart-wms/lplan.xml    |   6 +-
 .../themes/planart-wms/lplanarchive.xml       |   6 +-
 .../workspace/themes/planart-wms/lplanpre.xml |   6 +-
 .../workspace/themes/planart-wms/rplan.xml    |   6 +-
 .../themes/planart-wms/rplanarchive.xml       |   6 +-
 .../workspace/themes/planart-wms/rplanpre.xml |   6 +-
 .../workspace/themes/planart-wms/soplan.xml   |   6 +-
 .../themes/planart-wms/soplanarchive.xml      |   6 +-
 .../themes/planart-wms/soplanpre.xml          |   6 +-
 .../workspace/themes/rplanarchiveraster.xml   |   2 +-
 .../main/workspace/themes/rplanpreraster.xml  |   2 +-
 .../src/main/workspace/themes/rplanraster.xml |   2 +-
 .../workspace/themes/soplanarchiveraster.xml  |   2 +-
 .../main/workspace/themes/soplanpreraster.xml |   2 +-
 .../main/workspace/themes/soplanraster.xml    |   2 +-
 .../src/main/workspace/themes/vektor.xml      |   6 +-
 .../main/workspace/themes/vektorarchive.xml   |   6 +-
 .../src/main/workspace/themes/vektorpre.xml   |   6 +-
 2143 files changed, 6301 insertions(+), 2814 deletions(-)
 create mode 100644 xplan-tests/xplan-tests-manual/src/main/resources/xplan-gateway-soapui-project-testplan.md
 create mode 100644 xplan-tests/xplan-tests-manual/src/main/resources/xplan-loadtests-soapui-project-testplan.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f97885b6c0..60f45bbb57 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 91f3e88c91..5848bef032 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 b339b2cc37..77b22ad61b 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 cf6db81fbd..b581f0882b 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 fd698b4fae..b34e7dc680 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 8c1d148be5..4ba8b018f9 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 238a54c57f..923df63eff 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 a905bf87bf..2ae551d950 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 7d181ea9d9..76630a5f11 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 733df07808..bdf676fdf8 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 2739058b45..b1098745c6 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 18256352c1..485b13d269 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 2a13275338..8e95301fc7 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 e0ec08629f..a50465a82a 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 28e1333b56..4fd246b655 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 bdf1876af9..729791eb25 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 c12ed43199..64afc6eaf5 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 342d6afcbf..c4926f76cf 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 41cbdc2d43..ad237a4d41 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 c25aa713d1..d593dd780e 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 d2865638b7..b7821d80fc 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 6ca854e56e..c4e6bc1ab3 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 55b7c57f5f..df5d1625e3 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 4f6cadabf6..92f73640b8 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 04954f788c..168b0d3dd1 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 dcfc0a6783..3df80fc1de 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 c2be7b3c43..6d389c7322 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 27e1d787e0..82f555dbf3 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 1d4d3fd3f9..a6cfa9558c 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 5fb38b481f..df61fbdc24 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 50a4ec0d0f..4d53972642 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 1c299c6901..831a60cb33 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 03d8745154..a0d47092d6 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 0ac8b89691..fa319a26df 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 6fcd3510e7..8bf0cac893 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 8de9ee157e..86441b7f53 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 b041352865..fca06324fc 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 a726781cff..3f352b10bc 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 b0291f2a3b..6c81dfcea5 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 42bf86424d..cda6dd4676 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 f550a8d038..b438bef3c6 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 28664c244d..e403a2d16d 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 6c8a27bdf1..116b59427b 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 7b1f5bb2bd..d90695213c 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 4c9c1310af..2a3401710d 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 227abe17a1..6fe2cd2fcf 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 a231bcd1c1..17d81a438b 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 71274f0a2c..7604038644 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 54683417a2..f8ee31e99b 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 919508fb25..69bc7bcc1c 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 4c62e91ec9..ead2de5ac5 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 b2235d70ea..819b04dde9 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 8b62d99bb3..e2551ef59a 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 9ab4c98180..b0cfb61614 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 87b6129838..4c5e9cfe2d 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 99bb293fbb..74cd96d9b7 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 202d0ed0a6..94fa6d807c 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 c0272d8e52..d535bcfbac 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 a4f15bc5b4..dbe14b23e5 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 9bf2b43a0a..897659c9d9 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 0c0425b172..4bb2f99a13 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 9c9df7dd61..d578b5041e 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 8fa43e7d2e..bdd90062f8 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 644e321d5d..521651fa5a 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 2751f5e342..334521a13a 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 b687c2d5d2..e1d75195e0 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 a570456dc9..2752577ff7 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 99ae6f32f9..6a06ba4de6 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 64d1795b4a..dad910eed3 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 7bd5191a7f..76960da0ad 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 5eee2eab56..1183453ca8 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 4b4a3317a0..b6ade63354 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 61d786cc8d..997842800c 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 327d5aec55..5b3906355e 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 de0b8c949b..684a39b81c 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 7a551a6858..2389fcc183 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 a77dc015d3..d18b2f34ee 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 16c56b8cb3..db76b3200e 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 9b56600931..787369e3b4 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 a75cddf9bc..b493c93527 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 2be111182d..1c8287e9ed 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 44f97d9f93..a2e2165522 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 d4ba448902..23ec84aa01 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 76627c8f04..9bf5483bef 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 c9db9998d2..e2019fdcd1 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 c21d412759..d5dc6ea102 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 f13c8defbb..e7cbb45f3f 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 c209d3d4d0..c1a1d67f40 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 5f3c6a89d4..952087b13e 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 21e09e4d73..684d359e69 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 f7a9f4e96f..d4c2d0741c 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 384eff1ad1..5290bdad1b 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 75c8a1f14d..bc2268c7c2 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 8aa33c8fe8..493a8ba28f 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 176f08626c..1c38417ed3 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 dafff5dca9..3205c4610d 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 3f67da0003..b3a4de4638 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 dab78bfdd2..2017b14a17 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 d28e741fcb..8e9676d585 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 6d85ec8415..4cf6b413d0 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 58eaa70a58..7d0512a5a7 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 76c5a84eac..7c8d8f7c61 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 866efcfc09..3fddd0dd43 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 419f978bb4..733ffdbf18 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 983211b04c..8d22367d26 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 5cc666435e..a463bca1d1 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 6f79c76259..46d42dc893 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 8619ca84ff..41592152e2 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 e162762033..24cce363f6 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 f3e77695c0..91a9c25780 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 78a82e24b7..f7844d3f27 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 8f157a6299..1a2e6a5936 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 daf3f1b71c..b59e74fe5c 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 c25add2457..b362c8afac 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 88d87b3c4c..c4f9b83e69 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 3128057924..0fbb60a9e0 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 586282dd40..f26facda63 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 a1480be20a..229ef57448 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 341fcc6306..6999d1df1f 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 f96b313f25..cbecfaffc9 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 aa524355e7..147ef1e47c 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 867e076d6c..ae16a48007 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 f9f78953a5..ab0d2e0f02 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 7b60762dbb..be4c36e4ea 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 25588fe478..49c199adcd 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 05a519c94e..a6e4565cc4 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 05d33e58d5..d3308aabef 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 38bf192779..87bd2c71d4 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 be41a0cc61..780e647162 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 d060f8dcec..6b367688ad 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 ebf28620ca..0431dcb452 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 21b387e722..d7b4d613fb 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 e3063fdda4..cbd16e48dc 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 42bd7bf8ff..9485c7ffb2 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 f2735786ea..0fe1fa54be 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 b911076600..e47e0015c1 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 5985ad4f1f..276588a351 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 9bb455eacc..a96bf80c5b 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 81ed8e035c..7fc9e5d28a 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 c8edbc64b7..3d9f45e049 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 131f249912..217c99dd1b 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 143437bf17..eba0ce1b2c 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 c2b0f259eb..58182fa749 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 bf826385ed..906a1c37d6 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 5e0295bc94..85e00475f7 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 f023d931bf..5adbe772b5 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 7d57735591..09e6d367d1 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 df2b567da4..8426640fa5 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 3536a75d4b..b1189dd694 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 eec9c68da6..71354dff1a 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 9631866fb1..05790629d6 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 91f46fc188..2623892d12 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 61011f494e..9dadc8b95f 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 8645b3c4e0..93e7f40806 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 8bfa64b69d..ec65e5e4bc 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 dbdb4fd6d8..08a5e807b3 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 d98e92b51f..999442a3bc 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 ac11f30bd1..af6e8236d7 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 bf91fde109..a3b53aa04a 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 0639685e6b..1859c48124 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 0f71c61c71..ec17878940 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 b97ba5a62d..d59cb80bfc 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 81f3869d21..7948c8e1af 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 f86e8686ac..43fe01aeea 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 f4f4c73bee..6754ce69a5 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 5a717370d4..b1afce8741 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 925935bfc9..5ee08572fc 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 d7c4b00000..363eeb757b 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 ee64e9f030..23a358c36d 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 d3be4c4334..70e7a25202 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 9375625662..0d46cfdf9b 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 cbdc6ac559..9ae34534b2 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 fd4f415c7f..22cc4645c1 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 1e1af24372..055b6fb53c 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 0a7d60f718..ba1bf4a443 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 d9bc8be69b..8025a3ab75 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 574032c97e..26e651e865 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 0cbcd2119a..231579e704 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 87144caeca..a885cb54b4 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 d573897880..bab5a18df0 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 1c3a1435b3..7fae8c8195 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 505fa48347..8e71a78e1a 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 a8c2d5540b..1ab3114168 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 df5eccda75..9ccb7b95de 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 5ae595abbc..8f0b28824d 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 e16095e7c9..e3ff6f7f61 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 198f42ef45..c6991a3e75 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 31b973411e..f89d92ad9d 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 2714b7ea9d..19c2e4bf17 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 b56eb0932d..40d45f7625 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 52a9f2be05..86e31c0910 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 39a2efae49..1d81673452 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 4933b75cd7..393cb845de 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 083e790a98..0a71f2b905 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 5fb856853c..e64106de2f 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 2d6afb7d63..8830e15f5f 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 9ac3bd6874..c30f696925 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 305cc82915..ab0d82acdb 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 25f679f551..82dde86bf1 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 a261d72232..26393fbdd2 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 976b91fc5a..6ad9e31850 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 43fb965042..f8e75389df 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 a9e91c1ce6..f705325db0 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 d3851c41eb..df53c265f9 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 84b05df894..c9c7416f1a 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 15f917d42e..519729bd9b 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 0fc36b05b6..570e8e3668 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 47562d686e..8b50249f4b 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 9dd38d8921..9370da88b9 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 daa253e780..fccd8f4b69 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 d3df6b08aa..7ff09b3100 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 e04f9467e0..d5bd383396 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 857c527c1d..f00b831631 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 e279a79a7f..b1df85e012 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 89f6f0ce63..6170e80aec 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 44d89a1b38..0af218a2cf 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 16301a4a56..098d8531a9 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 18447a36ef..deb9f574d7 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 0d981943f0..1b42b5560f 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 516b4655c6..a7fbfbc514 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 7a79f180ee..1ae72804a5 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 f9066c5ce6..850b108c52 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 7a3775edb1..6054b413d0 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 75753597c8..39db902c8c 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 d2eba10b5c..e88d5d9e14 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 592dc09109..020fd48b63 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 f982dd1567..ca85d8b013 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 9d871d8cab..3b9924fca9 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 06c57fdcef..ade71a5a2c 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 228ce5683a..2c7132e67b 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 4c7fc8a599..efdc8c898c 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 ac41ff782f..572c73c1d3 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 db823334e6..58c4d8c162 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 8e9ae257cf..3b05422c1c 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 86ac91d12b..ca24331cd2 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 6dd0ce02fa..863681a424 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 7e6f117e37..92ca6c096f 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 b95552eb88..1214fac05a 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 b06c13f376..765e4c6b92 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 86e3639f99..95797b50fb 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 107e80a048..e9bc7a5101 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 ed5c6ab07a..6c487d2497 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 a44be87d58..c863cf1a30 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 d8766c085b..5280872049 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 22aa6ff6e9..aefa7e8a46 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 a53e51bc7d..65bff8c791 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 2f4ed8c9a0..9a1ac3ea24 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 aa1e12a91d..78c0279809 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 094116461b..2668783abd 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 be0f0862dc..f9c17b329f 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 c369a9435e..02994ca81b 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 3aa286acb0..f8679bd3f0 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 8bd3a60ce4..333ebe5a29 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 d45ba8e36e..6d1840480b 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 a3e6c9fa8b..7519735295 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 ce10d7235e..85265543f6 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 e163341189..baec83e577 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 29375ccf8a..040e96adc1 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 282aa5a710..51fdeef663 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 f920e3ee2c..dc18bd24e4 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 40c3a46265..da26e5cb66 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 6ae5a11207..e55fec762d 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 2f19e5c2bc..35936d17a1 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 f0133a8c3f..1fe1e1a1dc 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 631bfa9c1b..0f8b5b50e4 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 2ff6a87394..5a4fecc755 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 2ecff5f1f3..b62fc6545d 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 2641707122..30d9f997c8 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 2e18b18139..021f8c7a0b 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 ba91b2394e..c333c3d17a 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 33ad8c78eb..8b5dbe7663 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 ef78112224..1230b12369 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 2b8440d26a..c9f8562c93 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 7770adaa1c..42bba47ea0 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 f08274a8fe..b7c13ad0cd 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 291205ae20..b431445293 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 5c45837607..aebca4ae86 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 56bc368812..d42af1dffc 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 53a4293121..91f13defaf 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 f5e2a20114..664ba36c26 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 0f97f26d36..0945755f1b 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 f783c65919..047f8344e3 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 082eac6088..5245aaf779 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 508e754d15..3615e00f6e 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 3387c329e7..ff63ea5680 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 8d23e11ced..8ad0166778 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 6f78ea8036..60eb6c1b2f 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 20b5da2405..7cdc7937d0 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 25b3844986..0ffe3a538e 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 1caa95ac64..395eaff9d7 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 9f1e02ebf5..994ef1cd7f 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 adfd5bc5da..1180349098 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 97209d6440..1942c92e4b 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 f5ecf1f352..ad2d268c76 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 9c53f3ef7b..9f5a3fd650 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 0cfc59e754..0de63f3c9f 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 e527db76d5..3d92452990 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 fcf4beee6d..2d974fabd6 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 1253f42a4a..aaf65ce1dc 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 997e816aec..af9ef15517 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 6c48ceb109..82f5ee1a01 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 12dcd392bd..167eaf1aad 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 44e0ff01eb..0f79af9682 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 8d3d6aeee2..bafaa80cdc 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 b66e9feac9..ea4f5b67f9 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 7ab8ce77c7..72fe4cfb30 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 dfcccd3f9c..eabc3dc360 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 8ce6672b92..5181d11a93 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 0b7f08d8e8..ce977581d9 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 e83ab49168..10686157fa 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 01d7fe14b3..2d58c1288b 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 8202c801fd..9ca753809c 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 b12d41298a..b11577620d 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 046d923f5d..a21b89a289 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 1e046fe331..e6757e8a0b 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 3e68109375..5995f53769 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 93c24f5684..ce0a283995 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 520e4503b2..33cb0b0c89 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 e1de85c639..3cbc618c0c 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 e3b84941a0..5fccd488f7 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 570e24797a..fafd22b364 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 aa5d4845fd..6589bb9fb2 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 645706ef05..f83479a05a 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 23ffb45c66..bddf49145b 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 69fd1067a0..525f130d14 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 707909095a..e4c857104c 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 954932c000..b1f7a42a49 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 5ad5d7545c..d5763bed4c 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 9c356c978c..3ff48615c1 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 7d3042abc6..4dc1e99acc 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 bb2828e00e..e053baa00f 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 aa13812019..3298b10de1 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 4d5ee327d4..090af3dc65 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 9cb8da9d49..db48f83485 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 2ca87ceeba..d1051965ce 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 ecd3545da2..3e41d7d1b5 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 0a465dd965..7ea89108e9 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 10b2bc456a..21806eb466 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 7ce5dc2359..cf0b4f0c9e 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 f8c948f337..d471fe6862 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 5d8e8c89fa..a9ec875330 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 fc0f14053c..bc3eabafa7 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 c821068c7f..99bb1afa73 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 6cebb485de..3149ecf1c5 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 079660c109..1b75f840e6 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 f568c4bc2d..403e542735 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 fc45108df3..fc65b6889b 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 ff5ad9341c..b5ca079b76 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 0f6a9ade97..f583dc545b 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 c55a0e233a..fd84b362a3 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 3af3a2b93b..dea78a433d 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 7f88d33fcb..171f261d2c 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 6d2784f86e..76f8bf3455 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 906d814935..435a41ff36 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 1764ae100f..12ee96cc3e 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 f602bd7ca2..8e36037cbd 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 318db1a9ce..91ae70d8dc 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 0c1966aee5..7741b7cc49 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 6c4230e3af..cedba66006 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 a72e8ba9dc..3831b12f1c 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 625fb8d502..f784a74f0b 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 708ebac63d..008b1e7ee8 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 f147dbfa60..494316ce20 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 fb091654ed..0c42ef161d 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 c306fd191b..5a5d176732 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 147ebcb9b3..e159ce7280 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 fd75bd6e11..76701d8305 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 9961411264..33d7730310 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 7ce06afc38..a369b44901 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 23b47999f1..334dc550ed 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 58dd9f3872..ba71f38ce2 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 c6dec2e8b3..6fe9cdb6bd 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 e47795f3e3..91db8dcb2e 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 6c1039ac30..3674466a6d 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 70963664fd..7a158691a7 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 ed470866ed..811e4c7d57 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 d04ad5b55e..1b0b9686f3 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 edc2c631ab..6227179073 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 1416ce42a9..a66c33d471 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 8aab9990dd..0f00b22cca 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 7de30518e6..1084d1b80c 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 2b0278093e..708219f710 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 e81d45b641..1ef009baf3 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 73673267d2..5b12362b2a 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 aaebe5691d..03cce2384c 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 23991e535b..de863f2e3b 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 28d4a2d9f4..07c6e99c26 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 2b3d933d0f..3b7f385658 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 c3bf479229..eda442b865 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 2c023d359a..ca6d6b00bd 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 e88f2da24f..85558737c4 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 86ecdd19f9..c9bc6c16ef 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 e86b15c0fe..44a56805fc 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 299e027147..409afc9e4a 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 93282c6cd8..d7cf701c13 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 1b86828c46..561c4b2822 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 41cc2a7f5c..f7d05077c0 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 fe4c9deddc..9958e706ee 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 6294fb7bd8..dfe0858965 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 556251284c..10f623a232 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 2b8f597d1a..26ec2cffba 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 b6c05db082..f58be46265 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 420216fc45..21882c1dfe 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 2414e71ccf..3466cb120c 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 78230ae7a3..8d35767ff0 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 0224fa697b..5f0ae03c9f 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 e324f6d40b..7518b94ab2 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 45fc8d17bd..24d981195c 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 d03b538df6..ba33def5f5 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 7f48091ed7..5a77af4a86 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 bc529ef56f..baf67f8036 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 9ac736874e..8f3ef721cf 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 a5c153fb07..5d48ea569b 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 f9188d80d9..41964afc48 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 5bc361fc7e..40312c91bc 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 a9a2e79f6d..d667631fd6 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 597e72921b..966ff63f0a 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 7754ade860..2bd0f4f953 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 d29810d5a5..7c6cd940ce 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 eada663912..f86ab0d0af 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 8f7ff08917..f8726be2b0 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 c82609e8f5..ed3e1e2d4f 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 3c627f20d2..9caecd3db6 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 3fafe25914..fb8658f4a9 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 e475b0a31f..53a7175908 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 37b74435b6..cfbc7127d4 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 eb5cb4b8e6..616e953088 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 b65d4125c7..9b35349c3d 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 e26f9c4504..c4b52373d7 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 9b6b3f457f..e8fb6b114c 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 032eb76223..8a0d3ca242 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 396c9f5804..4cd453c6ff 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 6610e3dcd5..ec10f3090f 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 e881dab117..0078d71725 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 419aaa99b2..22040175b1 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 f6350102b1..333cea69ff 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 bbd5424c14..b3afe2aac4 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 6af0ae0561..6c9e954066 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 a2403b7d8c..4a43e91090 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 13b3757f41..323607a1d2 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 097b1f6561..f5e5f5fee3 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 ea16cf4c3c..65ece21308 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 2fb73e2322..b208a4a938 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 09f006ec6d..547bb5ec90 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 f867f70de1..0f6e5d2f6b 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 29b02dca54..77d6647a04 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 8447a658cf..01420403e2 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 19e9da4bc7..a72c2453d0 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 d20643437a..683fbcc1b2 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 db530e39a9..26f2bae756 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 40c14d8e0e..d9df047423 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 18ce592c1e..f871dc4d68 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 978298c80a..1954e6080b 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 48a705b97b..ff641ba4e6 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 d790b7f11a..7c55aa1488 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 7a1e92508c..46dace065e 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 650839c53c..551b5e5faa 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 a7651bd587..a2bf812344 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 e41c503cbf..2e72364d46 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 06a6571afd..975813ce30 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 b496c96153..aa20d5e220 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 234aa53788..7b6bfe1db6 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 bcedf967aa..3627d7dbe6 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 a1462e7113..f7db294eb6 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 69842efdc5..fd6ae206d6 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 722cc268cc..2fa033965a 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 02197376ac..134afb9168 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 b4aef72dc2..4e2b47631c 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 572697c3e3..c2be5bbf5c 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 6365dac75b..881f43b06c 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 f6d4bfd459..91e396e66a 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 dc53e46bba..311e370497 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 32cb0d053f..f50be201da 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 5d9112ad15..847c1e99c9 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 9bc6222728..aa53214dac 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 72f78332d7..3f5db6a8ba 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 7c69326263..1575daeb01 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 8c7dd42dad..ee8ac51679 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 1ef1e47ddd..d303e516ac 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 5f15554666..284ee4f90a 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 1fb1683573..4385d23dc8 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 6f9056f696..e9e8952f7b 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 244cf4daca..417eeaf279 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 872136f0a2..8822aba620 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 0cf080712c..fde011ad5a 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 b1fab6a41c..1d061fb03c 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 27df1b5c77..8c6e433ff0 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 9521be935d..9f737e6f9b 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 9cb7126a74..2ce0599155 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 1bf3a47cc2..f5de8dfcc4 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 92c602e79e..4f66ad43c9 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 ef8825b88d..9a6aaee084 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 259df1ae53..8f76ae95c4 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 95010be259..d985574839 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 d6b97bcea4..2cc1b44395 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 a47bda7035..fef4e4d0bb 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 f425e3ee65..a53a55d05c 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 632d10cf51..7034510afe 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 32940d22ef..7b350db933 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 73eca6bc71..ab554b78fd 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 43341c2fe1..fd835316ec 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 e4bd4ab37b..b2ee1bee4d 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 39162b08da..7001dd786a 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 74c71f5455..efe59892de 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 e2bdde4768..efa82505f8 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 791bf9aa65..b1a9f0c4b2 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 1443e98744..b0ae7783f2 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 878f17a3c9..5c98372bfc 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 8c888e965c..5478cfb7e7 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 4831253606..82eb02b0f9 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 5dcbfd289a..c7d70ff8c4 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 22825990a7..723925560a 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 5626a9a1b4..39bf420d6b 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 7d6b62fb93..66988f61c6 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 6253835dd8..dd10314b68 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 51ada2124e..0a0339e41c 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 80e032efa2..62ebacbf41 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 0f55174327..cf432308c8 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 faed6deb5b..ba52c2100b 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 edb50da7da..cc25147dda 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 602bafcb67..731a09132e 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 47674b405e..d429965eae 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 95faeb1ce4..32591ac178 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 fece6446a2..6a361633f4 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 2fae1d1628..fb0e452195 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 7a224cd91c..bfbaff308e 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 55d533a6f8..d018ae2510 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 6b6a23a651..e9fb57439a 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 46810518b5..1773784981 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 77af205171..a645f3fb21 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 e4c0468e2c..db40aacad6 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 ad27352de6..858c9f0dd8 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 e7877ec31f..c8fb3d0190 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 cb270b01fa..9fe6080842 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 b9ead79394..f352d61415 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 7bdd58a2a2..bb1cc946b5 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 b6d4f60130..574c8b6c35 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 2476fd3edc..0587cfb2b6 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 802658f2e4..a3a412b0a8 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 528a9e4a4a..b030f0c466 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 2c75a1e4ff..64e7efec47 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 cadd3c4863..4580155938 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 a36a2daa54..26520d1105 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 56337ea037..c85f38bc2c 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 fed370f658..363fda0f71 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 77eefc368a..ee72301c51 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 0613c10ee6..3feeac34b5 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 3a91000e84..e04bfbd4b6 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 98e9ed66d5..fd6085bb7d 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 2bef6941f4..cc22cd7a25 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 5e4a7240a5..ccc869edd7 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 0a111ada75..85656ba82d 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 e0d759411e..bbcc60d945 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 50234475c4..4d178354af 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 d270aa7242..f221395668 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 6b77644a31..baefe4aa81 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 bf4f7d0860..bf5057ad90 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 9425d9a686..dd258f36b0 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 e774c88609..45cec4a3f2 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 f216fa0e8c..452a8e42be 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 f84e74898b..646cc6b341 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 9f71188bc5..31511d33ee 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 8085eee72b..0d4c1356a5 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 132f0fb522..0f845f6385 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 f808f9894c..d73775725f 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 e7ebfb1ea7..a721cc6de9 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 2cc405e8b3..abb2db76f3 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 07e86c1e2c..bbb03c9697 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 58c82e2bfd..4f8b1bb466 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 39652f62d9..9faf1ab470 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 f237ab9184..5864d6430e 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 b66f8d95e4..6cc997c7e7 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 eab4811a32..ff120c2611 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 f8c4f50fa3..0c59fc4d60 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 136f56d771..f2865e33f9 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 e6d45374b5..67ff9e88b3 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 9ae1409380..79c45d5a97 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 7e0d495fcf..b3e98afc71 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 c0274c32d5..cb5f03355b 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 0d7362badb..07fd670bc6 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 8155e11e60..dbcffa9bdf 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 9a10821524..b99cc21f83 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 2bbd9dcd4c..0afed8838a 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 bdecf3621c..3aa43425ff 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 39c97da039..d367f5e858 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 d8c62ce2a5..a3a210995d 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 2133b82a53..604783d8eb 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 fdc794b26b..77edab185b 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 c13fd1d0ce..a26910a0f8 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 658b6eb3bb..ad43cce420 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 c4a98e7c70..9a04be7e50 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 b5318b98d9..4f333a8110 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 aa6e1e6bbf..f2b79cd4e3 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 7b92a5e078..de840beb61 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 56e1376de4..c48447d3e4 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 3b004b376e..703833c977 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 b8e0df7d08..8373081269 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 2b075c5260..e65ee8cc5f 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 614242f8b4..4fcae3e113 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 0f7fc5fa9f..427cf33ff0 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 56d448f6b5..04a30de988 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 94ae0f560b..40c688e5f7 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 39665502d3..cca3e2d445 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 49f1eecd63..bdceabd698 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 83fef8447d..674dea2e6b 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 7a76300374..d9f123be68 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 2602625b2d..e0b42828a2 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 16275d2f25..6da57e0765 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 8a37b83034..ec35125c11 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 1047febd26..82e92b14a9 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 aa4967929d..0c0280e127 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 d8113ca484..9b3b9ab72a 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 fe1db9afd1..7eefc8a0bf 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 382e21d3db..053c9dddd6 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 c62c680817..b0219ed278 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 7ffcc5cf13..471245e02a 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 922c5b3bb2..48a4eb9e1c 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 6c50394464..fdaf5dbfcd 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 6029be769f..e64874bc57 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 b0566b97e2..03092252e6 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 96c1bb3a1a..cad77080b1 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 a306754357..a888da8f5e 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 af456eacb2..4048dde018 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 890260f358..d5b0d3e408 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 cd75aeba51..9066bf6448 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 bda8259f45..fe29f01ae0 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 557b3540a5..97758fba6f 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 340aba2ce1..c77eb61b95 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 bc3f83b73b..4309ec3086 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 4ca7690031..12b273e1cc 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 fc300df110..ae505cf985 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 14c3878e35..8a5dcd4078 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 fa60030e3e..9d9e5bf22f 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 a8bd2ee660..e235634590 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 4b5cf4a697..fc8b6a574d 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 1db4087a06..0992e6ad05 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 269d0e27b4..31d0153c5a 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 936c20f0cf..b9bb81cea0 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 df82fd5115..73f915c881 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 b8569a483c..913016e672 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 354bfc93ee..faa8af1257 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 c80f5e846e..7f3866fb32 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 224eb72bec..717ea2ced7 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 8725b96137..294e0ecd0b 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 8b105047d2..a575824733 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 f63caa8bc7..148666e6bd 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 5ba76aaecb..060e56a18b 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 2da637043a..95f4b860c9 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 d254f5aee9..4a3a736a76 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 468af00cf1..c77cd6330d 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 a6a3118182..9d71acce6f 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 fdb6e82d17..38bec95ff1 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 d0abcafb9d..dc2c25cc40 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 f350792703..04beda3de4 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 b88bbe7a5f..abcbd7aadb 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 dc44206d5a..ee5eb7eef8 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 7fc2623ff0..4d7278ad7f 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 125361a7a4..3aee781dd3 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 eecdca609c..3f49249e40 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 b91bdd1521..be760e61b2 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 714ec96d88..1e3bcc5a52 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 2cdef6223f..740131bbab 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 6071b6e173..76c18c1d5e 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 0f4107873e..4ffa6fe391 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 4560f4f0e0..1138cda378 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 e7c7106bca..e6768d1608 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 66d9351ba9..3e5be44d72 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 524be4a4bc..e66adeeaf2 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 974cb4f9f7..d42c2ca117 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 446a39a6ee..d4e432fc76 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 435fb7ce11..04ed902869 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 768938952f..b2e0891888 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 bb6a973540..45ba721742 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 ca5deba2d4..b3feeb7844 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 9be7eb1219..e3b831b9db 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 dab1a511ca..19436e6c0b 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 e2229871b3..5747ac590d 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 738f149a5b..5db22d0382 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 0cee003c81..bb2e9af42a 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 dab8bdc48f..25d5ea5d7d 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 4e59973b49..9ca942064f 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 030fc440f9..396ab37dca 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 bfdc5a7f08..8aa632d223 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 dd9215f1e9..9d4695a958 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 dd5c196985..7d80fcd37c 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 0981d2d726..3deaf9b002 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 5ee31fdb70..b2e3083359 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 7ee2ea91c1..d002a46e4e 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 6eeb45113d..3ee947404c 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 34ad627c37..5ba7d5b434 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 0490c82471..bf5c7e2774 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 066baa1372..a83603f759 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 28eeb835d1..fd58db3771 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 9eb11c0a86..9fb878e59a 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 eeaa512f53..1c6b2b12b8 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 d72e161bd3..a906ce0d2a 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 4b3527a3e9..0858e314b5 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 6407d31725..6dd5abd2c0 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 7501719672..bc266bedce 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 7244478418..c150eaa000 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 462333d067..66d28cf10d 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 8f7ced85be..4d8bf0fbff 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 708e07bf43..cd12103d3a 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 e8520447bc..2fd637d96b 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 ee5917a287..29012a37e0 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 04e7b8308f..3c6ad76661 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 bd7b8dc729..456ae06515 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 629e009f2a..0d5e37539c 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 62e0eea01c..5f4c767466 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 d71c9d7b1a..c0545e0e1b 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 4069bf84e0..c87eb9e8f8 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 852ca25a42..d30ee56cfd 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 2e30723955..b3b335954c 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 66729ef485..6e4436f23a 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 9086174ca6..d332a6bb7a 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 8cfaaf3b13..c9c0d17125 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 ee2fb9cdec..8909f4714e 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 6cf4ac49fd..ced3abc690 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 6dbec4065a..51f35277bf 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 5e04397b7a..7eccc82156 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 5978ef5aec..086daca7cb 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 5435b17448..8d7c7fffcf 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 36789e9138..553890f951 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 e74f1fac5a..544cbe8a80 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 9ef5dd3c8f..69aaf46c95 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 10e67678ca..174d45438d 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 a834173ae2..48c7dece6a 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 1f61d89faa..26baaad46f 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 752b4bd33c..3e9475d1aa 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 e4697b5052..3213cb6a41 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 40a22110fd..80438d5e66 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 015518a054..9025e4c5d7 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 eb5dee53fb..489b9a2d79 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 d56cff3b52..bee9ebc556 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 319d7d283d..c429901888 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 8c2a9089fa..5688b95037 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 d69de61b1a..a54f8f01a4 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 2035be18fa..52c1633823 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 a820535132..7f2cb1edde 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 7c59cb699a..24c96a7d1a 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 91b8b84371..bc3d2e6216 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 2ade4c6794..89dc6ab24f 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 2a0b1af41d..e6af99ee2a 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 d2576fc182..9c65b51c85 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 8b3c3af191..218d60609a 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 51cee88a2f..a57f771c7e 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 2116f27e76..a106d32571 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 3eeaf8391c..4f53927184 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 bafe41071e..32bc493853 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 4764757df7..3d53ef2848 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 7d4e56e353..4163473f81 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 672a6e2c3b..81a83bd1ec 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 254d6a13aa..54b904f724 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 6cb6ee32c4..e3a1132f33 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 8e905877eb..d2400b8675 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 df4c4f582a..1dd32b136f 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 e6115f9595..b9f549e964 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 e32523ecc8..437aef5c40 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 77c03f1267..b8e388acd7 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 fadcbfb244..4317131bc4 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 a2ff89a150..39075af416 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 87c0dd06b4..6e1c480cc1 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 716565e388..1a29a7aca5 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 8d3433fc9d..66b2e9e5c2 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 818c812262..89f8ed7f32 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 bfda6846f9..7596a56580 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 63949c859d..4e2c189f6a 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 dce617ed9a..fb120fec30 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 6694c100ca..0fd0da7fb1 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 85871c52a7..1d969464b3 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 8a02912ca1..945dd1ca5d 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 030f926dfa..eeefa6b2d9 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 60f6d4366e..fc9fe9d443 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 d145fa8e8b..eeea297c11 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 7ba378902c..ff7d9c7fc2 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 b17b28d853..4a206e45be 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 d415b2d6be..e16d0c7b10 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 1547d3f900..5ca1b139f3 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 0cedeb17f7..d22d41b549 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 7a21b844b9..5a027f5de7 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 0fee2b9215..6169504d2a 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 1290a423a7..255d4619ef 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 93829f63fc..4ddd4348c9 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 b07433becb..35c4360cca 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 ee93e46d2a..90879a31ad 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 fb780d2785..d501215496 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 17f138cd18..043beaa320 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 0d2533ddfd..5984975327 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 7f81b4c48b..84be98e39e 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 1a6bcca25a..467c31eab8 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 5fd0d3c267..c6ed0cbbe3 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 26e8f4763a..88b2bc4bb8 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 912fc54daf..7e8f9777a2 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 cff930525f..12b980de86 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 2bb9a75a0a..869130a4b8 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 0a1962c1ef..8dd48c257d 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 529090422d..177cfb2e1c 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 a96e981dd5..a25ee3fbb6 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 e078f4af17..456fc73957 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 adc8996b90..cb8434dfa3 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 72806e16bb..414193b324 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 b7fc520f9e..25f1a5844d 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 879b281421..e74c62948e 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 e268293920..33e14b5dc8 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 54c7bba289..3f1155a4be 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 3c9a52b753..73c80602e5 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 200367f520..8eddb3a077 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 f29af08ee8..5faeac0d78 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 79ecb5f727..113ee62914 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 ac9432dbd8..fe43c96b1e 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 7f4619df25..edb0bf5754 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 5e59cd9943..4b7aed7a52 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 de7235900c..ad738834ff 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 a1130a6dcd..2190ee4e8a 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 ac9432dbd8..fe43c96b1e 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 ac9432dbd8..fe43c96b1e 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 1943139a6e..9505dbb9a9 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 ac9432dbd8..fe43c96b1e 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 ac9432dbd8..fe43c96b1e 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 ac9432dbd8..fe43c96b1e 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 e5dd6ddcda..94bfdff8a6 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 06c76116ee..dbaf1d0c7d 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 b9f5993090..dcc1c3bf32 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 a546016518..0e600eceb6 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 542530bee9..ec33264fab 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 ac8860d06f..4173e8b788 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 bbb4ff9342..2d8f9db898 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 04e04a9ca6..56462ed014 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 04179b3dc9..ad0c49944f 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 98c1179370..1893ad1589 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 cf60648113..44b2a92441 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 90000e4fc1..8b710c2c38 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 e3c49b9632..611b58d701 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 789e26a795..456d2ffeff 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 42d1b23320..fc9e203b25 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 19451911ae..2083132a20 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 a6d3d3a1e3..f420f18073 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 b0406e0e6f..87de961939 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 076716be22..d7bad6480a 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 b0f3d7eb51..ca9a570d1b 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 9fb28f0fd1..36b68f9c94 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 edc76ca2ca..82ab853842 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 23c43db2b4..f7b724f191 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 987d9117ef..73fbd6c95c 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 c82c13df46..0cb753d677 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 e083143faf..5e57882190 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 2ab0307f5d..097f277de4 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 7532b5df50..3a12f34bd4 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 cdfd068188..0ad86af9cf 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 77ddf178a4..edd45c00df 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 a93f3d1657..8f85ba4bd6 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 78be98b3ed..23f995a07b 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 74f3650f41..3c53546957 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 35f2be0871..b9a1ba40cb 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 b57c127987..dfb79e7519 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 6f8a107cbf..db49d0e889 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 0fc5043458..61826c0380 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 b37d5e57aa..9858fb0916 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 e80b3097fe..47a3b10f1f 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 7494bc0c57..e00211e80c 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 631d182040..d88d59a656 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 b1524ff0cc..b2e1273076 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 a5fef83557..ff188a67a2 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 4e71fcb053..f60fe3b5b4 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 e158e39c6d..f87c37300f 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 314beb6b95..f0137c80b6 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 dcca298c06..75256f1d0c 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 7d6e19d9a4..420d0e1694 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 2f511b1408..56eff1c670 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 6bf9b0d203..44f9bbd49f 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 2f2e2dc194..abd48e30b0 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 a91afb9774..c70095b43e 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 8714f91210..38c8553c70 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 589fc1a724..665318e57d 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 f5ba52d48b..b619dfcb03 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 dd709f9a70..3d3a7789e2 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 7b588317bb..80126af899 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 bd9dc0cedc..a79ace0e90 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 9b310ceefd..b59e05db9d 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 3566d72f9b..18fb42a69a 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 97c70121b0..b4af4d5023 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 3a4193821c..07303b4a00 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 0218fafb17..8ffa42c071 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 49bd947c57..bec27bbd40 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 9cdfd61041..3a6451d777 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 17b04fa587..b860f34b00 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 6aef5a388c..e88f19b993 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 4430308cab..1efa64c790 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 a92737efa1..2bc9dcec1a 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 d71e81114e..35ea848735 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 bc1d025857..c52f76b731 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 daab40139b..51746eedf0 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 dfb2aca07e..f12caa7294 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 489a28f8cc..cc3d21551b 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 7e4ff2af90..302c056433 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 f7bf66b1c9..3cfb340f56 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 6e08dcec3c..7d2556c2d5 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 b8f760da12..da21d95825 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 43cf13fc14..50536e3293 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 30dc8b03f6..48e5ec7dd9 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 0c66ddc01a..cd421501b8 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 eb7d131162..c387d6e7c3 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 21dfbf639b..ec005ad095 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 b3e0f6ef7b..314f4d5969 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 817daeb701..dc75516b93 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 b8f933969d..10ac71f490 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 88715c934b..0d818b0f15 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 f13710daca..fe518cc4ae 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 2dbf32439c..62c0953045 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 f17fafb16a..d188490449 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 7cf30bad29..c21dfcf96b 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 54d79ee3b4..bcfce0ab6e 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 80eefc195d..660fe87533 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 6e2865d576..b458dd7303 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 4d010af72f..5d2f0655c2 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 23724c9582..3298bcbd40 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 f7dcf8c4f2..2b772d2d82 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
GIT binary patch
literal 263429
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%0A>gP`E-+I0F
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
b|Di`ZPbdAd5Mv?9{F@A}X`q3J*+%^jn<fKC

literal 169890
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
AjsO4v

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 a7ca558103..0774e6ee0b 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 71f894c995..01a8748973 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 da738e1ece..2f063a8487 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 2e9bd88e9a..c35e91b22a 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 ee20438cd6..af8834a14f 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 79f2cd87b1..1004845fd5 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 4c5fa5d595..45313bb309 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&auml;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 dc31d2b9b9..520c72eb93 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 264c7dfe1b..601a2fdde2 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 82fb273815..4586190d04 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 fb181b071f..f701e6e6db 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 9846a70609..213c6ef601 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 d32402f52d..e878b281e7 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 c82343841f..748f985235 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 cd94b75e41..1b1d19ebc8 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 474838bf2c..4149551b8c 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 23d5f9b91c..c3e0e9d1cb 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 a25ba7a4ea..92a637e4a7 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 9886e24325..c5fd0c99b9 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 12adba4616..df1c89ca65 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 ab139599a8..1ff3130817 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 196b545953..4294aca3c7 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 07ca658611..cade9d8880 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 1b762bfc9e..49d2e6c515 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 ca01d66314..5a6d4c04a0 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 8d603ac934..761aeca000 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 05cee1a469..6d2d603f0d 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 5bc11b6694..f9de6e33e3 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 b731d4a385..3ba58389e8 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 60e9c04e62..90f2b6c4d4 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 52884a2a35..ee7f6e3952 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 ee29ffe90d..42dbd2a3c8 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 24685910bd..15e2718cf2 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 0f87b5f231..ae58ab5937 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 fc2e1c522b..05b8819ee2 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 9a816ea2c2..59ed360dbb 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 b0fd345b1a..15f187497a 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 cbcf9f3c17..5f8ae0141e 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 be1e0cdc33..5a91332ff4 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 b36e91e580..a8cc4dc52d 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 f06c219243..7656b1028f 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 cafd7a8ef0..3b49d7def7 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 92211307eb..5bb3aa3917 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 eb724df517..cf3557f0ff 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 44c5c202a7..69e1a6f333 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 e21f153fc1..da31a0ff98 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 e19b7120b4..50fa0e8dd0 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 9a4a932252..579ec4c970 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 30e15f0220..5ef027da75 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 2db0b51f36..06bb2b5a89 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 4305f15f29..447e03ed64 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 380ee8eb57..7032b15bfd 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 ce029f21e3..aab0bf2bb2 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 cac89286d0..166bca9348 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 f126eac647..359a479efb 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 2a0e232219..b920aa5d8c 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 8c56c3f2d2..1e21aaf3bd 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 02a6f92ef3..632db9923d 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 bdee6d9cc2..18eea3218a 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 db40541fbc..1a5a63dab3 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 9fa6ebf720..0bcc576fbe 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 7bcd49545a..865db08395 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 21f1f60e9b..1dad120026 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 6c2f7603d8..dc333ae0d1 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 e1fe21df55..a98b1ce2c6 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 790b2e03c1..480b5006b6 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 48b1b52a8f..eb4c4e7e3e 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 669c7bbfa8..de9a7b7ed4 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 3bfe5a48a7..8855607a67 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 fa4e8b3c04..b18a6bf151 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 d3df1e8408..eb4b02f44c 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 cd98346a33..e3222c447f 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 093b284db0..2ac109d919 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 110e50001b..d93fbfeeb3 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 76553d28db..8a8d39f84e 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 5a4be59263..d486ddc933 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 e4d59303c3..bc1728fdf9 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 fd16aec09e..6c7a7812f5 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 9c0beb2cc4..60245f8640 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 f1c9a61416..ece505efe9 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 0108dabd10..b12900fb7a 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 a56eb5a1c6..aeafc2f778 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 266340b575..9b2465b7b3 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 28ab26c939..2cf9be614e 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 2926232858..376fdc450e 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 414907981d..0c0f31ca11 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 424c23f238..64bfbcb3a3 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 681b9d2349..e941e422ec 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 0dc91d53e0..ed608f2b97 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 b54b363042..7744f78976 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 3a53624383..0b27a2df3c 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 eb9a8026dc..111cf2a8d7 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 9ca6e7e983..cf316b5cad 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 54914a1bc0..51bb284034 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 5bc1ab0212..44df843740 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 4bb021cb6a..930a391109 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 fcadf25682..1e5d613ee4 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 5a0f72d379..9276a06e14 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 108c91e02b..34c7774998 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 4abf1a8e87..b6fabf1ece 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 ca422797ba..9d9e454679 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 4862963c0a..7e875c670f 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 fe83278b5f..0a53ca40cb 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 6957981cd8..b00768a7d3 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 2b7ca58bd7..c406525df9 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 7ea67ead07..956802d925 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 9519d5e892..e79103d356 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 d53359fd74..fba168eea7 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 04c9155ebd..ab9c9df8c1 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 90464307fd..1e4d0a9c4d 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 5ea30d880e..081f594457 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 c8cd032711..5f533e3ccb 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 c9a898119e..aa9446e411 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 41d776c5c2..886cc02deb 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 8264554856..8d751f499f 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 edeebef3b7..b5acaa04fe 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 bad8dd4587..78566bf1a3 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 ac4eb43016..6a0dfdfb9c 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 938951659d..3430778e13 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 e19d903447..9b5684f1ec 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 6489d83927..eb48e69e0d 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 1d19cdcc66..b3ff29bd88 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 a36bdbf321..9490fd98c8 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 8806c8b8cc..bf34befbef 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 4f8addc04d..86b956ee8d 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 04fb806967..a47d2bb568 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 b96ecd9c46..3b29841a37 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 56b37dd611..53ef949ed6 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 80d1a99fb5..b7b76f574b 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 4d94c835bd..81b0970978 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 babd1765fe..5616bb38d9 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 f3bd23c681..683471ec03 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 8f9dea9221..f093eaa612 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 2d37837469..b342b40946 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 5e5ec1beda..c448e0447d 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 03a20a4ae0..905a99e410 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 c5ac1a8797..39578faf3f 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 35e68cfe07..08f41202bd 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 b3ebd329f9..2eb6c552e9 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 ce496f28c3..b74d9feba1 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 fe562d0aec..a728f3d870 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 968ea2bef7..f3e2c4fe13 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 6864f9bd3d..f015d0d0d9 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 83cf5f0269..6e895e95da 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 e7b5a06525..4dc3815074 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 d90a38a55d..b0c05342b9 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 2940871b1b..83110655a4 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 f6df58380a..c2daa9db2d 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 3cf506dd79..306943a35b 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 f058243518..cb1464b8c8 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 4e6ae38d8d..faf55c07e9 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 ebec829996..3178bfc2ce 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 ce991a1cc5..b698840066 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 60b732f3b2..bfb6cab5de 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 2a21320c17..7f906756c9 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 331d577db9..820aa15da7 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 980b9ade04..93da5890f6 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 4e1cdf71ee..e07161290a 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 fec5ba23e9..bcb0b58760 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 dc8c7d556e..f0f910a721 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 17af1878fe..969938dba5 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 8078c137cb..f4e5a2c36f 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 15cda6dcb8..e7ec0deda7 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 30c7a52b9e..26af9a8377 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 a1f93f398e..ed6addfd08 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 c20e5fbd26..1f184839f9 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 b3caceb4c5..5f3d085900 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 c3d2208ff8..ea986cca51 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 9d6ee1dd92..52a4c06de0 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 43c2e1d78d..7ea4bd2156 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 7f2811fee4..bff3aca496 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 7aa7510b0e..f33314f61d 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 981f63ec73..c6c56ac595 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 b238b1ff9d..85da409ba6 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 4f0aa46797..5ddc249dd2 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 7025c9857d..e8fcfe6a3d 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 420af10a52..89eb92cecf 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 005a9dd824..58aa9b018f 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 5f77cbfe16..f847cf1f5a 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 eb6df3867a..99cfe0f7df 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 171fc0f03c..d7f08ffad4 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 5e0f385a97..e00ef65f13 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 79cde351ec..7f2a4922e5 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 e0f8622b25..01566a1a41 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 add4728fdd..1159fc8ce1 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 21647337a8..32c458100e 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 beb5b33d31..09205ae911 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 d58b1521cd..40d6ea361b 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 db190745f4..2ddbfccb71 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 a7bb26c8c8..e34e9c3a40 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 4eb7391e95..e8d4e65206 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 add13c8935..0007c6d685 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 ea13f1183a..c85d7ec3f6 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 b23d7db3dd..3447b992ab 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 7f4e07d7e5..087c095057 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 c6ce29f113..71eb24837e 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 82a76be7f3..98710a9665 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 8a67e14f2c..0ae15112ce 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 5a30ca0bf2..10a755666b 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 0042656a2a..ffe7365632 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 1134eb26fe..151747c6b2 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 7bffc66a7e..ef5f14314d 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 5d36a37e9b..6749e05452 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 228066f88a..4005e1ebd9 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 b1948467b6..4cd449300f 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 229d8b9e66..f1c8d26063 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 f390d9eabe..840eccdf04 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 71c5d6988f..62b1be851c 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 312a63675b..41329f9ca0 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 dc4189ee94..657b120167 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 38b7745beb..fb1bd804aa 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 64c5f19fd8..c481c28040 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 fc4bfb1704..6cf3d8a466 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 fe448b5ddd..a5007ffcc0 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 2b611bd161..270755ce4e 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 7159ab7b61..0daa34afea 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 49cc45ec1e..72c73d0911 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 2021b895c9..79718ddd09 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 cef9340203..5c1068e7b2 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 bdad5f8afe..1c81c6639c 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 a2e5eac34a..5cafe6067e 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 1b170c138b..7f6ad273c4 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 30a791f583..a7b961b08e 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 ac4a8a8ed9..e2e38db709 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 2ecdab3191..252f05f0ee 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 0dccee6e48..affbb5acdf 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 16b3673b95..801897b6dd 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 b3076d3f4b..263bff0687 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 df642087dc..efe5bbc82c 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 d3b62815f9..e5477b3c7a 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 42f88ce9ee..31a560c438 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 ebcf89af34..20c109c1c5 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 5a490c1c87..421b9050ef 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 da8eb44e17..142be2d146 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 5a788ace8f..1c5532c92a 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 a1a17578fd..3ffc6d0bf4 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 c505c3789d..6019d28ffe 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 fc77ceb7b2..b1a838969a 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 aac375e7a6..2896d73512 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 f4f6a3df75..cebbdb644f 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 1990da8064..6494c1d685 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 d8f838c017..46d50844a9 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 ffceb40c10..56ecf1a038 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 6093374bef..7289f0e54b 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 a7d7aa54ec..2d17803c61 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 ff44918714..9eebe67e2c 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 29877ac477..320eb6a739 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 3af26ae8ef..952c783b9b 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 ed7a394887..6bf40e0f7c 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 8cec815a5f..8b13272726 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 33fb729a6d..158e1de3dd 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 7a1e43341b..be1cf11d53 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 1ae5f9b989..afeb95addd 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 a0baad87de..f2089745c1 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 b8c5ea6c9f..2ef1049469 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 cffe2c7356..cf2fc5b3d0 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 cedca62a56..9e0282db5b 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 45fb263ae6..d1d48b2e54 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 3fc71c271f..977306b3f6 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 49b742ab8f..410c892c2c 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 093fbf81e3..0f4ef0fe09 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 efa9e545a8..6ed5fb27f0 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 aed7e5945d..b9cdb0e079 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 3e221feed7..3e3f538f22 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 e1e4781c9e..7ae8813c7c 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 139073ec25..0e0123ab7e 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 66f232b06e..6e23309916 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 91bf3dae25..298262936c 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 7fe4d5ce5f..a8ac86b975 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 7866e7dbf4..7eccb59feb 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 81d775703d..cd7d2c21de 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 4ffcc82102..e176fed97a 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 0b1899f651..5afcea1ed1 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 57ad3c6800..d173bbc11e 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 baeef0d4d7..2b861bf417 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 13d275c32b..da9db5991b 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 b221169704..53717fe452 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 64e9512fe1..47f4446ea2 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 1454a25381..97ca5a0b50 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 5ff80bcab5..e79f094432 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 a417b5424a..ec5e8aab77 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 d0b018b444..a37ab5cfe2 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 eab4ec6f6b..63b23946c1 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 46e80e769d..ad89204528 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 f5d460fdd9..1e82d39ed5 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 87d7d970dd..1aa6247751 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 1597aba47f..2fb513a1e3 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 91197b90ff..04ae31ad3f 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 f4342d27dc..f52c327812 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 129958c77b..78399c00de 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 341a902717..83339fce75 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 d752472a07..d28a97bc77 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 5ae7cc342f..905fc6e8f5 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 e2f157475d..602e9753ad 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 e2952d893a..c970bce447 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 49b1e3875e..dcdf690400 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 f52e9dd652..0dc646a540 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 c0a365cdbd..a64a05bf0b 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 2c4e0cdb4c..9351f23f83 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 6fbf3597f5..6c230ca22e 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 b77c704030..693369fb33 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 f9a8a37a77..b01cdd6964 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 273c416d52..6020f42b8d 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 eb7988dec4..7712023876 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 29e169eb7d..4b6d84431f 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 6deae96e24..39a9060f4b 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 8873720ea4..1dd4c0d0b2 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 4fb443fc14..fb8d713e08 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 f3f5d632fb..c7940861fb 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 2b43f2734d..82519c27ac 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 b39a8465a0..9fde634f46 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 d3383c6411..f644e87f49 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 593d341e86..7d79d4c1ce 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 50b8287976..40d0ce4ab7 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 cada16d87c..57e2f97dc1 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 ecd76c2874..ed3c2acd4d 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 76f279984c..d95408dde2 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 8d08652d3a..bfb11fab32 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 751c6057cf..01d2837f67 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 5f35faed5f..c4277d937c 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 1994c97910..1d6b2c7bd2 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 9e13fc9c5c..db29b944bc 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 7961414dbf..f4156c3970 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 2195fe7088..9ea8fadd26 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 b294d85c0b..e7cec522d0 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 7c7e544c6a..e6d78b0ec6 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 2db8e7000d..07929daac1 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 1745cbcec3..87883ac113 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 4289f50d83..3b8f914ea8 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 5966d603f9..4c01d66777 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 a2156072d7..dcf736849b 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 771ec8b3b2..098f98a8d1 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 2c0ababddb..55ae0223db 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 8bfc56b71f..d4d65479e9 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 f1c4981ec7..011fe98abe 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 73f3e8e012..9aac6d3a18 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 12204df916..39b625b51a 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 3a816fcd3e..9ddd31fda8 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 bd3cad8ce6..2b8e1a5d68 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 d88f72ab61..d864cb93c1 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 619314288c..c506f2e16b 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 541e8082db..af4e9dae9a 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 36e30b8d1b..560dbaddd2 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 fcdc570631..e62d5b9d78 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 2227eb758a..d7ce44af0f 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 d50c5753bd..14da7f6193 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 f31d0fefdf..67a66d115d 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 31e4eae601..8eb797006b 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 85503e9004..9fee6f2fb0 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 a9db93f2eb..bc10de36fa 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 8784aa9a12..df1ccebf1d 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 6134e419c6..d294d528c9 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 0280ae74e7..abcbd0929b 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 0000000000..e099fa5336
--- /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 0000000000..5f4c4e0d4c
--- /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 a02252a104..9ba2970128 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 32e02b7971..3d6499dd7c 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 5f2b4d0a3b..5a9d167be7 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 17451b6412..cfc88878a5 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 cba4183c02..083e43562d 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 ee16269a54..d4ae6c0938 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 e9d667d3fd..6c7d93439c 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 c52e8eb34e..7b44ac4c61 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 97735bbae1..13bc028c37 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 b1b02b2e27..0d191c6395 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 c951972c1e..5e5975e299 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 2815d249ca..83276ac514 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 7a0886886b..40bed4477e 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 e6b0912d79..79bcf2ef32 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 522a5f0a94..418e42d1b4 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 bc432ab097..b9ee4152e9 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 c6632761a1..1fa1de4d0e 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 1311ea46ca..d2b0932bf1 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 fc99c88b16..cdea27aca5 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 b0bbd5fb88..9a0bcb7e71 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 e0ec97c1cb..e170d0ea69 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 e6b6a9a75e..6cb608819c 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 05195cf7b5..768f8835da 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 5c51bf7691..0fc2306e3b 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 013951c7f3..c69e350abc 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 f1a30ced83..83031d2759 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 01882062c0..0602da88e6 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 a2d91f4b5d..3672d76859 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 b1961c26c8..35a1a999aa 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 278d9d0c29..1718e02302 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 6b51de1694..e0c2975921 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 910fcca5db..c32f20a5ff 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 98079b05e8..6a76a2a108 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 c4277d505e..08ea35d4ad 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 f012cf0f69..5d507764b5 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 b39a4ab092..321b2d6834 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 7675c93694..8bc2d23e54 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 19e937856a..8d571c0c95 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 445c21eff6..2e9661d575 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 e49320642a..4401ae5d93 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 f6b9d6db36..f3be6da3a9 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 6e7ce7cc19..29e225d9eb 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 b6d66838ae..2928f51faa 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 486abfdfc3..6e678ffa2b 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 f19662b3a6..a28cdbfa5d 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 ffc8e02781..25a25f1937 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 9f767c8ec4..7ca8d0b894 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 56c158559d..59956e95a6 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 298ffd23e3..d9cbaba250 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 383ebb2c1e..9767d6ed87 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 b721586868..562119645a 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 744bfaa6d1..74977c6639 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 7c8af72222..4b3baa48b2 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 4d027f3d08..d9efb3ac0f 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 a81671d8fd..df9faf3748 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 5e2752d196..fd9b7cee08 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 e2c534f427..21f478d2fc 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 dbf6f2733a..831bafdbba 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 ab477281f7..208548f0e2 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 86bed3c1c6..60172bc372 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 f1b49b3293..008ce1c398 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 07d99bfb19..f0a39d2c05 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 675d983c38..89b33b6b53 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 4a7f569f86..72fd83b8e2 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 845af69177..823261228c 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 9842ce5f90..381847bd73 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 a36c3b9cf7..c8ed495eca 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 d6a735d790..b8cd1b6aa0 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 57497839cd..a0ee289a38 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 01416b14c1..fecfb47f2c 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 6741c53ed1..c63cbb4f38 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 4f133f4258..d46b02a7ce 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 355c0dcba4..cda0701668 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 d5d14aa134..8b172fd489 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 526d01eb7e..68ca9c3bf8 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 a91d5b7fb3..768094edc6 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 fa1df7f8bf..b422d9e0b1 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 dc174c37d0..8fdee6dcd4 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 2c7d7d17ce..6c2ba9bc73 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 802a7dadbc..fa36103d93 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 bf0a025176..d2ae91b45f 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 5ab380ba68..9203f5477e 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 05e34874ad..c1db9acc8a 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 5ffc7d93f1..c38abaaca3 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 07d99bfb19..f0a39d2c05 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 bd940607d2..9f83f827fa 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 380a8f05f1..4c72039b30 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 34dc4f51a9..26828ac4f0 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 32eb8d29e1..a1b9a18bf9 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 467de70a37..9be7976f39 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 072f5a4275..157cd03f6c 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 924c67a72f..a144fc0b1d 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 39862a755f..d46e05f366 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 45e7721bb7..b2e2c95137 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 64c28d933f..e60453507b 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 00ce797147..c5f243cf03 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 1578e983cf..893bda25c8 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 f13ce221d1..b754e00017 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 c661b5874b..43e3dba53c 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 07d99bfb19..f0a39d2c05 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 c98d25cb57..dc6ff95d08 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 0f07d2e17f..f5f2c30b70 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 e5cafa8e1c..69d5bd8181 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 58e10ec877..c95dd5cc91 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 25f8854e0f..95b8bb7ac3 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 1405f42421..fd7ba79624 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 fa9d04096e..9e08cb59b2 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 8e96e52de8..73e0370ece 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 cb764b18e0..8c005b2061 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 1aeface1d8..4090d87a08 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 065223eb0e..24d2afc9d3 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 110a52aec1..a51be847c9 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 d7b48ae1c4..7af47da1b5 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 fd32a81c21..e34596b4cd 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 85615b399e..084ca43274 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 9cd79939fe..7e51b2bdb8 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 593072045b..8970d8871b 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 894b064266..097d2bb1be 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 9391aa5abc..0e5ac020b7 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 9a5684c21c..84450c30b4 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 5f3553a092..f287689a8d 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 8ad7ec928b..c3bc63899e 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 e038f24165..3dd61d0265 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 4ca684d29e..3a93e4ed6a 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 0834fc24ff..d71691c46a 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 a0176cbd89..3948f07eb4 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 1b80036ecd..85cd170054 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 7e7441dbae..455aa2f1da 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 1de16cec48..fe4e29c549 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 77ade2eb8b..59a1f2409d 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 0fcc190c57..64b2d3ef89 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 5f352d1fc8..5da5653664 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 6b53f6efbd..c3f7acca45 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 97b0cd388e..f36d99676b 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 2feeb67f8a..0c2665c676 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 0fa4b5a9c2..688c9ff038 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 18e5b5b80a..ffe4457f4e 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 fee79ac7b0..9f2197ef79 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 c1a650a88b..e68ee8d468 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 bc2929cb49..f8b9c3e9da 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 5d70231554..bf5bbc52ee 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 9321cb8916..7d0f2c5ff1 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 0834fc24ff..d71691c46a 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 57b31ca69e..3945bbf49f 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 2e1e9dbb05..6b594dd262 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 6d96d96e83..cbcbcfcb29 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 10d28aec9e..6f1e2b2085 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 20fd49f32d..2cc9b4cd6e 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 cba88de4b9..ca91d751f4 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 5765b5369f..a8b032fc7c 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 f67f285d66..77c9bc01ec 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 4ed5c2c143..a097d19e2f 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 03a95312de..32cc854250 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 84c00377bf..769aa8fdd3 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 fb6594bba8..c3b89187aa 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 3a80103205..2086cd8310 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 df2af04350..c883d05306 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 5d2c2e94b6..3104dc8036 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 eb56c0f6ba..130462aea2 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 2358c8fdbd..befd18108f 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 424671a21e..fd9ec45dad 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 0324b690d2..3493379bce 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 fe48183f18..42a8e8c663 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 13aeb6c6de..e229d771d5 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 c171240f0b..d85880fc32 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 f363d13895..19994ad13e 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 9737e039ab..b12d2c0e81 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 c40cbc93ad..696f1ef972 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 4f63bf1ea4..e049fa9dbc 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 76eff139d7..9f44763158 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 3659e27a50..ff0c64d89c 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 9b28cd4129..60be53ae4b 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 80308b1f1d..28816d4f96 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 90d466be30..fcb1504f8d 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 b7ad6da97f..e37f73ad81 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 3b35dab6b4..2c72b0d683 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 285cef91c2..5863ad8227 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 64483ec171..fe7c3ce321 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 95dce793f7..72d13abaa2 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 d667a66ed4..753311d864 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 1cb7b026f9..9ba32af2f0 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 9958bbd840..3fe5433579 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 53a995e5cf..a64894657b 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 6581fc8240..c66a9aadc1 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 db9639ef2d..de314cfa5e 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 eb64091988..6ba40b8702 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 7ce84cd0da..e1a8aa021c 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 899c4db7ac..fabce0c145 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 0b0bbef709..58bc0ca82c 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 2a0f0f482f..0a5da9460e 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 763182d2a8..4d77ad4734 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 dda5dd1a69..1efd43694c 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 5bb0f6d75a..1b49a4fa59 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 b825414ad5..89f6bdf6b7 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 fa35c1a058..4573533ec5 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 d58ea49a7f..4c6d60568e 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 be24e8d88d..5e526b5b89 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 d5cbb41429..2811f2f1e6 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 dae0375b8c..ad3f356917 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 2dd40c892e..4d44d5331c 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 27c7b7489c..a2fd4eaca8 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 2956a98ded..255d0268ba 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 d649e0a4fd..1b0b08ef0d 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 67973d2331..66b7f4de91 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 e4e8d78632..cb90df0b90 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 d0d489ce25..8712c09be8 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 696964e0be..2a49c44144 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 4843752ed5..0ee43981c4 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 6b2cc1018a..e85235ac2c 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 493e7ff5b8..6b607b3402 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 fe60bf85ad..3e9e0c2c7d 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 2caf56f118..3afede20d1 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 b7b64b30f3..f658840c70 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 13e07df0e6..e54caf172c 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 0f292c7acb..ca43c1d4d4 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 6d98768199..5fe3db1cb4 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 9bf76bc500..7bf8870d3f 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 3871057811..20651b063a 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 66be593ce0..e16abce9ae 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 c5012b3889..50e4ed3555 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 c09a8755ff..d320648d02 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 a9f6f209cf..858ed2deee 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&amp;service=WMS&amp;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 4bc5b6edc5..b7fe59db60 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 54f20c3a17..97140d082c 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 4bc5b6edc5..b7fe59db60 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 578dac7330..ec63bea7c8 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 91c0347e94..cca60c6b24 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 91c0347e94..cca60c6b24 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 19c2900511..fb8d413b06 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 f233fa5b88..718d6abf0a 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 776062cffe..2f362f8e7a 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 d034401343..5887160726 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 58fa1f09e9..c7e300ecf6 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 fa9613be32..a0869c434a 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 7add6b82ec..7f0144dad3 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 b692dba830..5bf4c0d73e 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 9f9c69021e..d64b51f43e 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 ad715547de..5a2136d819 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 0b8c822747..1c343ffbee 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 b765efa41e..9301a7e5b9 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 8ecf3a8cf9..e4cd93d989 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 17c74030b8..ed4c16decf 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 6e2713e1e1..f9f230da03 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 074bae3344..8246c52b30 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 84d78bdc03..5491734539 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 3624bbb1d3..c0184441da 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 c40ed2fcf5..529070dd19 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 ab617878b6..992a5c9edd 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 1bb2b81596..ee198093cf 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 bfe61056a1..610aeb6078 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 21c0f3d534..386c206b2b 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 6b2534f7ee..8b292cca0e 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 2bfa8b58a3..514c5aa0cc 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 0b5af247bd..336769dc89 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 b287e285d2..46ec04e66f 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 bda51c6b81..0aba9abb30 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 b5d9997643..4e01164188 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 87ad5ad1f2..050e2afeb7 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 e85ffd29a4..6aeb9f25b1 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 92d5d1ebc0..69e854a681 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 221a759ddf..0aa27dc3e7 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 34a30cbcf6..6da2e5d36f 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 1266621d05..5124c9040e 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 83ece6136b..4bd0cb068f 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 38e7ba0019..9360197a5b 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 206f5fa947..27e98ef47c 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 ad7de325fa..9051d85ac7 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 dbae236028..9971d2ea6f 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 91776730ee..46d9bb9ead 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 2c943bbb11..ef37b6d36c 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 4d810cfff4..b315165718 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 0f7448eaba..31e9bd7005 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 4367029bab..c56a487a41 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 f09ef4a186..6b373c096f 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 a084a496d2..c452592efa 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 916a336518..5f3936af47 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 645b2e63ab..177a3689c3 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 803d7885e3..f7706de491 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 f36a346422..3459dcc64b 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 31afa1dee1..966197aa94 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 75e939fa6f..b4e25233fa 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 210076efa8..a7abbc8ccc 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 feaae6cf75..feb0a84d22 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 5a1519c453..c97b453edd 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 baf4d8c99e..bff0aebf81 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 a065216d8a..1f465466b9 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 0124826aec..3dc6c17d29 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 e66c78d95d..df07cabed5 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 1c7b1ad8a5..5df1a636cd 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 2ff8a723f1..8c20c8a857 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 8718c219b7..0ba01ad52e 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 5aa5f406a2..90b77d9a85 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 1359c0cb6d..e25dd24bb8 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 6b1f64d998..d34568bad2 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 36851e6631..fa13dceef5 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 bc6e41b2ee..5c969f7c40 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 2684ffba34..2b03c5599a 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 8d9c7bff9e..89762dbce1 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 6511efca3f..ae43b33b3c 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 9cbc89f9c9..61bc94cc43 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 80448fb43c..b91c22700c 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 93b2472a02..ccf9bec5d2 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 904808c087..487523dde1 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 f6aed8d8b0..20e96b72a5 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 ccc31afc5c..b498fd778f 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 a09d7e9503..d59d1848c8 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 7d761dd7bd..6b8c524957 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 4366696921..e8f8916664 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 3c80b76bc7..d26a6751ce 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 e4ace6824a..1e37cea40d 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 c1b7ff76a1..8f81bbee51 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 2fa17fa954..b1f582d0a9 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 45188a6b8c..eaf0e9a1bd 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 de259d3a1d..396168402e 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 ff4c9f996f..69bb060a11 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 34d734752b..96023a7776 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 920ce88aa8..15c2be78da 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 1db28d17cf..47d0b8c692 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 9141b726b1..9ec6cd55b0 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 6810813add..e99e011e68 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 e3ed468667..d6ac407811 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 151a717f5a..aaa296e8dc 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 f0400a5151..9e93455efe 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 816ab9d9b4..dd4096442d 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 ef65f4c388..9d66bc6b3b 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 7a39486a43..c1442cd911 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 9f06349442..bd0b2f0757 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 f41bcf5ecb..cfc65eed8c 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 6f5efcfeb5..4180eb8e7d 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 dee8477be4..5dff41879b 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 8170aa10b3..504317ed24 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 5c7c37b296..57eabeaf34 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 12873a0d9a..fd10100cd5 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 c75d63ef44..5129ca3c4a 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 6b5ceb4e73..fc2ef092b0 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&auml;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 5d7e8dfdcd..001c6f948a 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 f8bf5fafa4..ca6711c48c 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 020ce560d9..d28103d62c 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 7be3e07880..dc0d293455 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 4ea495de14..6bcb1f5697 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 ca022022a8..a48934c104 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 d441cee1a8..40ecb157f2 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 c2df856eea..cb81c0d3fc 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 fb81292d18..1774a29e8d 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 02c3c09e2c..26f6e77d2e 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 3cd75c6a23..e0e733fed0 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 c6a682bb72..9703249572 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 52f278320a..1008ef02c3 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 56939f53f9..439c6248af 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 d686c3f6c1..77e9daebf6 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 9a7b87c95b..3d3206006a 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 1383fedba5..5b42b67d36 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 8d97004eff..1a06d2dbf7 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 c4291a0151..acb1811fcf 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 a49964236a..c5b51b23d1 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 00230f183a..3239e1440f 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 4d03e3c728..3a57e1af94 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 c4fcf72c72..298bdd4b39 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 37d744ba7e..14731b1627 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 31bd5cf673..2d3a625f01 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 ce2bb216db..b989834cf9 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 d2fd546143..36d2617201 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 817a98b6ef..814ed7e317 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 34e34c0248..e18f6d8f7b 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 625bfdc3ac..abc59dd24b 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 4b93a251a2..b6f12ef20e 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 3d4f208774..d31ef28876 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 b98c9bd542..ffd3b032c8 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 802ca29285..9632540cf4 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 e26f072073..653efdb6f3 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 3df5df5353..373600f8cd 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 8f21dd08ac..cda1906bd2 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 6ea9321954..ad0f4ac68c 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 b2213464c1..ef98e7cf95 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 0e3958cc45..44acfa7a01 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 ed547a794e..e69533df3f 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 3a5d347d3e..6b8b17c606 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 5db15a4806..8da440652d 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 9cafc99748..45c38e00d3 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 28cb8c61c1..96d57e5247 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 11a692fd5b..12ddd67e1d 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 7a2b168172..3fbbb5347a 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 fa6d883b6e..12dab6f4c8 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 76cdd6363b..2f564ebc0b 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 53b3c6635c..079bb23ac0 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 f67a138018..602859fa7f 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 98bdf9134b..2c5f43b391 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 99653dc9be..1aa8b7721d 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 7a0942193d..0082fd44eb 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 8a490f0e0d..da1b52d1cb 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 a2626d75a9..d9775afd93 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 df6b523c39..f80671cb70 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 f834e7e811..8af4ec1e19 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 0e3f551e26..84b274e73b 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 5d31a0d83d..38a0e2ae81 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 92c10a0ee8..70abc11b3a 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 ea0bafb156..b605160ff3 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 6bbe07fdd5..8d951c0507 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 f5dba87b9e..fd3c610bde 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 4382ad1d7c..91134f2510 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 ab6237e6ee..4d9b2bb34c 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 a91cd795f3..3467307b43 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 8a83bdeb91..b2c8312217 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 348fe0633f..c16aec54fd 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 eeaa15e4c3..9185eca1e1 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 5ccfd17d13..9a902585c7 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 a24fd4cf5f..c13fdc8e12 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 beca76c5da..03ee6daac8 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 f7d5f6d253..e00cc03dca 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 c15b25e2a6..f8a0dce319 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 92c9e1c8bc..1ff89afd43 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 6084be896d..eef72f655e 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 139de838fc..d1ef003aee 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 af358ce916..fc5f0900a4 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 e055d4e613..8d2ad40be1 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 5ef0ef8322..bcd0c94a0c 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 99627e962a..e9a89c59be 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 a1aa02f00f..f5f86458a5 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 9ada43de52..5fed8884b7 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 3b4e3142ea..adb9ba0a56 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 dd87ec027f..8bacb7231e 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 3ae8229365..8811660d08 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 de624e9859..89345aa319 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 63e114effa..3b514c58a2 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 7ef1999db8..94b1bd9a0b 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 1e9009b03d..3663bc8505 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 22c7b7a415..7a7f4062b4 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 d8b779c4f7..797bcf44f6 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 14b7e42e75..c6728d4996 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 c85cc5cde3..9c65cf677a 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 9581dea8bd..ab74c1c91d 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 e141fdba4c..b25a91c513 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 10fdb9ac7d..0a6df9c310 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 820d90ff45..a1d882166b 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 f1171388d0..67a4c58ae1 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 e2acc2d413..522f662021 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 abcf6e4b16..1c64fe9999 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 91d2215e4e..093b7b837e 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 f11ea173b8..6ba0ac6fe2 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 3de1d4f9a8..d6c091a4a5 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 ffd9aa6ced..5c7d0e1bf4 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 a599eecc3f..5c118f9b88 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 21799d45cc..426b95c368 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 42717a1124..1448f458d2 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 c9b20631ba..e5510a9ec1 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 e87f71d952..1cb5f2c980 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 45e438697c..87c9fb02ab 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 984d26a64a..705a5cad8b 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 f6a800f0ed..d3410078b3 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 4009c2cbd8..18f34da3cf 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 55e3e3ea86..e039096314 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 704548f8db..dc94e840e7 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 0eed7e2f61..49970749f9 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 7f1f46df7d..4e3cc02ec6 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 49f16de547..8bab7c12e6 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 c89e7626a0..ff548e0d3f 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 230deb3c45..e2b04b8669 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 9c38d9eea5..f2131670f3 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 36c39e6ab2..78304f2c02 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 42c3055a5d..32117e86ba 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 b52793afaf..d9fb46c27a 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 d9b1b1a1a2..a6fb9470a5 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 2c242b2078..52d0983312 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 3afb4afca4..71088ccf8b 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 4f748b431e..363b08d108 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 d2d33f10c1..58d231b22c 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 e728e69752..f30708572d 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 5179e90469..379831a109 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 f11ade2165..fb3ff9e01c 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 3e15a91e28..fa00750a9a 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 811fa9a33b..59991a048c 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 e5852cf50c..56d7fe47da 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 9382b99f54..63eba5e1d8 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 969e2d2543..a1dd9d1d36 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 6ff0b1de8b..38a95072f1 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 fb723499ea..78790d3974 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 10e1750385..b1c22b5763 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 b514b96aaa..912f3de8a4 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 edaad70c14..ed6d7aaef2 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 ea9847064e..3e205212b8 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 fd0568e391..4ce66ce4b7 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 22a863a3b7..00d024daae 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 26d9b18e31..755da434ff 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 6436ed5ef7..e6a0e168da 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 0b953a48db..ce07677584 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 21264d9faf..3c9b4256a0 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 7805ac11f1..f83a1aae00 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 7f82651dd4..5ebd9efa96 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 312b82df80..e877ea5290 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 d2b79079a0..4eee4fdd3b 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 585e9f85c2..4b77e84cb3 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 c58c99d2a3..df9f2ea5d6 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 6e7ffd2ab0..b429bd1a08 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 b0d4222ec7..d4476e77c0 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 686790d7e8..a62bd0b9d6 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 db3268697a..d49c26d826 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 9bdc2c625b..b0158959c4 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 5b49b7e021..81ea219f32 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 b8a23ab894..99d8e30616 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 d476c81c37..a919139b42 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 fe3281a39d..c04ddab187 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 e1229c4590..75c05e656b 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 67e1be8387..9cfce42221 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 663c2aabb5..6ba66612f1 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 ccdbb0514c..043d709ebe 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 8393dd6586..573a571ae9 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 f81ad97fd4..908d3ae68f 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 13d1ba25a0..323a3f538e 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 1f6c38c386..f47abb32cd 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 cd2c552b5e..65a8692b62 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 9098888717..e87fc5b5a8 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 f8a41f67e5..b8b2e9c4c7 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 4e8c58fd64..3d26402fba 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 b9365d5fbf..6dc8fa40f9 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 5c80ee6e98..f83ad348fb 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 cc30221565..e3f545b993 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 81c956163a..f9d0044bc9 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 5e4b5ed961..9e0c4149a1 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 8be1dedc83..72b9b5e018 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 f701e885b0..821ff2ed15 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 be1e635e47..a8a3386383 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 d42d09c94a..3bc9e34784 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 c2ac03236a..9d58b42195 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 9ff4edf2f8..8ade4ee1fc 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 d9a7f6bc0c..65f89e5a5f 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 cd33fd115b..941940a457 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 9df56a13f8..09d8e17787 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 5db447c2a7..dbd8a72efe 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 156f9e4027..01b602cb6b 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 a98c521382..dddc6db812 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 620190ad74..fe5c7cf3a7 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 c07279549c..1be7cf02f7 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 a0311eb387..bf1a2a3137 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 840be40369..ccce2f50da 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 e1d82cea57..41a2e5405b 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 1ffb9e33cf..25fde396b2 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 257b34d546..9684b3b688 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 e02947d158..05646ede40 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 b0b4e3c603..1b18b46716 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 f9c438a385..90040d7ff7 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 77e336424e..65776878ae 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 b19e2a4830..1ca5a4c069 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 3d9a98c9a9..4dd396803f 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 fb3cb1d6ed..74b0f4a4d0 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 6db7f59edf..e55d93a16d 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 14be2ab097..2d86e0a08a 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 4b4c439613..d94eb96d8f 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 22be3d346d..4b3a0a0f9d 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 3eb6e88053..adecde1dc8 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 b2b8f540fb..7ebe1ae7f5 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 9829d3ea70..93a63cf8f9 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 c016119d13..66a3e4a79b 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 4cdb53cb93..5a9a09ef8e 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 9c21848aad..654aca9b6a 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 6ac9cb9163..fcd2f07321 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 cce01c1033..41b47f0e14 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 3f2495784c..bd7f23917d 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 ecbad5f064..89b4a72c8d 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 1dd70a9506..b9feb64dfb 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 12e7ed6774..976db24370 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 2a81869a8c..aa4a70b0d0 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 82acbb373e..0962c9b5e3 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 cb2dc6666d..3ceb821a0f 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 bc576f5a24..db1f9983a4 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 aa358c44ab..1dac8b730b 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 227879fa61..a2f8b2c13b 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 fb2699b92c..db521edb3c 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 3eb9c629d5..a696976326 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 5505aa8a98..07e2c19215 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 46a804f6d9..d1450dd366 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 d308a126bc..158a8b929a 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 59f0db12e3..55bdb62bdc 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 966357df81..2c2461101b 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 c2ba145f3c..4c68193aa8 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 bdb2d12dde..f330e07237 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 beffa537b9..24d113a4c0 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 38341d5ca9..1c23bcf711 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 c0b68867ae..0a8da4c45d 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 bcdae1e5ec..7bff71f083 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 658bf2f740..0921a42940 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 091f4a1e86..d6290d747b 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 852b80eab5..5b79e08b75 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 c7796751e2..da4e19cb91 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 8a60232097..87c0463815 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 e86a09c1ff..85392e4dda 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 6cd469d742..1ddc34adc1 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 b2f99b9062..574bffb9d8 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 8ae82219de..24be54f583 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 3adbc6a88c..6bc44142d0 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 21eba910f8..e5d6fa6d2c 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 0972c5221e..8cbee1d718 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 60aaec7816..53dfdb748a 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 ae910cf821..5a0ccdbb2d 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 9de81cc6fe..620662508a 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 25b175f2fa..27275abbcb 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 a75a083692..d94cf05877 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 2307d971da..d9125861c7 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 a13de77d30..31faf69a9c 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 f75c4d9a62..a0a7747e77 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 9657909f62..3f97c1d856 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 c899fca0b7..7e6c255892 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 0c94427d8b..d65fdb4b44 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 0438753c39..9bc77e5bb2 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 d88316180d..b612a27551 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 82a3cb6314..99180388e5 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 f120fec929..fdf99ada53 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 1ad53d0f0e..acd380ac5b 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 4258e62fcd..b79adc4939 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 1c55608e44..eaefed5228 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 af335094d1..77bb26759c 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 95f5d6a876..b952ec4c2d 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 5e7538b661..3999b2cb45 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 b53232f5ae..e58ad9dbb9 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 7faed8df83..2edc0c46d8 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 c96b2af788..15fa066880 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 d1e1c4f743..8c0b09a477 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 772147bc27..e678fa73c0 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 ac4e3d9158..9d3501915d 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 841927d14f..4e76d45ea2 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 22156222e5..9833904107 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 bb3d274be3..453a6a9158 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 756546b694..e2cb42c8eb 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 f980d1caf9..32eb7afa48 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 0dcb05391b..82b08331c7 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 46faffd4b5..f576ddff23 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 374f84fe61..fe8c4f6037 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 3e745b5e91..52ac8b0df9 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 3c1f868879..0d078863aa 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 8aa489307b..01beb91719 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 6e3335d0b9..2ee9191be4 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 70c15d466c..6af125c82d 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 6fa3729b67..84938c5bce 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 16af992a0c..f751f997ee 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 8d72d42ded..8d8c6ac520 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 48cff3e57e..6af0f8eda8 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 a4fbd9f8f6..47f36adaa1 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 bfcbd4966c..3ce4cb2a23 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 fba7c16aa7..f16b6ece33 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 e526782fbb..24bcbaacde 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 b81069a615..193a4c4339 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 5211a54556..59de5a3165 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 1419f8d1cc..081772f437 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 5557bc9d59..1c49b80818 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 caf80cdf66..ab8422fb3a 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 4df1d8629f..8fdee43ebb 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 b53db8253d..05f6375c55 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 b1f8ce2bbc..a9703b2ba4 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 2676e2741e..ab670b2cfe 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 f5a6cf286a..1458c20d97 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 dd7dfda552..33f66eeb64 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 63d20e33cf..2d271b23e3 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 5668d973a0..bb24889bea 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 48eb02ef99..5ae7822f5f 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 1386a087e6..18f25ed832 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 127b841b18..a30df7aa17 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 19634bf6e5..b3ecf00243 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 7512d983b7..f13504008c 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 95acdcfd70..318178316f 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 594dcdfcdf..9f737ee9c6 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 44cc3b964c..2ce3ad82e8 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 7cdeb992b1..53dc2c9c2c 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 88cf4dcb45..a3af26b38a 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 e5f5170653..cc5e296015 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 023c194420..0387b7fa3c 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 196e09ebbe..de97c3fabc 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 37cc08cc80..3ca163684f 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 38f1df9483..df3a798f20 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 dfd5316812..b4a40a91af 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 89968deee9..64e5510084 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 9a44fc017a..a007dcd952 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 ec1f12d16b..5b07f3ad38 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 809e819a5a..16ec02fb3e 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 27b13025ed..a694b82a67 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 0b6ddb97c8..a5687ea6b4 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 4ebaa0fdc2..7a626baa29 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 fa6bff18f0..f60f5ffec5 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 7595a5091f..a243dedcd1 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 dee01e02c8..48847963fe 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 e82075348a..0e91987578 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 c75346a3ed..cb81c1df8f 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 6d053d1e70..0ff13f68a7 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 8a2b52ede2..9b7641950e 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 5006a2cf52..6fdab9d0d9 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 6ee8d403ce..bdc3093e7f 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 9356eed75e..4ad4ed9482 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 fd59ef03bf..0a3722d6e3 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 49342ceaf4..8709076b6a 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 a432d6937b..9a044ba06a 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 0cb7309901..88d63b912d 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 760f43f09b..d410ab14d2 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 401472d9a1..f6299d45e2 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 f93fbfbef0..9b5f48bd94 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 d0402d6031..8f1dd889b7 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 beccd0dffe..c5f6a6eceb 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 9b2007f151..4f162d4950 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 c31b7c046f..71018b5808 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 595905192f..2987d3ea33 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 2b8e76963f..c3aaa76d91 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 51c7cdc2ab..16e4846c39 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 72ad296ae0..9745101791 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 27dc36c237..dc76ee85e0 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 2f599c9994..888e42a4fe 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 eecb624c8d..1600f52091 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 ee01e0dfb5..2059f07a4e 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 4f0faf8e1c..9eba8c5eba 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 eabe2b638c..675a059140 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 83999b661d..59fa454cfd 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 1062c61b0b..9626a52303 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 a39cb836a6..783719f65d 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 42c931a211..3c4bdce580 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 6a7fd07aa7..8750bc6ea6 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 e3d5be5c8f..ec0cf014e7 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 e709b01e01..cca7d4eb9b 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 568a6baf9d..9a7bacc3d4 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 21899828ae..311d9c9b92 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 a8f018bde5..49040fbd89 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 d923e66f53..ee88cd70b1 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 9b126b0e66..03761a3836 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 db1d5682e6..a50bf5f827 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 415acc1824..c2fc18d1e7 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 896137beaa..b060f8f1ee 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 5f6d96becb..e84f13dd62 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 5f145d218a..74f0929b5c 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 b7e7bc0ac6..fba234793b 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 e03311ae2d..7e38884d8a 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 795af8fbb5..c8ea809603 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 7dd8c44717..d4639f6072 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 1e32a3e8cc..57b8f3dbb7 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 c5b4f5e568..ef799c6f2e 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 ff40a504a0..cbc4d36b24 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 4eeeef5904..ec8223d24a 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 3f7aee72c8..4ad3304be4 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 9af53d4404..a179fc3399 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 ec7351c292..97858b8a3e 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 f229d1a247..e006bcbdf1 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 c001c537c4..0de865ef7b 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 05fe5b04bc..2909d0d1dc 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 bf5a859b83..91288cfde6 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 ad9cf166d7..c0a82eb1d6 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 f530705f66..321289bfa3 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 ad4861864b..912fddbd87 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 ecc57541d5..b73eba0774 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 8137205793..8c1c063429 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 0fedbfa43a..6ec5a5c2e4 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 8f3bb9a707..74d3b3ec28 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 e4d50632c4..b650c9dceb 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 46d78f67cc..5be87859df 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 513ae216a8..82a796856d 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 5252977260..34fa743e4e 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 e1fdc34689..6f89ab51d6 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 24e3d11c4e..7bdc40b206 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 ef1cbc7bbf..66586fe716 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 fb35087d20..7ffd7c1114 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 b5b0f0879f..85cc72e02b 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 d689fe8be3..e88c0a059e 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 30c9a341cd..c1f33d57a7 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 9ec8a56f33..12fe0f0a7e 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 4f8c0246dd..be496f3fe0 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 ec414c0796..7a5a1f6fb4 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 ea9bda9684..aa88680a7c 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 417ae69027..c7194763ba 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 523064d2cb..2cb3df1e2b 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 717ca70ecd..280052ee87 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 80b174700f..fda42ac0c6 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 979aed168c..64861b6845 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 8c117e9b32..1a52c3e412 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 1a7895c69b..03a716c224 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 9c27f65487..42f1b506da 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 dbfe393afc..253f975cf7 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 18760581b7..24a31040ed 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 2d24e4995a..69174f312c 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 9a0180a031..a825ccfae4 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 6521234f85..fa996b95e4 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 a3f5c7d9af..b17b2b7192 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 e11a693649..9ef9bc3d71 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 0b745dffe8..c9021f851f 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 70ddf7ac91..2ba52d995e 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 4b9b09d63d..383907f23b 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 cc68a8bb4f..bf61924f4c 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 7cd58b7132..ade29b3665 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 c18d8e283d..3ec3ecb0cc 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 35e8a1d3d9..ce7c67d992 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 e7743dbc66..472d54f4d9 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 06b54e3630..a4b5cf04d3 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 e4e8566c22..c30ca438de 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 3772beb980..fe65e0ef49 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 cff1530590..67a248336b 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 c2f968c10a..a31e590225 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 8b19ac3975..84d23d4aa2 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 b8e09e0d4e..1900763020 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 3124ec42fd..51afc51eb3 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 f3de12fcd8..63ee19338f 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 0b152a4eed..794277dd14 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 094b29768f..a758dac1d3 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 aee60a6744..acb73930b2 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 13b021070f..2824b7a42b 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 82584680aa..66c1844ea7 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 93ddf834f3..5e4df21157 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 50bdaef377..a4407e6038 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 e3a0f90e5a..fe8276dcac 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 231b8bb73b..81bd0e9a54 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 fc38435176..2fe64cf8fa 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 14367a270e..70ce3e8c36 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 a2249c61fb..2d092ac03c 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 922c242389..30813f56c5 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 defde9ec8c..e10ae92a31 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 b61a14b7c6..0c2e88a5a2 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 bffe81a866..591bc8ce7f 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 df720d2f79..f9e65deea7 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 ceac256342..0306b33eb1 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 11b8be879a..ffb7a9cf09 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 9b82e11fe4..764cc8ffc7 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 336b332926..ebf1196be3 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 74c39951f6..ff060e0f9a 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 8db2332c7d..89adb99164 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 17e27e094a..71a33be065 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 94bb585f72..07169e4e94 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 2b022f8dd0..ed45b4863b 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 0597d8b128..bd2d136829 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 e01a3487e0..d0f174ae1b 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 e7743dbc66..472d54f4d9 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 b46106a490..e163969ba7 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 779a1c847d..4c4693d17a 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 79b95b8fa5..8fb5cc9f48 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 54bc27ffe7..4cf9b6ec20 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 9725c77f1a..b723413e5d 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 314760aa1b..2b794f174c 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 d2b847c2e2..7ca9322b71 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 52b1c88edd..c53124bf37 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 d445dc7fbe..0817348461 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 d18b5d2e7d..d31355bc12 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 cd166addeb..3235abb3f1 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 1195e64c4d..ebc844e8cc 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 e8a87f73c1..5e7ade19ed 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 d6ce5c83a8..cabae83fef 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 7a4635f4fb..0dbc67d450 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 6377336f6c..f6a9a1f658 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 6d62ec463e..33957f93fd 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 f422cbde5d..110c923021 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 5c702c2148..e900c04ece 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 55e56a7eb1..93a04bdbec 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 c9f132a65a..155f0ca907 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 e932bc9671..2f5797ac8b 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 d0574d3cc4..617bf2ebf3 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 f73a586075..28ced77e5e 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 fab1e3cd78..316d348445 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 ef253171c4..76c84c55d8 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 6177a6649b..27e353d270 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 0edf2d67b6..88d868be6b 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 c6a4577daf..286ebc81ba 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 54dd277fc5..781fd355df 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 981c2106ea..6b011cf241 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 92eefea6c1..e24a4de2f2 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 32c22ab6e5..b9e3250757 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 5934d7943c..7e0e266691 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 15623b7057..2b971a8f2a 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 449eef04b0..82e0aafe6d 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 19a3f7adb2..9344c52523 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 effc778139..782f9f19b4 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 8d0fbde3c1..930122b36f 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 3feb383086..55d247ef97 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 be2884db7b..9eb438322b 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 8c6c275126..0158bf37a3 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 8a24ead7a9..b2d3c78b25 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 9eac3c73b8..43dcdc23ed 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 a39ee4c74c..52ede8da1c 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 ce4fdabcbb..135291f4f7 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 fc61775416..cdd877b5f6 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 5c0b56c18e..5b1c14b767 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 08154d908a..c74579c7e7 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
-- 
GitLab