From da24a19633b29792aecf92ab7f311431553ac7b1 Mon Sep 17 00:00:00 2001 From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu> Date: Wed, 13 Dec 2023 10:47:14 +0100 Subject: [PATCH] [EDELIVERY-12617] change start/end tags --- pom.xml | 4 ++-- smp-angular/src/main/resources/META-INF/web-fragment.xml | 8 ++++---- .../smp/spi/examples/DomiSMPResourceExampleExtension.java | 4 ++-- .../smp/spi/examples/def/DomiSMPJsonResourceExample.java | 4 ++-- .../spi/examples/def/DomiSMPPropertyResourceExample.java | 4 ++-- .../ec/smp/spi/examples/handler/AbstractHandler.java | 4 ++-- .../spi/examples/handler/DomiSMPJSONHandlerExample.java | 4 ++-- .../examples/handler/DomiSMPPropertyHandlerExample.java | 4 ++-- .../ec/smp/spi/examples/handler/ExampleEntityRo.java | 4 ++-- .../spi/examples/DomiSMPResourceExampleExtensionTest.java | 4 ++-- .../spi/examples/def/DomiSMPJsonResourceExampleTest.java | 4 ++-- .../examples/def/DomiSMPPropertyResourceExampleTest.java | 4 ++-- .../ec/smp/spi/examples/handler/AbstractHandlerTest.java | 4 ++-- .../examples/handler/DomiSMPJSONHandlerExampleTest.java | 4 ++-- .../handler/DomiSMPPropertyHandlerExampleTest.java | 4 ++-- .../src/test/resources/examples/properties_ok.properties | 4 ++-- .../europa/ec/smp/spi/ExamplePayloadValidatorSpiImpl.java | 4 ++-- .../src/main/resources/logback.xml | 4 ++-- .../java/eu/europa/ec/smp/spi/OasisCPPA3Extension.java | 4 ++-- .../eu/europa/ec/smp/spi/def/OasisCppaCppDocument.java | 4 ++-- .../ec/smp/spi/exceptions/CPPARuntimeException.java | 4 ++-- .../eu/europa/ec/smp/spi/handler/AbstractHandler.java | 4 ++-- .../europa/ec/smp/spi/handler/OasisCppa3CppHandler.java | 4 ++-- .../main/java/eu/europa/ec/smp/spi/utils/CPPUtils.java | 4 ++-- .../eu/europa/ec/smp/spi/utils/DatatypeConverter.java | 4 ++-- .../eu/europa/ec/smp/spi/utils/xml/OffsetDateAdapter.java | 4 ++-- .../ec/smp/spi/utils/xml/OffsetDateTimeAdapter.java | 4 ++-- .../src/main/resources/xjb/commonServiceBinding.xjb | 4 ++-- .../src/main/resources/xjb/oasisCppa3Binding.xjb | 4 ++-- .../eu/europa/ec/smp/spi/OasisCPPA3ExtensionTest.java | 4 ++-- .../europa/ec/smp/spi/def/OasisCppaCppDocumentTest.java | 4 ++-- .../eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java | 4 ++-- .../ec/smp/spi/handler/OasisCppa3CppHandlerTest.java | 4 ++-- .../eu/europa/ec/smp/spi/utils/DatatypeConverterTest.java | 4 ++-- .../test/resources/examples/signed-cpp-With-DOCTYPE.xml | 4 ++-- .../src/test/resources/examples/signed-cpp-invalid.xml | 4 ++-- .../src/test/resources/examples/signed-cpp.xml | 4 ++-- .../main/java/eu/europa/ec/smp/spi/OasisSMPExtension.java | 4 ++-- .../java/eu/europa/ec/smp/spi/converter/DomUtils.java | 4 ++-- .../eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10.java | 4 ++-- .../eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20.java | 4 ++-- .../europa/ec/smp/spi/def/OasisSMPServiceMetadata10.java | 4 ++-- .../europa/ec/smp/spi/def/OasisSMPServiceMetadata20.java | 4 ++-- .../smp/spi/exceptions/MalformedIdentifierException.java | 4 ++-- .../ec/smp/spi/handler/AbstractOasisSMPHandler.java | 4 ++-- .../ec/smp/spi/handler/OasisSMPServiceGroup10Handler.java | 4 ++-- .../ec/smp/spi/handler/OasisSMPServiceGroup20Handler.java | 4 ++-- .../smp/spi/handler/OasisSMPServiceMetadata10Handler.java | 4 ++-- .../smp/spi/handler/OasisSMPServiceMetadata20Handler.java | 4 ++-- .../ec/smp/spi/validation/ServiceMetadata10Validator.java | 4 ++-- .../ec/smp/spi/validation/ServiceMetadata20Validator.java | 4 ++-- .../java/eu/europa/ec/smp/spi/OasisSMPExtensionTest.java | 4 ++-- .../ec/smp/spi/converter/ServiceGroupConverterTest.java | 4 ++-- .../smp/spi/converter/ServiceMetadataConverterTest.java | 4 ++-- .../europa/ec/smp/spi/def/OasisSMPServiceGroup10Test.java | 4 ++-- .../europa/ec/smp/spi/def/OasisSMPServiceGroup20Test.java | 4 ++-- .../ec/smp/spi/def/OasisSMPServiceMetadata10Test.java | 4 ++-- .../ec/smp/spi/def/OasisSMPServiceMetadata20Test.java | 4 ++-- .../eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java | 4 ++-- .../spi/handler/OasisSMPServiceGroup10HandlerTest.java | 4 ++-- .../spi/handler/OasisSMPServiceGroup20HandlerTest.java | 4 ++-- .../spi/handler/OasisSMPServiceMetadata10HandlerTest.java | 4 ++-- .../spi/handler/OasisSMPServiceMetadata20HandlerTest.java | 4 ++-- .../java/eu/europa/ec/smp/spi/testutils/XmlTestUtils.java | 4 ++-- .../resources/examples/extensions/extensionCustom.xml | 4 ++-- .../resources/examples/extensions/extensionCustomText.xml | 4 ++-- .../resources/examples/extensions/extensionInvalid.xml | 4 ++-- .../resources/examples/extensions/extensionMarshal.xml | 4 ++-- .../examples/extensions/extensionMarshalMore.xml | 4 ++-- .../examples/extensions/extensionValidMultiple.xml | 4 ++-- .../resources/examples/extensions/extensionValidOne.xml | 4 ++-- .../examples/oasis-smp-1.0/ServiceGroupInvalidScheme.xml | 4 ++-- .../resources/examples/oasis-smp-1.0/ServiceGroupOK.xml | 4 ++-- .../examples/oasis-smp-1.0/ServiceGroupWithDOCTYPE.xml | 4 ++-- .../examples/oasis-smp-1.0/ServiceGroupWithExtension.xml | 4 ++-- .../ServiceMetadataMissingMandatoryFields.xml | 4 ++-- .../examples/oasis-smp-1.0/ServiceMetadataWithDOCTYPE.xml | 4 ++-- .../oasis-smp-1.0/ServiceMetadataWithRedirect.xml | 4 ++-- .../ServiceMetadataWithServiceInformationUtf8.xml | 4 ++-- .../oasis-smp-1.0/ServiceMetadataWithServiceOk.xml | 4 ++-- .../service_group_unsigned_invalid_iso6523.xml | 4 ++-- .../service_group_unsigned_invalid_iso6523_DTD.xml | 4 ++-- ...service_group_unsigned_valid_iso6523-no-references.xml | 4 ++-- .../service_group_unsigned_valid_iso6523.xml | 4 ++-- .../service_metadata_unsigned_invalid_iso6523.xml | 4 ++-- .../service_metadata_unsigned_invalid_iso6523_DTD.xml | 4 ++-- .../service_metadata_unsigned_redirection_iso6523.xml | 4 ++-- .../service_metadata_unsigned_valid_iso6523.xml | 4 ++-- .../resources/examples/services/ServiceGroupPoland.xml | 4 ++-- .../resources/examples/services/ServiceGroupTestSgId2.xml | 4 ++-- .../ServiceMetadataDifferentCertificatesTypes.xml | 4 ++-- .../resources/examples/services/ServiceMetadataPoland.xml | 4 ++-- .../examples/services/SignedServiceMetadataPoland.xml | 4 ++-- .../ec/edelivery/smp/auth/SMPAuthenticationToken.java | 4 ++-- .../edelivery/smp/auth/SMPCertificateAuthentication.java | 4 ++-- .../eu/europa/ec/edelivery/smp/auth/SMPUserDetails.java | 4 ++-- .../ec/edelivery/smp/auth/UILoginAuthenticationToken.java | 4 ++-- .../smp/auth/enums/SMPAutomationAuthenticationTypes.java | 4 ++-- .../smp/auth/enums/SMPUserAuthenticationTypes.java | 4 ++-- .../ec/edelivery/smp/config/DatabaseProperties.java | 4 ++-- .../ec/edelivery/smp/config/PropertyUpdateListener.java | 4 ++-- .../europa/ec/edelivery/smp/config/SMPDatabaseConfig.java | 4 ++-- .../ec/edelivery/smp/config/SMPEnvironmentProperties.java | 4 ++-- .../edelivery/smp/config/ServicesBeansConfiguration.java | 4 ++-- .../ec/edelivery/smp/config/enums/SMPEnumConstants.java | 4 ++-- .../ec/edelivery/smp/config/enums/SMPEnvPropertyEnum.java | 4 ++-- .../ec/edelivery/smp/config/enums/SMPPropertyEnum.java | 4 ++-- .../edelivery/smp/config/enums/SMPPropertyTypeEnum.java | 4 ++-- .../smp/config/init/DatabaseConnectionBeanCreator.java | 4 ++-- .../smp/config/init/DatabaseConnectionProperties.java | 4 ++-- .../smp/config/init/SMPConfigurationInitializer.java | 4 ++-- .../smp/config/init/SMPExtensionInitializer.java | 4 ++-- .../edelivery/smp/config/init/SMPKeystoreConfBuilder.java | 4 ++-- .../conversion/CertificateROToDBCertificateConverter.java | 4 ++-- .../ec/edelivery/smp/conversion/ConvertersRegistrar.java | 4 ++-- .../conversion/CredentialROToDBCredentialConverter.java | 4 ++-- .../conversion/DBCertificateToCertificateROConverter.java | 4 ++-- .../conversion/DBCredentialToCredentialROConverter.java | 4 ++-- .../smp/conversion/DBDomainMemberToMemberROConverter.java | 4 ++-- .../smp/conversion/DBDomainToDomainROConverter.java | 4 ++-- .../smp/conversion/DBExtensionToExtensionROConverter.java | 4 ++-- .../smp/conversion/DBGroupMemberToMemberROConverter.java | 4 ++-- .../smp/conversion/DBGroupToGroupROConverter.java | 4 ++-- .../DBResourceDefToResourceDefinitionROConverter.java | 4 ++-- .../conversion/DBResourceMemberToMemberROConverter.java | 4 ++-- .../smp/conversion/DBResourceToResourceROConverter.java | 4 ++-- ...BSubresourceDefToSubresourceDefinitionROConverter.java | 4 ++-- .../conversion/DBSubresourceToSubresourceROConverter.java | 4 ++-- .../smp/conversion/DBUserToSearchUserROConverter.java | 4 ++-- .../edelivery/smp/conversion/DBUserToUserROConverter.java | 4 ++-- .../ec/edelivery/smp/conversion/IdentifierService.java | 4 ++-- .../edelivery/smp/conversion/SmlIdentifierConverter.java | 4 ++-- .../edelivery/smp/conversion/UserROToDBUserConverter.java | 4 ++-- .../X509CertificateToCertificateROConverter.java | 4 ++-- .../europa/ec/edelivery/smp/cron/CronTriggerConfig.java | 4 ++-- .../ec/edelivery/smp/cron/SMPDynamicCronTrigger.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/AlertDao.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/dao/BaseDao.java | 4 ++-- .../ec/edelivery/smp/data/dao/ConfigurationDao.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/CredentialDao.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/DocumentDao.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/DomainDao.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/DomainMemberDao.java | 4 ++-- .../ec/edelivery/smp/data/dao/DomainResourceDefDao.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/ExtensionDao.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/GroupDao.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/GroupMemberDao.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/QueryNames.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/ResourceDao.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/ResourceDefDao.java | 4 ++-- .../ec/edelivery/smp/data/dao/ResourceMemberDao.java | 4 ++-- .../ec/edelivery/smp/data/dao/SMPRevisionListener.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/SubresourceDao.java | 4 ++-- .../ec/edelivery/smp/data/dao/SubresourceDefDao.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/dao/UserDao.java | 4 ++-- .../edelivery/smp/data/dao/utils/ColumnDescription.java | 4 ++-- .../smp/data/dao/utils/SMPMySQL5InnoDBDialect.java | 4 ++-- .../edelivery/smp/data/dao/utils/SMPSchemaGenerator.java | 4 ++-- .../ec/edelivery/smp/data/enums/ApplicationRoleType.java | 4 ++-- .../ec/edelivery/smp/data/enums/CredentialTargetType.java | 4 ++-- .../ec/edelivery/smp/data/enums/CredentialType.java | 4 ++-- .../ec/edelivery/smp/data/enums/MembershipRoleType.java | 4 ++-- .../edelivery/smp/data/enums/SMLAuthenticationType.java | 4 ++-- .../ec/edelivery/smp/data/enums/VisibilityType.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/model/BaseEntity.java | 4 ++-- .../ec/edelivery/smp/data/model/CommonColumnsLengths.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/model/DBAlert.java | 4 ++-- .../ec/edelivery/smp/data/model/DBAlertProperty.java | 4 ++-- .../ec/edelivery/smp/data/model/DBConfiguration.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/model/DBDomain.java | 4 ++-- .../ec/edelivery/smp/data/model/DBDomainResourceDef.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/model/DBGroup.java | 4 ++-- .../europa/ec/edelivery/smp/data/model/DBRevisionLog.java | 4 ++-- .../edelivery/smp/data/model/DBUserDeleteValidation.java | 4 ++-- .../ec/edelivery/smp/data/model/doc/DBDocument.java | 4 ++-- .../edelivery/smp/data/model/doc/DBDocumentVersion.java | 4 ++-- .../ec/edelivery/smp/data/model/doc/DBResource.java | 4 ++-- .../ec/edelivery/smp/data/model/doc/DBResourceFilter.java | 4 ++-- .../ec/edelivery/smp/data/model/doc/DBSubresource.java | 4 ++-- .../ec/edelivery/smp/data/model/ext/DBExtension.java | 4 ++-- .../ec/edelivery/smp/data/model/ext/DBResourceDef.java | 4 ++-- .../ec/edelivery/smp/data/model/ext/DBSubresourceDef.java | 4 ++-- .../ec/edelivery/smp/data/model/user/DBCertificate.java | 4 ++-- .../ec/edelivery/smp/data/model/user/DBCredential.java | 4 ++-- .../ec/edelivery/smp/data/model/user/DBDomainMember.java | 4 ++-- .../ec/edelivery/smp/data/model/user/DBGroupMember.java | 4 ++-- .../edelivery/smp/data/model/user/DBResourceMember.java | 4 ++-- .../europa/ec/edelivery/smp/data/model/user/DBUser.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/AccessTokenRO.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/ui/AlertRO.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/ui/BaseRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/CertificateRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/CredentialRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/DeleteEntityValidation.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/DocumentRo.java | 4 ++-- .../europa/ec/edelivery/smp/data/ui/DomainPublicRO.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/ui/DomainRO.java | 4 ++-- .../edelivery/smp/data/ui/DomainResourceDefinitionRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/ExtensionRO.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/ui/GroupRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/KeystoreImportResult.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/ui/LoginRO.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/ui/MemberRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/NavigationTreeNodeRO.java | 4 ++-- .../europa/ec/edelivery/smp/data/ui/PasswordChangeRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/PropertyRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/PropertyValidationRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/ResourceDefinitionRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/ResourceRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/SMLIntegrationResult.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/SearchUserRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/ServiceGroupSearchRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/ServiceMetadataRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/ServiceResult.java | 4 ++-- .../ec/edelivery/smp/data/ui/ServiceResultProperties.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/SmpConfigRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/SmpInfoRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/SubresourceDefinitionRO.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/SubresourceRO.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/data/ui/UserRO.java | 4 ++-- .../ec/edelivery/smp/data/ui/auth/SMPAuthority.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/ui/auth/SMPRole.java | 4 ++-- .../smp/data/ui/databind/SMPAuthorityDeserializer.java | 4 ++-- .../ec/edelivery/smp/data/ui/enums/AlertLevelEnum.java | 4 ++-- .../ec/edelivery/smp/data/ui/enums/AlertStatusEnum.java | 4 ++-- .../smp/data/ui/enums/AlertSuspensionMomentEnum.java | 4 ++-- .../ec/edelivery/smp/data/ui/enums/AlertTypeEnum.java | 4 ++-- .../ec/edelivery/smp/data/ui/enums/EntityROStatus.java | 4 ++-- .../ec/edelivery/smp/data/ui/enums/SMLStatusEnum.java | 4 ++-- .../edelivery/smp/data/ui/exceptions/ErrorResponseRO.java | 4 ++-- .../ec/edelivery/smp/exceptions/BadRequestException.java | 4 ++-- .../exceptions/CertificateAlreadyRegisteredException.java | 4 ++-- .../smp/exceptions/CertificateNotTrustedException.java | 4 ++-- .../ec/edelivery/smp/exceptions/ErrorBusinessCode.java | 4 ++-- .../eu/europa/ec/edelivery/smp/exceptions/ErrorCode.java | 4 ++-- .../ec/edelivery/smp/exceptions/SMLErrorMessages.java | 4 ++-- .../ec/edelivery/smp/exceptions/SMPRuntimeException.java | 4 ++-- .../edelivery/smp/exceptions/SMPTestIsALiveException.java | 4 ++-- .../europa/ec/edelivery/smp/identifiers/Identifier.java | 4 ++-- .../ec/edelivery/smp/identifiers/IdentifierFormatter.java | 4 ++-- .../ec/edelivery/smp/logging/DefaultMessageConverter.java | 4 ++-- .../eu/europa/ec/edelivery/smp/logging/SMPLogger.java | 4 ++-- .../europa/ec/edelivery/smp/logging/SMPLoggerFactory.java | 4 ++-- .../europa/ec/edelivery/smp/logging/SMPMessageCode.java | 4 ++-- .../ec/edelivery/smp/logging/api/CategoryLogger.java | 4 ++-- .../europa/ec/edelivery/smp/logging/api/MessageCode.java | 4 ++-- .../ec/edelivery/smp/logging/api/MessageConverter.java | 4 ++-- .../eu/europa/ec/edelivery/smp/security/DomainGuard.java | 4 ++-- .../europa/ec/edelivery/smp/security/ResourceGuard.java | 4 ++-- .../ec/edelivery/smp/services/CRLVerifierService.java | 4 ++-- .../ec/edelivery/smp/services/ConfigurationService.java | 4 ++-- .../ec/edelivery/smp/services/CredentialService.java | 4 ++-- .../smp/services/CredentialValidatorService.java | 4 ++-- .../edelivery/smp/services/CredentialsAlertService.java | 4 ++-- .../europa/ec/edelivery/smp/services/DomainService.java | 4 ++-- .../ec/edelivery/smp/services/ICRLVerifierService.java | 4 ++-- .../edelivery/smp/services/PayloadValidatorService.java | 4 ++-- .../ec/edelivery/smp/services/SMLIntegrationService.java | 4 ++-- .../europa/ec/edelivery/smp/services/mail/MailModel.java | 4 ++-- .../ec/edelivery/smp/services/mail/MailService.java | 4 ++-- .../edelivery/smp/services/mail/PropertiesMailModel.java | 4 ++-- .../services/mail/prop/CredentialSuspendedProperties.java | 4 ++-- .../mail/prop/CredentialVerificationFailedProperties.java | 4 ++-- .../mail/prop/CredentialsExpirationProperties.java | 4 ++-- .../smp/services/mail/prop/TestMailProperties.java | 4 ++-- .../smp/services/resource/AbstractResourceHandler.java | 4 ++-- .../smp/services/resource/DomainResolverService.java | 4 ++-- .../ec/edelivery/smp/services/resource/ResolvedData.java | 4 ++-- .../smp/services/resource/ResourceHandlerService.java | 4 ++-- .../smp/services/resource/ResourceResolverService.java | 4 ++-- .../edelivery/smp/services/resource/ResourceService.java | 4 ++-- .../edelivery/smp/services/resource/ResourceStorage.java | 4 ++-- .../eu/europa/ec/edelivery/smp/services/spi/SPIUtils.java | 4 ++-- .../ec/edelivery/smp/services/spi/SmpDataService.java | 4 ++-- .../edelivery/smp/services/spi/SmpIdentifierService.java | 4 ++-- .../smp/services/spi/SmpXmlSignatureService.java | 4 ++-- .../edelivery/smp/services/spi/data/SpiRequestData.java | 4 ++-- .../edelivery/smp/services/spi/data/SpiResponseData.java | 4 ++-- .../edelivery/smp/services/ui/BasicKeystoreService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIAlertService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIDocumentService.java | 4 ++-- .../edelivery/smp/services/ui/UIDomainPublicService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIDomainService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIExtensionService.java | 4 ++-- .../edelivery/smp/services/ui/UIGroupPublicService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIKeystoreService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIPropertyService.java | 4 ++-- .../smp/services/ui/UIResourceSearchService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIResourceService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIServiceBase.java | 4 ++-- .../edelivery/smp/services/ui/UISubresourceService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UITruststoreService.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIUserService.java | 4 ++-- .../edelivery/smp/services/ui/filters/ResourceFilter.java | 4 ++-- .../ec/edelivery/smp/services/ui/filters/UserFilter.java | 4 ++-- .../europa/ec/edelivery/smp/servlet/ResourceAction.java | 4 ++-- .../europa/ec/edelivery/smp/servlet/ResourceRequest.java | 4 ++-- .../europa/ec/edelivery/smp/servlet/ResourceResponse.java | 4 ++-- .../eu/europa/ec/edelivery/smp/servlet/WebConstants.java | 4 ++-- .../eu/europa/ec/edelivery/smp/sml/SmlClientFactory.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/sml/SmlConnector.java | 4 ++-- .../europa/ec/edelivery/smp/utils/BCryptPasswordHash.java | 4 ++-- .../ec/edelivery/smp/utils/ExtLibraryClassLoader.java | 4 ++-- .../ec/edelivery/smp/utils/HttpForwardedHeaders.java | 4 ++-- .../java/eu/europa/ec/edelivery/smp/utils/HttpUtils.java | 4 ++-- .../eu/europa/ec/edelivery/smp/utils/PropertyUtils.java | 4 ++-- .../eu/europa/ec/edelivery/smp/utils/SMPCookieWriter.java | 4 ++-- .../ec/edelivery/smp/utils/SessionSecurityUtils.java | 4 ++-- .../eu/europa/ec/edelivery/smp/utils/SmpUrlBuilder.java | 4 ++-- .../smp/auth/SMPCertificateAuthenticationTest.java | 4 ++-- .../europa/ec/edelivery/smp/auth/SMPUserDetailsTest.java | 4 ++-- .../smp/config/AuthenticationTestDataHolder.java | 4 ++-- .../ec/edelivery/smp/config/ConversionTestConfig.java | 4 ++-- .../edelivery/smp/config/PropertyUpdateListenerTest.java | 4 ++-- .../ec/edelivery/smp/config/SMPDatabaseConfigTest.java | 4 ++-- .../smp/config/SMPEnvironmentPropertiesTest.java | 4 ++-- .../edelivery/smp/config/SmlIntegrationConfiguration.java | 4 ++-- .../smp/config/init/SMPExtensionInitializerTest.java | 4 ++-- .../smp/config/init/SMPKeystoreConfBuilderTest.java | 4 ++-- .../smp/conversion/DBUserToUserROConverterTest.java | 4 ++-- .../edelivery/smp/conversion/IdentifierServiceTests.java | 4 ++-- .../smp/conversion/SmlIdentifierConverterTest.java | 4 ++-- .../smp/conversion/UserROToDBUserConverterTest.java | 4 ++-- .../X509CertificateToCertificateROConverterTest.java | 4 ++-- .../ec/edelivery/smp/cron/SMPDynamicCronTriggerTest.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/AbstractBaseDao.java | 4 ++-- .../ec/edelivery/smp/data/dao/AbstractJunit5BaseDao.java | 4 ++-- .../edelivery/smp/data/dao/AbstractResourceDaoTest.java | 4 ++-- .../edelivery/smp/data/dao/AlertDaoIntegrationTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/AuditIntegrationTest.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/BaseDaoTest.java | 4 ++-- .../edelivery/smp/data/dao/ConfigurationDAOImplTest.java | 4 ++-- .../edelivery/smp/data/dao/CredentialDaoAlertsTest.java | 4 ++-- .../smp/data/dao/CredentialDaoIntegrationTest.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/DocumentDaoTest.java | 4 ++-- .../edelivery/smp/data/dao/DomainDaoIntegrationTest.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/DomainDaoTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/DomainMemberDaoTest.java | 4 ++-- .../edelivery/smp/data/dao/DomainResourceDefDaoTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/ExtensionDaoTest.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/GroupDaoTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/GroupMemberDaoTest.java | 4 ++-- .../data/dao/ResourceDaoMembershipIntegrationTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/ResourceDaoSearchTest.java | 4 ++-- .../europa/ec/edelivery/smp/data/dao/ResourceDaoTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/ResourceDefDaoTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/ResourceMemberDaoTest.java | 4 ++-- .../ec/edelivery/smp/data/dao/SubresourceDaoTest.java | 4 ++-- .../eu/europa/ec/edelivery/smp/data/dao/TestUtilsDao.java | 4 ++-- .../ec/edelivery/smp/data/dao/UserDaoIntegrationTest.java | 4 ++-- .../smp/data/dao/utils/SMPMySQL5InnoDBDialectTest.java | 4 ++-- .../smp/data/dao/utils/SMPSchemaGeneratorTest.java | 4 ++-- .../data/ui/databind/SMPAuthorityDeserializerTest.java | 4 ++-- .../smp/identifiers/DocumentIdentifierFormatterTest.java | 4 ++-- .../ParticipantIdentifierFormatterFormatTests.java | 4 ++-- .../ParticipantIdentifierFormatterParseTests.java | 4 ++-- .../identifiers/types/EBCorePartyIdFormatterTypeTest.java | 4 ++-- .../smp/identifiers/types/OasisSMPFormatterTypeTest.java | 4 ++-- .../smp/identifiers/types/TemplateFormatterTypeTest.java | 4 ++-- .../europa/ec/edelivery/smp/security/DomainGuardTest.java | 4 ++-- .../ec/edelivery/smp/security/ResourceGuardTest.java | 4 ++-- .../smp/services/AbstractServiceIntegrationTest.java | 4 ++-- .../ec/edelivery/smp/services/AbstractServiceTest.java | 4 ++-- .../ec/edelivery/smp/services/AlertServiceTest.java | 4 ++-- .../ec/edelivery/smp/services/CRLVerifierServiceTest.java | 4 ++-- .../services/ConfigurationServiceAllGetMethodsTest.java | 4 ++-- .../edelivery/smp/services/ConfigurationServiceTest.java | 4 ++-- .../ec/edelivery/smp/services/CredentialServiceTest.java | 4 ++-- .../smp/services/CredentialValidatorServiceTest.java | 4 ++-- .../ec/edelivery/smp/services/DomainServiceTest.java | 4 ++-- .../smp/services/PayloadValidatorServiceTest.java | 4 ++-- .../SMLIntegrationServiceNoSMLIntegrationTest.java | 4 ++-- .../edelivery/smp/services/SMLIntegrationServiceTest.java | 4 ++-- .../edelivery/smp/services/ServiceMetadataSignerTest.java | 4 ++-- .../ec/edelivery/smp/services/mail/MailServiceTest.java | 4 ++-- .../smp/services/resource/ResourceHandlerServiceTest.java | 4 ++-- .../services/resource/ResourceResolverServiceTest.java | 4 ++-- .../smp/services/resource/ResourceServiceTest.java | 4 ++-- .../smp/services/ui/UIAlertServiceIntegrationTest.java | 4 ++-- .../edelivery/smp/services/ui/UIDocumentServiceTest.java | 4 ++-- .../smp/services/ui/UIDomainPublicServiceTest.java | 4 ++-- .../smp/services/ui/UIDomainServiceIntegrationTest.java | 4 ++-- .../ec/edelivery/smp/services/ui/UIDomainServiceTest.java | 4 ++-- .../smp/services/ui/UIGroupPublicServiceTest.java | 4 ++-- .../edelivery/smp/services/ui/UIKeystoreServiceTest.java | 4 ++-- .../smp/services/ui/UIPropertyServiceIntegrationTest.java | 4 ++-- .../smp/services/ui/UIResourceSearchServiceTest.java | 4 ++-- .../edelivery/smp/services/ui/UIResourceServiceTest.java | 4 ++-- .../smp/services/ui/UISubresourceServiceTest.java | 4 ++-- .../services/ui/UITruststoreServiceIntegrationTest.java | 4 ++-- .../smp/services/ui/UITruststoreServiceTest.java | 4 ++-- .../smp/services/ui/UIUserServiceIntegrationTest.java | 4 ++-- .../ec/edelivery/smp/servlet/ResourceResponseTest.java | 4 ++-- ...FactoryAuthenticationByClientCertFromKeystoreTest.java | 4 ++-- ...ClientFactoryAuthenticationByClientCertHttpHeader.java | 4 ++-- .../ec/edelivery/smp/sml/SmlConnectorDomainTest.java | 4 ++-- .../ec/edelivery/smp/sml/SmlConnectorParticipantTest.java | 4 ++-- .../ec/edelivery/smp/sml/SmlConnectorTestConstants.java | 4 ++-- .../eu/europa/ec/edelivery/smp/testutil/DBAssertion.java | 4 ++-- .../europa/ec/edelivery/smp/testutil/MockAlertBeans.java | 4 ++-- .../eu/europa/ec/edelivery/smp/testutil/SMPAssert.java | 4 ++-- .../europa/ec/edelivery/smp/testutil/SignatureUtil.java | 4 ++-- .../europa/ec/edelivery/smp/testutil/TestConstants.java | 4 ++-- .../eu/europa/ec/edelivery/smp/testutil/TestDBUtils.java | 4 ++-- .../eu/europa/ec/edelivery/smp/testutil/TestROUtils.java | 4 ++-- .../edelivery/smp/testutil/X509CertificateTestUtils.java | 4 ++-- .../europa/ec/edelivery/smp/testutil/X509KeySelector.java | 4 ++-- .../smp/testutil/params/VariableArgumentsProvider.java | 4 ++-- .../ec/edelivery/smp/testutil/params/VariableSource.java | 4 ++-- .../ec/edelivery/smp/utils/BCryptPasswordHashTest.java | 4 ++-- .../ec/edelivery/smp/utils/ExtLibraryClassLoaderTest.java | 4 ++-- .../ec/edelivery/smp/utils/HttpForwardedHeadersTest.java | 4 ++-- .../eu/europa/ec/edelivery/smp/utils/HttpUtilsTest.java | 4 ++-- .../europa/ec/edelivery/smp/utils/PropertyUtilsTest.java | 4 ++-- .../smp/utils/SMPCookieWriterGenerateHeaderTest.java | 4 ++-- .../ec/edelivery/smp/utils/SMPCookieWriterTest.java | 4 ++-- .../ec/edelivery/smp/utils/SessionSecurityUtilsTest.java | 4 ++-- .../ec/edelivery/smp/utils/X509CertificateUtilsTest.java | 4 ++-- smp-server-library/src/test/resources/config.properties | 4 ++-- .../resources/examples/oasis-smp-1.0/ServiceGroupOK.xml | 4 ++-- .../examples/oasis-smp-1.0/ServiceMetadataOK.xml | 4 ++-- .../resources/examples/services/ServiceGroupPoland.xml | 4 ++-- .../resources/examples/services/ServiceGroupTestSgId2.xml | 4 ++-- .../ServiceMetadataDifferentCertificatesTypes.xml | 4 ++-- .../resources/examples/services/ServiceMetadataPoland.xml | 4 ++-- .../examples/services/SignedServiceMetadataPoland.xml | 4 ++-- .../GET_SignedServiceMetadata_response.xml | 4 ++-- .../GET_SignedServiceMetadata_response_linarized.xml | 4 ++-- .../expected_output/PUT_ServiceMetadata_request.xml | 4 ++-- .../PUT_ServiceMetadata_request_linarized.xml | 4 ++-- .../PUT_ServiceMetadata_request_not_valid.xml | 4 ++-- ...SignedServiceMetadata_invalid_customized_signature.xml | 4 ++-- .../SignedServiceMetadata_invalid_default_signature.xml | 4 ++-- .../src/test/resources/input/ServiceMetadata.xml | 4 ++-- .../test/resources/input/ServiceMetadata_linarized.xml | 4 ++-- .../input/SignedServiceMetadata_withoutSignature.xml | 4 ++-- smp-server-library/src/test/resources/logback-test.xml | 4 ++-- .../src/test/resources/persistence-test-h2.properties | 4 ++-- .../src/test/resources/persistence-test-mysql.properties | 4 ++-- .../src/test/resources/test-smp.config.properties | 4 ++-- .../src/main/java/eu/europa/ec/smp/spi/ExtensionInfo.java | 4 ++-- .../java/eu/europa/ec/smp/spi/PayloadValidatorSpi.java | 4 ++-- .../java/eu/europa/ec/smp/spi/api/SmpDataServiceApi.java | 4 ++-- .../eu/europa/ec/smp/spi/api/SmpIdentifierServiceApi.java | 4 ++-- .../java/eu/europa/ec/smp/spi/api/SmpXmlSignatureApi.java | 4 ++-- .../java/eu/europa/ec/smp/spi/api/model/RequestData.java | 4 ++-- .../europa/ec/smp/spi/api/model/ResourceIdentifier.java | 4 ++-- .../java/eu/europa/ec/smp/spi/api/model/ResponseData.java | 4 ++-- .../smp/spi/exceptions/PayloadValidatorSpiException.java | 4 ++-- .../europa/ec/smp/spi/exceptions/ResourceException.java | 4 ++-- .../europa/ec/smp/spi/exceptions/SignatureException.java | 4 ++-- .../europa/ec/smp/spi/resource/ResourceDefinitionSpi.java | 4 ++-- .../eu/europa/ec/smp/spi/resource/ResourceHandlerSpi.java | 4 ++-- .../ec/smp/spi/resource/SubresourceDefinitionSpi.java | 4 ++-- .../java/eu/europa/ec/springboot/smp/SMPApplication.java | 4 ++-- .../smp/auth/SMPAuthenticationEventListener.java | 4 ++-- .../ec/edelivery/smp/auth/SMPAuthenticationProvider.java | 4 ++-- .../smp/auth/SMPAuthenticationProviderForUI.java | 4 ++-- .../ec/edelivery/smp/auth/SMPAuthenticationService.java | 4 ++-- .../ec/edelivery/smp/auth/SMPAuthorizationService.java | 4 ++-- .../ec/edelivery/smp/auth/URLCsrfIgnoreMatcher.java | 4 ++-- .../smp/auth/cas/SMPCas20ServiceTicketValidator.java | 4 ++-- .../ec/edelivery/smp/auth/cas/SMPCasConfigurer.java | 4 ++-- .../ec/edelivery/smp/auth/cas/SMPCasUserService.java | 4 ++-- .../edelivery/smp/config/GlobalMethodSecurityConfig.java | 4 ++-- .../ec/edelivery/smp/config/MDCLogRequestFilter.java | 4 ++-- .../ec/edelivery/smp/config/SMPSecurityConstants.java | 4 ++-- .../ec/edelivery/smp/config/SMPTaskSchedulerConfig.java | 4 ++-- .../europa/ec/edelivery/smp/config/SMPWebAppConfig.java | 4 ++-- .../smp/config/SMPWebApplicationInitializer.java | 4 ++-- .../edelivery/smp/config/UISecurityConfigurerAdapter.java | 4 ++-- .../edelivery/smp/config/WSSecurityConfigurerAdapter.java | 4 ++-- .../SMPCronExpressionPropertyUpdateListener.java | 4 ++-- .../SMPIdentifierServicePropertyUpdateListener.java | 4 ++-- .../config/properties/SMPMailPropertyUpdateListener.java | 4 ++-- .../properties/SMPSecurityPropertyUpdateListener.java | 4 ++-- .../ec/edelivery/smp/controllers/ResourceController.java | 4 ++-- .../ec/edelivery/smp/controllers/RootController.java | 4 ++-- .../smp/error/AbstractErrorControllerAdvice.java | 4 ++-- .../ec/edelivery/smp/error/ErrorResponseBuilder.java | 6 +++--- .../edelivery/smp/error/SMPSecurityExceptionHandler.java | 4 ++-- .../edelivery/smp/error/ServiceErrorControllerAdvice.java | 4 ++-- .../ec/edelivery/smp/error/UIErrorControllerAdvice.java | 4 ++-- .../smp/error/exceptions/SMPResponseStatusException.java | 4 ++-- .../europa/ec/edelivery/smp/error/xml/ErrorResponse.java | 4 ++-- .../europa/ec/edelivery/smp/error/xml/package-info.java | 4 ++-- .../ec/edelivery/smp/monitor/MonitorController.java | 4 ++-- .../ec/edelivery/smp/ui/AuthenticationController.java | 4 ++-- .../eu/europa/ec/edelivery/smp/ui/ResourceConstants.java | 4 ++-- .../ec/edelivery/smp/ui/edit/DocumentEditController.java | 4 ++-- .../ec/edelivery/smp/ui/edit/DomainEditController.java | 4 ++-- .../ec/edelivery/smp/ui/edit/GroupEditController.java | 4 ++-- .../ec/edelivery/smp/ui/edit/ResourceEditController.java | 4 ++-- .../edelivery/smp/ui/edit/SubresourceEditController.java | 4 ++-- .../edelivery/smp/ui/external/ApplicationController.java | 4 ++-- .../ec/edelivery/smp/ui/external/DomainController.java | 4 ++-- .../ec/edelivery/smp/ui/external/SearchResource.java | 4 ++-- .../edelivery/smp/ui/external/TruststoreController.java | 4 ++-- .../ec/edelivery/smp/ui/external/UserController.java | 4 ++-- .../ec/edelivery/smp/ui/internal/AlertController.java | 4 ++-- .../edelivery/smp/ui/internal/DomainAdminController.java | 4 ++-- .../smp/ui/internal/ExtensionAdminController.java | 4 ++-- .../smp/ui/internal/KeystoreAdminController.java | 4 ++-- .../ec/edelivery/smp/ui/internal/PropertyController.java | 4 ++-- .../smp/ui/internal/TruststoreAdminController.java | 4 ++-- .../ec/edelivery/smp/ui/internal/UserAdminController.java | 4 ++-- smp-webapp/src/main/resources/application.properties | 4 ++-- smp-webapp/src/main/resources/html/index.html | 4 ++-- .../main/resources/isAliveTestFiles/ServiceGroupTest.xml | 4 ++-- smp-webapp/src/main/resources/logback.xml | 4 ++-- .../src/main/smp-setup/SMP-samples-soapui-project.xml | 4 ++-- smp-webapp/src/main/smp-setup/smp-logback.xml | 4 ++-- smp-webapp/src/main/smp-setup/smp-setup.xml | 4 ++-- smp-webapp/src/main/smp-setup/smp.config.properties | 4 ++-- smp-webapp/src/main/webapp/WEB-INF/web.xml | 4 ++-- smp-webapp/src/main/webapp/WEB-INF/weblogic.xml | 4 ++-- .../java/eu/europa/ec/edelivery/smp/AbstractTest.java | 4 ++-- .../eu/europa/ec/edelivery/smp/ServiceGroupBodyUtil.java | 4 ++-- .../smp/auth/SMPAuthenticationEventListenerTest.java | 4 ++-- .../edelivery/smp/auth/SMPAuthenticationProviderTest.java | 4 ++-- .../edelivery/smp/auth/SMPAuthorizationServiceTest.java | 4 ++-- .../europa/ec/edelivery/smp/auth/URLCsrfMatcherTest.java | 4 ++-- .../smp/auth/cas/SMPCas20ServiceTicketValidatorTest.java | 4 ++-- .../ec/edelivery/smp/auth/cas/SMPCasConfigurerTest.java | 4 ++-- .../smp/config/SMPMailPropertyUpdateListenerTest.java | 4 ++-- .../smp/config/SMPSecurityPropertyUpdateListenerTest.java | 4 ++-- .../smp/config/SMPWebApplicationInitializerTest.java | 4 ++-- .../controllers/ResourceControllerSingleDomainTest.java | 4 ++-- .../controllers/ResourceControllerSubResourceTest.java | 4 ++-- .../edelivery/smp/controllers/ResourceControllerTest.java | 4 ++-- .../ec/edelivery/smp/controllers/RootControllerTest.java | 4 ++-- .../ec/edelivery/smp/error/ErrorResponseBuilderTest.java | 4 ++-- .../smp/error/SMPSecurityExceptionHandlerTest.java | 4 ++-- .../smp/error/ServiceErrorControllerAdviceTest.java | 4 ++-- .../ec/edelivery/smp/monitor/MonitorControllerIT.java | 4 ++-- .../ec/edelivery/smp/monitor/MonitorControllerTest.java | 4 ++-- .../security/SecurityConfigurationClientCertTest.java | 2 +- .../smp/server/security/SecurityConfigurationTest.java | 4 ++-- .../ec/edelivery/smp/server/security/SignatureUtil.java | 4 ++-- .../smp/server/security/SignatureValidatorTest.java | 4 ++-- .../server/security/UsernameReturningTestController.java | 4 ++-- .../ec/edelivery/smp/server/security/X509KeySelector.java | 4 ++-- .../ec/edelivery/smp/test/PropertiesTestConfig.java | 4 ++-- .../europa/ec/edelivery/smp/test/SmpTestWebAppConfig.java | 4 ++-- .../ec/edelivery/smp/test/testutils/MockMvcUtils.java | 4 ++-- .../ec/edelivery/smp/test/testutils/TestROUtils.java | 4 ++-- .../smp/test/testutils/X509CertificateTestUtils.java | 4 ++-- .../ec/edelivery/smp/ui/AbstractControllerTest.java | 4 ++-- .../ec/edelivery/smp/ui/AuthenticationResourceIT.java | 4 ++-- .../ec/edelivery/smp/ui/AuthenticationResourceTest.java | 4 ++-- .../edelivery/smp/ui/edit/DocumentEditControllerIT.java | 4 ++-- .../ec/edelivery/smp/ui/edit/DomainEditControllerIT.java | 4 ++-- .../edelivery/smp/ui/edit/DomainEditControllerTest.java | 4 ++-- .../ec/edelivery/smp/ui/edit/GroupEditControllerIT.java | 4 ++-- .../edelivery/smp/ui/edit/ResourceEditControllerIT.java | 4 ++-- .../edelivery/smp/ui/external/ApplicationResourceIT.java | 4 ++-- .../ec/edelivery/smp/ui/external/DomainResourceIT.java | 4 ++-- .../ec/edelivery/smp/ui/external/SearchResourceIT.java | 4 ++-- .../ec/edelivery/smp/ui/external/UserControllerIT.java | 4 ++-- .../ec/edelivery/smp/ui/external/UserResourceIT.java | 4 ++-- .../smp/ui/internal/DomainAdminControllerIT.java | 4 ++-- .../smp/ui/internal/KeystoreAdminControllerIT.java | 4 ++-- .../smp/ui/internal/TruststoreAdminControllerIT.java | 4 ++-- .../smp/ui/internal/TruststoreAdminControllerTest.java | 4 ++-- .../edelivery/smp/ui/internal/UserAdminControllerIT.java | 4 ++-- smp-webapp/src/test/resources/config.properties | 4 ++-- .../GET_SignedServiceMetadata_response.xml | 4 ++-- .../GET_SignedServiceMetadata_response_linarized.xml | 4 ++-- .../expected_output/PUT_ServiceMetadata_request.xml | 4 ++-- .../PUT_ServiceMetadata_request_linarized.xml | 4 ++-- .../PUT_ServiceMetadata_request_not_valid.xml | 4 ++-- ...SignedServiceMetadata_invalid_customized_signature.xml | 4 ++-- .../SignedServiceMetadata_invalid_default_signature.xml | 4 ++-- smp-webapp/src/test/resources/input/ServiceMetadata.xml | 4 ++-- .../test/resources/input/ServiceMetadata_linarized.xml | 4 ++-- .../input/SignedServiceMetadata_withoutSignature.xml | 4 ++-- smp-webapp/src/test/resources/input/extensionMarshal.xml | 4 ++-- smp-webapp/src/test/resources/logback-test.xml | 4 ++-- .../src/test/resources/persistence-test-h2.properties | 4 ++-- .../src/test/resources/spring-security-test-context.xml | 4 ++-- smp-webapp/src/test/resources/test-application.properties | 4 ++-- 581 files changed, 1164 insertions(+), 1164 deletions(-) diff --git a/pom.xml b/pom.xml index 18fbec398..cca72402f 100644 --- a/pom.xml +++ b/pom.xml @@ -959,8 +959,8 @@ See the Licence for the specific language governing permissions and limitations <inceptionYear>2017</inceptionYear> <organizationName>European Commission | eDelivery | DomiSMP</organizationName> <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> - <processStartTag>#%L</processStartTag> - <processEndTag>#L%</processEndTag> + <processStartTag>#START_LICENSE#</processStartTag> + <processEndTag>#END_LICENSE#</processEndTag> <sectionDelimiter>%%</sectionDelimiter> <extraExtensions> <xjb>xml</xjb> diff --git a/smp-angular/src/main/resources/META-INF/web-fragment.xml b/smp-angular/src/main/resources/META-INF/web-fragment.xml index a90eb1d21..4e5ce43d2 100644 --- a/smp-angular/src/main/resources/META-INF/web-fragment.xml +++ b/smp-angular/src/main/resources/META-INF/web-fragment.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# SMP Angular UI %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -8,13 +8,13 @@ versions of the EUPL (the "Licence"); You may not use this work except in compliance with the Licence. You may obtain a copy of the Licence at: - + [PROJECT_HOME]\license\eupl-1.2\license.txt or https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 - + Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <web-fragment xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" diff --git a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtension.java b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtension.java index 29bd43b51..6906cb1e5 100644 --- a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtension.java +++ b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtension.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples; diff --git a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExample.java b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExample.java index 9de3e61cb..b173175ff 100644 --- a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExample.java +++ b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExample.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.def; diff --git a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExample.java b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExample.java index eb528576a..aa9cc7825 100644 --- a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExample.java +++ b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExample.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.def; diff --git a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandler.java b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandler.java index 3bcb511c8..d861457e8 100644 --- a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandler.java +++ b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.handler; diff --git a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExample.java b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExample.java index 64364c4aa..2014420b8 100644 --- a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExample.java +++ b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExample.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.handler; diff --git a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExample.java b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExample.java index 7c93afbf2..cfe280143 100644 --- a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExample.java +++ b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExample.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.handler; diff --git a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/ExampleEntityRo.java b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/ExampleEntityRo.java index 4ce596668..5082661bb 100644 --- a/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/ExampleEntityRo.java +++ b/smp-examples/resource-spi-example/src/main/java/eu/europa/ec/smp/spi/examples/handler/ExampleEntityRo.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.handler; diff --git a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtensionTest.java b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtensionTest.java index 1f7ad6d9a..738e856eb 100644 --- a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtensionTest.java +++ b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/DomiSMPResourceExampleExtensionTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples; diff --git a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExampleTest.java b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExampleTest.java index e3822f8e6..9488d7033 100644 --- a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExampleTest.java +++ b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPJsonResourceExampleTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.def; diff --git a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExampleTest.java b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExampleTest.java index b790049b6..5210eb4c4 100644 --- a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExampleTest.java +++ b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/def/DomiSMPPropertyResourceExampleTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.def; diff --git a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandlerTest.java b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandlerTest.java index e679191d8..d3414f365 100644 --- a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandlerTest.java +++ b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/AbstractHandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.handler; diff --git a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExampleTest.java b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExampleTest.java index 2b828f78a..ecb54157c 100644 --- a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExampleTest.java +++ b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPJSONHandlerExampleTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.handler; diff --git a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExampleTest.java b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExampleTest.java index 1ea63aa6c..fb0ac0df8 100644 --- a/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExampleTest.java +++ b/smp-examples/resource-spi-example/src/test/java/eu/europa/ec/smp/spi/examples/handler/DomiSMPPropertyHandlerExampleTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * resource-spi-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.examples.handler; diff --git a/smp-examples/resource-spi-example/src/test/resources/examples/properties_ok.properties b/smp-examples/resource-spi-example/src/test/resources/examples/properties_ok.properties index 0d43e218a..0f0d47e12 100644 --- a/smp-examples/resource-spi-example/src/test/resources/examples/properties_ok.properties +++ b/smp-examples/resource-spi-example/src/test/resources/examples/properties_ok.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # resource-spi-example # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### #Mon Jul 17 10:13:00 CEST 2023 domismp.extension.example.email=test.address@example.local diff --git a/smp-examples/smp-spi-payload-validation-example/src/main/java/eu/europa/ec/smp/spi/ExamplePayloadValidatorSpiImpl.java b/smp-examples/smp-spi-payload-validation-example/src/main/java/eu/europa/ec/smp/spi/ExamplePayloadValidatorSpiImpl.java index 7fc45899b..0f22b0204 100644 --- a/smp-examples/smp-spi-payload-validation-example/src/main/java/eu/europa/ec/smp/spi/ExamplePayloadValidatorSpiImpl.java +++ b/smp-examples/smp-spi-payload-validation-example/src/main/java/eu/europa/ec/smp/spi/ExamplePayloadValidatorSpiImpl.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi-payload-validation-example * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi; diff --git a/smp-examples/smp-spi-payload-validation-example/src/main/resources/logback.xml b/smp-examples/smp-spi-payload-validation-example/src/main/resources/logback.xml index 0f90e15a6..64fb20787 100644 --- a/smp-examples/smp-spi-payload-validation-example/src/main/resources/logback.xml +++ b/smp-examples/smp-spi-payload-validation-example/src/main/resources/logback.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-spi-payload-validation-example %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/OasisCPPA3Extension.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/OasisCPPA3Extension.java index 352631055..8db54527f 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/OasisCPPA3Extension.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/OasisCPPA3Extension.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocument.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocument.java index fbbdf2013..f415741a3 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocument.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocument.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/CPPARuntimeException.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/CPPARuntimeException.java index 6b1542195..bf135b13f 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/CPPARuntimeException.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/CPPARuntimeException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.exceptions; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractHandler.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractHandler.java index 6fc3cfe3e..6ba174c35 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractHandler.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractHandler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandler.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandler.java index 04cfae581..c784c291c 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandler.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/CPPUtils.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/CPPUtils.java index 4ea8f120b..1c527c60c 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/CPPUtils.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/CPPUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.utils; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/DatatypeConverter.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/DatatypeConverter.java index 55bc585b5..5ad78d343 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/DatatypeConverter.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/DatatypeConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.utils; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateAdapter.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateAdapter.java index c9f4e4734..aabc51278 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateAdapter.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateAdapter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ /** diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateTimeAdapter.java b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateTimeAdapter.java index 55fc155fb..914d56c4b 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateTimeAdapter.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/java/eu/europa/ec/smp/spi/utils/xml/OffsetDateTimeAdapter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ /** diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/commonServiceBinding.xjb b/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/commonServiceBinding.xjb index bd8061bca..0956075c6 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/commonServiceBinding.xjb +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/commonServiceBinding.xjb @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- - #%L + #START_LICENSE# oasis-cppa3-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/oasisCppa3Binding.xjb b/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/oasisCppa3Binding.xjb index 898f7a59a..3f101b395 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/oasisCppa3Binding.xjb +++ b/smp-resource-extensions/oasis-cppa3-spi/src/main/resources/xjb/oasisCppa3Binding.xjb @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- - #%L + #START_LICENSE# oasis-cppa3-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/OasisCPPA3ExtensionTest.java b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/OasisCPPA3ExtensionTest.java index 0bd0fe137..be0689b41 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/OasisCPPA3ExtensionTest.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/OasisCPPA3ExtensionTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocumentTest.java b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocumentTest.java index 8921b6f97..586afa122 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocumentTest.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisCppaCppDocumentTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java index 8d59a56c4..0fcf42504 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandlerTest.java b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandlerTest.java index efe499e61..23511fbcf 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandlerTest.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisCppa3CppHandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/utils/DatatypeConverterTest.java b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/utils/DatatypeConverterTest.java index 469aaa7d6..56410596a 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/utils/DatatypeConverterTest.java +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/java/eu/europa/ec/smp/spi/utils/DatatypeConverterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-cppa3-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.utils; diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-With-DOCTYPE.xml b/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-With-DOCTYPE.xml index 2ee6f9e3d..b3056efe0 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-With-DOCTYPE.xml +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-With-DOCTYPE.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-cppa3-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <!DOCTYPE testingxxe [<!ENTITY value "SAMPLE VALUE" >]> diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-invalid.xml b/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-invalid.xml index 904c932a8..0890b7e91 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-invalid.xml +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp-invalid.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-cppa3-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <CPP xmlns="http://docs.oasis-open.org/ebcore/ns/cppa/v3.0" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="http://www.w3.org/2002/03/xkms#" xmlns:ns4="http://www.w3.org/2001/04/xmlenc#"> <ProfileInfo> diff --git a/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp.xml b/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp.xml index b04fdd114..09d073d5a 100644 --- a/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp.xml +++ b/smp-resource-extensions/oasis-cppa3-spi/src/test/resources/examples/signed-cpp.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-cppa3-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <CPP xmlns="http://docs.oasis-open.org/ebcore/ns/cppa/v3.0" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="http://www.w3.org/2002/03/xkms#" xmlns:ns4="http://www.w3.org/2001/04/xmlenc#"> <ProfileInfo> diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/OasisSMPExtension.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/OasisSMPExtension.java index b128b03d5..7f39507b3 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/OasisSMPExtension.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/OasisSMPExtension.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/converter/DomUtils.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/converter/DomUtils.java index 348141ac6..1ab3c8149 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/converter/DomUtils.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/converter/DomUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.converter; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10.java index 568ec410c..74ccffa9c 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20.java index 9bc9e8695..e1f2b5493 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10.java index 912ff0a85..e2eadb6e8 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20.java index ed12d2aa9..6ab8781e3 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/MalformedIdentifierException.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/MalformedIdentifierException.java index 9b12243ca..1b9a485cf 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/MalformedIdentifierException.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/MalformedIdentifierException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.exceptions; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractOasisSMPHandler.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractOasisSMPHandler.java index 37b5c2c53..5248907f8 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractOasisSMPHandler.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/AbstractOasisSMPHandler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10Handler.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10Handler.java index 074473aff..bc196455d 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10Handler.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10Handler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20Handler.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20Handler.java index 6afcf4c25..f2bda596b 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20Handler.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20Handler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10Handler.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10Handler.java index 488115f56..a821a9b13 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10Handler.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10Handler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20Handler.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20Handler.java index 5d5f39b72..323b44284 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20Handler.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20Handler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata10Validator.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata10Validator.java index d7d8f9668..04bb1836b 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata10Validator.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata10Validator.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.validation; diff --git a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata20Validator.java b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata20Validator.java index bd81bb48e..db2319722 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata20Validator.java +++ b/smp-resource-extensions/oasis-smp-spi/src/main/java/eu/europa/ec/smp/spi/validation/ServiceMetadata20Validator.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.validation; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/OasisSMPExtensionTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/OasisSMPExtensionTest.java index 5e84fa696..0acb1ef70 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/OasisSMPExtensionTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/OasisSMPExtensionTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceGroupConverterTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceGroupConverterTest.java index 3daa95ae9..3787a1fd0 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceGroupConverterTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceGroupConverterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.converter; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceMetadataConverterTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceMetadataConverterTest.java index ecb6b3897..411bbc25b 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceMetadataConverterTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/converter/ServiceMetadataConverterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.converter; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10Test.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10Test.java index bdcf6837b..98bf2c23c 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10Test.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup10Test.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20Test.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20Test.java index 8206b71c7..dc9ce0241 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20Test.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceGroup20Test.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10Test.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10Test.java index 672b28b88..23278fe42 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10Test.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata10Test.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20Test.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20Test.java index 69d3bf930..902075924 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20Test.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/def/OasisSMPServiceMetadata20Test.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.def; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java index 79c7145e4..20dbf6b99 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/AbstractHandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10HandlerTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10HandlerTest.java index 99651067f..3cc0dcefe 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10HandlerTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup10HandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20HandlerTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20HandlerTest.java index 7070b22dd..4f682bc89 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20HandlerTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceGroup20HandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10HandlerTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10HandlerTest.java index 54b591fe0..8894d6ead 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10HandlerTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata10HandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20HandlerTest.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20HandlerTest.java index bd4d6ce4a..36778b70a 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20HandlerTest.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/handler/OasisSMPServiceMetadata20HandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * oasis-smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.handler; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/testutils/XmlTestUtils.java b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/testutils/XmlTestUtils.java index f594d03c1..486c3aea0 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/testutils/XmlTestUtils.java +++ b/smp-resource-extensions/oasis-smp-spi/src/test/java/eu/europa/ec/smp/spi/testutils/XmlTestUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.testutils; diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustom.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustom.xml index c4f63e2d5..39d5178fe 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustom.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustom.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <Extension xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ext:example xmlns:ext="http://my.namespace.eu">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</ext:example> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustomText.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustomText.xml index cad342e85..1461d0f70 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustomText.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionCustomText.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,6 +14,6 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionInvalid.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionInvalid.xml index dc0d84c17..645285c4d 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionInvalid.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionInvalid.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <Extension xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ExtensionName>name1</ExtensionName> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshal.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshal.xml index a52616a6f..77bacfddd 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshal.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshal.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,6 +14,6 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <Extension xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#"><ExtensionID>id1</ExtensionID><ExtensionName>name1</ExtensionName><ExtensionAgencyName>agencyName1</ExtensionAgencyName><ExtensionAgencyURI>agencyUri1</ExtensionAgencyURI><ExtensionVersionID>versionId1</ExtensionVersionID><ExtensionReasonCode>reasonCode1</ExtensionReasonCode><ExtensionReason>reason1</ExtensionReason></Extension> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshalMore.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshalMore.xml index e7ccc6c39..764a6a5b3 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshalMore.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionMarshalMore.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <Extension xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ExtensionID>id1</ExtensionID> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidMultiple.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidMultiple.xml index faf5615ae..973a8dd9b 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidMultiple.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidMultiple.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <Extension xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ExtensionID>id1</ExtensionID> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidOne.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidOne.xml index 88988a4a5..9c0bfbb28 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidOne.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/extensions/extensionValidOne.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <Extension xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ExtensionID>id1</ExtensionID> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupInvalidScheme.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupInvalidScheme.xml index 246827fa0..be5b47d40 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupInvalidScheme.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupInvalidScheme.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml index c5ac50f74..f7f2835ae 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithDOCTYPE.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithDOCTYPE.xml index 23cf4ccf2..93b19f1bd 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithDOCTYPE.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithDOCTYPE.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <!DOCTYPE testingxxe [<!ENTITY value "SAMPLE VALUE" >]> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithExtension.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithExtension.xml index 49f37e44a..6e328c21c 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithExtension.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceGroupWithExtension.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataMissingMandatoryFields.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataMissingMandatoryFields.xml index 2f00cfa55..6df85f9c5 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataMissingMandatoryFields.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataMissingMandatoryFields.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://busdox.org/serviceMetadata/publishing/1.0/"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithDOCTYPE.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithDOCTYPE.xml index a9a83e09d..23cc363bc 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithDOCTYPE.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithDOCTYPE.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <!DOCTYPE testingxxe [<!ENTITY cert "CERT SAMPLE VALUE" >]> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithRedirect.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithRedirect.xml index c0268cbfd..561166189 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithRedirect.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithRedirect.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceInformationUtf8.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceInformationUtf8.xml index 78db2cd13..ddac75ab9 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceInformationUtf8.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceInformationUtf8.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <!-- ~ Copyright 2017 European Commission | CEF eDelivery diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceOk.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceOk.xml index aee87b179..a0004b7a8 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceOk.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataWithServiceOk.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523.xml index e9750a367..b668b1b31 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns:smb="http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents" diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523_DTD.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523_DTD.xml index b144173ed..64db5ea64 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523_DTD.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_invalid_iso6523_DTD.xml @@ -1,7 +1,7 @@ <!DOCTYPE externaladdress SYSTEM "any_external_file_address.dtd"> <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -16,7 +16,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns:smb="http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents" diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523-no-references.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523-no-references.xml index 1eec00d26..bae149e45 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523-no-references.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523-no-references.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns:smb="http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents" diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523.xml index 3a02e5f4a..f0bc3396c 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_group_unsigned_valid_iso6523.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns:smb="http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents" diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523.xml index df5635ad4..6a9fe9a9c 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns:smb="http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents" xmlns:sma="http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents" xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2/ServiceMetadata"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523_DTD.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523_DTD.xml index 6a10feee5..af4c2d3d9 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523_DTD.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_invalid_iso6523_DTD.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <!DOCTYPE externaladdress SYSTEM "any_external_file_address.dtd"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_redirection_iso6523.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_redirection_iso6523.xml index 533d76f49..d48556d62 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_redirection_iso6523.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_redirection_iso6523.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns:smb="http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents" diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_valid_iso6523.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_valid_iso6523.xml index d43bc1bc2..39c71872f 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_valid_iso6523.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/oasis-smp-2.0/service_metadata_unsigned_valid_iso6523.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns:smb="http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents" xmlns:sma="http://docs.oasis-open.org/bdxr/ns/SMP/2/AggregateComponents" xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2/ServiceMetadata"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupPoland.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupPoland.xml index 9c262fad0..c884c4a48 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupPoland.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupPoland.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupTestSgId2.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupTestSgId2.xml index 7cd7a4e3a..5aab23478 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupTestSgId2.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceGroupTestSgId2.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml index 5b161c8ea..7e1b6cf9b 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataPoland.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataPoland.xml index 49bbc20b6..fee648b75 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataPoland.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/ServiceMetadataPoland.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/SignedServiceMetadataPoland.xml b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/SignedServiceMetadataPoland.xml index e64025e62..e406c489c 100644 --- a/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/SignedServiceMetadataPoland.xml +++ b/smp-resource-extensions/oasis-smp-spi/src/test/resources/examples/services/SignedServiceMetadataPoland.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# oasis-smp-spi %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata> <ServiceInformation> diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationToken.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationToken.java index 2470b742b..da768555f 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationToken.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationToken.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthentication.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthentication.java index b75411d19..c4ddac918 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthentication.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthentication.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ /** * Copyright 2017 - European Commission | CEF eDelivery diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetails.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetails.java index 425d266ad..f45cc4ee7 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetails.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetails.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/UILoginAuthenticationToken.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/UILoginAuthenticationToken.java index 3c6897ab0..8a6591fe0 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/UILoginAuthenticationToken.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/UILoginAuthenticationToken.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPAutomationAuthenticationTypes.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPAutomationAuthenticationTypes.java index 4591b2400..b7613fc8c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPAutomationAuthenticationTypes.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPAutomationAuthenticationTypes.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPUserAuthenticationTypes.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPUserAuthenticationTypes.java index a98f679b3..6af9bb685 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPUserAuthenticationTypes.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/auth/enums/SMPUserAuthenticationTypes.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/DatabaseProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/DatabaseProperties.java index eee92a3e7..4d7ded3be 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/DatabaseProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/DatabaseProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListener.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListener.java index d388d4278..db87c59cf 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListener.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListener.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfig.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfig.java index 9c3852964..aa2abf636 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfig.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentProperties.java index def923f49..46b3bbea4 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/ServicesBeansConfiguration.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/ServicesBeansConfiguration.java index 810f96e04..b96effa60 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/ServicesBeansConfiguration.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/ServicesBeansConfiguration.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnumConstants.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnumConstants.java index 009bcb029..2fdf19d63 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnumConstants.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnumConstants.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnvPropertyEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnvPropertyEnum.java index 5e85631db..d938b6ea8 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnvPropertyEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPEnvPropertyEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyEnum.java index 31f687075..beefba86e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyTypeEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyTypeEnum.java index 6e813cba5..4865d4d94 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyTypeEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/enums/SMPPropertyTypeEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.enums; /** diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionBeanCreator.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionBeanCreator.java index b4cabc37d..2331eee94 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionBeanCreator.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionBeanCreator.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.init; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionProperties.java index a67b63951..8998ad370 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/DatabaseConnectionProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.init; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPConfigurationInitializer.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPConfigurationInitializer.java index b00f4afc3..ec6fe3ffe 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPConfigurationInitializer.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPConfigurationInitializer.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.init; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializer.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializer.java index aa33b23dc..e9e292f04 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializer.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializer.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.init; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilder.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilder.java index a0e702a89..ae35f5986 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilder.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilder.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.init; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CertificateROToDBCertificateConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CertificateROToDBCertificateConverter.java index fa4b8285a..7eb47a3a5 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CertificateROToDBCertificateConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CertificateROToDBCertificateConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/ConvertersRegistrar.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/ConvertersRegistrar.java index 9a21be0e6..9445a490a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/ConvertersRegistrar.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/ConvertersRegistrar.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CredentialROToDBCredentialConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CredentialROToDBCredentialConverter.java index f3f8aafff..74eb673b5 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CredentialROToDBCredentialConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/CredentialROToDBCredentialConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCertificateToCertificateROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCertificateToCertificateROConverter.java index 515ab851d..ae55e5995 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCertificateToCertificateROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCertificateToCertificateROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCredentialToCredentialROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCredentialToCredentialROConverter.java index 15e1b37a6..427271e67 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCredentialToCredentialROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBCredentialToCredentialROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainMemberToMemberROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainMemberToMemberROConverter.java index bae92515e..4bbc2ec16 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainMemberToMemberROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainMemberToMemberROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainToDomainROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainToDomainROConverter.java index ace3f1acd..63baed62a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainToDomainROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBDomainToDomainROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBExtensionToExtensionROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBExtensionToExtensionROConverter.java index f88911d38..49a57d872 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBExtensionToExtensionROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBExtensionToExtensionROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupMemberToMemberROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupMemberToMemberROConverter.java index 7a2af7f4d..91bf53aae 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupMemberToMemberROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupMemberToMemberROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupToGroupROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupToGroupROConverter.java index f07e1f712..4db96504d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupToGroupROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBGroupToGroupROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceDefToResourceDefinitionROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceDefToResourceDefinitionROConverter.java index 4996f8bdb..1b1851d5a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceDefToResourceDefinitionROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceDefToResourceDefinitionROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceMemberToMemberROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceMemberToMemberROConverter.java index 3690e5cb1..0bae88793 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceMemberToMemberROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceMemberToMemberROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceToResourceROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceToResourceROConverter.java index 62bd34069..1c2fce59e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceToResourceROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBResourceToResourceROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceDefToSubresourceDefinitionROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceDefToSubresourceDefinitionROConverter.java index 1e5d37248..7d489801f 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceDefToSubresourceDefinitionROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceDefToSubresourceDefinitionROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceToSubresourceROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceToSubresourceROConverter.java index 1c82a3189..e4b358b81 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceToSubresourceROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBSubresourceToSubresourceROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToSearchUserROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToSearchUserROConverter.java index 3a35c1a15..72c3f3b95 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToSearchUserROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToSearchUserROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverter.java index d3a9bc550..72f3fbdf9 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/IdentifierService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/IdentifierService.java index c4cd1604a..de4653d9a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/IdentifierService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/IdentifierService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverter.java index 6abd74a1f..e65e73ef1 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverter.java index e5bfbf5ff..17512c29d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverter.java index b4e1f46ca..f63e6c8e9 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/CronTriggerConfig.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/CronTriggerConfig.java index 4408dbc79..e03863504 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/CronTriggerConfig.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/CronTriggerConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.cron; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTrigger.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTrigger.java index ca716fe65..4436300e6 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTrigger.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTrigger.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.cron; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/AlertDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/AlertDao.java index 098b2edc9..8f4cf83b4 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/AlertDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/AlertDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/BaseDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/BaseDao.java index 4f98e25ae..faf5a831d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/BaseDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/BaseDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDao.java index 09cb48e88..3d3cd6e58 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDao.java index 4365bca5a..64ac2edc9 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDao.java index 66504f36b..f489cc86b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainDao.java index a25db0f27..9b07af056 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDao.java index 18223d02c..9b8eff2dd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDao.java index aedb389a6..3c1f8e124 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDao.java index fdbb5903c..e6b647fa9 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupDao.java index a2d98b3e9..5e4f5ffa7 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDao.java index d9775c83a..c777618b6 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/QueryNames.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/QueryNames.java index c7788d8a0..ff775ff7a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/QueryNames.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/QueryNames.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDao.java index 22f7d59f0..54137f952 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDao.java index 44fde1dc2..db00b01fd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDao.java index 96c767f4a..e79bfb976 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SMPRevisionListener.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SMPRevisionListener.java index c08fecf2c..3b94e9dbd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SMPRevisionListener.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SMPRevisionListener.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDao.java index 6f6263ebc..e408c0b0e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDefDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDefDao.java index b24a340ac..8ebeb5b68 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDefDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDefDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/UserDao.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/UserDao.java index 842eb9660..00f8083d9 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/UserDao.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/UserDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/ColumnDescription.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/ColumnDescription.java index f999178b8..f8a38b209 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/ColumnDescription.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/ColumnDescription.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialect.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialect.java index 56f34efe8..dfc13ec21 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialect.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialect.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGenerator.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGenerator.java index 7b4e63210..3e1c5fc4e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGenerator.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGenerator.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/ApplicationRoleType.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/ApplicationRoleType.java index 27e8182ab..c1618f424 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/ApplicationRoleType.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/ApplicationRoleType.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialTargetType.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialTargetType.java index efa4b5efe..1cd28b06e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialTargetType.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialTargetType.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialType.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialType.java index a03778e44..801a2dd2a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialType.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/CredentialType.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/MembershipRoleType.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/MembershipRoleType.java index c273457fb..830b88b4d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/MembershipRoleType.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/MembershipRoleType.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/SMLAuthenticationType.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/SMLAuthenticationType.java index 321025079..0c5802fa0 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/SMLAuthenticationType.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/SMLAuthenticationType.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/VisibilityType.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/VisibilityType.java index 9800496d2..86b2d1eb7 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/VisibilityType.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/enums/VisibilityType.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/BaseEntity.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/BaseEntity.java index e04dd8cd9..58383871c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/BaseEntity.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/BaseEntity.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/CommonColumnsLengths.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/CommonColumnsLengths.java index 8ff535534..a3f93e5eb 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/CommonColumnsLengths.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/CommonColumnsLengths.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlert.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlert.java index 6f68a098c..b01e5db05 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlert.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlert.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlertProperty.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlertProperty.java index 73aab2409..ea6988ebd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlertProperty.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBAlertProperty.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBConfiguration.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBConfiguration.java index 520b40e4d..82a54d4d7 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBConfiguration.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBConfiguration.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomain.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomain.java index c6259ff4a..75ff814fe 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomain.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomain.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomainResourceDef.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomainResourceDef.java index 3791c4a3a..ea23847a3 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomainResourceDef.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBDomainResourceDef.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBGroup.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBGroup.java index a0d616106..6363ad428 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBGroup.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBGroup.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBRevisionLog.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBRevisionLog.java index 29fcd52f5..567d784f3 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBRevisionLog.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBRevisionLog.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBUserDeleteValidation.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBUserDeleteValidation.java index f1f843801..862cad708 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBUserDeleteValidation.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/DBUserDeleteValidation.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocument.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocument.java index 6d11b5170..f6f268cb5 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocument.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocument.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.doc; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocumentVersion.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocumentVersion.java index 858eb1e0a..5348b641d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocumentVersion.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBDocumentVersion.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.doc; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResource.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResource.java index a3a3b7704..90195c861 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResource.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResource.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.doc; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResourceFilter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResourceFilter.java index 86543b2e8..e2c219b35 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResourceFilter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBResourceFilter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.doc; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBSubresource.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBSubresource.java index b32b39771..dfdec6baf 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBSubresource.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/doc/DBSubresource.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.doc; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBExtension.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBExtension.java index e419ee666..50869c290 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBExtension.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBExtension.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.ext; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBResourceDef.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBResourceDef.java index 67d25a656..0f02fa5e0 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBResourceDef.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBResourceDef.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.ext; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBSubresourceDef.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBSubresourceDef.java index 8b570015c..7759554b5 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBSubresourceDef.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/ext/DBSubresourceDef.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.ext; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCertificate.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCertificate.java index 7bcadf002..26b3c2d7b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCertificate.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCertificate.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.user; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCredential.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCredential.java index 1c8ddfccb..401a280a0 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCredential.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBCredential.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.user; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBDomainMember.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBDomainMember.java index 38ad2944c..e72423dcf 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBDomainMember.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBDomainMember.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.user; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBGroupMember.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBGroupMember.java index 8e160f2ac..856950024 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBGroupMember.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBGroupMember.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.user; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBResourceMember.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBResourceMember.java index a4b61aab8..0f8b2257c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBResourceMember.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBResourceMember.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.user; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBUser.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBUser.java index 3bff77663..ef81632e5 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBUser.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/model/user/DBUser.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.model.user; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AccessTokenRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AccessTokenRO.java index 9a34dc359..90a713c99 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AccessTokenRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AccessTokenRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AlertRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AlertRO.java index 82cf4a81a..bc1b6be99 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AlertRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/AlertRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/BaseRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/BaseRO.java index 740c42ed6..2c00e2cc1 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/BaseRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/BaseRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CertificateRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CertificateRO.java index f45228aa7..8130605c8 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CertificateRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CertificateRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CredentialRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CredentialRO.java index 7168c9d1f..3f4c806d7 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CredentialRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/CredentialRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DeleteEntityValidation.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DeleteEntityValidation.java index de34471d6..39f516362 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DeleteEntityValidation.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DeleteEntityValidation.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DocumentRo.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DocumentRo.java index 281060136..cdba83b1b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DocumentRo.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DocumentRo.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainPublicRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainPublicRO.java index 846af0ac6..d78d86758 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainPublicRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainPublicRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainRO.java index 581d7d8e4..cebd64912 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainResourceDefinitionRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainResourceDefinitionRO.java index 0149d367c..d5f0efccc 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainResourceDefinitionRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/DomainResourceDefinitionRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ExtensionRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ExtensionRO.java index 746797835..5a7ac18fd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ExtensionRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ExtensionRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/GroupRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/GroupRO.java index 72d0c9151..71a90f98d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/GroupRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/GroupRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/KeystoreImportResult.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/KeystoreImportResult.java index 292e67b78..51ce5863f 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/KeystoreImportResult.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/KeystoreImportResult.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/LoginRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/LoginRO.java index c41df8060..4bcde9f66 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/LoginRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/LoginRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/MemberRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/MemberRO.java index c7220cf36..231c75889 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/MemberRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/MemberRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/NavigationTreeNodeRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/NavigationTreeNodeRO.java index 6cc1b96c0..21ac72320 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/NavigationTreeNodeRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/NavigationTreeNodeRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PasswordChangeRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PasswordChangeRO.java index 54f0b61c1..ad1079d81 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PasswordChangeRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PasswordChangeRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyRO.java index 64d79de76..6a421ee87 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyValidationRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyValidationRO.java index 777c57c43..5bc1affa0 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyValidationRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/PropertyValidationRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceDefinitionRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceDefinitionRO.java index 5e4fb8560..8a99914cd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceDefinitionRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceDefinitionRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceRO.java index 73fdc55c3..955142b7a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ResourceRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SMLIntegrationResult.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SMLIntegrationResult.java index 01a201fa8..478f37522 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SMLIntegrationResult.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SMLIntegrationResult.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SearchUserRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SearchUserRO.java index 2d64f78e2..b9cb95ec8 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SearchUserRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SearchUserRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceGroupSearchRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceGroupSearchRO.java index 10d8f6e5c..abd686b46 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceGroupSearchRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceGroupSearchRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceMetadataRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceMetadataRO.java index fea87a0d7..685001402 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceMetadataRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceMetadataRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResult.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResult.java index 70c91392e..aba41719e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResult.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResult.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResultProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResultProperties.java index 6f3ff152d..23678482f 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResultProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/ServiceResultProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpConfigRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpConfigRO.java index b5f0275c2..11271094c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpConfigRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpConfigRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpInfoRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpInfoRO.java index e119eff52..a04b632e4 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpInfoRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SmpInfoRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceDefinitionRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceDefinitionRO.java index ca77cfec6..99bdb40eb 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceDefinitionRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceDefinitionRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceRO.java index d2ab73799..507a379ef 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/SubresourceRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/UserRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/UserRO.java index 5533eeef4..d433c54d0 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/UserRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/UserRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPAuthority.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPAuthority.java index efa0754ef..2a9324724 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPAuthority.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPAuthority.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.auth; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPRole.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPRole.java index 7f6c2b373..887cfd24a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPRole.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/auth/SMPRole.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.auth; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializer.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializer.java index bc16de5ee..cec219430 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializer.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializer.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.databind; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertLevelEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertLevelEnum.java index 85bb633a5..d5278a80b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertLevelEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertLevelEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertStatusEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertStatusEnum.java index e2e6409ea..b6410ab48 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertStatusEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertStatusEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertSuspensionMomentEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertSuspensionMomentEnum.java index 5ce5710ec..738873632 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertSuspensionMomentEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertSuspensionMomentEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertTypeEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertTypeEnum.java index 7ad40d0ee..90f8f3506 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertTypeEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/AlertTypeEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/EntityROStatus.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/EntityROStatus.java index 3c25cf899..3a5347c68 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/EntityROStatus.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/EntityROStatus.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/SMLStatusEnum.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/SMLStatusEnum.java index 8830b305b..c0d714e35 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/SMLStatusEnum.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/enums/SMLStatusEnum.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.enums; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/exceptions/ErrorResponseRO.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/exceptions/ErrorResponseRO.java index e6b6e8832..fd45bba8b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/exceptions/ErrorResponseRO.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/exceptions/ErrorResponseRO.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/BadRequestException.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/BadRequestException.java index 8cb796c30..6c1a2f58a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/BadRequestException.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/BadRequestException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateAlreadyRegisteredException.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateAlreadyRegisteredException.java index 9d6b205fc..d8ebb78e3 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateAlreadyRegisteredException.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateAlreadyRegisteredException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateNotTrustedException.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateNotTrustedException.java index 01794285f..ecfa997a1 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateNotTrustedException.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/CertificateNotTrustedException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorBusinessCode.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorBusinessCode.java index abca24d74..8e437f8d7 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorBusinessCode.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorBusinessCode.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorCode.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorCode.java index 22aa9a45f..b9b656792 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorCode.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/ErrorCode.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMLErrorMessages.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMLErrorMessages.java index 1ad7c4d36..389c47e07 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMLErrorMessages.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMLErrorMessages.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPRuntimeException.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPRuntimeException.java index 1c49ed6e3..e9e402bf5 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPRuntimeException.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPRuntimeException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPTestIsALiveException.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPTestIsALiveException.java index bbfbc5828..0f5ad43d1 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPTestIsALiveException.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/exceptions/SMPTestIsALiveException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.exceptions; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/Identifier.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/Identifier.java index 724ab111b..a4383fa4b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/Identifier.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/Identifier.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/IdentifierFormatter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/IdentifierFormatter.java index dbf28227e..54c9709d6 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/IdentifierFormatter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/identifiers/IdentifierFormatter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/DefaultMessageConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/DefaultMessageConverter.java index 01e187374..34255713f 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/DefaultMessageConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/DefaultMessageConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.logging; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLogger.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLogger.java index 65f30dc47..5dfe21b00 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLogger.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLogger.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.logging; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLoggerFactory.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLoggerFactory.java index 54f75f9f3..59082cd3a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLoggerFactory.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPLoggerFactory.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.logging; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPMessageCode.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPMessageCode.java index d4b3c8da3..7a95a1708 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPMessageCode.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/SMPMessageCode.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.logging; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/CategoryLogger.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/CategoryLogger.java index b62b13f8e..7f8d466cb 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/CategoryLogger.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/CategoryLogger.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.logging.api; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageCode.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageCode.java index cde69f717..0a1943a00 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageCode.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageCode.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.logging.api; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageConverter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageConverter.java index 17192504e..0d2aadc66 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageConverter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/logging/api/MessageConverter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.logging.api; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/DomainGuard.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/DomainGuard.java index f3f721169..09bab0c5d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/DomainGuard.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/DomainGuard.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.security; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/ResourceGuard.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/ResourceGuard.java index cfc53c4a8..ee917e486 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/ResourceGuard.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/security/ResourceGuard.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.security; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CRLVerifierService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CRLVerifierService.java index 65f38c3eb..dc7517513 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CRLVerifierService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CRLVerifierService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ConfigurationService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ConfigurationService.java index ae2fcf389..d6028ec4c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ConfigurationService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ConfigurationService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialService.java index e3c180024..a8e2107a6 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorService.java index e3738d91f..3d960cb10 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialsAlertService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialsAlertService.java index 25dcc7071..680dd8c44 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialsAlertService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/CredentialsAlertService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/DomainService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/DomainService.java index 3917fe780..b36bafe1e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/DomainService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/DomainService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ICRLVerifierService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ICRLVerifierService.java index f652d616f..8edfa605f 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ICRLVerifierService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ICRLVerifierService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorService.java index 61b699e0b..d1bda37dc 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationService.java index 4d79924d2..c97bfb50a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailModel.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailModel.java index f6577d8f2..9801b09d2 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailModel.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailModel.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailService.java index 6de87bc28..b7a745a51 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/MailService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/PropertiesMailModel.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/PropertiesMailModel.java index 4a5109dc9..8cfbca050 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/PropertiesMailModel.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/PropertiesMailModel.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialSuspendedProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialSuspendedProperties.java index 2a8a6103d..dc5604fd9 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialSuspendedProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialSuspendedProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail.prop; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialVerificationFailedProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialVerificationFailedProperties.java index 94898a3ac..3ba9a7ca3 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialVerificationFailedProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialVerificationFailedProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail.prop; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialsExpirationProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialsExpirationProperties.java index 05353f401..9c992b5d8 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialsExpirationProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/CredentialsExpirationProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail.prop; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/TestMailProperties.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/TestMailProperties.java index 3c5e84537..4c695aeb2 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/TestMailProperties.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/mail/prop/TestMailProperties.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail.prop; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/AbstractResourceHandler.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/AbstractResourceHandler.java index 8e2cf6ea9..ed6ff19f8 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/AbstractResourceHandler.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/AbstractResourceHandler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/DomainResolverService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/DomainResolverService.java index cbdce0214..530959dcf 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/DomainResolverService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/DomainResolverService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResolvedData.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResolvedData.java index 22fb943c5..4639cff04 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResolvedData.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResolvedData.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerService.java index 83f33beb7..ee75c8b5a 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverService.java index ecae35878..9123e2fee 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceService.java index 4bc509625..333d9becd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceStorage.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceStorage.java index 7932d5591..20079c4ea 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceStorage.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/resource/ResourceStorage.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SPIUtils.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SPIUtils.java index f94c79ae7..8b4349bfd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SPIUtils.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SPIUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.spi; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpDataService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpDataService.java index 43ce89555..6408c1bc6 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpDataService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpDataService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.spi; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpIdentifierService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpIdentifierService.java index 2061d8017..07f4d6829 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpIdentifierService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpIdentifierService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.spi; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpXmlSignatureService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpXmlSignatureService.java index bca5e6a8b..0e76df741 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpXmlSignatureService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/SmpXmlSignatureService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.spi; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiRequestData.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiRequestData.java index 613421335..d889fef79 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiRequestData.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiRequestData.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.spi.data; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiResponseData.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiResponseData.java index 0d73be985..4e31d8d68 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiResponseData.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/spi/data/SpiResponseData.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.spi.data; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/BasicKeystoreService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/BasicKeystoreService.java index 050184c3c..653b874dd 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/BasicKeystoreService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/BasicKeystoreService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertService.java index e9fe16546..e90eb1d7c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentService.java index bf1e9ea74..a53421688 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicService.java index 4ea33f93f..0a925709b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainService.java index f390a027f..699aa2afb 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIExtensionService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIExtensionService.java index 91d02e21c..323667ae1 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIExtensionService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIExtensionService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicService.java index 17609b1f3..521b472d1 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreService.java index 191996853..45db040bc 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyService.java index 0e0111908..c9bf4fa3f 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchService.java index 3a7a3d713..963a4bc53 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceService.java index d617a32ef..fc934db7c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIServiceBase.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIServiceBase.java index 36fb6949e..04cda852e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIServiceBase.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIServiceBase.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceService.java index 30b6f2e0c..909f01deb 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreService.java index 597697af2..667264482 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIUserService.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIUserService.java index 482dc66da..3d84a6604 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIUserService.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/UIUserService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/ResourceFilter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/ResourceFilter.java index 28481f7a9..12ab12a7e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/ResourceFilter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/ResourceFilter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui.filters; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/UserFilter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/UserFilter.java index b82bfc4af..f9f3b9412 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/UserFilter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/services/ui/filters/UserFilter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui.filters; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceAction.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceAction.java index 64e9f4e09..240b41b64 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceAction.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceAction.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.servlet; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceRequest.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceRequest.java index 28698d966..92fe00922 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceRequest.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceRequest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.servlet; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponse.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponse.java index 4ea2c23a3..c0745ccfa 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponse.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponse.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.servlet; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/WebConstants.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/WebConstants.java index 3d562b20c..d7ab8c28c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/WebConstants.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/servlet/WebConstants.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.servlet; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactory.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactory.java index 6c65d3934..056d36b24 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactory.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactory.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.sml; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlConnector.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlConnector.java index b53ff869a..269fdc29c 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlConnector.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/sml/SmlConnector.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.sml; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHash.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHash.java index c8233e39b..96d2907df 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHash.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHash.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoader.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoader.java index 5d479a1f4..eafb7ec92 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoader.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoader.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeaders.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeaders.java index 3795a611c..9f153903d 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeaders.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeaders.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpUtils.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpUtils.java index 921b5360c..a85183a7e 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpUtils.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/HttpUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/PropertyUtils.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/PropertyUtils.java index 476363a9a..05085c9a8 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/PropertyUtils.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/PropertyUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriter.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriter.java index 87c9b23ca..b8097547b 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriter.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtils.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtils.java index 3853cd0ff..c6699c7ad 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtils.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SmpUrlBuilder.java b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SmpUrlBuilder.java index f42d197f3..c3db71cc0 100644 --- a/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SmpUrlBuilder.java +++ b/smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/utils/SmpUrlBuilder.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthenticationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthenticationTest.java index ec6eca4c0..bba6304b5 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthenticationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPCertificateAuthenticationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetailsTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetailsTest.java index c2f3f190f..5ebaf3f1b 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetailsTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPUserDetailsTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/AuthenticationTestDataHolder.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/AuthenticationTestDataHolder.java index 382e68a3a..39dc487c5 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/AuthenticationTestDataHolder.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/AuthenticationTestDataHolder.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/ConversionTestConfig.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/ConversionTestConfig.java index 43e27cd78..ae1f1c653 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/ConversionTestConfig.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/ConversionTestConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListenerTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListenerTest.java index 373ff168b..d4e68d7b2 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListenerTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/PropertyUpdateListenerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfigTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfigTest.java index 27e7cf790..784caf0ef 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfigTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPDatabaseConfigTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentPropertiesTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentPropertiesTest.java index ea225fe4d..84333c9df 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentPropertiesTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SMPEnvironmentPropertiesTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SmlIntegrationConfiguration.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SmlIntegrationConfiguration.java index 9835a85ec..317469bc5 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SmlIntegrationConfiguration.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/SmlIntegrationConfiguration.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializerTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializerTest.java index 115017bbc..9035ad3f3 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializerTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPExtensionInitializerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.init; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilderTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilderTest.java index 3672bed62..30518d186 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilderTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/config/init/SMPKeystoreConfBuilderTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.init; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverterTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverterTest.java index 83e17024e..d27da81a6 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverterTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/DBUserToUserROConverterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/IdentifierServiceTests.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/IdentifierServiceTests.java index 8ff3beb6d..7046d0f79 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/IdentifierServiceTests.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/IdentifierServiceTests.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverterTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverterTest.java index 62524638a..01d89a775 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverterTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/SmlIdentifierConverterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverterTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverterTest.java index bd6265ed8..24ea1dfb8 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverterTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/UserROToDBUserConverterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverterTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverterTest.java index 0cd7c23eb..005fc336a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverterTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/conversion/X509CertificateToCertificateROConverterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.conversion; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTriggerTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTriggerTest.java index 8810a251a..6f4dfd237 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTriggerTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/cron/SMPDynamicCronTriggerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.cron; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractBaseDao.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractBaseDao.java index 7e34677a0..9e900f29a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractBaseDao.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractBaseDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractJunit5BaseDao.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractJunit5BaseDao.java index 843bd8465..e2f23dad0 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractJunit5BaseDao.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractJunit5BaseDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractResourceDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractResourceDaoTest.java index e02a57db4..a11c96c8b 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractResourceDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AbstractResourceDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AlertDaoIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AlertDaoIntegrationTest.java index 7f87979bb..3717e314b 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AlertDaoIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AlertDaoIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AuditIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AuditIntegrationTest.java index 8b92a98bf..a9a88201f 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AuditIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/AuditIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/BaseDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/BaseDaoTest.java index 95a5a0824..b9fbe6a17 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/BaseDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/BaseDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDAOImplTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDAOImplTest.java index 7d0ed8e58..4ebfc46bc 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDAOImplTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ConfigurationDAOImplTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ /** * Copyright 2017 - European Commission | CEF eDelivery diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoAlertsTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoAlertsTest.java index fff568745..241818f56 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoAlertsTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoAlertsTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoIntegrationTest.java index eee045c77..6962cf9d3 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/CredentialDaoIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDaoTest.java index ff642eba6..ebb4ba3bf 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DocumentDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoIntegrationTest.java index 12f3d1869..f61a65960 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoTest.java index a3295a7cb..d8b71579d 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDaoTest.java index 4f0c0574b..761ff30d0 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainMemberDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDaoTest.java index ba39edda0..c4833120a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/DomainResourceDefDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDaoTest.java index 7cc5f06d1..963afc501 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ExtensionDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupDaoTest.java index 6949282e5..72288c78e 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDaoTest.java index c1d313bbb..5b4b7998b 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/GroupMemberDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoMembershipIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoMembershipIntegrationTest.java index 843645bd3..f67588b21 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoMembershipIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoMembershipIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoSearchTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoSearchTest.java index 425acbf68..e81f9669c 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoSearchTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoSearchTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoTest.java index 6a9dbec11..6540685bd 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDaoTest.java index b1235c906..d6a4bb52e 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceDefDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDaoTest.java index e2229cfee..a8010d8bf 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/ResourceMemberDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDaoTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDaoTest.java index 347f1044f..8549e7b8b 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDaoTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/SubresourceDaoTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/TestUtilsDao.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/TestUtilsDao.java index 8c50a4ec5..98089cdb4 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/TestUtilsDao.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/TestUtilsDao.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/UserDaoIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/UserDaoIntegrationTest.java index 132a60d9e..05e72e37e 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/UserDaoIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/UserDaoIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialectTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialectTest.java index 09903a1c6..ad1931854 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialectTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPMySQL5InnoDBDialectTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGeneratorTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGeneratorTest.java index 704f886d3..4983a99e9 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGeneratorTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/dao/utils/SMPSchemaGeneratorTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.dao.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializerTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializerTest.java index 077df2465..310331028 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializerTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/data/ui/databind/SMPAuthorityDeserializerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.data.ui.databind; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/DocumentIdentifierFormatterTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/DocumentIdentifierFormatterTest.java index ed657426a..011f9c6d1 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/DocumentIdentifierFormatterTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/DocumentIdentifierFormatterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterFormatTests.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterFormatTests.java index 67a97e9e0..22d07d59d 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterFormatTests.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterFormatTests.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterParseTests.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterParseTests.java index f30e81097..fde7d5a99 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterParseTests.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/ParticipantIdentifierFormatterParseTests.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/EBCorePartyIdFormatterTypeTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/EBCorePartyIdFormatterTypeTest.java index 4fd5d9221..6346436ae 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/EBCorePartyIdFormatterTypeTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/EBCorePartyIdFormatterTypeTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers.types; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/OasisSMPFormatterTypeTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/OasisSMPFormatterTypeTest.java index 67d1496f5..255d65de9 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/OasisSMPFormatterTypeTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/OasisSMPFormatterTypeTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers.types; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/TemplateFormatterTypeTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/TemplateFormatterTypeTest.java index 2f8a00cc2..b71fb1acb 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/TemplateFormatterTypeTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/identifiers/types/TemplateFormatterTypeTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.identifiers.types; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/DomainGuardTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/DomainGuardTest.java index 3a9040ccc..51c01c480 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/DomainGuardTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/DomainGuardTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.security; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/ResourceGuardTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/ResourceGuardTest.java index bffa4af5e..087b848c3 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/ResourceGuardTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/security/ResourceGuardTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.security; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceIntegrationTest.java index 99d2c5ecc..f10bcf068 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceTest.java index 2210fea56..5ce391f3a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AbstractServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AlertServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AlertServiceTest.java index 095e19917..2493a8b85 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AlertServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/AlertServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CRLVerifierServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CRLVerifierServiceTest.java index b0ad0caf3..27cd6a4fb 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CRLVerifierServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CRLVerifierServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceAllGetMethodsTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceAllGetMethodsTest.java index 423320b46..b17d9df71 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceAllGetMethodsTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceAllGetMethodsTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceTest.java index b5d962d71..c290a70a1 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ConfigurationServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialServiceTest.java index 8b897c689..916950578 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorServiceTest.java index 65db3f65f..48f8fbc70 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/CredentialValidatorServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/DomainServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/DomainServiceTest.java index 657c20123..391cfa7ca 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/DomainServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/DomainServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorServiceTest.java index 7796eeedd..2bc8e180d 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/PayloadValidatorServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceNoSMLIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceNoSMLIntegrationTest.java index b76136e40..eb00da838 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceNoSMLIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceNoSMLIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceTest.java index 0a79b4222..cf8d2caa0 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/SMLIntegrationServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ServiceMetadataSignerTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ServiceMetadataSignerTest.java index 1f1c0d52d..c6221409c 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ServiceMetadataSignerTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ServiceMetadataSignerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/mail/MailServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/mail/MailServiceTest.java index b7ad9dd8b..d21409100 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/mail/MailServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/mail/MailServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.mail; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerServiceTest.java index 576d5783e..cd469d2a7 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceHandlerServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverServiceTest.java index 80ded59d4..c493e6f98 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceResolverServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceServiceTest.java index ac92c2066..93a5fa58c 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/resource/ResourceServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.resource; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertServiceIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertServiceIntegrationTest.java index 79c8f5eaa..95d362581 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertServiceIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIAlertServiceIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentServiceTest.java index bed6a4fe2..80798e074 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDocumentServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicServiceTest.java index 022c2f336..45257b8f3 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainPublicServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceIntegrationTest.java index fe811724a..525cc9d87 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceTest.java index 0e2e581ee..974cd4e91 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIDomainServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicServiceTest.java index 201f190af..cc67fb011 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIGroupPublicServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreServiceTest.java index 0d990e665..6a95ca0aa 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIKeystoreServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyServiceIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyServiceIntegrationTest.java index 770ebacd5..b7b6b078e 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyServiceIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIPropertyServiceIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchServiceTest.java index d9b75a442..c54c11ff6 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceSearchServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceServiceTest.java index 60ce15960..7e62f31fd 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIResourceServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceServiceTest.java index e222e6a3c..47e20bf72 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UISubresourceServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceIntegrationTest.java index 7f4704ae4..6698ba5ab 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceTest.java index 8a62923aa..356a7dc32 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UITruststoreServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIUserServiceIntegrationTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIUserServiceIntegrationTest.java index bff17f489..e9d3f2888 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIUserServiceIntegrationTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ui/UIUserServiceIntegrationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.services.ui; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponseTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponseTest.java index 3e457bece..02872016f 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponseTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/servlet/ResourceResponseTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.servlet; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertFromKeystoreTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertFromKeystoreTest.java index 6d9fe996d..70605486b 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertFromKeystoreTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertFromKeystoreTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.sml; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertHttpHeader.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertHttpHeader.java index 720673a01..a2743e85a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertHttpHeader.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlClientFactoryAuthenticationByClientCertHttpHeader.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.sml; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorDomainTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorDomainTest.java index d77e657a3..d507add2a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorDomainTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorDomainTest.java @@ -1,6 +1,6 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.sml; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorParticipantTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorParticipantTest.java index 3bf4cf5f5..a871e2ef2 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorParticipantTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorParticipantTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.sml; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorTestConstants.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorTestConstants.java index 634efa837..db7eff812 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorTestConstants.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/sml/SmlConnectorTestConstants.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.sml; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/DBAssertion.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/DBAssertion.java index 38b458e9b..a4ca56ed6 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/DBAssertion.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/DBAssertion.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/MockAlertBeans.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/MockAlertBeans.java index 6adf146e2..f853796db 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/MockAlertBeans.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/MockAlertBeans.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SMPAssert.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SMPAssert.java index 239604094..bd746b1e8 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SMPAssert.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SMPAssert.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SignatureUtil.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SignatureUtil.java index d4e18b0a4..96d048699 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SignatureUtil.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/SignatureUtil.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestConstants.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestConstants.java index 03af25bbc..0177ef7eb 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestConstants.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestConstants.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestDBUtils.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestDBUtils.java index 7b64a6edc..a3b78db06 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestDBUtils.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestDBUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestROUtils.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestROUtils.java index b42ffbc63..c524f9161 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestROUtils.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/TestROUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509CertificateTestUtils.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509CertificateTestUtils.java index 0b9d22d51..f74840d3f 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509CertificateTestUtils.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509CertificateTestUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509KeySelector.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509KeySelector.java index d0f203318..816444524 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509KeySelector.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/X509KeySelector.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableArgumentsProvider.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableArgumentsProvider.java index 53200eb13..9e4f8211a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableArgumentsProvider.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableArgumentsProvider.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil.params; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableSource.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableSource.java index c5197b311..9407b3d4d 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableSource.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/testutil/params/VariableSource.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.testutil.params; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHashTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHashTest.java index 058babba5..c0f5fd6d9 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHashTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/BCryptPasswordHashTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoaderTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoaderTest.java index ebaf05247..de4b274aa 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoaderTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/ExtLibraryClassLoaderTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeadersTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeadersTest.java index 90cdcc9d0..6ba8984a2 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeadersTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpForwardedHeadersTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpUtilsTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpUtilsTest.java index 9160b8260..4bcb9ef3c 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpUtilsTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/HttpUtilsTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/PropertyUtilsTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/PropertyUtilsTest.java index 06479d66f..799f4646f 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/PropertyUtilsTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/PropertyUtilsTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterGenerateHeaderTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterGenerateHeaderTest.java index 5d2c0fb4d..48dddb402 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterGenerateHeaderTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterGenerateHeaderTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterTest.java index bdc2beead..133ed1af2 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SMPCookieWriterTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtilsTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtilsTest.java index c6429999d..8b3d093aa 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtilsTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/SessionSecurityUtilsTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.utils; diff --git a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/X509CertificateUtilsTest.java b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/X509CertificateUtilsTest.java index a02d3eb64..6a4ac794a 100644 --- a/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/X509CertificateUtilsTest.java +++ b/smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/utils/X509CertificateUtilsTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-server-library * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ /** * Copyright 2017 - European Commission | CEF eDelivery diff --git a/smp-server-library/src/test/resources/config.properties b/smp-server-library/src/test/resources/config.properties index c6ffb00a8..78817451b 100644 --- a/smp-server-library/src/test/resources/config.properties +++ b/smp-server-library/src/test/resources/config.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-server-library # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### # # Copyright 2017 European Commission | CEF eDelivery diff --git a/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml b/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml index f97ac812b..19716332c 100644 --- a/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml +++ b/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceGroupOK.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataOK.xml b/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataOK.xml index 66e8421e1..689e3e17e 100644 --- a/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataOK.xml +++ b/smp-server-library/src/test/resources/examples/oasis-smp-1.0/ServiceMetadataOK.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-server-library/src/test/resources/examples/services/ServiceGroupPoland.xml b/smp-server-library/src/test/resources/examples/services/ServiceGroupPoland.xml index b46277f32..6da6558e0 100644 --- a/smp-server-library/src/test/resources/examples/services/ServiceGroupPoland.xml +++ b/smp-server-library/src/test/resources/examples/services/ServiceGroupPoland.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-server-library/src/test/resources/examples/services/ServiceGroupTestSgId2.xml b/smp-server-library/src/test/resources/examples/services/ServiceGroupTestSgId2.xml index 5dd086ab2..2979e9092 100644 --- a/smp-server-library/src/test/resources/examples/services/ServiceGroupTestSgId2.xml +++ b/smp-server-library/src/test/resources/examples/services/ServiceGroupTestSgId2.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-server-library/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml b/smp-server-library/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml index 59481105f..7480f3e2b 100644 --- a/smp-server-library/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml +++ b/smp-server-library/src/test/resources/examples/services/ServiceMetadataDifferentCertificatesTypes.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-server-library/src/test/resources/examples/services/ServiceMetadataPoland.xml b/smp-server-library/src/test/resources/examples/services/ServiceMetadataPoland.xml index f9b0a41c7..1322ced45 100644 --- a/smp-server-library/src/test/resources/examples/services/ServiceMetadataPoland.xml +++ b/smp-server-library/src/test/resources/examples/services/ServiceMetadataPoland.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-server-library/src/test/resources/examples/services/SignedServiceMetadataPoland.xml b/smp-server-library/src/test/resources/examples/services/SignedServiceMetadataPoland.xml index 3cd4e5d6b..88e31278a 100644 --- a/smp-server-library/src/test/resources/examples/services/SignedServiceMetadataPoland.xml +++ b/smp-server-library/src/test/resources/examples/services/SignedServiceMetadataPoland.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata> <ServiceInformation> diff --git a/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml b/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml index e47af2c05..d62cb44ef 100644 --- a/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml +++ b/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata> <ServiceInformation> diff --git a/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml b/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml index ad9ba9504..c51e3bdec 100644 --- a/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml +++ b/smp-server-library/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata><ServiceInformation><ParticipantIdentifier scheme="ehealth-actorid-qns">urn:brazil:ncpb</ParticipantIdentifier><DocumentIdentifier scheme="ehealth-resid-qns">urn::epsos##services:extended:epsos::107</DocumentIdentifier><ProcessList><Process><ProcessIdentifier scheme="ehealth-procid-qns">urn:epsosPatientService::List</ProcessIdentifier><ServiceEndpointList><Endpoint transportProfile="urn:ihe:iti:2013:xcpd"><EndpointURI>http://poland.pl/ncp/patient/list</EndpointURI><RequireBusinessLevelSignature>false</RequireBusinessLevelSignature><MinimumAuthenticationLevel>urn:epSOS:loa:1</MinimumAuthenticationLevel><ServiceActivationDate>2016-06-06T11:06:02.000+02:00</ServiceActivationDate><ServiceExpirationDate>2026-06-06T11:06:02+02:00</ServiceExpirationDate><Certificate>MIID7jCCA1egAwIBAgICA+YwDQYJKoZIhvcNAQENBQAwOjELMAkGA1UEBhMCRlIxEzARBgNVBAoMCklIRSBFdXJvcGUxFjAUBgNVBAMMDUlIRSBFdXJvcGUgQ0EwHhcNMTYwNjAxMTQzNTUzWhcNMjYwNjAxMTQzNTUzWjCBgzELMAkGA1UEBhMCUFQxDDAKBgNVBAoMA01vSDENMAsGA1UECwwEU1BNUzENMAsGA1UEKgwESm9hbzEOMAwGA1UEBRMFQ3VuaGExHTAbBgNVBAMMFHFhZXBzb3MubWluLXNhdWRlLnB0MRkwFwYDVQQMDBBTZXJ2aWNlIFByb3ZpZGVyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1eN4qPSSRZqjVFG9TlcPlxf2WiSimQK9L1nf9Z/s0ezeGQjCukDeDq/Wzqd9fpHhaMMq+XSSOtyEtIr5K/As4kFrViONUUkG12J6UllSWogp0NYFwA4wIqKSFiTnQS5/nRTs05oONCCGILCyJNNeO53JzPlaq3/QbPLssuSAr6XucPE8wBBGM8b/TsB2G/zjG8yuSTgGbhaZekq/Vnf9ftj1fr/vJDDAQgH6Yvzd88Z0DACJPHfW1p4F/OWLI386Bq7g/bo1DUPAyEwlf+CkLgJWRKki3yJlOCIZ9enMA5O7rfeG3rXdgYGmWS7tNEgKXxgC+heiYvi7ZWd7M+/SUwIDAQABo4IBMzCCAS8wPgYDVR0fBDcwNTAzoDGgL4YtaHR0cHM6Ly9nYXplbGxlLmloZS5uZXQvcGtpL2NybC82NDMvY2FjcmwuY3JsMDwGCWCGSAGG+EIBBAQvFi1odHRwczovL2dhemVsbGUuaWhlLm5ldC9wa2kvY3JsLzY0My9jYWNybC5jcmwwPAYJYIZIAYb4QgEDBC8WLWh0dHBzOi8vZ2F6ZWxsZS5paGUubmV0L3BraS9jcmwvNjQzL2NhY3JsLmNybDAfBgNVHSMEGDAWgBTsMw4TyCJeouFrr0N7el3Sd3MdfjAdBgNVHQ4EFgQU1GQ/K1ykIwWFgiONzWJLQzufF/8wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBSAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDQYJKoZIhvcNAQENBQADgYEAZ7t1Qkr9wz3q6+WcF6p/YX7Jr0CzVe7w58FvJFk2AsHeYkSlOyO5hxNpQbs1L1v6JrcqziNFrh2QKGT2v6iPdWtdCT8HBLjmuvVWxxnfzYjdQ0J+kdKMAEV6EtWU78OqL60CCtUZKXE/NKJUq7TTUCFP2fwiARy/t1dTD2NZo8c=</Certificate><ServiceDescription>This is the epSOS Patient Service List for the Polish NCP</ServiceDescription><TechnicalContactUrl>http://poland.pl/contact</TechnicalContactUrl><TechnicalInformationUrl>http://poland.pl/contact</TechnicalInformationUrl></Endpoint></ServiceEndpointList></Process></ProcessList><Extension><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><DigestValue>Azi31Eao+Y+y373EqCp2GaFG6tOElaC5p5nkRpaZGiU=</DigestValue></Reference></SignedInfo><SignatureValue>lWgydpjVbwT0FN8ki9FDPdlK2CO2z7ehv60uz4Cowu/0hz2SgsLfRwLVHd9HxQ2PQmz4ZHYzKW9f 3zxVDh2ozEbDWfs22HiFcvjLaxFXxp+cq+8GmRZLRc6b0HbNz2SZ7bOrUGrr+pCLwzwgw/egG1/l diff --git a/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml b/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml index 908c838ac..46abea674 100644 --- a/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml +++ b/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml b/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml index 54142614b..ca6ce1e99 100644 --- a/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml +++ b/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceInformation><ParticipantIdentifier scheme="ehealth-actorid-qns">urn:brazil:ncpb</ParticipantIdentifier><DocumentIdentifier scheme="ehealth-resid-qns">urn::epsos##services:extended:epsos::107</DocumentIdentifier><ProcessList><Process><ProcessIdentifier scheme="ehealth-procid-qns">urn:epsosPatientService::List</ProcessIdentifier><ServiceEndpointList><Endpoint transportProfile="urn:ihe:iti:2013:xcpd"><EndpointURI>http://poland.pl/ncp/patient/list</EndpointURI><RequireBusinessLevelSignature>false</RequireBusinessLevelSignature><MinimumAuthenticationLevel>urn:epSOS:loa:1</MinimumAuthenticationLevel><ServiceActivationDate>2016-06-06T11:06:02.000+02:00</ServiceActivationDate><ServiceExpirationDate>2026-06-06T11:06:02+02:00</ServiceExpirationDate><Certificate>MIID7jCCA1egAwIBAgICA+YwDQYJKoZIhvcNAQENBQAwOjELMAkGA1UEBhMCRlIxEzARBgNVBAoMCklIRSBFdXJvcGUxFjAUBgNVBAMMDUlIRSBFdXJvcGUgQ0EwHhcNMTYwNjAxMTQzNTUzWhcNMjYwNjAxMTQzNTUzWjCBgzELMAkGA1UEBhMCUFQxDDAKBgNVBAoMA01vSDENMAsGA1UECwwEU1BNUzENMAsGA1UEKgwESm9hbzEOMAwGA1UEBRMFQ3VuaGExHTAbBgNVBAMMFHFhZXBzb3MubWluLXNhdWRlLnB0MRkwFwYDVQQMDBBTZXJ2aWNlIFByb3ZpZGVyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1eN4qPSSRZqjVFG9TlcPlxf2WiSimQK9L1nf9Z/s0ezeGQjCukDeDq/Wzqd9fpHhaMMq+XSSOtyEtIr5K/As4kFrViONUUkG12J6UllSWogp0NYFwA4wIqKSFiTnQS5/nRTs05oONCCGILCyJNNeO53JzPlaq3/QbPLssuSAr6XucPE8wBBGM8b/TsB2G/zjG8yuSTgGbhaZekq/Vnf9ftj1fr/vJDDAQgH6Yvzd88Z0DACJPHfW1p4F/OWLI386Bq7g/bo1DUPAyEwlf+CkLgJWRKki3yJlOCIZ9enMA5O7rfeG3rXdgYGmWS7tNEgKXxgC+heiYvi7ZWd7M+/SUwIDAQABo4IBMzCCAS8wPgYDVR0fBDcwNTAzoDGgL4YtaHR0cHM6Ly9nYXplbGxlLmloZS5uZXQvcGtpL2NybC82NDMvY2FjcmwuY3JsMDwGCWCGSAGG+EIBBAQvFi1odHRwczovL2dhemVsbGUuaWhlLm5ldC9wa2kvY3JsLzY0My9jYWNybC5jcmwwPAYJYIZIAYb4QgEDBC8WLWh0dHBzOi8vZ2F6ZWxsZS5paGUubmV0L3BraS9jcmwvNjQzL2NhY3JsLmNybDAfBgNVHSMEGDAWgBTsMw4TyCJeouFrr0N7el3Sd3MdfjAdBgNVHQ4EFgQU1GQ/K1ykIwWFgiONzWJLQzufF/8wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBSAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDQYJKoZIhvcNAQENBQADgYEAZ7t1Qkr9wz3q6+WcF6p/YX7Jr0CzVe7w58FvJFk2AsHeYkSlOyO5hxNpQbs1L1v6JrcqziNFrh2QKGT2v6iPdWtdCT8HBLjmuvVWxxnfzYjdQ0J+kdKMAEV6EtWU78OqL60CCtUZKXE/NKJUq7TTUCFP2fwiARy/t1dTD2NZo8c=</Certificate><ServiceDescription>This is the epSOS Patient Service List for the Polish NCP</ServiceDescription><TechnicalContactUrl>http://poland.pl/contact</TechnicalContactUrl><TechnicalInformationUrl>http://poland.pl/contact</TechnicalInformationUrl></Endpoint></ServiceEndpointList></Process></ProcessList><Extension><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><DigestValue>Azi31Eao+Y+y373EqCp2GaFG6tOElaC5p5nkRpaZGiU=</DigestValue></Reference></SignedInfo><SignatureValue>lWgydpjVbwT0FN8ki9FDPdlK2CO2z7ehv60uz4Cowu/0hz2SgsLfRwLVHd9HxQ2PQmz4ZHYzKW9f 3zxVDh2ozEbDWfs22HiFcvjLaxFXxp+cq+8GmRZLRc6b0HbNz2SZ7bOrUGrr+pCLwzwgw/egG1/l diff --git a/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml b/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml index c30e9ad47..42f8ccf3e 100644 --- a/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml +++ b/smp-server-library/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml b/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml index 724ff3f7a..b0ca80ab5 100644 --- a/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml +++ b/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml b/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml index a2e1a6a47..966d5f03d 100644 --- a/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml +++ b/smp-server-library/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata> <ServiceInformation> diff --git a/smp-server-library/src/test/resources/input/ServiceMetadata.xml b/smp-server-library/src/test/resources/input/ServiceMetadata.xml index cf38b4bc6..9e737823d 100644 --- a/smp-server-library/src/test/resources/input/ServiceMetadata.xml +++ b/smp-server-library/src/test/resources/input/ServiceMetadata.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-server-library/src/test/resources/input/ServiceMetadata_linarized.xml b/smp-server-library/src/test/resources/input/ServiceMetadata_linarized.xml index 517c8c7e6..84f8f7e71 100644 --- a/smp-server-library/src/test/resources/input/ServiceMetadata_linarized.xml +++ b/smp-server-library/src/test/resources/input/ServiceMetadata_linarized.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,6 +15,6 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceInformation><ParticipantIdentifier scheme="ehealth-actorid-qns">urn:brazil:ncpb</ParticipantIdentifier><DocumentIdentifier scheme="ehealth-resid-qns">urn::epsos##services:extended:epsos::107</DocumentIdentifier><ProcessList><Process><ProcessIdentifier scheme="ehealth-procid-qns">urn:epsosPatientService::List</ProcessIdentifier><ServiceEndpointList><Endpoint transportProfile="urn:ihe:iti:2013:xcpd"><EndpointURI>http://poland.pl/ncp/patient/list</EndpointURI><RequireBusinessLevelSignature>false</RequireBusinessLevelSignature><MinimumAuthenticationLevel>urn:epSOS:loa:1</MinimumAuthenticationLevel><ServiceActivationDate>2016-06-06T11:06:02.000+02:00</ServiceActivationDate><ServiceExpirationDate>2026-06-06T11:06:02+02:00</ServiceExpirationDate><Certificate>MIID7jCCA1egAwIBAgICA+YwDQYJKoZIhvcNAQENBQAwOjELMAkGA1UEBhMCRlIxEzARBgNVBAoMCklIRSBFdXJvcGUxFjAUBgNVBAMMDUlIRSBFdXJvcGUgQ0EwHhcNMTYwNjAxMTQzNTUzWhcNMjYwNjAxMTQzNTUzWjCBgzELMAkGA1UEBhMCUFQxDDAKBgNVBAoMA01vSDENMAsGA1UECwwEU1BNUzENMAsGA1UEKgwESm9hbzEOMAwGA1UEBRMFQ3VuaGExHTAbBgNVBAMMFHFhZXBzb3MubWluLXNhdWRlLnB0MRkwFwYDVQQMDBBTZXJ2aWNlIFByb3ZpZGVyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1eN4qPSSRZqjVFG9TlcPlxf2WiSimQK9L1nf9Z/s0ezeGQjCukDeDq/Wzqd9fpHhaMMq+XSSOtyEtIr5K/As4kFrViONUUkG12J6UllSWogp0NYFwA4wIqKSFiTnQS5/nRTs05oONCCGILCyJNNeO53JzPlaq3/QbPLssuSAr6XucPE8wBBGM8b/TsB2G/zjG8yuSTgGbhaZekq/Vnf9ftj1fr/vJDDAQgH6Yvzd88Z0DACJPHfW1p4F/OWLI386Bq7g/bo1DUPAyEwlf+CkLgJWRKki3yJlOCIZ9enMA5O7rfeG3rXdgYGmWS7tNEgKXxgC+heiYvi7ZWd7M+/SUwIDAQABo4IBMzCCAS8wPgYDVR0fBDcwNTAzoDGgL4YtaHR0cHM6Ly9nYXplbGxlLmloZS5uZXQvcGtpL2NybC82NDMvY2FjcmwuY3JsMDwGCWCGSAGG+EIBBAQvFi1odHRwczovL2dhemVsbGUuaWhlLm5ldC9wa2kvY3JsLzY0My9jYWNybC5jcmwwPAYJYIZIAYb4QgEDBC8WLWh0dHBzOi8vZ2F6ZWxsZS5paGUubmV0L3BraS9jcmwvNjQzL2NhY3JsLmNybDAfBgNVHSMEGDAWgBTsMw4TyCJeouFrr0N7el3Sd3MdfjAdBgNVHQ4EFgQU1GQ/K1ykIwWFgiONzWJLQzufF/8wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBSAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDQYJKoZIhvcNAQENBQADgYEAZ7t1Qkr9wz3q6+WcF6p/YX7Jr0CzVe7w58FvJFk2AsHeYkSlOyO5hxNpQbs1L1v6JrcqziNFrh2QKGT2v6iPdWtdCT8HBLjmuvVWxxnfzYjdQ0J+kdKMAEV6EtWU78OqL60CCtUZKXE/NKJUq7TTUCFP2fwiARy/t1dTD2NZo8c=</Certificate><ServiceDescription>This is the epSOS Patient Service List for the Polish NCP</ServiceDescription><TechnicalContactUrl>http://poland.pl/contact</TechnicalContactUrl><TechnicalInformationUrl>http://poland.pl/contact</TechnicalInformationUrl></Endpoint></ServiceEndpointList></Process></ProcessList><Extension></Extension></ServiceInformation></ServiceMetadata> diff --git a/smp-server-library/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml b/smp-server-library/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml index d57ff5a4a..2c0e7deaa 100644 --- a/smp-server-library/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml +++ b/smp-server-library/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-server-library/src/test/resources/logback-test.xml b/smp-server-library/src/test/resources/logback-test.xml index b3d775039..23ff7a60c 100644 --- a/smp-server-library/src/test/resources/logback-test.xml +++ b/smp-server-library/src/test/resources/logback-test.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-server-library %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> diff --git a/smp-server-library/src/test/resources/persistence-test-h2.properties b/smp-server-library/src/test/resources/persistence-test-h2.properties index 83bb6dc01..859b86a21 100644 --- a/smp-server-library/src/test/resources/persistence-test-h2.properties +++ b/smp-server-library/src/test/resources/persistence-test-h2.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-server-library # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### hibernate.dialect=org.hibernate.dialect.H2Dialect jdbc.driverClassName=org.h2.Driver diff --git a/smp-server-library/src/test/resources/persistence-test-mysql.properties b/smp-server-library/src/test/resources/persistence-test-mysql.properties index 1ca3c55ce..638d962df 100644 --- a/smp-server-library/src/test/resources/persistence-test-mysql.properties +++ b/smp-server-library/src/test/resources/persistence-test-mysql.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-server-library # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost/smpdbdev diff --git a/smp-server-library/src/test/resources/test-smp.config.properties b/smp-server-library/src/test/resources/test-smp.config.properties index c8beff454..5e3f81702 100644 --- a/smp-server-library/src/test/resources/test-smp.config.properties +++ b/smp-server-library/src/test/resources/test-smp.config.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-server-library # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### # JDBC configuration for DB jdbc.driver = com.mysql.jdbc.Driver diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/ExtensionInfo.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/ExtensionInfo.java index 7ee4fb990..ab252b19d 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/ExtensionInfo.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/ExtensionInfo.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/PayloadValidatorSpi.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/PayloadValidatorSpi.java index c63f12b60..abc8b106e 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/PayloadValidatorSpi.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/PayloadValidatorSpi.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpDataServiceApi.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpDataServiceApi.java index 76fa15b65..d9c5f19d0 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpDataServiceApi.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpDataServiceApi.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.api; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpIdentifierServiceApi.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpIdentifierServiceApi.java index 62b6264c0..6dbe83fb1 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpIdentifierServiceApi.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpIdentifierServiceApi.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.api; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpXmlSignatureApi.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpXmlSignatureApi.java index 16dab5413..503e520e4 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpXmlSignatureApi.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/SmpXmlSignatureApi.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.api; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/RequestData.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/RequestData.java index 47654cd84..173c33fc2 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/RequestData.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/RequestData.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.api.model; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResourceIdentifier.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResourceIdentifier.java index 1216352e5..eeb9dc20f 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResourceIdentifier.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResourceIdentifier.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.api.model; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResponseData.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResponseData.java index 3d962e6b7..52c8c9804 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResponseData.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/api/model/ResponseData.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.api.model; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/PayloadValidatorSpiException.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/PayloadValidatorSpiException.java index fa80e624d..2750d3194 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/PayloadValidatorSpiException.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/PayloadValidatorSpiException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.exceptions; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/ResourceException.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/ResourceException.java index c40638237..cbf1f98a8 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/ResourceException.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/ResourceException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.exceptions; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/SignatureException.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/SignatureException.java index 0e693e410..2ed774f5b 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/SignatureException.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/exceptions/SignatureException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.exceptions; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceDefinitionSpi.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceDefinitionSpi.java index 7b05a875d..d1fcb5705 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceDefinitionSpi.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceDefinitionSpi.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.resource; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceHandlerSpi.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceHandlerSpi.java index ccf3bf4e8..a229abb44 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceHandlerSpi.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/ResourceHandlerSpi.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.resource; diff --git a/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/SubresourceDefinitionSpi.java b/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/SubresourceDefinitionSpi.java index 256114c15..db8c6cd8c 100644 --- a/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/SubresourceDefinitionSpi.java +++ b/smp-spi/src/main/java/eu/europa/ec/smp/spi/resource/SubresourceDefinitionSpi.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-spi * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.smp.spi.resource; diff --git a/smp-springboot/src/main/java/eu/europa/ec/springboot/smp/SMPApplication.java b/smp-springboot/src/main/java/eu/europa/ec/springboot/smp/SMPApplication.java index b21c151d7..a15ce5c2d 100644 --- a/smp-springboot/src/main/java/eu/europa/ec/springboot/smp/SMPApplication.java +++ b/smp-springboot/src/main/java/eu/europa/ec/springboot/smp/SMPApplication.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-springboot * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.springboot.smp; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListener.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListener.java index 7b425c04c..66e635148 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListener.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListener.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProvider.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProvider.java index c1e8aa618..796821620 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProvider.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProvider.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderForUI.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderForUI.java index 6b7878351..0fb6b8240 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderForUI.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderForUI.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationService.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationService.java index 44f36022b..0de183870 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationService.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationService.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationService.java index dcac8b5e2..9c0455d36 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationService.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/URLCsrfIgnoreMatcher.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/URLCsrfIgnoreMatcher.java index 8f5793793..6894b1596 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/URLCsrfIgnoreMatcher.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/URLCsrfIgnoreMatcher.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidator.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidator.java index a32d2ce56..469af306b 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidator.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidator.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth.cas; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurer.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurer.java index f9eb1953b..d09ac8422 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurer.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurer.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth.cas; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasUserService.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasUserService.java index a9f2bede2..ea31c15ca 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasUserService.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasUserService.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth.cas; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/GlobalMethodSecurityConfig.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/GlobalMethodSecurityConfig.java index 98937d2c2..c2f8454d1 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/GlobalMethodSecurityConfig.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/GlobalMethodSecurityConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/MDCLogRequestFilter.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/MDCLogRequestFilter.java index 1ad87192f..086ca3224 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/MDCLogRequestFilter.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/MDCLogRequestFilter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPSecurityConstants.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPSecurityConstants.java index 7432d716e..785c7be84 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPSecurityConstants.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPSecurityConstants.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPTaskSchedulerConfig.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPTaskSchedulerConfig.java index cb6ab2d1b..b24c06ac4 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPTaskSchedulerConfig.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPTaskSchedulerConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebAppConfig.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebAppConfig.java index 7ec6aaf5e..c5bbaedab 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebAppConfig.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebAppConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializer.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializer.java index 41d849fa7..dde451950 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializer.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializer.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/UISecurityConfigurerAdapter.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/UISecurityConfigurerAdapter.java index 8326a2e12..1230d371e 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/UISecurityConfigurerAdapter.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/UISecurityConfigurerAdapter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/WSSecurityConfigurerAdapter.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/WSSecurityConfigurerAdapter.java index d491151e7..c43d236d1 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/WSSecurityConfigurerAdapter.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/WSSecurityConfigurerAdapter.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPCronExpressionPropertyUpdateListener.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPCronExpressionPropertyUpdateListener.java index 717ab7f28..a1219b8df 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPCronExpressionPropertyUpdateListener.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPCronExpressionPropertyUpdateListener.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.properties; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPIdentifierServicePropertyUpdateListener.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPIdentifierServicePropertyUpdateListener.java index d82dfc2ae..093c76d68 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPIdentifierServicePropertyUpdateListener.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPIdentifierServicePropertyUpdateListener.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.properties; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPMailPropertyUpdateListener.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPMailPropertyUpdateListener.java index 4283efd80..7000be35f 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPMailPropertyUpdateListener.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPMailPropertyUpdateListener.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.properties; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPSecurityPropertyUpdateListener.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPSecurityPropertyUpdateListener.java index 4f1bd5599..a167e97e7 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPSecurityPropertyUpdateListener.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/config/properties/SMPSecurityPropertyUpdateListener.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config.properties; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/ResourceController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/ResourceController.java index 5f9ba87d7..917ca1ffb 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/ResourceController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/ResourceController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.controllers; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/RootController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/RootController.java index b5f65ff99..3aca656e3 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/RootController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/controllers/RootController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.controllers; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/AbstractErrorControllerAdvice.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/AbstractErrorControllerAdvice.java index 940d0da63..cb530c2a9 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/AbstractErrorControllerAdvice.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/AbstractErrorControllerAdvice.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilder.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilder.java index 3cdaf1d32..820d148b7 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilder.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilder.java @@ -1,8 +1,8 @@ /* - * * #%L + * #START_LICENSE# * dynamic-discovery-cli * %% - * #%L + * #START_LICENSE# * DomiSMP * %% * Copyright 2017 European Commission | CEF eDelivery @@ -16,7 +16,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. -* #L% +* #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandler.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandler.java index e79cba1aa..1ac9bb414 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandler.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandler.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdvice.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdvice.java index 96df7f748..0528b6aa0 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdvice.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdvice.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/UIErrorControllerAdvice.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/UIErrorControllerAdvice.java index 30deb4e95..b75b90dd6 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/UIErrorControllerAdvice.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/UIErrorControllerAdvice.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/exceptions/SMPResponseStatusException.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/exceptions/SMPResponseStatusException.java index fb160c4ba..800b31ee4 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/exceptions/SMPResponseStatusException.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/exceptions/SMPResponseStatusException.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error.exceptions; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/ErrorResponse.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/ErrorResponse.java index a9a54301f..588d6d2ff 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/ErrorResponse.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/ErrorResponse.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/package-info.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/package-info.java index c63a9f51b..089948ade 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/package-info.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/error/xml/package-info.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ // // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/monitor/MonitorController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/monitor/MonitorController.java index 3fe9648d4..87f9f1590 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/monitor/MonitorController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/monitor/MonitorController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.monitor; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/AuthenticationController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/AuthenticationController.java index 03944112a..2232814ab 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/AuthenticationController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/AuthenticationController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/ResourceConstants.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/ResourceConstants.java index 6da2b59ca..9cc0a750b 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/ResourceConstants.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/ResourceConstants.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditController.java index 025ddce54..875afcc70 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditController.java index 3dd53f93d..2d4962269 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditController.java index c8beafdb5..83f8c3375 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditController.java index ef906ad0b..e16d71fcf 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/SubresourceEditController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/SubresourceEditController.java index b9a0c2f16..dbab625fb 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/SubresourceEditController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/edit/SubresourceEditController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationController.java index 60f915ceb..ae839c0a2 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/DomainController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/DomainController.java index 49189f760..befccb553 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/DomainController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/DomainController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/SearchResource.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/SearchResource.java index 8a45f161a..eb8932bb8 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/SearchResource.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/SearchResource.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/TruststoreController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/TruststoreController.java index 5c427d6b7..c574d1a3d 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/TruststoreController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/TruststoreController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/UserController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/UserController.java index 9ff9c5d17..f38cec9ee 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/UserController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/external/UserController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/AlertController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/AlertController.java index 8c44fb128..6c4855d6c 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/AlertController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/AlertController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminController.java index d74b66f36..d6cb4591b 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/ExtensionAdminController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/ExtensionAdminController.java index 49f1d271e..3e6564d86 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/ExtensionAdminController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/ExtensionAdminController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminController.java index 9e728e085..384beee45 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/PropertyController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/PropertyController.java index 77318d82b..2b570f4e5 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/PropertyController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/PropertyController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminController.java index af04e4d20..fc9b528ee 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminController.java b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminController.java index d0694beb4..f199bb66f 100644 --- a/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminController.java +++ b/smp-webapp/src/main/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/main/resources/application.properties b/smp-webapp/src/main/resources/application.properties index d01defe49..285a73bd3 100644 --- a/smp-webapp/src/main/resources/application.properties +++ b/smp-webapp/src/main/resources/application.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-webapp # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### smp.artifact.name=eDelivery SMP smp.artifact.version=${project.version} diff --git a/smp-webapp/src/main/resources/html/index.html b/smp-webapp/src/main/resources/html/index.html index 7f630ec6f..07fa392ab 100644 --- a/smp-webapp/src/main/resources/html/index.html +++ b/smp-webapp/src/main/resources/html/index.html @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> diff --git a/smp-webapp/src/main/resources/isAliveTestFiles/ServiceGroupTest.xml b/smp-webapp/src/main/resources/isAliveTestFiles/ServiceGroupTest.xml index d9b06f87e..7345c7c60 100644 --- a/smp-webapp/src/main/resources/isAliveTestFiles/ServiceGroupTest.xml +++ b/smp-webapp/src/main/resources/isAliveTestFiles/ServiceGroupTest.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceGroup xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ParticipantIdentifier scheme="test-actorid-qns">urn:test:is:alive</ParticipantIdentifier> diff --git a/smp-webapp/src/main/resources/logback.xml b/smp-webapp/src/main/resources/logback.xml index 8c921a05d..bc768b4a5 100644 --- a/smp-webapp/src/main/resources/logback.xml +++ b/smp-webapp/src/main/resources/logback.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <configuration> <!-- pattern definition --> diff --git a/smp-webapp/src/main/smp-setup/SMP-samples-soapui-project.xml b/smp-webapp/src/main/smp-setup/SMP-samples-soapui-project.xml index 9b3f423f1..cc05f7bc4 100644 --- a/smp-webapp/src/main/smp-setup/SMP-samples-soapui-project.xml +++ b/smp-webapp/src/main/smp-setup/SMP-samples-soapui-project.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <con:soapui-project activeEnvironment="Default" name="SMP Samples" resourceRoot="" soapui-version="5.5.0" abortOnError="false" runType="SEQUENTIAL" id="8147b356-07e4-4ff9-ade6-4e92e0597a38" defaultScriptLanguage="Groovy" xmlns:con="http://eviware.com/soapui/config"> diff --git a/smp-webapp/src/main/smp-setup/smp-logback.xml b/smp-webapp/src/main/smp-setup/smp-logback.xml index a7e54befe..69376cda7 100644 --- a/smp-webapp/src/main/smp-setup/smp-logback.xml +++ b/smp-webapp/src/main/smp-setup/smp-logback.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <configuration> diff --git a/smp-webapp/src/main/smp-setup/smp-setup.xml b/smp-webapp/src/main/smp-setup/smp-setup.xml index f5b8b2856..cf71e1cad 100644 --- a/smp-webapp/src/main/smp-setup/smp-setup.xml +++ b/smp-webapp/src/main/smp-setup/smp-setup.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" diff --git a/smp-webapp/src/main/smp-setup/smp.config.properties b/smp-webapp/src/main/smp-setup/smp.config.properties index 2e882b00a..89ccb36ca 100644 --- a/smp-webapp/src/main/smp-setup/smp.config.properties +++ b/smp-webapp/src/main/smp-setup/smp.config.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-webapp # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# # ************************************************************************** # Database connection can be achieved using custom datasource configuration diff --git a/smp-webapp/src/main/webapp/WEB-INF/web.xml b/smp-webapp/src/main/webapp/WEB-INF/web.xml index 0fa36835c..928c66566 100644 --- a/smp-webapp/src/main/webapp/WEB-INF/web.xml +++ b/smp-webapp/src/main/webapp/WEB-INF/web.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" diff --git a/smp-webapp/src/main/webapp/WEB-INF/weblogic.xml b/smp-webapp/src/main/webapp/WEB-INF/weblogic.xml index 76fddbda6..2fe8e9902 100644 --- a/smp-webapp/src/main/webapp/WEB-INF/weblogic.xml +++ b/smp-webapp/src/main/webapp/WEB-INF/weblogic.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="windows-1252"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app"> <container-descriptor> diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/AbstractTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/AbstractTest.java index 11f0c81c1..f5423b93e 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/AbstractTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/AbstractTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ServiceGroupBodyUtil.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ServiceGroupBodyUtil.java index 175facdb0..5c46bacdb 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ServiceGroupBodyUtil.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ServiceGroupBodyUtil.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListenerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListenerTest.java index 7611bd40e..af90c87f3 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListenerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationEventListenerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderTest.java index e2eeaf165..06db88dfe 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthenticationProviderTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationServiceTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationServiceTest.java index 105218055..f8de0d068 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationServiceTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/SMPAuthorizationServiceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/URLCsrfMatcherTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/URLCsrfMatcherTest.java index 7b7e7a462..4a46c80a4 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/URLCsrfMatcherTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/URLCsrfMatcherTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidatorTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidatorTest.java index f41eac80d..60d386871 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidatorTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCas20ServiceTicketValidatorTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth.cas; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurerTest.java index eabbb2b33..cc35dcc67 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/auth/cas/SMPCasConfigurerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.auth.cas; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPMailPropertyUpdateListenerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPMailPropertyUpdateListenerTest.java index 6a816056a..5c669ed71 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPMailPropertyUpdateListenerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPMailPropertyUpdateListenerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPSecurityPropertyUpdateListenerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPSecurityPropertyUpdateListenerTest.java index 687989d70..e89e4eb91 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPSecurityPropertyUpdateListenerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPSecurityPropertyUpdateListenerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializerTest.java index 86f50c477..fd9cac8c8 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/config/SMPWebApplicationInitializerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.config; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSingleDomainTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSingleDomainTest.java index da60597f8..1ce6d41cb 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSingleDomainTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSingleDomainTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.controllers; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSubResourceTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSubResourceTest.java index 4583854d3..83b3bcbd2 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSubResourceTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerSubResourceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.controllers; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerTest.java index e3aec8bac..2bd01f5c1 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/ResourceControllerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.controllers; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/RootControllerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/RootControllerTest.java index 0ad6046cd..cc1f8c153 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/RootControllerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/controllers/RootControllerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.controllers; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilderTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilderTest.java index 60100e0ef..a307ce132 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilderTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ErrorResponseBuilderTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandlerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandlerTest.java index 4e3f16f0e..9f8d0e964 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandlerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/SMPSecurityExceptionHandlerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdviceTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdviceTest.java index ed0af618d..e33e86be8 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdviceTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/error/ServiceErrorControllerAdviceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.error; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerIT.java index 182fe47a4..bd018b536 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.monitor; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerTest.java index dd49fb1ff..8130568f5 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/monitor/MonitorControllerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.monitor; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationClientCertTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationClientCertTest.java index 59f575841..bee3fa883 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationClientCertTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationClientCertTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * DomiSMP * %% * Copyright 2017 European Commission | CEF eDelivery diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationTest.java index 7049ddd0d..9cc7160b8 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SecurityConfigurationTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.server.security; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureUtil.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureUtil.java index 329b0d772..3a3bd375d 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureUtil.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureUtil.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.server.security; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureValidatorTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureValidatorTest.java index ac5cc2b58..0d5053881 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureValidatorTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/SignatureValidatorTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.server.security; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/UsernameReturningTestController.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/UsernameReturningTestController.java index 1a90039dd..bc74557e8 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/UsernameReturningTestController.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/UsernameReturningTestController.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.server.security; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/X509KeySelector.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/X509KeySelector.java index 8d4eb462f..1d911a203 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/X509KeySelector.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/server/security/X509KeySelector.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.server.security; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/PropertiesTestConfig.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/PropertiesTestConfig.java index 048040812..fdec7d9ee 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/PropertiesTestConfig.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/PropertiesTestConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.test; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/SmpTestWebAppConfig.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/SmpTestWebAppConfig.java index c5fe20dfc..a0c827491 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/SmpTestWebAppConfig.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/SmpTestWebAppConfig.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.test; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/MockMvcUtils.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/MockMvcUtils.java index 2b8495d77..0c70be0e3 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/MockMvcUtils.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/MockMvcUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.test.testutils; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/TestROUtils.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/TestROUtils.java index c3d7b4a47..59c9f90a4 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/TestROUtils.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/TestROUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.test.testutils; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/X509CertificateTestUtils.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/X509CertificateTestUtils.java index 93cbc8388..1d53852ed 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/X509CertificateTestUtils.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/test/testutils/X509CertificateTestUtils.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.test.testutils; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AbstractControllerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AbstractControllerTest.java index a697c87c3..6aea753d2 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AbstractControllerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AbstractControllerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceIT.java index 468dca3fd..4648f568b 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceTest.java index 8badbd83e..32705e9da 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/AuthenticationResourceTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditControllerIT.java index a001d1ffc..c292ad005 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DocumentEditControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerIT.java index 2de61d5a3..35228130f 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerTest.java index ce3319fe7..2e7ad61d9 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/DomainEditControllerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditControllerIT.java index 1b79822df..9a9924eb5 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/GroupEditControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditControllerIT.java index f66ed9225..bdb26e338 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/edit/ResourceEditControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.edit; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationResourceIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationResourceIT.java index 65be8d51a..3ca96a6a7 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationResourceIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/ApplicationResourceIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/DomainResourceIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/DomainResourceIT.java index ec80422fd..67d81bf52 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/DomainResourceIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/DomainResourceIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/SearchResourceIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/SearchResourceIT.java index e641651ee..cd349cfca 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/SearchResourceIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/SearchResourceIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserControllerIT.java index 2102a83c1..05d2b012d 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserResourceIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserResourceIT.java index 081bd7565..e438f56c8 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserResourceIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/external/UserResourceIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.external; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminControllerIT.java index 600f3aac2..3e516f0a9 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/DomainAdminControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminControllerIT.java index d4ea76864..f75e67d1a 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/KeystoreAdminControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerIT.java index 04a8cfc0a..4773bce5f 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerTest.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerTest.java index 5918e6bc0..196a8de6f 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerTest.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/TruststoreAdminControllerTest.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminControllerIT.java b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminControllerIT.java index 4f8fe7ad1..a897297a8 100644 --- a/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminControllerIT.java +++ b/smp-webapp/src/test/java/eu/europa/ec/edelivery/smp/ui/internal/UserAdminControllerIT.java @@ -1,5 +1,5 @@ /*- - * #%L + * #START_LICENSE# * smp-webapp * %% * Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ * Unless required by applicable law or agreed to in writing, software distributed under the Licence is * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the Licence for the specific language governing permissions and limitations under the Licence. - * #L% + * #END_LICENSE# */ package eu.europa.ec.edelivery.smp.ui.internal; diff --git a/smp-webapp/src/test/resources/config.properties b/smp-webapp/src/test/resources/config.properties index a5066a748..c325e2680 100644 --- a/smp-webapp/src/test/resources/config.properties +++ b/smp-webapp/src/test/resources/config.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-webapp # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ## JDBC configuration for DB jdbc.driver = ${jdbc.driver} diff --git a/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml b/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml index 3d1a6bcc6..fe8e97953 100644 --- a/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml +++ b/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata> <ServiceInformation> diff --git a/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml b/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml index 137878a14..e90abfc7c 100644 --- a/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml +++ b/smp-webapp/src/test/resources/expected_output/GET_SignedServiceMetadata_response_linarized.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata><ServiceInformation><ParticipantIdentifier scheme="ehealth-actorid-qns">urn:brazil:ncpb</ParticipantIdentifier><DocumentIdentifier scheme="ehealth-resid-qns">urn::epsos##services:extended:epsos::107</DocumentIdentifier><ProcessList><Process><ProcessIdentifier scheme="ehealth-procid-qns">urn:epsosPatientService::List</ProcessIdentifier><ServiceEndpointList><Endpoint transportProfile="urn:ihe:iti:2013:xcpd"><EndpointURI>http://poland.pl/ncp/patient/list</EndpointURI><RequireBusinessLevelSignature>false</RequireBusinessLevelSignature><MinimumAuthenticationLevel>urn:epSOS:loa:1</MinimumAuthenticationLevel><ServiceActivationDate>2016-06-06T11:06:02.000+02:00</ServiceActivationDate><ServiceExpirationDate>2026-06-06T11:06:02+02:00</ServiceExpirationDate><Certificate>MIID7jCCA1egAwIBAgICA+YwDQYJKoZIhvcNAQENBQAwOjELMAkGA1UEBhMCRlIxEzARBgNVBAoMCklIRSBFdXJvcGUxFjAUBgNVBAMMDUlIRSBFdXJvcGUgQ0EwHhcNMTYwNjAxMTQzNTUzWhcNMjYwNjAxMTQzNTUzWjCBgzELMAkGA1UEBhMCUFQxDDAKBgNVBAoMA01vSDENMAsGA1UECwwEU1BNUzENMAsGA1UEKgwESm9hbzEOMAwGA1UEBRMFQ3VuaGExHTAbBgNVBAMMFHFhZXBzb3MubWluLXNhdWRlLnB0MRkwFwYDVQQMDBBTZXJ2aWNlIFByb3ZpZGVyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1eN4qPSSRZqjVFG9TlcPlxf2WiSimQK9L1nf9Z/s0ezeGQjCukDeDq/Wzqd9fpHhaMMq+XSSOtyEtIr5K/As4kFrViONUUkG12J6UllSWogp0NYFwA4wIqKSFiTnQS5/nRTs05oONCCGILCyJNNeO53JzPlaq3/QbPLssuSAr6XucPE8wBBGM8b/TsB2G/zjG8yuSTgGbhaZekq/Vnf9ftj1fr/vJDDAQgH6Yvzd88Z0DACJPHfW1p4F/OWLI386Bq7g/bo1DUPAyEwlf+CkLgJWRKki3yJlOCIZ9enMA5O7rfeG3rXdgYGmWS7tNEgKXxgC+heiYvi7ZWd7M+/SUwIDAQABo4IBMzCCAS8wPgYDVR0fBDcwNTAzoDGgL4YtaHR0cHM6Ly9nYXplbGxlLmloZS5uZXQvcGtpL2NybC82NDMvY2FjcmwuY3JsMDwGCWCGSAGG+EIBBAQvFi1odHRwczovL2dhemVsbGUuaWhlLm5ldC9wa2kvY3JsLzY0My9jYWNybC5jcmwwPAYJYIZIAYb4QgEDBC8WLWh0dHBzOi8vZ2F6ZWxsZS5paGUubmV0L3BraS9jcmwvNjQzL2NhY3JsLmNybDAfBgNVHSMEGDAWgBTsMw4TyCJeouFrr0N7el3Sd3MdfjAdBgNVHQ4EFgQU1GQ/K1ykIwWFgiONzWJLQzufF/8wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBSAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDQYJKoZIhvcNAQENBQADgYEAZ7t1Qkr9wz3q6+WcF6p/YX7Jr0CzVe7w58FvJFk2AsHeYkSlOyO5hxNpQbs1L1v6JrcqziNFrh2QKGT2v6iPdWtdCT8HBLjmuvVWxxnfzYjdQ0J+kdKMAEV6EtWU78OqL60CCtUZKXE/NKJUq7TTUCFP2fwiARy/t1dTD2NZo8c=</Certificate><ServiceDescription>This is the epSOS Patient Service List for the Polish NCP</ServiceDescription><TechnicalContactUrl>http://poland.pl/contact</TechnicalContactUrl><TechnicalInformationUrl>http://poland.pl/contact</TechnicalInformationUrl></Endpoint></ServiceEndpointList></Process></ProcessList><Extension><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><DigestValue>Azi31Eao+Y+y373EqCp2GaFG6tOElaC5p5nkRpaZGiU=</DigestValue></Reference></SignedInfo><SignatureValue>lWgydpjVbwT0FN8ki9FDPdlK2CO2z7ehv60uz4Cowu/0hz2SgsLfRwLVHd9HxQ2PQmz4ZHYzKW9f 3zxVDh2ozEbDWfs22HiFcvjLaxFXxp+cq+8GmRZLRc6b0HbNz2SZ7bOrUGrr+pCLwzwgw/egG1/l diff --git a/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml b/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml index 67d6f2c0e..834044a76 100644 --- a/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml +++ b/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml b/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml index dd489112a..f02a2e407 100644 --- a/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml +++ b/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_linarized.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceInformation><ParticipantIdentifier scheme="ehealth-actorid-qns">urn:brazil:ncpb</ParticipantIdentifier><DocumentIdentifier scheme="ehealth-resid-qns">urn::epsos##services:extended:epsos::107</DocumentIdentifier><ProcessList><Process><ProcessIdentifier scheme="ehealth-procid-qns">urn:epsosPatientService::List</ProcessIdentifier><ServiceEndpointList><Endpoint transportProfile="urn:ihe:iti:2013:xcpd"><EndpointURI>http://poland.pl/ncp/patient/list</EndpointURI><RequireBusinessLevelSignature>false</RequireBusinessLevelSignature><MinimumAuthenticationLevel>urn:epSOS:loa:1</MinimumAuthenticationLevel><ServiceActivationDate>2016-06-06T11:06:02.000+02:00</ServiceActivationDate><ServiceExpirationDate>2026-06-06T11:06:02+02:00</ServiceExpirationDate><Certificate>MIID7jCCA1egAwIBAgICA+YwDQYJKoZIhvcNAQENBQAwOjELMAkGA1UEBhMCRlIxEzARBgNVBAoMCklIRSBFdXJvcGUxFjAUBgNVBAMMDUlIRSBFdXJvcGUgQ0EwHhcNMTYwNjAxMTQzNTUzWhcNMjYwNjAxMTQzNTUzWjCBgzELMAkGA1UEBhMCUFQxDDAKBgNVBAoMA01vSDENMAsGA1UECwwEU1BNUzENMAsGA1UEKgwESm9hbzEOMAwGA1UEBRMFQ3VuaGExHTAbBgNVBAMMFHFhZXBzb3MubWluLXNhdWRlLnB0MRkwFwYDVQQMDBBTZXJ2aWNlIFByb3ZpZGVyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1eN4qPSSRZqjVFG9TlcPlxf2WiSimQK9L1nf9Z/s0ezeGQjCukDeDq/Wzqd9fpHhaMMq+XSSOtyEtIr5K/As4kFrViONUUkG12J6UllSWogp0NYFwA4wIqKSFiTnQS5/nRTs05oONCCGILCyJNNeO53JzPlaq3/QbPLssuSAr6XucPE8wBBGM8b/TsB2G/zjG8yuSTgGbhaZekq/Vnf9ftj1fr/vJDDAQgH6Yvzd88Z0DACJPHfW1p4F/OWLI386Bq7g/bo1DUPAyEwlf+CkLgJWRKki3yJlOCIZ9enMA5O7rfeG3rXdgYGmWS7tNEgKXxgC+heiYvi7ZWd7M+/SUwIDAQABo4IBMzCCAS8wPgYDVR0fBDcwNTAzoDGgL4YtaHR0cHM6Ly9nYXplbGxlLmloZS5uZXQvcGtpL2NybC82NDMvY2FjcmwuY3JsMDwGCWCGSAGG+EIBBAQvFi1odHRwczovL2dhemVsbGUuaWhlLm5ldC9wa2kvY3JsLzY0My9jYWNybC5jcmwwPAYJYIZIAYb4QgEDBC8WLWh0dHBzOi8vZ2F6ZWxsZS5paGUubmV0L3BraS9jcmwvNjQzL2NhY3JsLmNybDAfBgNVHSMEGDAWgBTsMw4TyCJeouFrr0N7el3Sd3MdfjAdBgNVHQ4EFgQU1GQ/K1ykIwWFgiONzWJLQzufF/8wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBSAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDQYJKoZIhvcNAQENBQADgYEAZ7t1Qkr9wz3q6+WcF6p/YX7Jr0CzVe7w58FvJFk2AsHeYkSlOyO5hxNpQbs1L1v6JrcqziNFrh2QKGT2v6iPdWtdCT8HBLjmuvVWxxnfzYjdQ0J+kdKMAEV6EtWU78OqL60CCtUZKXE/NKJUq7TTUCFP2fwiARy/t1dTD2NZo8c=</Certificate><ServiceDescription>This is the epSOS Patient Service List for the Polish NCP</ServiceDescription><TechnicalContactUrl>http://poland.pl/contact</TechnicalContactUrl><TechnicalInformationUrl>http://poland.pl/contact</TechnicalInformationUrl></Endpoint></ServiceEndpointList></Process></ProcessList><Extension><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><DigestValue>Azi31Eao+Y+y373EqCp2GaFG6tOElaC5p5nkRpaZGiU=</DigestValue></Reference></SignedInfo><SignatureValue>lWgydpjVbwT0FN8ki9FDPdlK2CO2z7ehv60uz4Cowu/0hz2SgsLfRwLVHd9HxQ2PQmz4ZHYzKW9f 3zxVDh2ozEbDWfs22HiFcvjLaxFXxp+cq+8GmRZLRc6b0HbNz2SZ7bOrUGrr+pCLwzwgw/egG1/l diff --git a/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml b/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml index ce976d9a8..f0af98702 100644 --- a/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml +++ b/smp-webapp/src/test/resources/expected_output/PUT_ServiceMetadata_request_not_valid.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml b/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml index 7272311c6..41079175d 100644 --- a/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml +++ b/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_customized_signature.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> <ServiceInformation> diff --git a/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml b/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml index 72e79df0a..ecd47d028 100644 --- a/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml +++ b/smp-webapp/src/test/resources/expected_output/SignedServiceMetadata_invalid_default_signature.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceMetadata> <ServiceInformation> diff --git a/smp-webapp/src/test/resources/input/ServiceMetadata.xml b/smp-webapp/src/test/resources/input/ServiceMetadata.xml index 375198ee7..ae325cadd 100644 --- a/smp-webapp/src/test/resources/input/ServiceMetadata.xml +++ b/smp-webapp/src/test/resources/input/ServiceMetadata.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-webapp/src/test/resources/input/ServiceMetadata_linarized.xml b/smp-webapp/src/test/resources/input/ServiceMetadata_linarized.xml index caac7d046..03e1d77ee 100644 --- a/smp-webapp/src/test/resources/input/ServiceMetadata_linarized.xml +++ b/smp-webapp/src/test/resources/input/ServiceMetadata_linarized.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,6 +15,6 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <ServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ServiceInformation><ParticipantIdentifier scheme="ehealth-actorid-qns">urn:brazil:ncpb</ParticipantIdentifier><DocumentIdentifier scheme="ehealth-resid-qns">urn::epsos##services:extended:epsos::107</DocumentIdentifier><ProcessList><Process><ProcessIdentifier scheme="ehealth-procid-qns">urn:epsosPatientService::List</ProcessIdentifier><ServiceEndpointList><Endpoint transportProfile="urn:ihe:iti:2013:xcpd"><EndpointURI>http://poland.pl/ncp/patient/list</EndpointURI><RequireBusinessLevelSignature>false</RequireBusinessLevelSignature><MinimumAuthenticationLevel>urn:epSOS:loa:1</MinimumAuthenticationLevel><ServiceActivationDate>2016-06-06T11:06:02.000+02:00</ServiceActivationDate><ServiceExpirationDate>2026-06-06T11:06:02+02:00</ServiceExpirationDate><Certificate>MIID7jCCA1egAwIBAgICA+YwDQYJKoZIhvcNAQENBQAwOjELMAkGA1UEBhMCRlIxEzARBgNVBAoMCklIRSBFdXJvcGUxFjAUBgNVBAMMDUlIRSBFdXJvcGUgQ0EwHhcNMTYwNjAxMTQzNTUzWhcNMjYwNjAxMTQzNTUzWjCBgzELMAkGA1UEBhMCUFQxDDAKBgNVBAoMA01vSDENMAsGA1UECwwEU1BNUzENMAsGA1UEKgwESm9hbzEOMAwGA1UEBRMFQ3VuaGExHTAbBgNVBAMMFHFhZXBzb3MubWluLXNhdWRlLnB0MRkwFwYDVQQMDBBTZXJ2aWNlIFByb3ZpZGVyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1eN4qPSSRZqjVFG9TlcPlxf2WiSimQK9L1nf9Z/s0ezeGQjCukDeDq/Wzqd9fpHhaMMq+XSSOtyEtIr5K/As4kFrViONUUkG12J6UllSWogp0NYFwA4wIqKSFiTnQS5/nRTs05oONCCGILCyJNNeO53JzPlaq3/QbPLssuSAr6XucPE8wBBGM8b/TsB2G/zjG8yuSTgGbhaZekq/Vnf9ftj1fr/vJDDAQgH6Yvzd88Z0DACJPHfW1p4F/OWLI386Bq7g/bo1DUPAyEwlf+CkLgJWRKki3yJlOCIZ9enMA5O7rfeG3rXdgYGmWS7tNEgKXxgC+heiYvi7ZWd7M+/SUwIDAQABo4IBMzCCAS8wPgYDVR0fBDcwNTAzoDGgL4YtaHR0cHM6Ly9nYXplbGxlLmloZS5uZXQvcGtpL2NybC82NDMvY2FjcmwuY3JsMDwGCWCGSAGG+EIBBAQvFi1odHRwczovL2dhemVsbGUuaWhlLm5ldC9wa2kvY3JsLzY0My9jYWNybC5jcmwwPAYJYIZIAYb4QgEDBC8WLWh0dHBzOi8vZ2F6ZWxsZS5paGUubmV0L3BraS9jcmwvNjQzL2NhY3JsLmNybDAfBgNVHSMEGDAWgBTsMw4TyCJeouFrr0N7el3Sd3MdfjAdBgNVHQ4EFgQU1GQ/K1ykIwWFgiONzWJLQzufF/8wDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBSAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDQYJKoZIhvcNAQENBQADgYEAZ7t1Qkr9wz3q6+WcF6p/YX7Jr0CzVe7w58FvJFk2AsHeYkSlOyO5hxNpQbs1L1v6JrcqziNFrh2QKGT2v6iPdWtdCT8HBLjmuvVWxxnfzYjdQ0J+kdKMAEV6EtWU78OqL60CCtUZKXE/NKJUq7TTUCFP2fwiARy/t1dTD2NZo8c=</Certificate><ServiceDescription>This is the epSOS Patient Service List for the Polish NCP</ServiceDescription><TechnicalContactUrl>http://poland.pl/contact</TechnicalContactUrl><TechnicalInformationUrl>http://poland.pl/contact</TechnicalInformationUrl></Endpoint></ServiceEndpointList></Process></ProcessList><Extension></Extension></ServiceInformation></ServiceMetadata> diff --git a/smp-webapp/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml b/smp-webapp/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml index d59a95180..a5846f181 100644 --- a/smp-webapp/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml +++ b/smp-webapp/src/test/resources/input/SignedServiceMetadata_withoutSignature.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <SignedServiceMetadata xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"> diff --git a/smp-webapp/src/test/resources/input/extensionMarshal.xml b/smp-webapp/src/test/resources/input/extensionMarshal.xml index 10c0b4e22..935efdd44 100644 --- a/smp-webapp/src/test/resources/input/extensionMarshal.xml +++ b/smp-webapp/src/test/resources/input/extensionMarshal.xml @@ -1,5 +1,5 @@ <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,6 +14,6 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <Extension xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns="http://docs.oasis-open.org/bdxr/ns/SMP/2016/05"><ExtensionID>id1</ExtensionID><ExtensionName>name1</ExtensionName><ExtensionAgencyName>agencyName1</ExtensionAgencyName><ExtensionAgencyURI>agencyUri1</ExtensionAgencyURI><ExtensionVersionID>versionId1</ExtensionVersionID><ExtensionReasonCode>reasonCode1</ExtensionReasonCode><ExtensionReason>reason1</ExtensionReason></Extension> diff --git a/smp-webapp/src/test/resources/logback-test.xml b/smp-webapp/src/test/resources/logback-test.xml index a89c19548..b02fcb659 100644 --- a/smp-webapp/src/test/resources/logback-test.xml +++ b/smp-webapp/src/test/resources/logback-test.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <configuration> diff --git a/smp-webapp/src/test/resources/persistence-test-h2.properties b/smp-webapp/src/test/resources/persistence-test-h2.properties index 510931d82..fffd830a7 100644 --- a/smp-webapp/src/test/resources/persistence-test-h2.properties +++ b/smp-webapp/src/test/resources/persistence-test-h2.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-webapp # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### jdbc.driverClassName=org.h2.Driver jdbc.url=jdbc:h2:file:./target/myDb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=TRUE;AUTO_SERVER=TRUE diff --git a/smp-webapp/src/test/resources/spring-security-test-context.xml b/smp-webapp/src/test/resources/spring-security-test-context.xml index 0e5859ce1..650738cff 100644 --- a/smp-webapp/src/test/resources/spring-security-test-context.xml +++ b/smp-webapp/src/test/resources/spring-security-test-context.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L + #START_LICENSE# smp-webapp %% Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. - #L% + #END_LICENSE# --> <beans xmlns="http://www.springframework.org/schema/beans" diff --git a/smp-webapp/src/test/resources/test-application.properties b/smp-webapp/src/test/resources/test-application.properties index 6b2d129b3..ee16aeb82 100644 --- a/smp-webapp/src/test/resources/test-application.properties +++ b/smp-webapp/src/test/resources/test-application.properties @@ -1,5 +1,5 @@ ### -# #%L +# #START_LICENSE# # smp-webapp # %% # Copyright (C) 2017 - 2023 European Commission | eDelivery | DomiSMP @@ -14,7 +14,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the Licence is # distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the Licence for the specific language governing permissions and limitations under the Licence. -# #L% +# #END_LICENSE# ### smp.artifact.name=eDelivery test SMP smp.artifact.version=1.0 -- GitLab