From 88cc573e765934b1e529437aa375e8e11caec70f Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Wed, 1 Jan 2025 09:05:15 -0600 Subject: [PATCH] Fixes #4440 - Update copyright year (#4458) Happy New Year! --- .../piranha/arquillian/managed/ManagedPiranhaContainer.java | 2 +- .../managed/ManagedPiranhaContainerConfiguration.java | 2 +- .../arquillian/managed/ManagedPiranhaContainerExtension.java | 2 +- arquillian/managed/src/main/java/module-info.java | 2 +- .../managed/ManagedPiranhaContainerConfigurationTest.java | 2 +- .../managed/ManagedPiranhaContainerExtensionTest.java | 2 +- .../arquillian/server/PiranhaServerDeployableContainer.java | 2 +- .../arquillian/server/PiranhaServerLoadableExtension.java | 2 +- arquillian/server/src/main/java/module-info.java | 2 +- .../src/main/java/cloud/piranha/core/api/AnnotationInfo.java | 2 +- .../src/main/java/cloud/piranha/core/api/AnnotationManager.java | 2 +- .../src/main/java/cloud/piranha/core/api/AsyncDispatcher.java | 2 +- core/api/src/main/java/cloud/piranha/core/api/AsyncManager.java | 2 +- .../src/main/java/cloud/piranha/core/api/AttributeManager.java | 2 +- .../main/java/cloud/piranha/core/api/AuthenticatedIdentity.java | 2 +- .../main/java/cloud/piranha/core/api/CurrentRequestHolder.java | 2 +- .../src/main/java/cloud/piranha/core/api/DispatcherManager.java | 2 +- .../src/main/java/cloud/piranha/core/api/ErrorPageManager.java | 2 +- .../src/main/java/cloud/piranha/core/api/FilterEnvironment.java | 2 +- .../api/src/main/java/cloud/piranha/core/api/FilterMapping.java | 2 +- .../src/main/java/cloud/piranha/core/api/FilterPriority.java | 2 +- .../main/java/cloud/piranha/core/api/HandlesTypesManager.java | 2 +- core/api/src/main/java/cloud/piranha/core/api/HttpHeader.java | 2 +- .../src/main/java/cloud/piranha/core/api/HttpHeaderManager.java | 2 +- .../main/java/cloud/piranha/core/api/HttpSessionManager.java | 2 +- core/api/src/main/java/cloud/piranha/core/api/JspManager.java | 2 +- .../main/java/cloud/piranha/core/api/LocaleEncodingManager.java | 2 +- .../main/java/cloud/piranha/core/api/ModuleLayerProcessor.java | 2 +- .../src/main/java/cloud/piranha/core/api/MultiPartManager.java | 2 +- .../main/java/cloud/piranha/core/api/ObjectInstanceManager.java | 2 +- core/api/src/main/java/cloud/piranha/core/api/Piranha.java | 2 +- .../src/main/java/cloud/piranha/core/api/PiranhaBuilder.java | 2 +- .../main/java/cloud/piranha/core/api/PiranhaConfiguration.java | 2 +- .../main/java/cloud/piranha/core/api/SecurityConstraint.java | 2 +- .../src/main/java/cloud/piranha/core/api/SecurityManager.java | 2 +- .../main/java/cloud/piranha/core/api/SecurityRoleReference.java | 2 +- .../cloud/piranha/core/api/SecurityWebResourceCollection.java | 2 +- .../main/java/cloud/piranha/core/api/ServletEnvironment.java | 2 +- .../src/main/java/cloud/piranha/core/api/ServletInvocation.java | 2 +- .../main/java/cloud/piranha/core/api/ServletRequestManager.java | 2 +- .../src/main/java/cloud/piranha/core/api/WebApplication.java | 2 +- .../java/cloud/piranha/core/api/WebApplicationClassLoader.java | 2 +- .../java/cloud/piranha/core/api/WebApplicationExtension.java | 2 +- .../cloud/piranha/core/api/WebApplicationExtensionContext.java | 2 +- .../java/cloud/piranha/core/api/WebApplicationInputStream.java | 2 +- .../main/java/cloud/piranha/core/api/WebApplicationManager.java | 2 +- .../java/cloud/piranha/core/api/WebApplicationOutputStream.java | 2 +- .../java/cloud/piranha/core/api/WebApplicationPrintWriter.java | 2 +- .../main/java/cloud/piranha/core/api/WebApplicationRequest.java | 2 +- .../cloud/piranha/core/api/WebApplicationRequestMapper.java | 2 +- .../cloud/piranha/core/api/WebApplicationRequestMapping.java | 2 +- .../java/cloud/piranha/core/api/WebApplicationResponse.java | 2 +- .../main/java/cloud/piranha/core/api/WebApplicationServer.java | 2 +- .../piranha/core/api/WebApplicationServerRequestMapper.java | 2 +- .../main/java/cloud/piranha/core/api/WelcomeFileManager.java | 2 +- core/api/src/main/java/module-info.java | 2 +- .../test/java/cloud/piranha/core/api/AttributeManagerTest.java | 2 +- .../java/cloud/piranha/core/impl/AsyncHttpDispatchWrapper.java | 2 +- .../cloud/piranha/core/impl/AsyncNonHttpDispatchWrapper.java | 2 +- .../src/main/java/cloud/piranha/core/impl/CookieParser.java | 2 +- .../java/cloud/piranha/core/impl/DefaultAnnotationManager.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultAsyncContext.java | 2 +- .../java/cloud/piranha/core/impl/DefaultAsyncDispatcher.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultAsyncManager.java | 2 +- .../java/cloud/piranha/core/impl/DefaultAttributeManager.java | 2 +- .../cloud/piranha/core/impl/DefaultAuthenticatedIdentity.java | 2 +- .../cloud/piranha/core/impl/DefaultCurrentRequestHolder.java | 2 +- .../java/cloud/piranha/core/impl/DefaultDispatcherManager.java | 2 +- .../java/cloud/piranha/core/impl/DefaultErrorPageManager.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultFilterChain.java | 2 +- .../java/cloud/piranha/core/impl/DefaultFilterEnvironment.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultFilterMapping.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultHttpHeader.java | 2 +- .../java/cloud/piranha/core/impl/DefaultHttpHeaderManager.java | 2 +- .../java/cloud/piranha/core/impl/DefaultHttpServletMapping.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultHttpSession.java | 2 +- .../java/cloud/piranha/core/impl/DefaultHttpSessionManager.java | 2 +- .../java/cloud/piranha/core/impl/DefaultInvocationFinder.java | 2 +- .../cloud/piranha/core/impl/DefaultJspConfigDescriptor.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultJspManager.java | 2 +- .../cloud/piranha/core/impl/DefaultLocaleEncodingManager.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultModuleFinder.java | 2 +- .../cloud/piranha/core/impl/DefaultModuleLayerProcessor.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultModuleReader.java | 2 +- .../java/cloud/piranha/core/impl/DefaultModuleReference.java | 2 +- .../java/cloud/piranha/core/impl/DefaultMultiPartManager.java | 2 +- .../cloud/piranha/core/impl/DefaultNamedRequestDispatcher.java | 2 +- .../cloud/piranha/core/impl/DefaultObjectInstanceManager.java | 2 +- .../src/main/java/cloud/piranha/core/impl/DefaultPiranha.java | 2 +- .../java/cloud/piranha/core/impl/DefaultPiranhaBuilder.java | 2 +- .../cloud/piranha/core/impl/DefaultPiranhaConfiguration.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultPushBuilder.java | 2 +- .../java/cloud/piranha/core/impl/DefaultSecurityManager.java | 2 +- .../src/main/java/cloud/piranha/core/impl/DefaultServlet.java | 2 +- .../java/cloud/piranha/core/impl/DefaultServletConnection.java | 2 +- .../java/cloud/piranha/core/impl/DefaultServletEnvironment.java | 2 +- .../java/cloud/piranha/core/impl/DefaultServletInvocation.java | 2 +- .../piranha/core/impl/DefaultServletRequestDispatcher.java | 2 +- .../cloud/piranha/core/impl/DefaultServletRequestManager.java | 2 +- .../java/cloud/piranha/core/impl/DefaultTaglibDescriptor.java | 2 +- .../java/cloud/piranha/core/impl/DefaultWebApplication.java | 2 +- .../cloud/piranha/core/impl/DefaultWebApplicationBuilder.java | 2 +- .../piranha/core/impl/DefaultWebApplicationClassLoader.java | 2 +- .../core/impl/DefaultWebApplicationExtensionContext.java | 2 +- .../piranha/core/impl/DefaultWebApplicationInputStream.java | 2 +- .../cloud/piranha/core/impl/DefaultWebApplicationManager.java | 2 +- .../piranha/core/impl/DefaultWebApplicationOutputStream.java | 2 +- .../piranha/core/impl/DefaultWebApplicationPrintWriter.java | 2 +- .../cloud/piranha/core/impl/DefaultWebApplicationRequest.java | 2 +- .../piranha/core/impl/DefaultWebApplicationRequestBuilder.java | 2 +- .../piranha/core/impl/DefaultWebApplicationRequestMapper.java | 2 +- .../piranha/core/impl/DefaultWebApplicationRequestMapping.java | 2 +- .../cloud/piranha/core/impl/DefaultWebApplicationResponse.java | 2 +- .../piranha/core/impl/DefaultWebApplicationResponseBuilder.java | 2 +- .../main/java/cloud/piranha/core/impl/DefaultWebConnection.java | 2 +- .../src/main/java/cloud/piranha/core/impl/WarFileExtractor.java | 2 +- core/impl/src/main/java/module-info.java | 2 +- .../src/test/java/cloud/piranha/core/impl/AsyncContextTest.java | 2 +- .../src/test/java/cloud/piranha/core/impl/CookieParserTest.java | 2 +- .../cloud/piranha/core/impl/DefaultAnnotationManagerTest.java | 2 +- .../cloud/piranha/core/impl/DefaultErrorPageManagerTest.java | 2 +- .../cloud/piranha/core/impl/DefaultFilterEnvironmentTest.java | 2 +- .../cloud/piranha/core/impl/DefaultHttpHeaderManagerTest.java | 2 +- .../piranha/core/impl/DefaultPiranhaConfigurationTest.java | 2 +- .../java/cloud/piranha/core/impl/DefaultPushBuilderTest.java | 2 +- .../cloud/piranha/core/impl/DefaultSecurityManagerTest.java | 2 +- .../cloud/piranha/core/impl/DefaultServletEnvironmentTest.java | 2 +- .../piranha/core/impl/DefaultWebApplicationBuilderTest.java | 2 +- .../piranha/core/impl/DefaultWebApplicationClassLoaderTest.java | 2 +- .../core/impl/DefaultWebApplicationExtensionContextTest.java | 2 +- .../piranha/core/impl/DefaultWebApplicationManagerTest.java | 2 +- .../core/impl/DefaultWebApplicationOutputStreamTest.java | 2 +- .../core/impl/DefaultWebApplicationRequestMapperTest.java | 2 +- .../core/impl/DefaultWebApplicationRequestMappingTest.java | 2 +- .../piranha/core/impl/DefaultWebApplicationRequestTest.java | 2 +- .../piranha/core/impl/DefaultWebApplicationResponseTest.java | 2 +- .../java/cloud/piranha/core/impl/DefaultWebApplicationTest.java | 2 +- .../java/cloud/piranha/core/impl/DefaultWebConnectionTest.java | 2 +- core/impl/src/test/java/cloud/piranha/core/impl/FilterTest.java | 2 +- .../src/test/java/cloud/piranha/core/impl/HttpSessionTest.java | 2 +- .../src/test/java/cloud/piranha/core/impl/ReadListenerTest.java | 2 +- .../java/cloud/piranha/core/impl/RequestDispatcherTest.java | 2 +- .../piranha/core/impl/ServletContextAttributeListenerTest.java | 2 +- .../java/cloud/piranha/core/impl/ServletInputStreamTest.java | 2 +- .../java/cloud/piranha/core/impl/ServletRegistrationTest.java | 2 +- .../piranha/core/impl/ServletRequestAttributeListenerTest.java | 2 +- .../impl/src/test/java/cloud/piranha/core/impl/ServletTest.java | 2 +- .../src/test/java/cloud/piranha/core/impl/TestChat1Servlet.java | 2 +- .../src/test/java/cloud/piranha/core/impl/TestChat2Servlet.java | 2 +- .../src/test/java/cloud/piranha/core/impl/TestEcho1Servlet.java | 2 +- .../src/test/java/cloud/piranha/core/impl/TestEcho2Servlet.java | 2 +- .../java/cloud/piranha/core/impl/TestHttpServerRequest.java | 2 +- .../java/cloud/piranha/core/impl/TestHttpServerResponse.java | 2 +- .../java/cloud/piranha/core/impl/TestIOExceptionServlet.java | 2 +- .../test/java/cloud/piranha/core/impl/TestInclude2Servlet.java | 2 +- .../test/java/cloud/piranha/core/impl/TestInclude3Servlet.java | 2 +- .../test/java/cloud/piranha/core/impl/TestInclude4Servlet.java | 2 +- .../test/java/cloud/piranha/core/impl/TestIncludeServlet.java | 2 +- .../cloud/piranha/core/impl/TestRuntimeExceptionServlet.java | 2 +- .../src/test/java/cloud/piranha/core/impl/TestSnoopServlet.java | 2 +- .../java/cloud/piranha/core/impl/TestWebApplicationRequest.java | 2 +- .../cloud/piranha/core/impl/TestWebApplicationResponse.java | 2 +- .../test/java/cloud/piranha/core/impl/WriteListenerTest.java | 2 +- debug/src/main/java/cloud/piranha/debug/Debug.java | 2 +- debug/src/main/java/module-info.java | 2 +- .../cloud/piranha/dist/coreprofile/CoreProfilePiranhaMain.java | 2 +- dist/coreprofile/src/main/java/module-info.java | 2 +- .../main/java/cloud/piranha/dist/isolated/IsolatedPiranha.java | 2 +- dist/isolated/src/main/java/module-info.java | 2 +- dist/isolated/src/main/zip/etc/logging.properties | 2 +- .../java/cloud/piranha/dist/isolated/IsolatedPiranhaIT.java | 2 +- .../src/main/java/cloud/piranha/dist/micro/MicroBootstrap.java | 2 +- .../src/main/java/cloud/piranha/dist/micro/package-info.java | 2 +- dist/micro/src/main/java/module-info.java | 2 +- .../src/test/java/cloud/piranha/dist/micro/MicroPiranhaIT.java | 2 +- .../piranha/dist/microprofile/MicroProfilePiranhaMain.java | 2 +- dist/microprofile/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/dist/platform/PlatformPiranhaMain.java | 2 +- .../cloud/piranha/dist/platform/PlatformWebApplication.java | 2 +- dist/platform/src/main/java/module-info.java | 2 +- dist/platform/src/main/zip/etc/logging.properties | 2 +- .../cloud/piranha/dist/platform/PlatformPiranhaBuilderTest.java | 2 +- .../java/cloud/piranha/dist/platform/PlatformPiranhaIT.java | 2 +- .../main/java/cloud/piranha/dist/server/ServerPiranhaMain.java | 2 +- .../java/cloud/piranha/dist/server/ServerWebApplication.java | 2 +- dist/server/src/main/java/module-info.java | 2 +- dist/server/src/main/zip/etc/logging.properties | 2 +- .../cloud/piranha/dist/server/ServerPiranhaBuilderTest.java | 2 +- .../test/java/cloud/piranha/dist/server/ServerPiranhaIT.java | 2 +- .../java/cloud/piranha/dist/servlet/ServletPiranhaMain.java | 2 +- dist/servlet/src/main/java/module-info.java | 2 +- .../cloud/piranha/dist/webprofile/WebProfilePiranhaMain.java | 2 +- dist/webprofile/src/main/java/module-info.java | 2 +- .../src/main/java/cloud/piranha/embedded/EmbeddedPiranha.java | 2 +- .../java/cloud/piranha/embedded/EmbeddedPiranhaBuilder.java | 2 +- .../src/main/java/cloud/piranha/embedded/EmbeddedRequest.java | 2 +- .../java/cloud/piranha/embedded/EmbeddedRequestBuilder.java | 2 +- .../src/main/java/cloud/piranha/embedded/EmbeddedResponse.java | 2 +- .../java/cloud/piranha/embedded/EmbeddedResponseBuilder.java | 2 +- embedded/src/main/java/cloud/piranha/embedded/package-info.java | 2 +- embedded/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/embedded/EmbeddedPiranhaBuilderTest.java | 2 +- .../test/java/cloud/piranha/embedded/EmbeddedPiranhaTest.java | 2 +- .../java/cloud/piranha/embedded/EmbeddedRequestBuilderTest.java | 2 +- .../test/java/cloud/piranha/embedded/EmbeddedRequestTest.java | 2 +- .../cloud/piranha/embedded/EmbeddedResponseBuilderTest.java | 2 +- .../main/java/cloud/piranha/extension/angus/AngusExtension.java | 2 +- extension/angus/src/main/java/module-info.java | 2 +- .../classfile/ClassfileAnnotationScanExtension.java | 2 +- .../classfile/ClassfileAnnotationScanInitializer.java | 2 +- .../internal/InternalAnnotationScanAnnotationInfo.java | 2 +- .../internal/InternalAnnotationScanAnnotationManager.java | 2 +- .../annotationscan-classfile/src/main/java/module-info.java | 2 +- .../annotationscan/classfile/AnnotationScanExtensionTest.java | 2 +- .../extension/annotationscan/classfile/TestAnnotation.java | 2 +- .../piranha/extension/annotationscan/classfile/TestServlet.java | 2 +- .../classfile/TestWithHandlesTypesInitializer.java | 2 +- .../internal/InternalAnnotationScanAnnotationManagerTest.java | 2 +- .../extension/annotationscan/AnnotationScanExtension.java | 2 +- .../extension/annotationscan/AnnotationScanInitializer.java | 2 +- .../internal/InternalAnnotationScanAnnotationInfo.java | 2 +- .../internal/InternalAnnotationScanAnnotationManager.java | 2 +- extension/annotationscan/src/main/java/module-info.java | 2 +- .../extension/annotationscan/AnnotationScanExtensionTest.java | 2 +- .../cloud/piranha/extension/annotationscan/TestAnnotation.java | 2 +- .../cloud/piranha/extension/annotationscan/TestServlet.java | 2 +- .../annotationscan/TestWithHandlesTypesInitializer.java | 2 +- .../internal/InternalAnnotationScanAnnotationManagerTest.java | 2 +- .../bytesstreamhandler/BytesStreamHandlerExtension.java | 2 +- .../BytesStreamHandlerServletContextListener.java | 2 +- .../BytesStreamHandlerServletRequestListener.java | 2 +- extension/bytesstreamhandler/src/main/java/module-info.java | 2 +- .../bytesstreamhandler/BytesStreamHandlerExtensionTest.java | 2 +- .../piranha/extension/glassfish7x/Glassfish7xExtension.java | 2 +- extension/compat-glassfish7x/src/main/java/module-info.java | 2 +- .../extension/glassfish7x/tests/Glassfish7xExtensionTest.java | 2 +- .../cloud/piranha/extension/tomcat10x/Tomcat10xExtension.java | 2 +- extension/compat-tomcat10x/src/main/java/module-info.java | 2 +- .../extension/tomcat10x/tests/Tomcat10xExtensionTest.java | 2 +- .../cloud/piranha/extension/concurro/ConcurroExtension.java | 2 +- extension/concurro/src/main/java/module-info.java | 2 +- .../piranha/extension/coreprofile/CoreProfileExtension.java | 2 +- extension/coreprofile/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/declared/DeclaredExtension.java | 2 +- .../declared/internal/InternalDeclaredInitializer.java | 2 +- extension/declared/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/declared/DeclaredExtensionTest.java | 2 +- .../handlestypes/internal/InternalDeclaredInitializerTest.java | 2 +- .../cloud/piranha/extension/datasource/DataSourceWrapper.java | 2 +- .../extension/datasource/DefaultDatasourceExtension.java | 2 +- .../extension/datasource/DefaultDatasourceInitializer.java | 2 +- .../cloud/piranha/extension/datasource/TxJoiningDataSource.java | 2 +- .../cloud/piranha/extension/datasource/XADataSourceWrapper.java | 2 +- extension/default-datasource/src/main/java/module-info.java | 2 +- .../piranha/extension/eclipselink/EclipseLinkCdiExtension.java | 2 +- .../piranha/extension/eclipselink/EclipseLinkExtension.java | 2 +- .../piranha/extension/eclipselink/EclipseLinkInitializer.java | 2 +- .../extension/eclipselink/EntityManagerFactoryCreator.java | 2 +- .../piranha/extension/eclipselink/EntityManagerProducer.java | 2 +- .../piranha/extension/eclipselink/NonTxEntityManagerHolder.java | 2 +- .../piranha/extension/eclipselink/PiranhaEntityManager.java | 2 +- .../piranha/extension/eclipselink/TxEntityManagerHolder.java | 2 +- .../extension/eclipselink/wrappers/EntityManagerWrapper.java | 2 +- extension/eclipselink/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/epicyro/AuthenticationFilter.java | 2 +- .../piranha/extension/epicyro/AuthenticationInitializer.java | 2 +- .../piranha/extension/epicyro/DoNothingServerAuthModule.java | 2 +- extension/epicyro/src/main/java/module-info.java | 2 +- .../extension/epicyro/AuthenticationInitializerTest.java | 2 +- .../cloud/piranha/extension/exousia/AuthorizationFilter.java | 2 +- .../piranha/extension/exousia/AuthorizationInitializer.java | 2 +- .../piranha/extension/exousia/AuthorizationPostInitializer.java | 2 +- .../cloud/piranha/extension/exousia/AuthorizationPreFilter.java | 2 +- .../piranha/extension/exousia/AuthorizationPreInitializer.java | 2 +- .../cloud/piranha/extension/exousia/PiranhaPrincipalMapper.java | 2 +- .../piranha/extension/exousia/PiranhaToExousiaConverter.java | 2 +- extension/exousia/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/expressly/ExpresslyExtension.java | 2 +- extension/expressly/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/fileupload/FileUploadExtension.java | 2 +- .../cloud/piranha/extension/fileupload/FileUploadMultiPart.java | 2 +- .../extension/fileupload/FileUploadMultiPartInitializer.java | 2 +- .../extension/fileupload/FileUploadMultiPartManager.java | 2 +- extension/fileupload/src/main/java/module-info.java | 2 +- .../extension/fileupload/FileUploadMultiPartManagerTest.java | 2 +- .../piranha/extension/handlestypes/HandlesTypesExtension.java | 2 +- .../handlestypes/internal/InternalHandlesTypesInitializer.java | 2 +- .../handlestypes/internal/InternalHandlesTypesManager.java | 2 +- extension/handlestypes/src/main/java/module-info.java | 2 +- .../extension/handlestypes/HandlesTypesExtensionTest.java | 2 +- .../internal/InternalHandlesTypesInitializerTest.java | 2 +- .../handlestypes/internal/InternalHandlesTypesManagerTest.java | 2 +- .../cloud/piranha/extension/handlestypes/internal/TestA.java | 2 +- .../cloud/piranha/extension/handlestypes/internal/TestB.java | 2 +- .../cloud/piranha/extension/handlestypes/internal/TestC.java | 2 +- .../cloud/piranha/extension/handlestypes/internal/TestD.java | 2 +- .../handlestypes/internal/TestServletContainerInitializer.java | 2 +- .../cloud/piranha/extension/hazelcast/HazelcastHttpSession.java | 2 +- .../extension/hazelcast/HazelcastHttpSessionManager.java | 2 +- .../cloud/piranha/extension/hazelcast/HazelcastInitializer.java | 2 +- extension/hazelcast/src/main/java/module-info.java | 2 +- .../piranha/extension/hazelcast/HazelcastInitializerTest.java | 2 +- .../java/cloud/piranha/extension/herring/HerringExtension.java | 2 +- .../piranha/extension/herring/HerringInitialContextFactory.java | 2 +- .../extension/herring/HerringServletRequestListener.java | 2 +- extension/herring/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/herring/HerringExtensionTest.java | 2 +- .../hibernate/validator/HibernateValidatorExtension.java | 2 +- extension/hibernate-validator/src/main/java/module-info.java | 2 +- .../main/java/cloud/piranha/extension/jaxb/JAXBExtension.java | 2 +- extension/jaxb/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/jersey/JerseyExtension.java | 2 +- .../java/cloud/piranha/extension/jersey/JerseySourceBean.java | 2 +- .../java/cloud/piranha/extension/jersey/JerseyTargetBean.java | 2 +- extension/jersey/src/main/java/module-info.java | 2 +- .../main/java/cloud/piranha/extension/jstl/JSTLExtension.java | 2 +- extension/jstl/src/main/java/module-info.java | 2 +- .../main/java/cloud/piranha/extension/micro/MicroExtension.java | 2 +- extension/micro/src/main/java/module-info.java | 2 +- .../piranha/extension/microprofile/MicroProfileExtension.java | 2 +- extension/microprofile/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/mojarra/MojarraExtension.java | 2 +- extension/mojarra/src/main/java/module-info.java | 2 +- .../extension/naming/cdi/DefaultInitialContextFactory.java | 2 +- .../cloud/piranha/extension/naming/cdi/NamingExtension.java | 2 +- .../extension/naming/cdi/NamingServletRequestListener.java | 2 +- extension/naming-cdi/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/naming/NamingExtensionTest.java | 2 +- .../piranha/extension/omnifaces/config/ConfigExtension.java | 2 +- extension/omnifaces-config/src/main/java/module-info.java | 2 +- .../microprofile/jwt/auth/MicroProfileJWTAuthExtension.java | 2 +- .../src/main/java/module-info.java | 2 +- .../piranha/extension/omniservices/OmniServicesExtension.java | 2 +- extension/omnifaces-omniservices/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/omniutils/OmniUtilsExtension.java | 2 +- extension/omnifaces-omniutils/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/omnibeans/OmniBeansExtension.java | 2 +- extension/omnifish-omnibeans/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/transact/TransactExtension.java | 2 +- .../java/cloud/piranha/extension/transact/TransactFilter.java | 2 +- .../cloud/piranha/extension/transact/TransactInitializer.java | 2 +- extension/omnifish-transact/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/parsson/ParssonExtension.java | 2 +- extension/parsson/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/platform/PlatformExtension.java | 2 +- extension/platform/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/policy/PolicyExtension.java | 2 +- .../policy/internal/InternalPolicyServletContextListener.java | 2 +- .../policy/internal/InternalPolicyServletRequestListener.java | 2 +- .../extension/policy/internal/InternalPolicyThreadLocal.java | 2 +- extension/policy/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/policy/PolicyExtensionTest.java | 2 +- .../scinitializer/ServletContainerInitializerExtension.java | 2 +- extension/scinitializer/src/main/java/module-info.java | 2 +- .../scinitializer/ServletContainerInitializerExtensionTest.java | 2 +- .../security/jakarta/JakartaSecurityAllInitializer.java | 2 +- .../extension/security/jakarta/JakartaSecurityExtension.java | 2 +- extension/security-jakarta/src/main/java/module-info.java | 2 +- .../security/servlet/ServletSecurityAllInitializer.java | 2 +- .../extension/security/servlet/ServletSecurityExtension.java | 2 +- .../extension/security/servlet/ServletSecurityManager.java | 2 +- .../security/servlet/ServletSecurityManagerExtension.java | 2 +- .../security/servlet/ServletSecurityManagerInitializer.java | 2 +- .../extension/security/servlet/ServletSecurityPrincipal.java | 2 +- extension/security-servlet/src/main/java/module-info.java | 2 +- .../security/servlet/ServletSecurityManagerExtensionTest.java | 2 +- .../security/servlet/ServletSecurityManagerInitializerTest.java | 2 +- .../extension/security/servlet/ServletSecurityManagerTest.java | 2 +- .../java/cloud/piranha/extension/servlet/ServletExtension.java | 2 +- extension/servlet/src/main/java/module-info.java | 2 +- .../servletannotations/ServletAnnotationsExtension.java | 2 +- .../servletannotations/ServletAnnotationsInitializer.java | 2 +- extension/servletannotations/src/main/java/module-info.java | 2 +- .../servletannotations/ServletAnnotationsExtensionTest.java | 2 +- .../cloud/piranha/extension/servletannotations/Test2Filter.java | 2 +- .../piranha/extension/servletannotations/Test2Servlet.java | 2 +- .../cloud/piranha/extension/servletannotations/Test3Filter.java | 2 +- .../piranha/extension/servletannotations/Test3Servlet.java | 2 +- .../cloud/piranha/extension/servletannotations/Test4Filter.java | 2 +- .../piranha/extension/servletannotations/Test4Servlet.java | 2 +- .../piranha/extension/servletannotations/Test5Servlet.java | 2 +- .../cloud/piranha/extension/servletannotations/TestFilter.java | 2 +- .../piranha/extension/servletannotations/TestListener.java | 2 +- .../cloud/piranha/extension/servletannotations/TestServlet.java | 2 +- .../piranha/extension/servletannotations/WebServletTest.java | 2 +- .../piranha/extension/soteria/IdentityStoreLoginHandler.java | 2 +- .../cloud/piranha/extension/soteria/SoteriaInitializer.java | 2 +- .../piranha/extension/soteria/SoteriaPreCDIInitializer.java | 2 +- extension/soteria/src/main/java/module-info.java | 2 +- .../extension/soteria/IdentityStoreLoginHandlerTest.java | 2 +- .../piranha/extension/soteria/SoteriaInitializerNoCdiTest.java | 2 +- .../cloud/piranha/extension/soteria/SoteriaInitializerTest.java | 2 +- .../piranha/extension/soteria/SoteriaPreCDIInitializerTest.java | 2 +- .../java/cloud/piranha/extension/soteria/TestIdentityStore.java | 2 +- .../java/cloud/piranha/extension/tempdir/TempDirExtension.java | 2 +- .../extension/tempdir/TempDirServletContainerInitializer.java | 2 +- extension/tempdir/src/main/java/module-info.java | 2 +- .../cloud/piranha/extension/tempdir/TempDirExtensionTest.java | 2 +- .../tempdir/TempDirServletContainerInitializerTest.java | 2 +- .../main/java/cloud/piranha/extension/tyrus/TyrusExtension.java | 2 +- extension/tyrus/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/tyrus/TyrusExtensionTest.java | 2 +- .../main/java/cloud/piranha/extension/wasp/WaspExtension.java | 2 +- .../main/java/cloud/piranha/extension/wasp/WaspInitializer.java | 2 +- .../main/java/cloud/piranha/extension/wasp/WaspJspManager.java | 2 +- .../cloud/piranha/extension/wasp/WaspJspManagerExtension.java | 2 +- .../cloud/piranha/extension/wasp/WaspJspManagerInitializer.java | 2 +- .../src/main/java/cloud/piranha/extension/wasp/WaspServlet.java | 2 +- extension/wasp/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/wasp/JspDescriptorTest.java | 2 +- .../test/java/cloud/piranha/extension/wasp/JspWriterTest.java | 2 +- .../java/cloud/piranha/extension/wasp/WaspExtensionTest.java | 2 +- .../java/cloud/piranha/extension/wasp/WaspInitializerTest.java | 2 +- .../piranha/extension/wasp/WaspJspManagerExtensionTest.java | 2 +- .../cloud/piranha/extension/webprofile/WebProfileExtension.java | 2 +- extension/webprofile/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/webxml/WebXmlExtension.java | 2 +- .../java/cloud/piranha/extension/webxml/WebXmlInitializer.java | 2 +- .../java/cloud/piranha/extension/webxml/internal/WebXml.java | 2 +- .../piranha/extension/webxml/internal/WebXmlContextParam.java | 2 +- .../piranha/extension/webxml/internal/WebXmlDataSource.java | 2 +- .../piranha/extension/webxml/internal/WebXmlErrorPage.java | 2 +- .../cloud/piranha/extension/webxml/internal/WebXmlFilter.java | 2 +- .../extension/webxml/internal/WebXmlFilterInitParam.java | 2 +- .../piranha/extension/webxml/internal/WebXmlFilterMapping.java | 2 +- .../piranha/extension/webxml/internal/WebXmlJspConfig.java | 2 +- .../extension/webxml/internal/WebXmlJspConfigTaglib.java | 2 +- .../cloud/piranha/extension/webxml/internal/WebXmlListener.java | 2 +- .../piranha/extension/webxml/internal/WebXmlLoginConfig.java | 2 +- .../cloud/piranha/extension/webxml/internal/WebXmlManager.java | 2 +- .../piranha/extension/webxml/internal/WebXmlMimeMapping.java | 2 +- .../cloud/piranha/extension/webxml/internal/WebXmlParser.java | 2 +- .../piranha/extension/webxml/internal/WebXmlProcessor.java | 2 +- .../extension/webxml/internal/WebXmlSecurityConstraint.java | 2 +- .../cloud/piranha/extension/webxml/internal/WebXmlServlet.java | 2 +- .../extension/webxml/internal/WebXmlServletInitParam.java | 2 +- .../piranha/extension/webxml/internal/WebXmlServletMapping.java | 2 +- .../extension/webxml/internal/WebXmlServletMultipartConfig.java | 2 +- .../extension/webxml/internal/WebXmlServletSecurityRoleRef.java | 2 +- .../piranha/extension/webxml/internal/WebXmlSessionConfig.java | 2 +- .../webxml/internal/WebXmlSessionConfigCookieConfig.java | 2 +- extension/webxml/src/main/java/module-info.java | 2 +- .../test/java/cloud/piranha/extension/webxml/TestFilter.java | 2 +- .../test/java/cloud/piranha/extension/webxml/TestServlet.java | 2 +- .../cloud/piranha/extension/webxml/WebXmlExtensionTest.java | 2 +- .../cloud/piranha/extension/webxml/WebXmlInitializerTest.java | 2 +- .../piranha/extension/webxml/internal/ContextParamTest.java | 2 +- .../cloud/piranha/extension/webxml/internal/DataSourceTest.java | 2 +- .../extension/webxml/internal/DefaultContextPathTest.java | 2 +- .../extension/webxml/internal/DenyUncoveredMethodsTest.java | 2 +- .../extension/webxml/internal/EffectiveMajorVersionTest.java | 2 +- .../cloud/piranha/extension/webxml/internal/ErrorPageTest.java | 2 +- .../piranha/extension/webxml/internal/FilterMappingTest.java | 2 +- .../cloud/piranha/extension/webxml/internal/JspConfigTest.java | 2 +- .../piranha/extension/webxml/internal/MetadataCompleteTest.java | 2 +- .../piranha/extension/webxml/internal/MimeMappingTest.java | 2 +- .../webxml/internal/TestWithoutLeadingSlashServlet.java | 2 +- .../piranha/extension/webxml/internal/WebXmlManagerTest.java | 2 +- .../piranha/extension/webxml/internal/WebXmlParserTest.java | 2 +- .../piranha/extension/webxml/internal/WebXmlProcessorTest.java | 2 +- .../piranha/extension/webxml/internal/WelcomeFileTest.java | 2 +- .../extension/webxml/internal/WithoutLeadingSlashTest.java | 2 +- .../piranha/extension/welcomefile/WelcomeFileExtension.java | 2 +- .../welcomefile/internal/InternalWelcomeFileManager.java | 2 +- extension/welcomefile/src/main/java/module-info.java | 2 +- .../piranha/extension/welcomefile/WelcomeFileExtensionTest.java | 2 +- .../welcomefile/internal/InternalWelcomeFileManagerTest.java | 2 +- .../extension/weld/RealtimeHttpServletRequestWrapper.java | 2 +- .../src/main/java/cloud/piranha/extension/weld/WeldCDI.java | 2 +- .../main/java/cloud/piranha/extension/weld/WeldContainer.java | 2 +- .../main/java/cloud/piranha/extension/weld/WeldExtension.java | 2 +- .../cloud/piranha/extension/weld/WeldHttpServletRequest.java | 2 +- .../java/cloud/piranha/extension/weld/WeldInitListener.java | 2 +- .../main/java/cloud/piranha/extension/weld/WeldInitializer.java | 2 +- .../cloud/piranha/extension/weld/WeldObjectInstanceManager.java | 2 +- .../main/java/cloud/piranha/extension/weld/WeldProvider.java | 2 +- .../java/cloud/piranha/extension/weld/WeldSecurityService.java | 2 +- extension/weld/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/extension/yasson/YassonExtension.java | 2 +- extension/yasson/src/main/java/module-info.java | 2 +- .../src/main/java/cloud/piranha/test/ConfigPropertiesAdder.java | 2 +- .../test/java/org/jboss/weld/tck/piranha/PiranhaExtension.java | 2 +- .../api/src/main/java/cloud/piranha/feature/api/Feature.java | 2 +- .../src/main/java/cloud/piranha/feature/api/FeatureManager.java | 2 +- feature/api/src/main/java/module-info.java | 2 +- .../src/main/java/cloud/piranha/feature/crac/CracFeature.java | 2 +- feature/crac/src/main/java/module-info.java | 2 +- .../test/java/cloud/piranha/feature/crac/CracFeatureTest.java | 2 +- .../cloud/piranha/feature/exitonstop/ExitOnStopFeature.java | 2 +- feature/exitonstop/src/main/java/module-info.java | 2 +- .../cloud/piranha/feature/exitonstop/ExitOnStopFeatureTest.java | 2 +- .../src/main/java/cloud/piranha/feature/http/HttpFeature.java | 2 +- feature/http/src/main/java/module-info.java | 2 +- .../test/java/cloud/piranha/feature/http/HttpFeatureTest.java | 2 +- .../src/main/java/cloud/piranha/feature/https/HttpsFeature.java | 2 +- feature/https/src/main/java/module-info.java | 2 +- .../test/java/cloud/piranha/feature/https/HttpsFeatureTest.java | 2 +- .../main/java/cloud/piranha/feature/impl/DefaultFeature.java | 2 +- .../java/cloud/piranha/feature/impl/DefaultFeatureManager.java | 2 +- feature/impl/src/main/java/module-info.java | 2 +- .../cloud/piranha/feature/impl/DefaultFeatureManagerTest.java | 2 +- .../java/cloud/piranha/feature/impl/DefaultFeatureTest.java | 2 +- .../piranha/feature/isolatedwebapp/IsolatedWebAppFeature.java | 2 +- feature/isolatedwebapp/src/main/java/module-info.java | 2 +- .../main/java/cloud/piranha/feature/logging/LoggingFeature.java | 2 +- .../main/java/cloud/piranha/feature/logging/LoggingHandler.java | 2 +- feature/logging/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/feature/logging/LoggingFeatureTest.java | 2 +- .../pid/src/main/java/cloud/piranha/feature/pid/PidFeature.java | 2 +- feature/pid/src/main/java/module-info.java | 2 +- .../main/java/cloud/piranha/feature/webapp/WebAppFeature.java | 2 +- feature/webapp/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/feature/webapp/WebAppFeatureTest.java | 2 +- .../main/java/cloud/piranha/feature/webapps/WebAppsFeature.java | 2 +- feature/webapps/src/main/java/module-info.java | 2 +- http/api/src/main/java/cloud/piranha/http/api/HttpServer.java | 2 +- .../main/java/cloud/piranha/http/api/HttpServerProcessor.java | 2 +- .../cloud/piranha/http/api/HttpServerProcessorEndState.java | 2 +- .../src/main/java/cloud/piranha/http/api/HttpServerRequest.java | 2 +- .../main/java/cloud/piranha/http/api/HttpServerResponse.java | 2 +- http/api/src/main/java/cloud/piranha/http/api/package-info.java | 2 +- http/api/src/main/java/module-info.java | 2 +- .../src/main/java/cloud/piranha/http/crac/CracHttpServer.java | 2 +- http/crac/src/main/java/module-info.java | 2 +- .../main/java/cloud/piranha/http/grizzly/GrizzlyHttpServer.java | 2 +- .../cloud/piranha/http/grizzly/GrizzlyHttpServerRequest.java | 2 +- .../cloud/piranha/http/grizzly/GrizzlyHttpServerResponse.java | 2 +- .../src/main/java/cloud/piranha/http/grizzly/package-info.java | 2 +- http/grizzly/src/main/java/module-info.java | 2 +- .../piranha/http/grizzly/GrizzlyHttpServerRequestTest.java | 2 +- .../java/cloud/piranha/http/grizzly/GrizzlyHttpServerTest.java | 2 +- .../main/java/cloud/piranha/http/impl/DefaultHttpServer.java | 2 +- .../piranha/http/impl/DefaultHttpServerAcceptorThread.java | 2 +- .../piranha/http/impl/DefaultHttpServerProcessingThread.java | 2 +- .../cloud/piranha/http/impl/DefaultHttpServerProcessor.java | 2 +- .../java/cloud/piranha/http/impl/DefaultHttpServerRequest.java | 2 +- .../java/cloud/piranha/http/impl/DefaultHttpServerResponse.java | 2 +- .../cloud/piranha/http/impl/DefaultHttpServerThreadFactory.java | 2 +- .../src/main/java/cloud/piranha/http/impl/package-info.java | 2 +- http/impl/src/main/java/module-info.java | 2 +- .../cloud/piranha/http/impl/DefaultHttpServerRequestTest.java | 2 +- .../java/cloud/piranha/http/impl/DefaultHttpServerTest.java | 2 +- .../src/main/java/cloud/piranha/http/jdk/JdkHttpHandler.java | 2 +- .../src/main/java/cloud/piranha/http/jdk/JdkHttpRequest.java | 2 +- .../src/main/java/cloud/piranha/http/jdk/JdkHttpResponse.java | 2 +- .../jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpServer.java | 2 +- http/jdk/src/main/java/cloud/piranha/http/jdk/package-info.java | 2 +- http/jdk/src/main/java/module-info.java | 2 +- .../src/test/java/cloud/piranha/http/jdk/JdkHttpServerTest.java | 2 +- .../src/main/java/cloud/piranha/http/netty/NettyHttpServer.java | 2 +- .../java/cloud/piranha/http/netty/NettyHttpServerHandler.java | 2 +- .../cloud/piranha/http/netty/NettyHttpServerInitializer.java | 2 +- .../java/cloud/piranha/http/netty/NettyHttpServerRequest.java | 2 +- .../java/cloud/piranha/http/netty/NettyHttpServerResponse.java | 2 +- .../src/main/java/cloud/piranha/http/netty/package-info.java | 2 +- http/netty/src/main/java/module-info.java | 2 +- .../test/java/cloud/piranha/http/netty/NettyHttpServerTest.java | 2 +- .../java/cloud/piranha/http/tests/HttpServerRequestTest.java | 2 +- .../src/main/java/cloud/piranha/http/tests/HttpServerTest.java | 2 +- .../java/cloud/piranha/http/tests/TestHttpServerProcessor.java | 2 +- http/tests/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/http/undertow/UndertowHttpHandler.java | 2 +- .../java/cloud/piranha/http/undertow/UndertowHttpRequest.java | 2 +- .../java/cloud/piranha/http/undertow/UndertowHttpResponse.java | 2 +- .../java/cloud/piranha/http/undertow/UndertowHttpServer.java | 2 +- .../src/main/java/cloud/piranha/http/undertow/package-info.java | 2 +- http/undertow/src/main/java/module-info.java | 2 +- .../cloud/piranha/http/undertow/UndertowHttpServerTest.java | 2 +- .../main/java/cloud/piranha/http/virtual/VirtualHttpServer.java | 2 +- http/virtual/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/http/virtual/VirtualHttpServerTest.java | 2 +- .../piranha/http/webapp/HttpWebApplicationOutputStream.java | 2 +- .../cloud/piranha/http/webapp/HttpWebApplicationRequest.java | 2 +- .../cloud/piranha/http/webapp/HttpWebApplicationResponse.java | 2 +- .../cloud/piranha/http/webapp/HttpWebApplicationServer.java | 2 +- .../http/webapp/HttpWebApplicationServerRequestMapper.java | 2 +- http/webapp/src/main/java/module-info.java | 2 +- .../piranha/http/webapp/HttpWebApplicationRequestTest.java | 2 +- .../piranha/http/webapp/HttpWebApplicationResponseTest.java | 2 +- .../cloud/piranha/http/webapp/HttpWebApplicationServerTest.java | 2 +- .../test/java/cloud/piranha/http/webapp/TestSnoopServlet.java | 2 +- .../src/main/java/cloud/piranha/maven/plugin/BaseMojo.java | 2 +- .../src/main/java/cloud/piranha/maven/plugin/RunMojo.java | 2 +- .../src/main/java/cloud/piranha/maven/plugin/StartMojo.java | 2 +- .../src/main/java/cloud/piranha/maven/plugin/StopMojo.java | 2 +- maven/plugin/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/micro/builder/MicroEmbeddedPiranha.java | 2 +- .../piranha/micro/builder/MicroEmbeddedPiranhaBuilder.java | 2 +- .../java/cloud/piranha/micro/builder/MicroWebApplication.java | 2 +- .../src/main/java/cloud/piranha/micro/builder/package-info.java | 2 +- micro/builder/src/main/java/module-info.java | 2 +- .../src/main/java/cloud/piranha/micro/core/CdiExtension.java | 2 +- .../java/cloud/piranha/micro/core/DefaultAnnotationInfo.java | 2 +- .../java/cloud/piranha/micro/core/InMemoryIdentityStore.java | 2 +- .../java/cloud/piranha/micro/core/MicroInnerApplication.java | 2 +- .../main/java/cloud/piranha/micro/core/MicroInnerDeployer.java | 2 +- .../cloud/piranha/micro/core/PiranhaBeanArchiveHandler.java | 2 +- micro/core/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/micro/loader/MicroConfiguration.java | 2 +- .../java/cloud/piranha/micro/loader/MicroDeployOutcome.java | 2 +- .../src/main/java/cloud/piranha/micro/loader/MicroInfo.java | 2 +- .../java/cloud/piranha/micro/loader/MicroOuterDeployer.java | 2 +- .../java/cloud/piranha/micro/loader/StaticStreamHandler.java | 2 +- .../piranha/micro/loader/StaticURLStreamHandlerFactory.java | 2 +- .../src/main/java/cloud/piranha/micro/loader/package-info.java | 2 +- micro/loader/src/main/java/module-info.java | 2 +- multi/src/main/java/cloud/piranha/multi/MultiPiranha.java | 2 +- .../src/main/java/cloud/piranha/multi/MultiPiranhaBuilder.java | 2 +- multi/src/main/java/cloud/piranha/multi/MultiPiranhaMain.java | 2 +- .../src/main/java/cloud/piranha/multi/MultiWebApplication.java | 2 +- multi/src/main/java/module-info.java | 2 +- multi/src/main/zip/etc/logging.properties | 2 +- .../test/java/cloud/piranha/multi/MultiPiranhaBuilderTest.java | 2 +- multi/src/test/java/cloud/piranha/multi/MultiPiranhaIT.java | 2 +- pom.xml | 2 +- .../api/src/main/java/cloud/piranha/resource/api/Resource.java | 2 +- .../main/java/cloud/piranha/resource/api/ResourceManager.java | 2 +- .../cloud/piranha/resource/api/ResourceManagerClassLoader.java | 2 +- .../src/main/java/cloud/piranha/resource/api/package-info.java | 2 +- resource/api/src/main/java/module-info.java | 2 +- .../cloud/piranha/resource/impl/AliasedDirectoryResource.java | 2 +- .../java/cloud/piranha/resource/impl/AliasedNamedResource.java | 2 +- .../java/cloud/piranha/resource/impl/ByteArrayResource.java | 2 +- .../resource/impl/ByteArrayResourceStreamHandlerProvider.java | 2 +- .../piranha/resource/impl/ByteArrayResourceURLConnection.java | 2 +- .../resource/impl/ByteArrayResourceURLStreamHandler.java | 2 +- .../main/java/cloud/piranha/resource/impl/ClassResource.java | 2 +- .../cloud/piranha/resource/impl/DefaultResourceManager.java | 2 +- .../resource/impl/DefaultResourceManagerClassLoader.java | 2 +- .../java/cloud/piranha/resource/impl/DirectoryResource.java | 2 +- .../src/main/java/cloud/piranha/resource/impl/JarResource.java | 2 +- .../java/cloud/piranha/resource/impl/MultiReleaseResource.java | 2 +- .../java/cloud/piranha/resource/impl/PrefixJarResource.java | 2 +- .../main/java/cloud/piranha/resource/impl/StringResource.java | 2 +- resource/impl/src/main/java/module-info.java | 2 +- .../piranha/resource/impl/AliasedDirectoryResourceTest.java | 2 +- .../cloud/piranha/resource/impl/AliasedNamedResourceTest.java | 2 +- .../java/cloud/piranha/resource/impl/ByteArrayResourceTest.java | 2 +- .../cloud/piranha/resource/impl/DefaultResourceManagerTest.java | 2 +- .../java/cloud/piranha/resource/impl/DirectoryResourceTest.java | 2 +- .../test/java/cloud/piranha/resource/impl/JarResourceTest.java | 2 +- .../cloud/piranha/resource/impl/MultiReleaseResourceTest.java | 2 +- .../java/cloud/piranha/resource/impl/PrefixJarResourceTest.java | 2 +- .../piranha/resource/shrinkwrap/ArchiveURLStreamHandler.java | 2 +- .../piranha/resource/shrinkwrap/GlobalArchiveStreamHandler.java | 2 +- .../shrinkwrap/IsolatingResourceManagerClassLoader.java | 2 +- .../cloud/piranha/resource/shrinkwrap/NodeURLStreamHandler.java | 2 +- .../resource/shrinkwrap/ShrinkWrapDirectoryInputStream.java | 2 +- .../cloud/piranha/resource/shrinkwrap/ShrinkWrapResource.java | 2 +- .../cloud/piranha/resource/shrinkwrap/StreamConnection.java | 2 +- resource/shrinkwrap/src/main/java/module-info.java | 2 +- .../piranha/resource/shrinkwrap/DefaultResourceManagerTest.java | 2 +- .../shrinkwrap/DefaultWebApplicationClassLoaderTest.java | 2 +- single/src/main/java/cloud/piranha/single/SingleMain.java | 2 +- single/src/main/java/cloud/piranha/single/SinglePiranha.java | 2 +- .../main/java/cloud/piranha/single/SinglePiranhaBuilder.java | 2 +- single/src/main/java/module-info.java | 2 +- .../java/cloud/piranha/single/SinglePiranhaBuilderTest.java | 2 +- .../src/test/java/cloud/piranha/single/SinglePiranhaTest.java | 2 +- .../embedded/EmbeddedPiranhaServletWebServerFactory.java | 2 +- .../spring/starter/embedded/EmbeddedPiranhaWebServer.java | 2 +- .../src/main/java/module-info.java | 2 +- .../src/main/java/cloud/piranha/test/common/PiranhaStartup.java | 2 +- test/common/src/main/java/module-info.java | 2 +- .../src/main/java/arquillian/HelloArquillianApplication.java | 2 +- .../src/main/java/arquillian/HelloArquillianBean.java | 2 +- .../cloud/piranha/test/coreprofile/distribution/AsyncBean.java | 2 +- .../piranha/test/coreprofile/distribution/BeanParamBean.java | 2 +- .../piranha/test/coreprofile/distribution/BeanParamInput.java | 2 +- .../coreprofile/distribution/ContainerRequestContextBean.java | 2 +- .../coreprofile/distribution/ContainerRequestContextFilter.java | 2 +- .../test/coreprofile/distribution/DependencyInjectionBean.java | 2 +- .../test/coreprofile/distribution/IntegrationApplication.java | 2 +- .../test/coreprofile/distribution/InterceptInterceptor.java | 2 +- .../piranha/test/coreprofile/distribution/InterceptedBean.java | 2 +- .../java/cloud/piranha/test/coreprofile/distribution/Jsonb.java | 2 +- .../piranha/test/coreprofile/distribution/ProducesBean.java | 2 +- .../cloud/piranha/test/coreprofile/distribution/RestBean.java | 2 +- .../cloud/piranha/test/coreprofile/distribution/SseBean.java | 2 +- .../piranha/test/coreprofile/distribution/SseBroadcastBean.java | 2 +- .../java/cloud/piranha/test/coreprofile/distribution/TRACE.java | 2 +- .../cloud/piranha/test/coreprofile/distribution/AsyncIT.java | 2 +- .../piranha/test/coreprofile/distribution/BeanParamIT.java | 2 +- .../coreprofile/distribution/ContainerRequestContextIT.java | 2 +- .../test/coreprofile/distribution/DependencyInjectionIT.java | 2 +- .../cloud/piranha/test/coreprofile/distribution/ITBase.java | 2 +- .../piranha/test/coreprofile/distribution/InterceptorIT.java | 2 +- .../piranha/test/coreprofile/distribution/JsonBindingIT.java | 2 +- .../piranha/test/coreprofile/distribution/JsonProcessingIT.java | 2 +- .../cloud/piranha/test/coreprofile/distribution/ProducesIT.java | 2 +- .../cloud/piranha/test/coreprofile/distribution/RestIT.java | 2 +- .../java/cloud/piranha/test/coreprofile/distribution/SseIT.java | 2 +- .../coreprofile/json/src/main/java/temperature/Temperature.java | 2 +- .../json/src/main/java/temperature/TemperatureApplication.java | 2 +- .../json/src/main/java/temperature/TemperatureBean.java | 2 +- .../test/coreprofile/no_servlet_class/EchoApplication.java | 2 +- .../piranha/test/coreprofile/no_servlet_class/EchoBean.java | 2 +- .../cloud/piranha/test/coreprofile/rest/RestApplication.java | 2 +- .../main/java/cloud/piranha/test/coreprofile/rest/RestBean.java | 2 +- .../test/java/cloud/piranha/test/coreprofile/rest/RestIT.java | 2 +- .../src/main/java/classloader/ClassLoaderServlet.java | 2 +- .../classloader2/src/test/java/classloader/ClassLoaderIT.java | 2 +- .../eclipselink/src/main/java/eclipselink/EclipseLinkBean.java | 2 +- .../eclipselink/src/main/java/eclipselink/EclipseLinkTable.java | 2 +- .../eclipselink/src/test/java/eclipselink/EclipseLinkTest.java | 2 +- test/embedded/exousia/src/test/java/exousia/ExousiaTest.java | 2 +- test/embedded/exousia/src/test/java/exousia/PublicServlet.java | 2 +- .../hazelcast/src/main/java/hazelcast/HazelcastBean.java | 2 +- .../hazelcast/src/test/java/hazelcast/HazelcastTest.java | 2 +- .../src/main/java/helloworld/HelloWorldApplication.java | 2 +- .../helloworld/src/main/java/helloworld/HelloWorldServlet.java | 2 +- .../helloworld/src/test/java/helloworld/HelloWorldTest.java | 2 +- test/embedded/soteria-basic/src/test/java/basic/BasicTest.java | 2 +- .../src/test/java/basic/DynamicInitialContextFactory.java | 2 +- .../soteria-basic/src/test/java/basic/ProtectedServlet.java | 2 +- .../soteria-basic/src/test/java/basic/PublicServlet.java | 2 +- .../soteria-basic/src/test/java/basic/TestIdentityStore.java | 2 +- .../src/test/java/form/DynamicInitialContextFactory.java | 2 +- .../soteria-form/src/test/java/form/ErrorPageServlet.java | 2 +- test/embedded/soteria-form/src/test/java/form/FormTest.java | 2 +- .../soteria-form/src/test/java/form/LoginPageServlet.java | 2 +- .../soteria-form/src/test/java/form/ProtectedServlet.java | 2 +- .../soteria-form/src/test/java/form/TestIdentityStore.java | 2 +- .../src/main/java/test/custom/http/Main.java | 2 +- .../src/main/java/test/custom/http/MyController.java | 2 +- .../springboot/src/main/java/test1/Test1Application.java | 2 +- .../springboot/src/main/java/test1/Test1Controller.java | 2 +- .../src/test/java/webfragmentinjar/WebFragmentInJar1IT.java | 2 +- test/embedded/weld/src/main/java/weld/WeldRequestBean.java | 2 +- test/embedded/weld/src/test/java/weld/WeldTest.java | 2 +- test/jpms/src/test/java/jpms/ModuleFinderTest.java | 2 +- test/jpms/src/test/java/package1/Library.java | 2 +- test/jpms/src/test/java/package1/Service.java | 2 +- test/jpms/src/test/java/package1/Servlet.java | 2 +- test/jpms/src/test/java/package1/Utils.java | 2 +- test/jpms/src/test/java/package2/Library.java | 2 +- test/jpms/src/test/java/package2/Listener.java | 2 +- test/jpms/src/test/java/package3/DefaultService.java | 2 +- test/jpms/src/test/java/package3/Filter.java | 2 +- test/jpms/src/test/java/package3/Library.java | 2 +- .../helloworld/src/main/java/helloworld/HelloWorldServlet.java | 2 +- .../src/test/java/helloworld/HelloWorldServletIT.java | 2 +- .../src/main/java/config/ConfigApplicationBean.java | 2 +- .../microprofile-config/src/main/java/config/ConfigServlet.java | 2 +- .../microprofile-config/src/test/java/config/ConfigTest.java | 2 +- .../src/main/java/protectedservlet/ProtectedBean.java | 2 +- .../src/main/java/protectedservlet/ProtectedServlet.java | 2 +- .../src/test/java/protectedservlet/ProtectedServletIT.java | 2 +- test/micro/snoop/src/main/java/snoop/SnoopServlet.java | 2 +- test/micro/snoop/src/test/java/snoop/SnoopIT.java | 2 +- .../helloworld/src/test/java/helloworld/HelloWorldIT.java | 2 +- .../src/main/java/programmatic/ProgrammaticServlet.java | 2 +- .../programmatic/src/test/java/programmatic/ProgrammaticIT.java | 2 +- test/server/wasp/src/main/java/wasp/HelloTldTag.java | 2 +- test/server/wasp/src/test/java/wasp/HelloTagJspIT.java | 2 +- test/server/wasp/src/test/java/wasp/HelloTld2JspIT.java | 2 +- test/server/wasp/src/test/java/wasp/HelloTldJspIT.java | 2 +- test/server/wasp/src/test/java/wasp/IndexJspIT.java | 2 +- .../src/main/java/cloud/piranha/test/servlet/crac/CracBean.java | 2 +- .../src/test/java/cloud/piranha/test/servlet/crac/CracIT.java | 2 +- test/servlet/hello/src/main/java/hello/HelloServlet.java | 2 +- test/servlet/hello/src/test/java/hello/HelloIT.java | 2 +- .../piranha/test/servlet/integration/IntegrationServlet.java | 2 +- .../cloud/piranha/test/servlet/integration/IntegrationtIT.java | 2 +- test/servlet/websocket/src/main/java/chat/ChatEndpoint.java | 2 +- .../helloworld/src/main/java/helloworld/ApplicationBean.java | 2 +- .../helloworld/src/test/java/helloworld/HelloWorldIT.java | 2 +- .../src/main/java/integration/DependencyInjectionBean.java | 2 +- .../integration/src/main/java/integration/ExpressionBean.java | 2 +- .../integration/src/main/java/integration/FacesBean.java | 2 +- .../src/main/java/integration/IntegrationApplication.java | 2 +- .../integration/src/main/java/integration/IntegrationBean.java | 2 +- .../src/main/java/integration/IntegrationServlet.java | 2 +- .../integration/src/main/java/integration/InterceptBean.java | 2 +- .../src/main/java/integration/InterceptInterceptor.java | 2 +- .../webprofile/integration/src/main/java/integration/Jsonb.java | 2 +- .../integration/src/test/java/integration/IntegrationIT.java | 2 +- 777 files changed, 777 insertions(+), 777 deletions(-) diff --git a/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainer.java b/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainer.java index 0d079a3afe..43835878f0 100644 --- a/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainer.java +++ b/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfiguration.java b/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfiguration.java index 422d3ef417..bf79afe733 100644 --- a/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfiguration.java +++ b/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtension.java b/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtension.java index f82b8f4d07..2ad58caeae 100644 --- a/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtension.java +++ b/arquillian/managed/src/main/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/managed/src/main/java/module-info.java b/arquillian/managed/src/main/java/module-info.java index 7c34f49217..eb551d9bdc 100644 --- a/arquillian/managed/src/main/java/module-info.java +++ b/arquillian/managed/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfigurationTest.java b/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfigurationTest.java index 1af331b027..5bde3aa00a 100644 --- a/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfigurationTest.java +++ b/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtensionTest.java b/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtensionTest.java index 79c085b5d8..6b25d79210 100644 --- a/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtensionTest.java +++ b/arquillian/managed/src/test/java/cloud/piranha/arquillian/managed/ManagedPiranhaContainerExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerDeployableContainer.java b/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerDeployableContainer.java index f350a6a13d..65ab34dbbf 100644 --- a/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerDeployableContainer.java +++ b/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerDeployableContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerLoadableExtension.java b/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerLoadableExtension.java index f475c30c34..250889e7fd 100644 --- a/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerLoadableExtension.java +++ b/arquillian/server/src/main/java/cloud/piranha/arquillian/server/PiranhaServerLoadableExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arquillian/server/src/main/java/module-info.java b/arquillian/server/src/main/java/module-info.java index 24ec6c10d6..9fc86d988a 100644 --- a/arquillian/server/src/main/java/module-info.java +++ b/arquillian/server/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/AnnotationInfo.java b/core/api/src/main/java/cloud/piranha/core/api/AnnotationInfo.java index ad4923e57d..588a35772b 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/AnnotationInfo.java +++ b/core/api/src/main/java/cloud/piranha/core/api/AnnotationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/AnnotationManager.java b/core/api/src/main/java/cloud/piranha/core/api/AnnotationManager.java index 9c246f26f0..33830cb098 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/AnnotationManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/AnnotationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/AsyncDispatcher.java b/core/api/src/main/java/cloud/piranha/core/api/AsyncDispatcher.java index 8d74f9f3fb..8fac37164e 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/AsyncDispatcher.java +++ b/core/api/src/main/java/cloud/piranha/core/api/AsyncDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/AsyncManager.java b/core/api/src/main/java/cloud/piranha/core/api/AsyncManager.java index bf457db4a5..38d7bee8e6 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/AsyncManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/AsyncManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/AttributeManager.java b/core/api/src/main/java/cloud/piranha/core/api/AttributeManager.java index 7d1f44a487..e4323e0807 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/AttributeManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/AttributeManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/AuthenticatedIdentity.java b/core/api/src/main/java/cloud/piranha/core/api/AuthenticatedIdentity.java index ca3b5adca6..22c7df6a4c 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/AuthenticatedIdentity.java +++ b/core/api/src/main/java/cloud/piranha/core/api/AuthenticatedIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/CurrentRequestHolder.java b/core/api/src/main/java/cloud/piranha/core/api/CurrentRequestHolder.java index 3adb5718a3..7aa7a9d064 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/CurrentRequestHolder.java +++ b/core/api/src/main/java/cloud/piranha/core/api/CurrentRequestHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/DispatcherManager.java b/core/api/src/main/java/cloud/piranha/core/api/DispatcherManager.java index 4ca14e0843..2097dccc7c 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/DispatcherManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/DispatcherManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/ErrorPageManager.java b/core/api/src/main/java/cloud/piranha/core/api/ErrorPageManager.java index 24dc99c741..9ebc4ef74a 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/ErrorPageManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/ErrorPageManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/FilterEnvironment.java b/core/api/src/main/java/cloud/piranha/core/api/FilterEnvironment.java index 24cc1cd13f..bcab684e45 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/FilterEnvironment.java +++ b/core/api/src/main/java/cloud/piranha/core/api/FilterEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/FilterMapping.java b/core/api/src/main/java/cloud/piranha/core/api/FilterMapping.java index 360bd9d882..c29ffc3918 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/FilterMapping.java +++ b/core/api/src/main/java/cloud/piranha/core/api/FilterMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/FilterPriority.java b/core/api/src/main/java/cloud/piranha/core/api/FilterPriority.java index a828e0ac00..83c9c44d50 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/FilterPriority.java +++ b/core/api/src/main/java/cloud/piranha/core/api/FilterPriority.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/HandlesTypesManager.java b/core/api/src/main/java/cloud/piranha/core/api/HandlesTypesManager.java index c9881c7df4..db6ba8c5b8 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/HandlesTypesManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/HandlesTypesManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/HttpHeader.java b/core/api/src/main/java/cloud/piranha/core/api/HttpHeader.java index 72f8dcf43b..0d41c968d9 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/HttpHeader.java +++ b/core/api/src/main/java/cloud/piranha/core/api/HttpHeader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/HttpHeaderManager.java b/core/api/src/main/java/cloud/piranha/core/api/HttpHeaderManager.java index f627b2edab..d4222c97fc 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/HttpHeaderManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/HttpHeaderManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/HttpSessionManager.java b/core/api/src/main/java/cloud/piranha/core/api/HttpSessionManager.java index eca28ed44d..8f346172e8 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/HttpSessionManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/HttpSessionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/JspManager.java b/core/api/src/main/java/cloud/piranha/core/api/JspManager.java index 58b2ed02a8..b2fe17a8be 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/JspManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/JspManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/LocaleEncodingManager.java b/core/api/src/main/java/cloud/piranha/core/api/LocaleEncodingManager.java index 7a55cc1ffd..807c244458 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/LocaleEncodingManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/LocaleEncodingManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/ModuleLayerProcessor.java b/core/api/src/main/java/cloud/piranha/core/api/ModuleLayerProcessor.java index 723af2d7cb..e087aefb17 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/ModuleLayerProcessor.java +++ b/core/api/src/main/java/cloud/piranha/core/api/ModuleLayerProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/MultiPartManager.java b/core/api/src/main/java/cloud/piranha/core/api/MultiPartManager.java index b4fb3a5718..5c58d3dc0e 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/MultiPartManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/MultiPartManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/ObjectInstanceManager.java b/core/api/src/main/java/cloud/piranha/core/api/ObjectInstanceManager.java index 4b4287de6a..38ce5f3843 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/ObjectInstanceManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/ObjectInstanceManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/Piranha.java b/core/api/src/main/java/cloud/piranha/core/api/Piranha.java index 9ecbaa60cd..749ca4bde5 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/Piranha.java +++ b/core/api/src/main/java/cloud/piranha/core/api/Piranha.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/PiranhaBuilder.java b/core/api/src/main/java/cloud/piranha/core/api/PiranhaBuilder.java index 60116b248f..6d4e285f2b 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/PiranhaBuilder.java +++ b/core/api/src/main/java/cloud/piranha/core/api/PiranhaBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/PiranhaConfiguration.java b/core/api/src/main/java/cloud/piranha/core/api/PiranhaConfiguration.java index 6caa58f4da..c08c7ac51b 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/PiranhaConfiguration.java +++ b/core/api/src/main/java/cloud/piranha/core/api/PiranhaConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/SecurityConstraint.java b/core/api/src/main/java/cloud/piranha/core/api/SecurityConstraint.java index 750d78c339..8c3ea83295 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/SecurityConstraint.java +++ b/core/api/src/main/java/cloud/piranha/core/api/SecurityConstraint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/SecurityManager.java b/core/api/src/main/java/cloud/piranha/core/api/SecurityManager.java index 52ad124c30..e6682ebc8f 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/SecurityManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/SecurityManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/SecurityRoleReference.java b/core/api/src/main/java/cloud/piranha/core/api/SecurityRoleReference.java index 360649ee7e..5e399662c5 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/SecurityRoleReference.java +++ b/core/api/src/main/java/cloud/piranha/core/api/SecurityRoleReference.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/SecurityWebResourceCollection.java b/core/api/src/main/java/cloud/piranha/core/api/SecurityWebResourceCollection.java index ae118af96c..fd420bed97 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/SecurityWebResourceCollection.java +++ b/core/api/src/main/java/cloud/piranha/core/api/SecurityWebResourceCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/ServletEnvironment.java b/core/api/src/main/java/cloud/piranha/core/api/ServletEnvironment.java index fba251c306..e2e08afabe 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/ServletEnvironment.java +++ b/core/api/src/main/java/cloud/piranha/core/api/ServletEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/ServletInvocation.java b/core/api/src/main/java/cloud/piranha/core/api/ServletInvocation.java index f6243b9f62..4b86b1e844 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/ServletInvocation.java +++ b/core/api/src/main/java/cloud/piranha/core/api/ServletInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/ServletRequestManager.java b/core/api/src/main/java/cloud/piranha/core/api/ServletRequestManager.java index 00cd69c37e..ffd8636bea 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/ServletRequestManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/ServletRequestManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplication.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplication.java index d01231faa2..b7c90171d7 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplication.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationClassLoader.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationClassLoader.java index f51fc094d9..8967b95ea4 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationClassLoader.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtension.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtension.java index 7df07f0920..ebdd9699d2 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtension.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtensionContext.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtensionContext.java index 9fa039017f..ffd02c6622 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtensionContext.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationExtensionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationInputStream.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationInputStream.java index 624ccdd7ee..2ad6b564f3 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationInputStream.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationManager.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationManager.java index 72eb4895a2..29d30c7695 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationOutputStream.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationOutputStream.java index ab188f8f8d..33e122baee 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationOutputStream.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationPrintWriter.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationPrintWriter.java index e2bcfd40a3..9a9dc25db6 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationPrintWriter.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationPrintWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequest.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequest.java index b2c707de7e..c077cad27b 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequest.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapper.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapper.java index d7408f78e0..11172413ad 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapper.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapping.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapping.java index 1706581521..69efc56abb 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapping.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationRequestMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationResponse.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationResponse.java index 5534d4a018..a6ea303286 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationResponse.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServer.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServer.java index 8b67290bb4..04928181f0 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServer.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServerRequestMapper.java b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServerRequestMapper.java index 9eaa71e72d..e70157ab9e 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServerRequestMapper.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WebApplicationServerRequestMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/cloud/piranha/core/api/WelcomeFileManager.java b/core/api/src/main/java/cloud/piranha/core/api/WelcomeFileManager.java index 69c26ce863..00c825ba13 100644 --- a/core/api/src/main/java/cloud/piranha/core/api/WelcomeFileManager.java +++ b/core/api/src/main/java/cloud/piranha/core/api/WelcomeFileManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/main/java/module-info.java b/core/api/src/main/java/module-info.java index 4168c8dd89..5fc5723f45 100644 --- a/core/api/src/main/java/module-info.java +++ b/core/api/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/api/src/test/java/cloud/piranha/core/api/AttributeManagerTest.java b/core/api/src/test/java/cloud/piranha/core/api/AttributeManagerTest.java index f96a542673..90bf676e80 100644 --- a/core/api/src/test/java/cloud/piranha/core/api/AttributeManagerTest.java +++ b/core/api/src/test/java/cloud/piranha/core/api/AttributeManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/AsyncHttpDispatchWrapper.java b/core/impl/src/main/java/cloud/piranha/core/impl/AsyncHttpDispatchWrapper.java index 431862ed1f..f761429641 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/AsyncHttpDispatchWrapper.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/AsyncHttpDispatchWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/AsyncNonHttpDispatchWrapper.java b/core/impl/src/main/java/cloud/piranha/core/impl/AsyncNonHttpDispatchWrapper.java index 84d83cf3a6..1a658ab522 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/AsyncNonHttpDispatchWrapper.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/AsyncNonHttpDispatchWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/CookieParser.java b/core/impl/src/main/java/cloud/piranha/core/impl/CookieParser.java index 16f012dc57..ea9e278c6c 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/CookieParser.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/CookieParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAnnotationManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAnnotationManager.java index d4a95bb15b..ff2f2ae418 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAnnotationManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAnnotationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncContext.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncContext.java index 13c19390d3..ce5f4ef6ce 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncContext.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncDispatcher.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncDispatcher.java index a258cd7500..63220ff3ce 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncDispatcher.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncManager.java index 13f3299ff2..53ed57578b 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAsyncManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAttributeManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAttributeManager.java index 9518293bdc..2ba65a058b 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAttributeManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAttributeManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAuthenticatedIdentity.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAuthenticatedIdentity.java index 6f6993b133..ebcef3b750 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAuthenticatedIdentity.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultAuthenticatedIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultCurrentRequestHolder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultCurrentRequestHolder.java index 1354508ef3..8d2e9e7cd5 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultCurrentRequestHolder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultCurrentRequestHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultDispatcherManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultDispatcherManager.java index 2295836181..0ed4da0460 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultDispatcherManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultDispatcherManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultErrorPageManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultErrorPageManager.java index 5324ae6dd1..2e4de0c8bd 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultErrorPageManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultErrorPageManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterChain.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterChain.java index 861b5be0dc..a0ee5c165e 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterChain.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterChain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterEnvironment.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterEnvironment.java index b703dfcba8..7253610639 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterEnvironment.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterMapping.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterMapping.java index e5c40fdf72..52862f6895 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterMapping.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultFilterMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeader.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeader.java index 0e40522efa..6dec0b931a 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeader.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeaderManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeaderManager.java index 58c293ce71..9a38734a1a 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeaderManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpHeaderManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpServletMapping.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpServletMapping.java index 0ee6c4bbac..f1445e657c 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpServletMapping.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpServletMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSession.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSession.java index 7767465e10..b6fd68ad38 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSession.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSession.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSessionManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSessionManager.java index 6567fd1275..1d87822a78 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSessionManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultHttpSessionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultInvocationFinder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultInvocationFinder.java index bc1c853a67..57863fd760 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultInvocationFinder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultInvocationFinder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspConfigDescriptor.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspConfigDescriptor.java index 73782428ac..7df299b345 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspConfigDescriptor.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspConfigDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspManager.java index ff092e5e12..cc94beed44 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultJspManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultLocaleEncodingManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultLocaleEncodingManager.java index 706aa6fd6a..bd5c36cdc3 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultLocaleEncodingManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultLocaleEncodingManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleFinder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleFinder.java index afbee51c84..0b7f6550cf 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleFinder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleFinder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleLayerProcessor.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleLayerProcessor.java index f9764a6ac4..bade1b77a6 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleLayerProcessor.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleLayerProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReader.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReader.java index b761b17f20..a1642a8b30 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReader.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReference.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReference.java index 1afc5ed412..3e52749fd0 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReference.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultModuleReference.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultMultiPartManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultMultiPartManager.java index 2680f0431e..b8b0abfe65 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultMultiPartManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultMultiPartManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultNamedRequestDispatcher.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultNamedRequestDispatcher.java index 92fada5dc6..d748d5212d 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultNamedRequestDispatcher.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultNamedRequestDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultObjectInstanceManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultObjectInstanceManager.java index 58ceaddb2e..bd2d39ddd4 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultObjectInstanceManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultObjectInstanceManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranha.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranha.java index 64d20f787c..2be055b030 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranha.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranha.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaBuilder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaBuilder.java index 7c12db2185..8e07c65597 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaBuilder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaConfiguration.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaConfiguration.java index 554d4fc466..dc8c7b477e 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaConfiguration.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPiranhaConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPushBuilder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPushBuilder.java index 3e9877bd54..fda14e563a 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPushBuilder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultPushBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultSecurityManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultSecurityManager.java index d123936b59..4690f3ce85 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultSecurityManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultSecurityManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServlet.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServlet.java index f3aa2d754a..1fd2f54f06 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServlet.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletConnection.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletConnection.java index 6bf631c954..83cb716689 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletConnection.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletEnvironment.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletEnvironment.java index 3e233267e4..8bf1cef5c9 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletEnvironment.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletInvocation.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletInvocation.java index 75ca688741..2cf2638312 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletInvocation.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletInvocation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestDispatcher.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestDispatcher.java index 19cda1923d..8a7103e52e 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestDispatcher.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestManager.java index 8afc4b7b90..acff690185 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultServletRequestManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultTaglibDescriptor.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultTaglibDescriptor.java index c4d9cf4560..0121f9e711 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultTaglibDescriptor.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultTaglibDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplication.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplication.java index b2bccfbaf5..78222d603b 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplication.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationBuilder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationBuilder.java index b27aaee4f7..f866ed8d7d 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationBuilder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoader.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoader.java index 14bc3537e7..e3d7b9de5c 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoader.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContext.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContext.java index e48b8856e1..bf8036ee52 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContext.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationInputStream.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationInputStream.java index ccac16cbd7..f261ce2148 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationInputStream.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationManager.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationManager.java index 368fa2a7bf..0304f2c8ac 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationManager.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStream.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStream.java index abba8fa426..8b0f70ba92 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStream.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationPrintWriter.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationPrintWriter.java index 9df2982ba4..f6f4fa3962 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationPrintWriter.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationPrintWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequest.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequest.java index 989dc19e2a..b5bc6d25ac 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequest.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestBuilder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestBuilder.java index 84adb0539a..cdae5f3a0a 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestBuilder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapper.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapper.java index da96d8c24a..c6ba11a317 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapper.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapping.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapping.java index 391cc500aa..887f483f57 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapping.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponse.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponse.java index 8a0582b3ff..45dc1d6444 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponse.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponseBuilder.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponseBuilder.java index ec44a1c61d..32399351c4 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponseBuilder.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebApplicationResponseBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebConnection.java b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebConnection.java index faea3697b7..ee451a4281 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebConnection.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/DefaultWebConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/cloud/piranha/core/impl/WarFileExtractor.java b/core/impl/src/main/java/cloud/piranha/core/impl/WarFileExtractor.java index cc8b076d3a..6698d75588 100644 --- a/core/impl/src/main/java/cloud/piranha/core/impl/WarFileExtractor.java +++ b/core/impl/src/main/java/cloud/piranha/core/impl/WarFileExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/main/java/module-info.java b/core/impl/src/main/java/module-info.java index a332e76ad2..15ceb789a6 100644 --- a/core/impl/src/main/java/module-info.java +++ b/core/impl/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/AsyncContextTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/AsyncContextTest.java index a3c4f6fba8..0eed69ad2e 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/AsyncContextTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/AsyncContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/CookieParserTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/CookieParserTest.java index 9e305095f7..f44e187934 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/CookieParserTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/CookieParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultAnnotationManagerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultAnnotationManagerTest.java index a1e3d8e6a5..34c78dcd0b 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultAnnotationManagerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultAnnotationManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultErrorPageManagerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultErrorPageManagerTest.java index 09306db494..0812bce7bc 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultErrorPageManagerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultErrorPageManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultFilterEnvironmentTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultFilterEnvironmentTest.java index 562342638e..f5080f5cc9 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultFilterEnvironmentTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultFilterEnvironmentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultHttpHeaderManagerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultHttpHeaderManagerTest.java index 5c03f263df..36bb4196bf 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultHttpHeaderManagerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultHttpHeaderManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPiranhaConfigurationTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPiranhaConfigurationTest.java index e58a34e0aa..1545168af5 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPiranhaConfigurationTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPiranhaConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPushBuilderTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPushBuilderTest.java index 1c75c72a22..0d168fc895 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPushBuilderTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultPushBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultSecurityManagerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultSecurityManagerTest.java index 87a197f821..ded90baf94 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultSecurityManagerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultSecurityManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultServletEnvironmentTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultServletEnvironmentTest.java index 7cd5baeff9..e8fc948c7d 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultServletEnvironmentTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultServletEnvironmentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationBuilderTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationBuilderTest.java index 6983a1ae06..ae35633164 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationBuilderTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoaderTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoaderTest.java index f3816b0cc2..606b6a577e 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoaderTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationClassLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContextTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContextTest.java index 58ec87386a..64b8f61c82 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContextTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationExtensionContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationManagerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationManagerTest.java index cd610216b5..76aa902e9a 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationManagerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStreamTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStreamTest.java index 27808f3c0b..ad947115ce 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStreamTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationOutputStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapperTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapperTest.java index eb6496cc96..65c84fd5a6 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapperTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMappingTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMappingTest.java index 8c930eafbf..a464edcef2 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMappingTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestMappingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestTest.java index eedc623d62..23b804a007 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationResponseTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationResponseTest.java index 15e14d351d..c6c54319d7 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationResponseTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationTest.java index bec13e4af1..d403acb54c 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebApplicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebConnectionTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebConnectionTest.java index 2f4d0b7c54..5f055cac74 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebConnectionTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/DefaultWebConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/FilterTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/FilterTest.java index 85616d8f5e..0d35c3b276 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/FilterTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/FilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/HttpSessionTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/HttpSessionTest.java index e876a54cd7..41a9a2c2cb 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/HttpSessionTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/HttpSessionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/ReadListenerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/ReadListenerTest.java index be854813cd..187d4f95e0 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/ReadListenerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/ReadListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/RequestDispatcherTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/RequestDispatcherTest.java index f063c39727..a8b7fd6a75 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/RequestDispatcherTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/RequestDispatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/ServletContextAttributeListenerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/ServletContextAttributeListenerTest.java index 7e30bfa0d3..3acf2008a8 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/ServletContextAttributeListenerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/ServletContextAttributeListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/ServletInputStreamTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/ServletInputStreamTest.java index c8c1c5477b..ba77c6ab5d 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/ServletInputStreamTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/ServletInputStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/ServletRegistrationTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/ServletRegistrationTest.java index e3e7459e98..0042ba257d 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/ServletRegistrationTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/ServletRegistrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/ServletRequestAttributeListenerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/ServletRequestAttributeListenerTest.java index 9ec518897d..b6b0b14b52 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/ServletRequestAttributeListenerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/ServletRequestAttributeListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/ServletTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/ServletTest.java index bc2ad7d9ed..c9ec996dc6 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/ServletTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/ServletTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestChat1Servlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestChat1Servlet.java index 141ea46e49..9adace38db 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestChat1Servlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestChat1Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestChat2Servlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestChat2Servlet.java index 0bfd23179b..4e24c0fe30 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestChat2Servlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestChat2Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho1Servlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho1Servlet.java index a1edf08b4d..b54a8c966d 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho1Servlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho1Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho2Servlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho2Servlet.java index 7ecae3ee18..74831166e8 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho2Servlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestEcho2Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerRequest.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerRequest.java index ba63628b90..84826fe190 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerRequest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerResponse.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerResponse.java index de6c506508..d7179b9ed5 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerResponse.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestHttpServerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestIOExceptionServlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestIOExceptionServlet.java index bb17c6b7fd..7270536f9a 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestIOExceptionServlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestIOExceptionServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude2Servlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude2Servlet.java index e951ad35e4..d05ca2a6b5 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude2Servlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude2Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude3Servlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude3Servlet.java index 3c91c1ca91..48b4ce1aad 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude3Servlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude3Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude4Servlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude4Servlet.java index 1bd8edd540..5f122ee88f 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude4Servlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestInclude4Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestIncludeServlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestIncludeServlet.java index 5921725bb8..44ea1934f8 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestIncludeServlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestIncludeServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestRuntimeExceptionServlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestRuntimeExceptionServlet.java index 34fc5a2715..4b213cf41e 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestRuntimeExceptionServlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestRuntimeExceptionServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestSnoopServlet.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestSnoopServlet.java index 9c698f29d4..e724b40e9d 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestSnoopServlet.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestSnoopServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationRequest.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationRequest.java index d7268f8a53..a27451a44a 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationRequest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationResponse.java b/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationResponse.java index 76248b5317..1c49b5b51e 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationResponse.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/TestWebApplicationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/core/impl/src/test/java/cloud/piranha/core/impl/WriteListenerTest.java b/core/impl/src/test/java/cloud/piranha/core/impl/WriteListenerTest.java index 8c7e2803d6..86db33bbdf 100644 --- a/core/impl/src/test/java/cloud/piranha/core/impl/WriteListenerTest.java +++ b/core/impl/src/test/java/cloud/piranha/core/impl/WriteListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/debug/src/main/java/cloud/piranha/debug/Debug.java b/debug/src/main/java/cloud/piranha/debug/Debug.java index 2ab2e474e0..4a187c7d2e 100644 --- a/debug/src/main/java/cloud/piranha/debug/Debug.java +++ b/debug/src/main/java/cloud/piranha/debug/Debug.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/debug/src/main/java/module-info.java b/debug/src/main/java/module-info.java index 83d0d682a4..601c8c0a68 100644 --- a/debug/src/main/java/module-info.java +++ b/debug/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/coreprofile/src/main/java/cloud/piranha/dist/coreprofile/CoreProfilePiranhaMain.java b/dist/coreprofile/src/main/java/cloud/piranha/dist/coreprofile/CoreProfilePiranhaMain.java index 3e3fbd8b81..f3a7d82f36 100644 --- a/dist/coreprofile/src/main/java/cloud/piranha/dist/coreprofile/CoreProfilePiranhaMain.java +++ b/dist/coreprofile/src/main/java/cloud/piranha/dist/coreprofile/CoreProfilePiranhaMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/coreprofile/src/main/java/module-info.java b/dist/coreprofile/src/main/java/module-info.java index e5f1efd8d1..649cfae8e5 100644 --- a/dist/coreprofile/src/main/java/module-info.java +++ b/dist/coreprofile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/isolated/src/main/java/cloud/piranha/dist/isolated/IsolatedPiranha.java b/dist/isolated/src/main/java/cloud/piranha/dist/isolated/IsolatedPiranha.java index 29d47bf7cd..00a07cf671 100644 --- a/dist/isolated/src/main/java/cloud/piranha/dist/isolated/IsolatedPiranha.java +++ b/dist/isolated/src/main/java/cloud/piranha/dist/isolated/IsolatedPiranha.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/isolated/src/main/java/module-info.java b/dist/isolated/src/main/java/module-info.java index 0438ff49e8..74c2958f10 100644 --- a/dist/isolated/src/main/java/module-info.java +++ b/dist/isolated/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/isolated/src/main/zip/etc/logging.properties b/dist/isolated/src/main/zip/etc/logging.properties index 17be5936fa..a86600d69e 100644 --- a/dist/isolated/src/main/zip/etc/logging.properties +++ b/dist/isolated/src/main/zip/etc/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. +# Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/dist/isolated/src/test/java/cloud/piranha/dist/isolated/IsolatedPiranhaIT.java b/dist/isolated/src/test/java/cloud/piranha/dist/isolated/IsolatedPiranhaIT.java index 49dfec9457..d7e8b4a2c5 100644 --- a/dist/isolated/src/test/java/cloud/piranha/dist/isolated/IsolatedPiranhaIT.java +++ b/dist/isolated/src/test/java/cloud/piranha/dist/isolated/IsolatedPiranhaIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/micro/src/main/java/cloud/piranha/dist/micro/MicroBootstrap.java b/dist/micro/src/main/java/cloud/piranha/dist/micro/MicroBootstrap.java index 2bfd3afb0f..85ef19fc65 100644 --- a/dist/micro/src/main/java/cloud/piranha/dist/micro/MicroBootstrap.java +++ b/dist/micro/src/main/java/cloud/piranha/dist/micro/MicroBootstrap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/micro/src/main/java/cloud/piranha/dist/micro/package-info.java b/dist/micro/src/main/java/cloud/piranha/dist/micro/package-info.java index 772fd2a35f..e9af65f6e3 100644 --- a/dist/micro/src/main/java/cloud/piranha/dist/micro/package-info.java +++ b/dist/micro/src/main/java/cloud/piranha/dist/micro/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/micro/src/main/java/module-info.java b/dist/micro/src/main/java/module-info.java index bbb5a9f2ce..6877a9839f 100644 --- a/dist/micro/src/main/java/module-info.java +++ b/dist/micro/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/micro/src/test/java/cloud/piranha/dist/micro/MicroPiranhaIT.java b/dist/micro/src/test/java/cloud/piranha/dist/micro/MicroPiranhaIT.java index 742a50e81c..8dd08023fc 100644 --- a/dist/micro/src/test/java/cloud/piranha/dist/micro/MicroPiranhaIT.java +++ b/dist/micro/src/test/java/cloud/piranha/dist/micro/MicroPiranhaIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/microprofile/src/main/java/cloud/piranha/dist/microprofile/MicroProfilePiranhaMain.java b/dist/microprofile/src/main/java/cloud/piranha/dist/microprofile/MicroProfilePiranhaMain.java index 71ed06ab9a..a7edd4c916 100644 --- a/dist/microprofile/src/main/java/cloud/piranha/dist/microprofile/MicroProfilePiranhaMain.java +++ b/dist/microprofile/src/main/java/cloud/piranha/dist/microprofile/MicroProfilePiranhaMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/microprofile/src/main/java/module-info.java b/dist/microprofile/src/main/java/module-info.java index c77dbb4582..fb7ad08c8f 100644 --- a/dist/microprofile/src/main/java/module-info.java +++ b/dist/microprofile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformPiranhaMain.java b/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformPiranhaMain.java index 7cc2275c71..fa251c9a4b 100644 --- a/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformPiranhaMain.java +++ b/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformPiranhaMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformWebApplication.java b/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformWebApplication.java index ed66343634..4f4843e9da 100644 --- a/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformWebApplication.java +++ b/dist/platform/src/main/java/cloud/piranha/dist/platform/PlatformWebApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/platform/src/main/java/module-info.java b/dist/platform/src/main/java/module-info.java index 39affe6da4..e2cb2e71db 100644 --- a/dist/platform/src/main/java/module-info.java +++ b/dist/platform/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/platform/src/main/zip/etc/logging.properties b/dist/platform/src/main/zip/etc/logging.properties index 3477f14e6a..a8c2c0c075 100644 --- a/dist/platform/src/main/zip/etc/logging.properties +++ b/dist/platform/src/main/zip/etc/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. +# Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaBuilderTest.java b/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaBuilderTest.java index 4dccd15d9c..15c0a3b7f4 100644 --- a/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaBuilderTest.java +++ b/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaIT.java b/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaIT.java index 57583be79e..45351b19c8 100644 --- a/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaIT.java +++ b/dist/platform/src/test/java/cloud/piranha/dist/platform/PlatformPiranhaIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/server/src/main/java/cloud/piranha/dist/server/ServerPiranhaMain.java b/dist/server/src/main/java/cloud/piranha/dist/server/ServerPiranhaMain.java index 03c7c6ca77..3ec4c8acfc 100644 --- a/dist/server/src/main/java/cloud/piranha/dist/server/ServerPiranhaMain.java +++ b/dist/server/src/main/java/cloud/piranha/dist/server/ServerPiranhaMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/server/src/main/java/cloud/piranha/dist/server/ServerWebApplication.java b/dist/server/src/main/java/cloud/piranha/dist/server/ServerWebApplication.java index d284516dad..d89d467274 100644 --- a/dist/server/src/main/java/cloud/piranha/dist/server/ServerWebApplication.java +++ b/dist/server/src/main/java/cloud/piranha/dist/server/ServerWebApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/server/src/main/java/module-info.java b/dist/server/src/main/java/module-info.java index d4a7c14405..2f750977db 100644 --- a/dist/server/src/main/java/module-info.java +++ b/dist/server/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/server/src/main/zip/etc/logging.properties b/dist/server/src/main/zip/etc/logging.properties index 3477f14e6a..a8c2c0c075 100644 --- a/dist/server/src/main/zip/etc/logging.properties +++ b/dist/server/src/main/zip/etc/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. +# Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaBuilderTest.java b/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaBuilderTest.java index b681d5352e..0ec55f9460 100644 --- a/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaBuilderTest.java +++ b/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaIT.java b/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaIT.java index b1e5906b27..771008743b 100644 --- a/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaIT.java +++ b/dist/server/src/test/java/cloud/piranha/dist/server/ServerPiranhaIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/servlet/src/main/java/cloud/piranha/dist/servlet/ServletPiranhaMain.java b/dist/servlet/src/main/java/cloud/piranha/dist/servlet/ServletPiranhaMain.java index f91d842a0b..b9eba62e71 100644 --- a/dist/servlet/src/main/java/cloud/piranha/dist/servlet/ServletPiranhaMain.java +++ b/dist/servlet/src/main/java/cloud/piranha/dist/servlet/ServletPiranhaMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/servlet/src/main/java/module-info.java b/dist/servlet/src/main/java/module-info.java index cc97d17534..32018f4504 100644 --- a/dist/servlet/src/main/java/module-info.java +++ b/dist/servlet/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/webprofile/src/main/java/cloud/piranha/dist/webprofile/WebProfilePiranhaMain.java b/dist/webprofile/src/main/java/cloud/piranha/dist/webprofile/WebProfilePiranhaMain.java index 7ed4c4ec0a..5d16922960 100644 --- a/dist/webprofile/src/main/java/cloud/piranha/dist/webprofile/WebProfilePiranhaMain.java +++ b/dist/webprofile/src/main/java/cloud/piranha/dist/webprofile/WebProfilePiranhaMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/dist/webprofile/src/main/java/module-info.java b/dist/webprofile/src/main/java/module-info.java index 263b434cd8..50e270eab6 100644 --- a/dist/webprofile/src/main/java/module-info.java +++ b/dist/webprofile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranha.java b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranha.java index 6a436c77bd..c1aa2ec705 100644 --- a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranha.java +++ b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranha.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranhaBuilder.java b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranhaBuilder.java index d5040d931b..efe3d55c1e 100644 --- a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranhaBuilder.java +++ b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedPiranhaBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequest.java b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequest.java index 3e73e660e7..428348c74f 100644 --- a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequest.java +++ b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequestBuilder.java b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequestBuilder.java index fc2ca17443..036fbcfa8a 100644 --- a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequestBuilder.java +++ b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedRequestBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponse.java b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponse.java index 324de8c2ab..efafd11329 100644 --- a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponse.java +++ b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponseBuilder.java b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponseBuilder.java index 7ff900d9e9..5f5daced54 100644 --- a/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponseBuilder.java +++ b/embedded/src/main/java/cloud/piranha/embedded/EmbeddedResponseBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/cloud/piranha/embedded/package-info.java b/embedded/src/main/java/cloud/piranha/embedded/package-info.java index 05c85a1aaa..2961d299b1 100644 --- a/embedded/src/main/java/cloud/piranha/embedded/package-info.java +++ b/embedded/src/main/java/cloud/piranha/embedded/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/main/java/module-info.java b/embedded/src/main/java/module-info.java index ea72b750c1..46bed75a8f 100644 --- a/embedded/src/main/java/module-info.java +++ b/embedded/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaBuilderTest.java b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaBuilderTest.java index 1f58c7fcb2..75ce43368a 100644 --- a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaBuilderTest.java +++ b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaTest.java b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaTest.java index 3efb4fd741..160cc4422d 100644 --- a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaTest.java +++ b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedPiranhaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestBuilderTest.java b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestBuilderTest.java index 6b79f2c00f..d6f7029f73 100644 --- a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestBuilderTest.java +++ b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestTest.java b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestTest.java index 0eaab6572a..9845bf3994 100644 --- a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestTest.java +++ b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedResponseBuilderTest.java b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedResponseBuilderTest.java index 737f8a3915..1d6bb4a080 100644 --- a/embedded/src/test/java/cloud/piranha/embedded/EmbeddedResponseBuilderTest.java +++ b/embedded/src/test/java/cloud/piranha/embedded/EmbeddedResponseBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/angus/src/main/java/cloud/piranha/extension/angus/AngusExtension.java b/extension/angus/src/main/java/cloud/piranha/extension/angus/AngusExtension.java index d12d20bf78..ed051d27ae 100644 --- a/extension/angus/src/main/java/cloud/piranha/extension/angus/AngusExtension.java +++ b/extension/angus/src/main/java/cloud/piranha/extension/angus/AngusExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/angus/src/main/java/module-info.java b/extension/angus/src/main/java/module-info.java index 9ceb7217a4..c3df9ad1e7 100644 --- a/extension/angus/src/main/java/module-info.java +++ b/extension/angus/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanExtension.java b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanExtension.java index 7028b5fa17..04204afc7c 100644 --- a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanExtension.java +++ b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanInitializer.java b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanInitializer.java index e977542d6b..c10472402f 100644 --- a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanInitializer.java +++ b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/ClassfileAnnotationScanInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationInfo.java b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationInfo.java index fe6015f925..f4346ce2f7 100644 --- a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationInfo.java +++ b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManager.java b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManager.java index c26e8bd895..d02ab2ce12 100644 --- a/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManager.java +++ b/extension/annotationscan-classfile/src/main/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/main/java/module-info.java b/extension/annotationscan-classfile/src/main/java/module-info.java index 873b40bd50..596fc18bb2 100644 --- a/extension/annotationscan-classfile/src/main/java/module-info.java +++ b/extension/annotationscan-classfile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/AnnotationScanExtensionTest.java b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/AnnotationScanExtensionTest.java index 935aed7984..a1a130ae36 100644 --- a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/AnnotationScanExtensionTest.java +++ b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/AnnotationScanExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestAnnotation.java b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestAnnotation.java index 416f58fb4a..b54cca4745 100644 --- a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestAnnotation.java +++ b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestServlet.java b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestServlet.java index aba5a63b27..b3fc100e98 100644 --- a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestServlet.java +++ b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestWithHandlesTypesInitializer.java b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestWithHandlesTypesInitializer.java index 0b717dcb05..b6853d79e4 100644 --- a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestWithHandlesTypesInitializer.java +++ b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/TestWithHandlesTypesInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManagerTest.java b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManagerTest.java index d848d388c3..e7fd16e117 100644 --- a/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManagerTest.java +++ b/extension/annotationscan-classfile/src/test/java/cloud/piranha/extension/annotationscan/classfile/internal/InternalAnnotationScanAnnotationManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanExtension.java b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanExtension.java index 992ef392cb..d7e0d771cc 100644 --- a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanExtension.java +++ b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanInitializer.java b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanInitializer.java index 6beb20d2e1..f7d5a60c69 100644 --- a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanInitializer.java +++ b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/AnnotationScanInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationInfo.java b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationInfo.java index 050a3320fe..8a74ee2a16 100644 --- a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationInfo.java +++ b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManager.java b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManager.java index f522019cf5..60862e06e3 100644 --- a/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManager.java +++ b/extension/annotationscan/src/main/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/main/java/module-info.java b/extension/annotationscan/src/main/java/module-info.java index 335fd9e85e..e35b35d51d 100644 --- a/extension/annotationscan/src/main/java/module-info.java +++ b/extension/annotationscan/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/AnnotationScanExtensionTest.java b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/AnnotationScanExtensionTest.java index d47c4d528e..7b20806d1d 100644 --- a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/AnnotationScanExtensionTest.java +++ b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/AnnotationScanExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestAnnotation.java b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestAnnotation.java index 13089c7fcf..60845e9d0f 100644 --- a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestAnnotation.java +++ b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestServlet.java b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestServlet.java index 7a1948bde7..76dce7b43a 100644 --- a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestServlet.java +++ b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestWithHandlesTypesInitializer.java b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestWithHandlesTypesInitializer.java index 1952423493..b1144e56f0 100644 --- a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestWithHandlesTypesInitializer.java +++ b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/TestWithHandlesTypesInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManagerTest.java b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManagerTest.java index 806853dd0e..b1a0622a4d 100644 --- a/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManagerTest.java +++ b/extension/annotationscan/src/test/java/cloud/piranha/extension/annotationscan/internal/InternalAnnotationScanAnnotationManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtension.java b/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtension.java index b0ffa4cfb8..cf91bda1e1 100644 --- a/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtension.java +++ b/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletContextListener.java b/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletContextListener.java index 00eee0b29a..62a1cc980d 100644 --- a/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletContextListener.java +++ b/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletContextListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletRequestListener.java b/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletRequestListener.java index 45c87b67bf..8284b86e4a 100644 --- a/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletRequestListener.java +++ b/extension/bytesstreamhandler/src/main/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerServletRequestListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/bytesstreamhandler/src/main/java/module-info.java b/extension/bytesstreamhandler/src/main/java/module-info.java index ac6b767e46..5da151d567 100644 --- a/extension/bytesstreamhandler/src/main/java/module-info.java +++ b/extension/bytesstreamhandler/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/bytesstreamhandler/src/test/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtensionTest.java b/extension/bytesstreamhandler/src/test/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtensionTest.java index c9780aedb0..9cbd53bcfe 100644 --- a/extension/bytesstreamhandler/src/test/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtensionTest.java +++ b/extension/bytesstreamhandler/src/test/java/cloud/piranha/extension/bytesstreamhandler/BytesStreamHandlerExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/compat-glassfish7x/src/main/java/cloud/piranha/extension/glassfish7x/Glassfish7xExtension.java b/extension/compat-glassfish7x/src/main/java/cloud/piranha/extension/glassfish7x/Glassfish7xExtension.java index 84fd93c08a..05a6aedd22 100644 --- a/extension/compat-glassfish7x/src/main/java/cloud/piranha/extension/glassfish7x/Glassfish7xExtension.java +++ b/extension/compat-glassfish7x/src/main/java/cloud/piranha/extension/glassfish7x/Glassfish7xExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/compat-glassfish7x/src/main/java/module-info.java b/extension/compat-glassfish7x/src/main/java/module-info.java index 9741901c4a..2bfae2242a 100644 --- a/extension/compat-glassfish7x/src/main/java/module-info.java +++ b/extension/compat-glassfish7x/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/compat-glassfish7x/src/test/java/cloud/piranha/extension/glassfish7x/tests/Glassfish7xExtensionTest.java b/extension/compat-glassfish7x/src/test/java/cloud/piranha/extension/glassfish7x/tests/Glassfish7xExtensionTest.java index a8e711d0da..028d97df7a 100644 --- a/extension/compat-glassfish7x/src/test/java/cloud/piranha/extension/glassfish7x/tests/Glassfish7xExtensionTest.java +++ b/extension/compat-glassfish7x/src/test/java/cloud/piranha/extension/glassfish7x/tests/Glassfish7xExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/compat-tomcat10x/src/main/java/cloud/piranha/extension/tomcat10x/Tomcat10xExtension.java b/extension/compat-tomcat10x/src/main/java/cloud/piranha/extension/tomcat10x/Tomcat10xExtension.java index fcdc823832..9e210375b4 100644 --- a/extension/compat-tomcat10x/src/main/java/cloud/piranha/extension/tomcat10x/Tomcat10xExtension.java +++ b/extension/compat-tomcat10x/src/main/java/cloud/piranha/extension/tomcat10x/Tomcat10xExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/compat-tomcat10x/src/main/java/module-info.java b/extension/compat-tomcat10x/src/main/java/module-info.java index 76c5412b11..3c055a250d 100644 --- a/extension/compat-tomcat10x/src/main/java/module-info.java +++ b/extension/compat-tomcat10x/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/compat-tomcat10x/src/test/java/cloud/piranha/extension/tomcat10x/tests/Tomcat10xExtensionTest.java b/extension/compat-tomcat10x/src/test/java/cloud/piranha/extension/tomcat10x/tests/Tomcat10xExtensionTest.java index 5358dd0bf1..c20e28ac80 100644 --- a/extension/compat-tomcat10x/src/test/java/cloud/piranha/extension/tomcat10x/tests/Tomcat10xExtensionTest.java +++ b/extension/compat-tomcat10x/src/test/java/cloud/piranha/extension/tomcat10x/tests/Tomcat10xExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/concurro/src/main/java/cloud/piranha/extension/concurro/ConcurroExtension.java b/extension/concurro/src/main/java/cloud/piranha/extension/concurro/ConcurroExtension.java index fd7a0fcc8e..a1484c6623 100644 --- a/extension/concurro/src/main/java/cloud/piranha/extension/concurro/ConcurroExtension.java +++ b/extension/concurro/src/main/java/cloud/piranha/extension/concurro/ConcurroExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/concurro/src/main/java/module-info.java b/extension/concurro/src/main/java/module-info.java index 53e9b0d6f9..fd112a2713 100644 --- a/extension/concurro/src/main/java/module-info.java +++ b/extension/concurro/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/coreprofile/src/main/java/cloud/piranha/extension/coreprofile/CoreProfileExtension.java b/extension/coreprofile/src/main/java/cloud/piranha/extension/coreprofile/CoreProfileExtension.java index 2942966c5f..71455ca26f 100644 --- a/extension/coreprofile/src/main/java/cloud/piranha/extension/coreprofile/CoreProfileExtension.java +++ b/extension/coreprofile/src/main/java/cloud/piranha/extension/coreprofile/CoreProfileExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/coreprofile/src/main/java/module-info.java b/extension/coreprofile/src/main/java/module-info.java index a7e2cff608..afe14330e1 100644 --- a/extension/coreprofile/src/main/java/module-info.java +++ b/extension/coreprofile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/declared/src/main/java/cloud/piranha/extension/declared/DeclaredExtension.java b/extension/declared/src/main/java/cloud/piranha/extension/declared/DeclaredExtension.java index f59b658e86..21855d7300 100644 --- a/extension/declared/src/main/java/cloud/piranha/extension/declared/DeclaredExtension.java +++ b/extension/declared/src/main/java/cloud/piranha/extension/declared/DeclaredExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/declared/src/main/java/cloud/piranha/extension/declared/internal/InternalDeclaredInitializer.java b/extension/declared/src/main/java/cloud/piranha/extension/declared/internal/InternalDeclaredInitializer.java index 238bfa3919..f424711af5 100644 --- a/extension/declared/src/main/java/cloud/piranha/extension/declared/internal/InternalDeclaredInitializer.java +++ b/extension/declared/src/main/java/cloud/piranha/extension/declared/internal/InternalDeclaredInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/declared/src/main/java/module-info.java b/extension/declared/src/main/java/module-info.java index 34d139cdea..e9e9c8b727 100644 --- a/extension/declared/src/main/java/module-info.java +++ b/extension/declared/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/declared/src/test/java/cloud/piranha/extension/declared/DeclaredExtensionTest.java b/extension/declared/src/test/java/cloud/piranha/extension/declared/DeclaredExtensionTest.java index 8ea0795580..3c0c6904b3 100644 --- a/extension/declared/src/test/java/cloud/piranha/extension/declared/DeclaredExtensionTest.java +++ b/extension/declared/src/test/java/cloud/piranha/extension/declared/DeclaredExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/declared/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalDeclaredInitializerTest.java b/extension/declared/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalDeclaredInitializerTest.java index 6443e8ed62..65d4596138 100644 --- a/extension/declared/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalDeclaredInitializerTest.java +++ b/extension/declared/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalDeclaredInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DataSourceWrapper.java b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DataSourceWrapper.java index 8c1e64bfcc..810bb07266 100644 --- a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DataSourceWrapper.java +++ b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DataSourceWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceExtension.java b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceExtension.java index bdd3fbce07..672780b7d2 100644 --- a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceExtension.java +++ b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceInitializer.java b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceInitializer.java index 33e14ab361..0c57439aca 100644 --- a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceInitializer.java +++ b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/DefaultDatasourceInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/TxJoiningDataSource.java b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/TxJoiningDataSource.java index c91ec5330b..3ab8746f7a 100644 --- a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/TxJoiningDataSource.java +++ b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/TxJoiningDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/XADataSourceWrapper.java b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/XADataSourceWrapper.java index 61baab87cb..c8b060ecb4 100644 --- a/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/XADataSourceWrapper.java +++ b/extension/default-datasource/src/main/java/cloud/piranha/extension/datasource/XADataSourceWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/default-datasource/src/main/java/module-info.java b/extension/default-datasource/src/main/java/module-info.java index 31d1f9d2c7..77dd3b7dcd 100644 --- a/extension/default-datasource/src/main/java/module-info.java +++ b/extension/default-datasource/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkCdiExtension.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkCdiExtension.java index 3959b30bc0..6d1be9b4f3 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkCdiExtension.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkCdiExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkExtension.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkExtension.java index e46b0dce77..4572a99711 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkExtension.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkInitializer.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkInitializer.java index 72be0444a4..1e53cb130d 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkInitializer.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EclipseLinkInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerFactoryCreator.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerFactoryCreator.java index 09e6cc7f3d..e5e666af72 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerFactoryCreator.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerFactoryCreator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerProducer.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerProducer.java index 9f663631f4..36511dcadb 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerProducer.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/EntityManagerProducer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/NonTxEntityManagerHolder.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/NonTxEntityManagerHolder.java index e13817db22..ae95bdf95a 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/NonTxEntityManagerHolder.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/NonTxEntityManagerHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/PiranhaEntityManager.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/PiranhaEntityManager.java index 4417e89dac..b5cd60dfdd 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/PiranhaEntityManager.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/PiranhaEntityManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/TxEntityManagerHolder.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/TxEntityManagerHolder.java index 94284e4e49..cc2656fbf0 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/TxEntityManagerHolder.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/TxEntityManagerHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/wrappers/EntityManagerWrapper.java b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/wrappers/EntityManagerWrapper.java index 98b32c832c..414bba2b89 100644 --- a/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/wrappers/EntityManagerWrapper.java +++ b/extension/eclipselink/src/main/java/cloud/piranha/extension/eclipselink/wrappers/EntityManagerWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/eclipselink/src/main/java/module-info.java b/extension/eclipselink/src/main/java/module-info.java index d4eb8cfde0..0acd653337 100644 --- a/extension/eclipselink/src/main/java/module-info.java +++ b/extension/eclipselink/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationFilter.java b/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationFilter.java index 6e534521e9..412a2873ea 100644 --- a/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationFilter.java +++ b/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationInitializer.java b/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationInitializer.java index 84252bee47..37acf18d3b 100644 --- a/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationInitializer.java +++ b/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/AuthenticationInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/DoNothingServerAuthModule.java b/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/DoNothingServerAuthModule.java index c54d5a1f1f..65e0e3dcda 100644 --- a/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/DoNothingServerAuthModule.java +++ b/extension/epicyro/src/main/java/cloud/piranha/extension/epicyro/DoNothingServerAuthModule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/epicyro/src/main/java/module-info.java b/extension/epicyro/src/main/java/module-info.java index bfaff34511..60abeab541 100644 --- a/extension/epicyro/src/main/java/module-info.java +++ b/extension/epicyro/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/epicyro/src/test/java/cloud/piranha/extension/epicyro/AuthenticationInitializerTest.java b/extension/epicyro/src/test/java/cloud/piranha/extension/epicyro/AuthenticationInitializerTest.java index 29a0ee875c..be62341468 100644 --- a/extension/epicyro/src/test/java/cloud/piranha/extension/epicyro/AuthenticationInitializerTest.java +++ b/extension/epicyro/src/test/java/cloud/piranha/extension/epicyro/AuthenticationInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationFilter.java b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationFilter.java index 3144e99b53..9322e32618 100644 --- a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationFilter.java +++ b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationInitializer.java b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationInitializer.java index e362426b4b..093f64f1ed 100644 --- a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationInitializer.java +++ b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPostInitializer.java b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPostInitializer.java index 33e7e571c7..bc3638f8d3 100644 --- a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPostInitializer.java +++ b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPostInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreFilter.java b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreFilter.java index 920b6c6509..522ad41c92 100644 --- a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreFilter.java +++ b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreInitializer.java b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreInitializer.java index 5c405a2da1..cb6651f90b 100644 --- a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreInitializer.java +++ b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/AuthorizationPreInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaPrincipalMapper.java b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaPrincipalMapper.java index 0f77d9fa50..8309ceb260 100644 --- a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaPrincipalMapper.java +++ b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaPrincipalMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaToExousiaConverter.java b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaToExousiaConverter.java index cfd3942177..63bc517295 100644 --- a/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaToExousiaConverter.java +++ b/extension/exousia/src/main/java/cloud/piranha/extension/exousia/PiranhaToExousiaConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/exousia/src/main/java/module-info.java b/extension/exousia/src/main/java/module-info.java index dafd7d667c..9c98843666 100644 --- a/extension/exousia/src/main/java/module-info.java +++ b/extension/exousia/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/expressly/src/main/java/cloud/piranha/extension/expressly/ExpresslyExtension.java b/extension/expressly/src/main/java/cloud/piranha/extension/expressly/ExpresslyExtension.java index 5cbc93cd07..ca539b1a7b 100644 --- a/extension/expressly/src/main/java/cloud/piranha/extension/expressly/ExpresslyExtension.java +++ b/extension/expressly/src/main/java/cloud/piranha/extension/expressly/ExpresslyExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/expressly/src/main/java/module-info.java b/extension/expressly/src/main/java/module-info.java index 2333a8234c..86d2c6c27a 100644 --- a/extension/expressly/src/main/java/module-info.java +++ b/extension/expressly/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadExtension.java b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadExtension.java index fb114bf8cb..58f2724624 100644 --- a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadExtension.java +++ b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPart.java b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPart.java index 2f1c6d5ab9..27e3c0c45b 100644 --- a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPart.java +++ b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartInitializer.java b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartInitializer.java index 4cfce77807..883cee6aa4 100644 --- a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartInitializer.java +++ b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManager.java b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManager.java index 61dfe15d1f..fee5dc2b91 100644 --- a/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManager.java +++ b/extension/fileupload/src/main/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/fileupload/src/main/java/module-info.java b/extension/fileupload/src/main/java/module-info.java index 0b96c21531..c5995adcde 100644 --- a/extension/fileupload/src/main/java/module-info.java +++ b/extension/fileupload/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/fileupload/src/test/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManagerTest.java b/extension/fileupload/src/test/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManagerTest.java index e3f2e35488..c34d105730 100644 --- a/extension/fileupload/src/test/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManagerTest.java +++ b/extension/fileupload/src/test/java/cloud/piranha/extension/fileupload/FileUploadMultiPartManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/HandlesTypesExtension.java b/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/HandlesTypesExtension.java index 14f4f25c8d..3b848b0268 100644 --- a/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/HandlesTypesExtension.java +++ b/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/HandlesTypesExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializer.java b/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializer.java index fe46cb2b12..e564aac413 100644 --- a/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializer.java +++ b/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManager.java b/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManager.java index 477f32a384..64f25916e0 100644 --- a/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManager.java +++ b/extension/handlestypes/src/main/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/main/java/module-info.java b/extension/handlestypes/src/main/java/module-info.java index e8f3be2498..c6e91fec0e 100644 --- a/extension/handlestypes/src/main/java/module-info.java +++ b/extension/handlestypes/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/HandlesTypesExtensionTest.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/HandlesTypesExtensionTest.java index d671f76107..559194e498 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/HandlesTypesExtensionTest.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/HandlesTypesExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializerTest.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializerTest.java index c847dfcea5..a09aa631dd 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializerTest.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManagerTest.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManagerTest.java index 5057f01990..8b809d73da 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManagerTest.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/InternalHandlesTypesManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestA.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestA.java index d23d6ef9a4..01a1f85958 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestA.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestA.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestB.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestB.java index 003e472624..32212f346b 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestB.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestB.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestC.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestC.java index a639b7bc40..f7165aeb61 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestC.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestC.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestD.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestD.java index f818184274..cb294a1953 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestD.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestD.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestServletContainerInitializer.java b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestServletContainerInitializer.java index 4f4fd8e8c8..c092ac4875 100644 --- a/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestServletContainerInitializer.java +++ b/extension/handlestypes/src/test/java/cloud/piranha/extension/handlestypes/internal/TestServletContainerInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSession.java b/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSession.java index 2b8d5cae2e..53c28f07a1 100644 --- a/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSession.java +++ b/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSession.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSessionManager.java b/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSessionManager.java index 87bfdce67f..8bd3af6b7a 100644 --- a/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSessionManager.java +++ b/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastHttpSessionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastInitializer.java b/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastInitializer.java index e2024eea83..abd1058df3 100644 --- a/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastInitializer.java +++ b/extension/hazelcast/src/main/java/cloud/piranha/extension/hazelcast/HazelcastInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/hazelcast/src/main/java/module-info.java b/extension/hazelcast/src/main/java/module-info.java index 580144fb98..d33b90269e 100644 --- a/extension/hazelcast/src/main/java/module-info.java +++ b/extension/hazelcast/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/hazelcast/src/test/java/cloud/piranha/extension/hazelcast/HazelcastInitializerTest.java b/extension/hazelcast/src/test/java/cloud/piranha/extension/hazelcast/HazelcastInitializerTest.java index 697654a5df..d3ae27bc39 100644 --- a/extension/hazelcast/src/test/java/cloud/piranha/extension/hazelcast/HazelcastInitializerTest.java +++ b/extension/hazelcast/src/test/java/cloud/piranha/extension/hazelcast/HazelcastInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringExtension.java b/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringExtension.java index 7dc310f595..9f6232a913 100644 --- a/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringExtension.java +++ b/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringInitialContextFactory.java b/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringInitialContextFactory.java index 29d9a11b35..e7f78c9b14 100644 --- a/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringInitialContextFactory.java +++ b/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringInitialContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringServletRequestListener.java b/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringServletRequestListener.java index 728efb5f5c..3bbb496368 100644 --- a/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringServletRequestListener.java +++ b/extension/herring/src/main/java/cloud/piranha/extension/herring/HerringServletRequestListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/herring/src/main/java/module-info.java b/extension/herring/src/main/java/module-info.java index bdfd73ed00..8d597b201c 100644 --- a/extension/herring/src/main/java/module-info.java +++ b/extension/herring/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/herring/src/test/java/cloud/piranha/extension/herring/HerringExtensionTest.java b/extension/herring/src/test/java/cloud/piranha/extension/herring/HerringExtensionTest.java index 612cfd41c9..53617eb674 100644 --- a/extension/herring/src/test/java/cloud/piranha/extension/herring/HerringExtensionTest.java +++ b/extension/herring/src/test/java/cloud/piranha/extension/herring/HerringExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/hibernate-validator/src/main/java/cloud/piranha/extension/hibernate/validator/HibernateValidatorExtension.java b/extension/hibernate-validator/src/main/java/cloud/piranha/extension/hibernate/validator/HibernateValidatorExtension.java index 377a7cf8e2..d9bc741524 100644 --- a/extension/hibernate-validator/src/main/java/cloud/piranha/extension/hibernate/validator/HibernateValidatorExtension.java +++ b/extension/hibernate-validator/src/main/java/cloud/piranha/extension/hibernate/validator/HibernateValidatorExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/hibernate-validator/src/main/java/module-info.java b/extension/hibernate-validator/src/main/java/module-info.java index 88aecf9582..f2acf8aad0 100644 --- a/extension/hibernate-validator/src/main/java/module-info.java +++ b/extension/hibernate-validator/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jaxb/src/main/java/cloud/piranha/extension/jaxb/JAXBExtension.java b/extension/jaxb/src/main/java/cloud/piranha/extension/jaxb/JAXBExtension.java index 18f32f0745..c8aa532b8c 100644 --- a/extension/jaxb/src/main/java/cloud/piranha/extension/jaxb/JAXBExtension.java +++ b/extension/jaxb/src/main/java/cloud/piranha/extension/jaxb/JAXBExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jaxb/src/main/java/module-info.java b/extension/jaxb/src/main/java/module-info.java index a4b01359e2..46671a074d 100644 --- a/extension/jaxb/src/main/java/module-info.java +++ b/extension/jaxb/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyExtension.java b/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyExtension.java index 9ea332c9fd..00baff6803 100644 --- a/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyExtension.java +++ b/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseySourceBean.java b/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseySourceBean.java index 260f70b974..325d3bdfbc 100644 --- a/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseySourceBean.java +++ b/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseySourceBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyTargetBean.java b/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyTargetBean.java index ac08be6284..b80f8837dd 100644 --- a/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyTargetBean.java +++ b/extension/jersey/src/main/java/cloud/piranha/extension/jersey/JerseyTargetBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jersey/src/main/java/module-info.java b/extension/jersey/src/main/java/module-info.java index e1bf469bf4..cf35d4d928 100644 --- a/extension/jersey/src/main/java/module-info.java +++ b/extension/jersey/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jstl/src/main/java/cloud/piranha/extension/jstl/JSTLExtension.java b/extension/jstl/src/main/java/cloud/piranha/extension/jstl/JSTLExtension.java index 49322b2df6..2ea39d1f49 100644 --- a/extension/jstl/src/main/java/cloud/piranha/extension/jstl/JSTLExtension.java +++ b/extension/jstl/src/main/java/cloud/piranha/extension/jstl/JSTLExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/jstl/src/main/java/module-info.java b/extension/jstl/src/main/java/module-info.java index 4575f40654..25d46e6511 100644 --- a/extension/jstl/src/main/java/module-info.java +++ b/extension/jstl/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/micro/src/main/java/cloud/piranha/extension/micro/MicroExtension.java b/extension/micro/src/main/java/cloud/piranha/extension/micro/MicroExtension.java index e2ebbcdf23..59ac7ac036 100644 --- a/extension/micro/src/main/java/cloud/piranha/extension/micro/MicroExtension.java +++ b/extension/micro/src/main/java/cloud/piranha/extension/micro/MicroExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/micro/src/main/java/module-info.java b/extension/micro/src/main/java/module-info.java index f53b7c5491..c6bac8eede 100644 --- a/extension/micro/src/main/java/module-info.java +++ b/extension/micro/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/microprofile/src/main/java/cloud/piranha/extension/microprofile/MicroProfileExtension.java b/extension/microprofile/src/main/java/cloud/piranha/extension/microprofile/MicroProfileExtension.java index cd45b2786f..db0fefcb01 100644 --- a/extension/microprofile/src/main/java/cloud/piranha/extension/microprofile/MicroProfileExtension.java +++ b/extension/microprofile/src/main/java/cloud/piranha/extension/microprofile/MicroProfileExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/microprofile/src/main/java/module-info.java b/extension/microprofile/src/main/java/module-info.java index d6bf74b6b4..d88cf6b2ad 100644 --- a/extension/microprofile/src/main/java/module-info.java +++ b/extension/microprofile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/mojarra/src/main/java/cloud/piranha/extension/mojarra/MojarraExtension.java b/extension/mojarra/src/main/java/cloud/piranha/extension/mojarra/MojarraExtension.java index 97a78d9028..e6b8356085 100644 --- a/extension/mojarra/src/main/java/cloud/piranha/extension/mojarra/MojarraExtension.java +++ b/extension/mojarra/src/main/java/cloud/piranha/extension/mojarra/MojarraExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/mojarra/src/main/java/module-info.java b/extension/mojarra/src/main/java/module-info.java index 7e965d330c..dd5e9cb97b 100644 --- a/extension/mojarra/src/main/java/module-info.java +++ b/extension/mojarra/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/DefaultInitialContextFactory.java b/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/DefaultInitialContextFactory.java index 9f90e960b2..e9a63ae9f3 100644 --- a/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/DefaultInitialContextFactory.java +++ b/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/DefaultInitialContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingExtension.java b/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingExtension.java index 824f523698..fbd2b29b09 100644 --- a/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingExtension.java +++ b/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingServletRequestListener.java b/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingServletRequestListener.java index b27812ce09..a8c7292151 100644 --- a/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingServletRequestListener.java +++ b/extension/naming-cdi/src/main/java/cloud/piranha/extension/naming/cdi/NamingServletRequestListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/naming-cdi/src/main/java/module-info.java b/extension/naming-cdi/src/main/java/module-info.java index b37394b9f4..b6519bbf91 100644 --- a/extension/naming-cdi/src/main/java/module-info.java +++ b/extension/naming-cdi/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/naming-cdi/src/test/java/cloud/piranha/extension/naming/NamingExtensionTest.java b/extension/naming-cdi/src/test/java/cloud/piranha/extension/naming/NamingExtensionTest.java index dac8eed9e5..85976ce797 100644 --- a/extension/naming-cdi/src/test/java/cloud/piranha/extension/naming/NamingExtensionTest.java +++ b/extension/naming-cdi/src/test/java/cloud/piranha/extension/naming/NamingExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-config/src/main/java/cloud/piranha/extension/omnifaces/config/ConfigExtension.java b/extension/omnifaces-config/src/main/java/cloud/piranha/extension/omnifaces/config/ConfigExtension.java index 87f054a6a6..2d326ace9d 100644 --- a/extension/omnifaces-config/src/main/java/cloud/piranha/extension/omnifaces/config/ConfigExtension.java +++ b/extension/omnifaces-config/src/main/java/cloud/piranha/extension/omnifaces/config/ConfigExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-config/src/main/java/module-info.java b/extension/omnifaces-config/src/main/java/module-info.java index cac22f3a3b..d20de69968 100644 --- a/extension/omnifaces-config/src/main/java/module-info.java +++ b/extension/omnifaces-config/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-microprofile-jwt-auth/src/main/java/cloud/piranha/extension/omnifaces/microprofile/jwt/auth/MicroProfileJWTAuthExtension.java b/extension/omnifaces-microprofile-jwt-auth/src/main/java/cloud/piranha/extension/omnifaces/microprofile/jwt/auth/MicroProfileJWTAuthExtension.java index b6d05a8ec5..3fe5feacb8 100644 --- a/extension/omnifaces-microprofile-jwt-auth/src/main/java/cloud/piranha/extension/omnifaces/microprofile/jwt/auth/MicroProfileJWTAuthExtension.java +++ b/extension/omnifaces-microprofile-jwt-auth/src/main/java/cloud/piranha/extension/omnifaces/microprofile/jwt/auth/MicroProfileJWTAuthExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-microprofile-jwt-auth/src/main/java/module-info.java b/extension/omnifaces-microprofile-jwt-auth/src/main/java/module-info.java index 6f699b1a5f..0341fe11f0 100644 --- a/extension/omnifaces-microprofile-jwt-auth/src/main/java/module-info.java +++ b/extension/omnifaces-microprofile-jwt-auth/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-omniservices/src/main/java/cloud/piranha/extension/omniservices/OmniServicesExtension.java b/extension/omnifaces-omniservices/src/main/java/cloud/piranha/extension/omniservices/OmniServicesExtension.java index 1fab366e3f..657097410d 100644 --- a/extension/omnifaces-omniservices/src/main/java/cloud/piranha/extension/omniservices/OmniServicesExtension.java +++ b/extension/omnifaces-omniservices/src/main/java/cloud/piranha/extension/omniservices/OmniServicesExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-omniservices/src/main/java/module-info.java b/extension/omnifaces-omniservices/src/main/java/module-info.java index 95ec59dd23..b6836f80b3 100644 --- a/extension/omnifaces-omniservices/src/main/java/module-info.java +++ b/extension/omnifaces-omniservices/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-omniutils/src/main/java/cloud/piranha/extension/omniutils/OmniUtilsExtension.java b/extension/omnifaces-omniutils/src/main/java/cloud/piranha/extension/omniutils/OmniUtilsExtension.java index 120b93dc30..83610fd634 100644 --- a/extension/omnifaces-omniutils/src/main/java/cloud/piranha/extension/omniutils/OmniUtilsExtension.java +++ b/extension/omnifaces-omniutils/src/main/java/cloud/piranha/extension/omniutils/OmniUtilsExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifaces-omniutils/src/main/java/module-info.java b/extension/omnifaces-omniutils/src/main/java/module-info.java index 444876de78..8f11296b28 100644 --- a/extension/omnifaces-omniutils/src/main/java/module-info.java +++ b/extension/omnifaces-omniutils/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifish-omnibeans/src/main/java/cloud/piranha/extension/omnibeans/OmniBeansExtension.java b/extension/omnifish-omnibeans/src/main/java/cloud/piranha/extension/omnibeans/OmniBeansExtension.java index d6d5d591e2..52bb61be66 100644 --- a/extension/omnifish-omnibeans/src/main/java/cloud/piranha/extension/omnibeans/OmniBeansExtension.java +++ b/extension/omnifish-omnibeans/src/main/java/cloud/piranha/extension/omnibeans/OmniBeansExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifish-omnibeans/src/main/java/module-info.java b/extension/omnifish-omnibeans/src/main/java/module-info.java index 4a438a6dfa..70e61be573 100644 --- a/extension/omnifish-omnibeans/src/main/java/module-info.java +++ b/extension/omnifish-omnibeans/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactExtension.java b/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactExtension.java index e030e70e24..51b0e760eb 100644 --- a/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactExtension.java +++ b/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactFilter.java b/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactFilter.java index 2c1c0e2a82..d7b8108e32 100644 --- a/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactFilter.java +++ b/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactInitializer.java b/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactInitializer.java index 52ee9b06bd..47974eab41 100644 --- a/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactInitializer.java +++ b/extension/omnifish-transact/src/main/java/cloud/piranha/extension/transact/TransactInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/omnifish-transact/src/main/java/module-info.java b/extension/omnifish-transact/src/main/java/module-info.java index 190fea3d59..c51fa5a54f 100644 --- a/extension/omnifish-transact/src/main/java/module-info.java +++ b/extension/omnifish-transact/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/parsson/src/main/java/cloud/piranha/extension/parsson/ParssonExtension.java b/extension/parsson/src/main/java/cloud/piranha/extension/parsson/ParssonExtension.java index ef544aee98..6314c4dcaf 100644 --- a/extension/parsson/src/main/java/cloud/piranha/extension/parsson/ParssonExtension.java +++ b/extension/parsson/src/main/java/cloud/piranha/extension/parsson/ParssonExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/parsson/src/main/java/module-info.java b/extension/parsson/src/main/java/module-info.java index fcb28f6631..9c8b520c1e 100644 --- a/extension/parsson/src/main/java/module-info.java +++ b/extension/parsson/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/platform/src/main/java/cloud/piranha/extension/platform/PlatformExtension.java b/extension/platform/src/main/java/cloud/piranha/extension/platform/PlatformExtension.java index 70b42b33af..37168a8734 100644 --- a/extension/platform/src/main/java/cloud/piranha/extension/platform/PlatformExtension.java +++ b/extension/platform/src/main/java/cloud/piranha/extension/platform/PlatformExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/platform/src/main/java/module-info.java b/extension/platform/src/main/java/module-info.java index f8b79a3715..5340a320ab 100644 --- a/extension/platform/src/main/java/module-info.java +++ b/extension/platform/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/policy/src/main/java/cloud/piranha/extension/policy/PolicyExtension.java b/extension/policy/src/main/java/cloud/piranha/extension/policy/PolicyExtension.java index 1757b90fb6..22d97a4aed 100644 --- a/extension/policy/src/main/java/cloud/piranha/extension/policy/PolicyExtension.java +++ b/extension/policy/src/main/java/cloud/piranha/extension/policy/PolicyExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletContextListener.java b/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletContextListener.java index 91a7b77d02..df4b6d738f 100644 --- a/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletContextListener.java +++ b/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletContextListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletRequestListener.java b/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletRequestListener.java index ba0d7ff9d2..f31e3215f4 100644 --- a/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletRequestListener.java +++ b/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyServletRequestListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyThreadLocal.java b/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyThreadLocal.java index 37fe3e578c..d95aa4ed99 100644 --- a/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyThreadLocal.java +++ b/extension/policy/src/main/java/cloud/piranha/extension/policy/internal/InternalPolicyThreadLocal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/policy/src/main/java/module-info.java b/extension/policy/src/main/java/module-info.java index cc5edbfcca..54d798245d 100644 --- a/extension/policy/src/main/java/module-info.java +++ b/extension/policy/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/policy/src/test/java/cloud/piranha/extension/policy/PolicyExtensionTest.java b/extension/policy/src/test/java/cloud/piranha/extension/policy/PolicyExtensionTest.java index d6be6cb676..786467cbff 100644 --- a/extension/policy/src/test/java/cloud/piranha/extension/policy/PolicyExtensionTest.java +++ b/extension/policy/src/test/java/cloud/piranha/extension/policy/PolicyExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/scinitializer/src/main/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtension.java b/extension/scinitializer/src/main/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtension.java index 3b70744ae7..2b51da95db 100644 --- a/extension/scinitializer/src/main/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtension.java +++ b/extension/scinitializer/src/main/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/scinitializer/src/main/java/module-info.java b/extension/scinitializer/src/main/java/module-info.java index 8a4cf8bd46..437e8d5eee 100644 --- a/extension/scinitializer/src/main/java/module-info.java +++ b/extension/scinitializer/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/scinitializer/src/test/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtensionTest.java b/extension/scinitializer/src/test/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtensionTest.java index ad8d31893d..b7bce12559 100644 --- a/extension/scinitializer/src/test/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtensionTest.java +++ b/extension/scinitializer/src/test/java/cloud/piranha/extension/scinitializer/ServletContainerInitializerExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityAllInitializer.java b/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityAllInitializer.java index 0e0f498246..ec9c754378 100644 --- a/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityAllInitializer.java +++ b/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityAllInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityExtension.java b/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityExtension.java index d812fc99ac..9acfad9268 100644 --- a/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityExtension.java +++ b/extension/security-jakarta/src/main/java/cloud/piranha/extension/security/jakarta/JakartaSecurityExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-jakarta/src/main/java/module-info.java b/extension/security-jakarta/src/main/java/module-info.java index 28c159ba25..e6011fcce7 100644 --- a/extension/security-jakarta/src/main/java/module-info.java +++ b/extension/security-jakarta/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityAllInitializer.java b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityAllInitializer.java index 879a4488f2..69b41af2f7 100644 --- a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityAllInitializer.java +++ b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityAllInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityExtension.java b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityExtension.java index 22deccd05c..2e0538a4f9 100644 --- a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityExtension.java +++ b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManager.java b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManager.java index a9595a3383..b94acfe029 100644 --- a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManager.java +++ b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtension.java b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtension.java index a67b3b53f4..6a2d91fb81 100644 --- a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtension.java +++ b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializer.java b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializer.java index c9d3186925..e921f08a5c 100644 --- a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializer.java +++ b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityPrincipal.java b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityPrincipal.java index 237ae9e513..190479ec08 100644 --- a/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityPrincipal.java +++ b/extension/security-servlet/src/main/java/cloud/piranha/extension/security/servlet/ServletSecurityPrincipal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/main/java/module-info.java b/extension/security-servlet/src/main/java/module-info.java index c655a7ef00..6e1a320491 100644 --- a/extension/security-servlet/src/main/java/module-info.java +++ b/extension/security-servlet/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtensionTest.java b/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtensionTest.java index 22b1bce204..5fc61912d2 100644 --- a/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtensionTest.java +++ b/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializerTest.java b/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializerTest.java index 476c6c9ab2..bed5a8e6f2 100644 --- a/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializerTest.java +++ b/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerTest.java b/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerTest.java index a6a4580fd3..af5a59af9c 100644 --- a/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerTest.java +++ b/extension/security-servlet/src/test/java/cloud/piranha/extension/security/servlet/ServletSecurityManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servlet/src/main/java/cloud/piranha/extension/servlet/ServletExtension.java b/extension/servlet/src/main/java/cloud/piranha/extension/servlet/ServletExtension.java index 67922e4d09..1d89c89695 100644 --- a/extension/servlet/src/main/java/cloud/piranha/extension/servlet/ServletExtension.java +++ b/extension/servlet/src/main/java/cloud/piranha/extension/servlet/ServletExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servlet/src/main/java/module-info.java b/extension/servlet/src/main/java/module-info.java index f5514ba3ef..0b1fd94404 100644 --- a/extension/servlet/src/main/java/module-info.java +++ b/extension/servlet/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtension.java b/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtension.java index 61b37e76b8..a89455564b 100644 --- a/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtension.java +++ b/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsInitializer.java b/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsInitializer.java index 2443ef056b..216339f2fc 100644 --- a/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsInitializer.java +++ b/extension/servletannotations/src/main/java/cloud/piranha/extension/servletannotations/ServletAnnotationsInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/main/java/module-info.java b/extension/servletannotations/src/main/java/module-info.java index 250302cdfc..a4368e1616 100644 --- a/extension/servletannotations/src/main/java/module-info.java +++ b/extension/servletannotations/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtensionTest.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtensionTest.java index 96848fcc7e..1e18702cc4 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtensionTest.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/ServletAnnotationsExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Filter.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Filter.java index fd8092bcaa..83b312a5c4 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Filter.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Servlet.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Servlet.java index c5cd9bf480..aa4cc5e16b 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Servlet.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test2Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Filter.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Filter.java index 3c06b0a8f4..cbdd19621d 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Filter.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Servlet.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Servlet.java index b8b7b3eada..dab54e52d0 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Servlet.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test3Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Filter.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Filter.java index f2b3702c6e..d2b52c30c7 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Filter.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Servlet.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Servlet.java index 737c77c5bc..c36889e7f3 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Servlet.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test4Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test5Servlet.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test5Servlet.java index 65e35eef91..e6cf1686d4 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test5Servlet.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/Test5Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestFilter.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestFilter.java index da41def75d..a77810ea99 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestFilter.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestListener.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestListener.java index c3d377a059..fca429897f 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestListener.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestServlet.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestServlet.java index 3e3d7e4235..1e0700a293 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestServlet.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/TestServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/WebServletTest.java b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/WebServletTest.java index 5aea66b325..c788b55a13 100644 --- a/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/WebServletTest.java +++ b/extension/servletannotations/src/test/java/cloud/piranha/extension/servletannotations/WebServletTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/main/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandler.java b/extension/soteria/src/main/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandler.java index 4ba8835000..9c641f341d 100644 --- a/extension/soteria/src/main/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandler.java +++ b/extension/soteria/src/main/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaInitializer.java b/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaInitializer.java index cc71ee0316..a76e2c2bc5 100644 --- a/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaInitializer.java +++ b/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializer.java b/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializer.java index 2b1cadc385..ea00245b2c 100644 --- a/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializer.java +++ b/extension/soteria/src/main/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/main/java/module-info.java b/extension/soteria/src/main/java/module-info.java index 044f1c9de6..aa730cbfbb 100644 --- a/extension/soteria/src/main/java/module-info.java +++ b/extension/soteria/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandlerTest.java b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandlerTest.java index e16acfc7d5..2c4ee27134 100644 --- a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandlerTest.java +++ b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/IdentityStoreLoginHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerNoCdiTest.java b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerNoCdiTest.java index 43fa9a76a1..08a85d3868 100644 --- a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerNoCdiTest.java +++ b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerNoCdiTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerTest.java b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerTest.java index 2014a3e08e..26b073e94b 100644 --- a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerTest.java +++ b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializerTest.java b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializerTest.java index 667c874ff6..c577e6e003 100644 --- a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializerTest.java +++ b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/SoteriaPreCDIInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/TestIdentityStore.java b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/TestIdentityStore.java index f893285563..a5b80d63fe 100644 --- a/extension/soteria/src/test/java/cloud/piranha/extension/soteria/TestIdentityStore.java +++ b/extension/soteria/src/test/java/cloud/piranha/extension/soteria/TestIdentityStore.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirExtension.java b/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirExtension.java index 415f9a17df..477f992345 100644 --- a/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirExtension.java +++ b/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializer.java b/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializer.java index 5b5fa34fbe..40f3923505 100644 --- a/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializer.java +++ b/extension/tempdir/src/main/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tempdir/src/main/java/module-info.java b/extension/tempdir/src/main/java/module-info.java index e7c40dafa7..84741a6ea0 100644 --- a/extension/tempdir/src/main/java/module-info.java +++ b/extension/tempdir/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirExtensionTest.java b/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirExtensionTest.java index 4b49a93f4a..6968e8f2c3 100644 --- a/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirExtensionTest.java +++ b/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializerTest.java b/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializerTest.java index 9f3c1e92de..73b573bfef 100644 --- a/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializerTest.java +++ b/extension/tempdir/src/test/java/cloud/piranha/extension/tempdir/TempDirServletContainerInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tyrus/src/main/java/cloud/piranha/extension/tyrus/TyrusExtension.java b/extension/tyrus/src/main/java/cloud/piranha/extension/tyrus/TyrusExtension.java index bc580561b8..8398bd9844 100644 --- a/extension/tyrus/src/main/java/cloud/piranha/extension/tyrus/TyrusExtension.java +++ b/extension/tyrus/src/main/java/cloud/piranha/extension/tyrus/TyrusExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tyrus/src/main/java/module-info.java b/extension/tyrus/src/main/java/module-info.java index da7bc23372..c9e2aa7a49 100644 --- a/extension/tyrus/src/main/java/module-info.java +++ b/extension/tyrus/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/tyrus/src/test/java/cloud/piranha/extension/tyrus/TyrusExtensionTest.java b/extension/tyrus/src/test/java/cloud/piranha/extension/tyrus/TyrusExtensionTest.java index df7916c95f..d011d21655 100644 --- a/extension/tyrus/src/test/java/cloud/piranha/extension/tyrus/TyrusExtensionTest.java +++ b/extension/tyrus/src/test/java/cloud/piranha/extension/tyrus/TyrusExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspExtension.java b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspExtension.java index df8d7667a8..b506169155 100644 --- a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspExtension.java +++ b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspInitializer.java b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspInitializer.java index e8aa3e3406..70ea3d8d46 100644 --- a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspInitializer.java +++ b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManager.java b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManager.java index 23caf488c4..b71f6cb474 100644 --- a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManager.java +++ b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerExtension.java b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerExtension.java index 217a043540..f7fce012be 100644 --- a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerExtension.java +++ b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerInitializer.java b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerInitializer.java index 838c685c6a..00a8061d27 100644 --- a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerInitializer.java +++ b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspJspManagerInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspServlet.java b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspServlet.java index 2d05e60d17..d84bf02f35 100644 --- a/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspServlet.java +++ b/extension/wasp/src/main/java/cloud/piranha/extension/wasp/WaspServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/main/java/module-info.java b/extension/wasp/src/main/java/module-info.java index db55d1bed4..31b549830a 100644 --- a/extension/wasp/src/main/java/module-info.java +++ b/extension/wasp/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspDescriptorTest.java b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspDescriptorTest.java index 5578a8a923..2127649c4c 100644 --- a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspDescriptorTest.java +++ b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspDescriptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspWriterTest.java b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspWriterTest.java index 7a711271ef..1858dc2ada 100644 --- a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspWriterTest.java +++ b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/JspWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspExtensionTest.java b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspExtensionTest.java index 7393daaa41..e879460202 100644 --- a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspExtensionTest.java +++ b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspInitializerTest.java b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspInitializerTest.java index ac568c6dd8..de62356f12 100644 --- a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspInitializerTest.java +++ b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspJspManagerExtensionTest.java b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspJspManagerExtensionTest.java index 3fb33175e6..31fb3988dc 100644 --- a/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspJspManagerExtensionTest.java +++ b/extension/wasp/src/test/java/cloud/piranha/extension/wasp/WaspJspManagerExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webprofile/src/main/java/cloud/piranha/extension/webprofile/WebProfileExtension.java b/extension/webprofile/src/main/java/cloud/piranha/extension/webprofile/WebProfileExtension.java index 6b32bf5ec1..7a9dd63048 100644 --- a/extension/webprofile/src/main/java/cloud/piranha/extension/webprofile/WebProfileExtension.java +++ b/extension/webprofile/src/main/java/cloud/piranha/extension/webprofile/WebProfileExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webprofile/src/main/java/module-info.java b/extension/webprofile/src/main/java/module-info.java index a676a93eb6..c60c719776 100644 --- a/extension/webprofile/src/main/java/module-info.java +++ b/extension/webprofile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlExtension.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlExtension.java index daa12d96f1..6cae8a146b 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlExtension.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlInitializer.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlInitializer.java index c0a72437c7..054f12a422 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlInitializer.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/WebXmlInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXml.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXml.java index 89b3ac0e48..894a420cd5 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXml.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXml.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlContextParam.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlContextParam.java index 4bfc769b9f..44062359e0 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlContextParam.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlContextParam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlDataSource.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlDataSource.java index 8dd75f0bb2..c4b8054157 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlDataSource.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlDataSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlErrorPage.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlErrorPage.java index 590e06502d..c0e52d79f3 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlErrorPage.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlErrorPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilter.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilter.java index c29536a6cc..b1a2bf643d 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilter.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterInitParam.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterInitParam.java index 445e535b5a..3722feb491 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterInitParam.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterInitParam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterMapping.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterMapping.java index ebf994cb8f..357df9540a 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterMapping.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlFilterMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfig.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfig.java index 4018d8f2db..4e379bb9fa 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfig.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfigTaglib.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfigTaglib.java index ea6008e8e8..6ea58fc1be 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfigTaglib.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlJspConfigTaglib.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlListener.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlListener.java index edb535e718..dda659134e 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlListener.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlLoginConfig.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlLoginConfig.java index 7b6040d5a6..1bb6dd6ca6 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlLoginConfig.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlLoginConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlManager.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlManager.java index a1b871d16c..87012c3f94 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlManager.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlMimeMapping.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlMimeMapping.java index e0f1ba4809..35359eaa15 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlMimeMapping.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlMimeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlParser.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlParser.java index 2ea0dbcd0f..9a3ccae9ad 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlParser.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlProcessor.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlProcessor.java index 86f7697cd8..4532decd07 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlProcessor.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSecurityConstraint.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSecurityConstraint.java index 1e7a3afa57..5141909011 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSecurityConstraint.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSecurityConstraint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServlet.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServlet.java index 2d3b735867..5841886233 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServlet.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletInitParam.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletInitParam.java index 128a62fc61..85e23d7557 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletInitParam.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletInitParam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMapping.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMapping.java index 69d4e81855..35b5b1d026 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMapping.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMultipartConfig.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMultipartConfig.java index 3ede0445bb..995785e063 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMultipartConfig.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletMultipartConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletSecurityRoleRef.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletSecurityRoleRef.java index 24edea475c..c8c6b00291 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletSecurityRoleRef.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlServletSecurityRoleRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfig.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfig.java index efd8e23f79..12e6a2b82f 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfig.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfigCookieConfig.java b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfigCookieConfig.java index 5f8e13da39..e23bf49f63 100644 --- a/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfigCookieConfig.java +++ b/extension/webxml/src/main/java/cloud/piranha/extension/webxml/internal/WebXmlSessionConfigCookieConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/main/java/module-info.java b/extension/webxml/src/main/java/module-info.java index 2cc41bd711..3dc23fdab0 100644 --- a/extension/webxml/src/main/java/module-info.java +++ b/extension/webxml/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestFilter.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestFilter.java index f123dca54c..a9796bc491 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestFilter.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestServlet.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestServlet.java index 1c5eb97af7..bca699c15d 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestServlet.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/TestServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlExtensionTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlExtensionTest.java index 967848b4db..aa430c8fc2 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlExtensionTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlInitializerTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlInitializerTest.java index d069bc2cab..5a23cd95b9 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlInitializerTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/WebXmlInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ContextParamTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ContextParamTest.java index 873f69ee13..c02c09c682 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ContextParamTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ContextParamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DataSourceTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DataSourceTest.java index 3e97c58deb..5426fb2638 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DataSourceTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DataSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DefaultContextPathTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DefaultContextPathTest.java index 4db95542da..2af3572240 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DefaultContextPathTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DefaultContextPathTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DenyUncoveredMethodsTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DenyUncoveredMethodsTest.java index 74bf6cad84..196b37ad9b 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DenyUncoveredMethodsTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/DenyUncoveredMethodsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/EffectiveMajorVersionTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/EffectiveMajorVersionTest.java index f579ee9711..1a859a48d9 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/EffectiveMajorVersionTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/EffectiveMajorVersionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ErrorPageTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ErrorPageTest.java index 956d1ec415..9ed05e26fb 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ErrorPageTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/ErrorPageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/FilterMappingTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/FilterMappingTest.java index a19ee4edb4..8412389d7c 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/FilterMappingTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/FilterMappingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/JspConfigTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/JspConfigTest.java index c043b581de..bcfef8d72a 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/JspConfigTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/JspConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MetadataCompleteTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MetadataCompleteTest.java index e00ae21ab4..306f513641 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MetadataCompleteTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MetadataCompleteTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MimeMappingTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MimeMappingTest.java index 79b398ae86..1592a20f95 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MimeMappingTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/MimeMappingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/TestWithoutLeadingSlashServlet.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/TestWithoutLeadingSlashServlet.java index 860aa50288..e496a3b4ae 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/TestWithoutLeadingSlashServlet.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/TestWithoutLeadingSlashServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlManagerTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlManagerTest.java index e8bebf6602..50bee4edc1 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlManagerTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlParserTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlParserTest.java index 08897820d2..e250c83842 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlParserTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlProcessorTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlProcessorTest.java index eb64eaa172..62f609727c 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlProcessorTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WebXmlProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WelcomeFileTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WelcomeFileTest.java index 116dbeca20..96afa2630b 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WelcomeFileTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WelcomeFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WithoutLeadingSlashTest.java b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WithoutLeadingSlashTest.java index e39ade5fb3..17e237a533 100644 --- a/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WithoutLeadingSlashTest.java +++ b/extension/webxml/src/test/java/cloud/piranha/extension/webxml/internal/WithoutLeadingSlashTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/WelcomeFileExtension.java b/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/WelcomeFileExtension.java index a3ee5e30b8..fea3175faf 100644 --- a/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/WelcomeFileExtension.java +++ b/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/WelcomeFileExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManager.java b/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManager.java index 9b443b0d97..aa146355ad 100644 --- a/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManager.java +++ b/extension/welcomefile/src/main/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/welcomefile/src/main/java/module-info.java b/extension/welcomefile/src/main/java/module-info.java index 4890996c3d..940ea92777 100644 --- a/extension/welcomefile/src/main/java/module-info.java +++ b/extension/welcomefile/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/WelcomeFileExtensionTest.java b/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/WelcomeFileExtensionTest.java index bb5247ace9..1ee7fe5dfb 100644 --- a/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/WelcomeFileExtensionTest.java +++ b/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/WelcomeFileExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManagerTest.java b/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManagerTest.java index d778cc02a4..aee9d921aa 100644 --- a/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManagerTest.java +++ b/extension/welcomefile/src/test/java/cloud/piranha/extension/welcomefile/internal/InternalWelcomeFileManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/RealtimeHttpServletRequestWrapper.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/RealtimeHttpServletRequestWrapper.java index 98000decf2..54d4068094 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/RealtimeHttpServletRequestWrapper.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/RealtimeHttpServletRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldCDI.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldCDI.java index 3958f35636..a9f2005008 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldCDI.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldCDI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldContainer.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldContainer.java index 3ed8946cff..2bca57a11e 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldContainer.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldExtension.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldExtension.java index 4c4587751f..3054eed725 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldExtension.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldHttpServletRequest.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldHttpServletRequest.java index bb471665ed..22bb55f010 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldHttpServletRequest.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldHttpServletRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitListener.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitListener.java index 4f95bda74e..0a4e5d8fcb 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitListener.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitializer.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitializer.java index 0fcbf6e642..208e251a76 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitializer.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldObjectInstanceManager.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldObjectInstanceManager.java index 7e87c92aa2..0f6efce7a4 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldObjectInstanceManager.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldObjectInstanceManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldProvider.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldProvider.java index 07c1473bad..4f6c44d573 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldProvider.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldSecurityService.java b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldSecurityService.java index d6471451c6..287d403c95 100644 --- a/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldSecurityService.java +++ b/extension/weld/src/main/java/cloud/piranha/extension/weld/WeldSecurityService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/weld/src/main/java/module-info.java b/extension/weld/src/main/java/module-info.java index da1bfefa4b..21c9b3a1dd 100644 --- a/extension/weld/src/main/java/module-info.java +++ b/extension/weld/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/yasson/src/main/java/cloud/piranha/extension/yasson/YassonExtension.java b/extension/yasson/src/main/java/cloud/piranha/extension/yasson/YassonExtension.java index 1feb0e1d52..f84f7e1195 100644 --- a/extension/yasson/src/main/java/cloud/piranha/extension/yasson/YassonExtension.java +++ b/extension/yasson/src/main/java/cloud/piranha/extension/yasson/YassonExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/extension/yasson/src/main/java/module-info.java b/extension/yasson/src/main/java/module-info.java index 926c7644df..448978e82e 100644 --- a/extension/yasson/src/main/java/module-info.java +++ b/extension/yasson/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/external/tck/jwt/src/main/java/cloud/piranha/test/ConfigPropertiesAdder.java b/external/tck/jwt/src/main/java/cloud/piranha/test/ConfigPropertiesAdder.java index b821d7c7bc..34114ac2d5 100644 --- a/external/tck/jwt/src/main/java/cloud/piranha/test/ConfigPropertiesAdder.java +++ b/external/tck/jwt/src/main/java/cloud/piranha/test/ConfigPropertiesAdder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/external/webprofile-tck/cdi/runner/core/src/test/java/org/jboss/weld/tck/piranha/PiranhaExtension.java b/external/webprofile-tck/cdi/runner/core/src/test/java/org/jboss/weld/tck/piranha/PiranhaExtension.java index 1c9a897a01..a8ef5c5008 100644 --- a/external/webprofile-tck/cdi/runner/core/src/test/java/org/jboss/weld/tck/piranha/PiranhaExtension.java +++ b/external/webprofile-tck/cdi/runner/core/src/test/java/org/jboss/weld/tck/piranha/PiranhaExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/api/src/main/java/cloud/piranha/feature/api/Feature.java b/feature/api/src/main/java/cloud/piranha/feature/api/Feature.java index 362866b390..4361f0f009 100644 --- a/feature/api/src/main/java/cloud/piranha/feature/api/Feature.java +++ b/feature/api/src/main/java/cloud/piranha/feature/api/Feature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/api/src/main/java/cloud/piranha/feature/api/FeatureManager.java b/feature/api/src/main/java/cloud/piranha/feature/api/FeatureManager.java index d685d54ea1..0967884210 100644 --- a/feature/api/src/main/java/cloud/piranha/feature/api/FeatureManager.java +++ b/feature/api/src/main/java/cloud/piranha/feature/api/FeatureManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/api/src/main/java/module-info.java b/feature/api/src/main/java/module-info.java index 729cc11906..b087e6c2c0 100644 --- a/feature/api/src/main/java/module-info.java +++ b/feature/api/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/crac/src/main/java/cloud/piranha/feature/crac/CracFeature.java b/feature/crac/src/main/java/cloud/piranha/feature/crac/CracFeature.java index 48355aec76..9a38555aef 100644 --- a/feature/crac/src/main/java/cloud/piranha/feature/crac/CracFeature.java +++ b/feature/crac/src/main/java/cloud/piranha/feature/crac/CracFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/crac/src/main/java/module-info.java b/feature/crac/src/main/java/module-info.java index 111b42551d..80287e3322 100644 --- a/feature/crac/src/main/java/module-info.java +++ b/feature/crac/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/crac/src/test/java/cloud/piranha/feature/crac/CracFeatureTest.java b/feature/crac/src/test/java/cloud/piranha/feature/crac/CracFeatureTest.java index acac573087..26cd094f07 100644 --- a/feature/crac/src/test/java/cloud/piranha/feature/crac/CracFeatureTest.java +++ b/feature/crac/src/test/java/cloud/piranha/feature/crac/CracFeatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/exitonstop/src/main/java/cloud/piranha/feature/exitonstop/ExitOnStopFeature.java b/feature/exitonstop/src/main/java/cloud/piranha/feature/exitonstop/ExitOnStopFeature.java index b56371368b..0f4c6bc4ec 100644 --- a/feature/exitonstop/src/main/java/cloud/piranha/feature/exitonstop/ExitOnStopFeature.java +++ b/feature/exitonstop/src/main/java/cloud/piranha/feature/exitonstop/ExitOnStopFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/exitonstop/src/main/java/module-info.java b/feature/exitonstop/src/main/java/module-info.java index a7e8e8a9c1..0cb09f2dd3 100644 --- a/feature/exitonstop/src/main/java/module-info.java +++ b/feature/exitonstop/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/exitonstop/src/test/java/cloud/piranha/feature/exitonstop/ExitOnStopFeatureTest.java b/feature/exitonstop/src/test/java/cloud/piranha/feature/exitonstop/ExitOnStopFeatureTest.java index 0b9ffb3da1..518d71a97e 100644 --- a/feature/exitonstop/src/test/java/cloud/piranha/feature/exitonstop/ExitOnStopFeatureTest.java +++ b/feature/exitonstop/src/test/java/cloud/piranha/feature/exitonstop/ExitOnStopFeatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/http/src/main/java/cloud/piranha/feature/http/HttpFeature.java b/feature/http/src/main/java/cloud/piranha/feature/http/HttpFeature.java index e74337228e..c68f54e119 100644 --- a/feature/http/src/main/java/cloud/piranha/feature/http/HttpFeature.java +++ b/feature/http/src/main/java/cloud/piranha/feature/http/HttpFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/http/src/main/java/module-info.java b/feature/http/src/main/java/module-info.java index 5029891fee..0c883e6c1e 100644 --- a/feature/http/src/main/java/module-info.java +++ b/feature/http/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/http/src/test/java/cloud/piranha/feature/http/HttpFeatureTest.java b/feature/http/src/test/java/cloud/piranha/feature/http/HttpFeatureTest.java index 91e4c7a128..ea87c45bf6 100644 --- a/feature/http/src/test/java/cloud/piranha/feature/http/HttpFeatureTest.java +++ b/feature/http/src/test/java/cloud/piranha/feature/http/HttpFeatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/https/src/main/java/cloud/piranha/feature/https/HttpsFeature.java b/feature/https/src/main/java/cloud/piranha/feature/https/HttpsFeature.java index 6d158f9655..7152112daf 100644 --- a/feature/https/src/main/java/cloud/piranha/feature/https/HttpsFeature.java +++ b/feature/https/src/main/java/cloud/piranha/feature/https/HttpsFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/https/src/main/java/module-info.java b/feature/https/src/main/java/module-info.java index 097fe50f76..4ea962a247 100644 --- a/feature/https/src/main/java/module-info.java +++ b/feature/https/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/https/src/test/java/cloud/piranha/feature/https/HttpsFeatureTest.java b/feature/https/src/test/java/cloud/piranha/feature/https/HttpsFeatureTest.java index 49f28a7f7c..31299264a4 100644 --- a/feature/https/src/test/java/cloud/piranha/feature/https/HttpsFeatureTest.java +++ b/feature/https/src/test/java/cloud/piranha/feature/https/HttpsFeatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeature.java b/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeature.java index fbf2875868..a2c0bc06d9 100644 --- a/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeature.java +++ b/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeatureManager.java b/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeatureManager.java index bd6a038cfa..3c7e664607 100644 --- a/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeatureManager.java +++ b/feature/impl/src/main/java/cloud/piranha/feature/impl/DefaultFeatureManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/impl/src/main/java/module-info.java b/feature/impl/src/main/java/module-info.java index 99d28fbedb..1ab4177177 100644 --- a/feature/impl/src/main/java/module-info.java +++ b/feature/impl/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureManagerTest.java b/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureManagerTest.java index 23f58bfe27..1feaa3a209 100644 --- a/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureManagerTest.java +++ b/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureTest.java b/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureTest.java index c814ee75dd..a0e117d82f 100644 --- a/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureTest.java +++ b/feature/impl/src/test/java/cloud/piranha/feature/impl/DefaultFeatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/isolatedwebapp/src/main/java/cloud/piranha/feature/isolatedwebapp/IsolatedWebAppFeature.java b/feature/isolatedwebapp/src/main/java/cloud/piranha/feature/isolatedwebapp/IsolatedWebAppFeature.java index 1980afde51..ae730573b9 100644 --- a/feature/isolatedwebapp/src/main/java/cloud/piranha/feature/isolatedwebapp/IsolatedWebAppFeature.java +++ b/feature/isolatedwebapp/src/main/java/cloud/piranha/feature/isolatedwebapp/IsolatedWebAppFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/isolatedwebapp/src/main/java/module-info.java b/feature/isolatedwebapp/src/main/java/module-info.java index 320bcbaf44..566fa72290 100644 --- a/feature/isolatedwebapp/src/main/java/module-info.java +++ b/feature/isolatedwebapp/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingFeature.java b/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingFeature.java index ee239b8a9e..da8ed06953 100644 --- a/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingFeature.java +++ b/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingHandler.java b/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingHandler.java index 5945d40c85..0f199cc141 100644 --- a/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingHandler.java +++ b/feature/logging/src/main/java/cloud/piranha/feature/logging/LoggingHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/logging/src/main/java/module-info.java b/feature/logging/src/main/java/module-info.java index 881bcbaec7..85524eb87d 100644 --- a/feature/logging/src/main/java/module-info.java +++ b/feature/logging/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/logging/src/test/java/cloud/piranha/feature/logging/LoggingFeatureTest.java b/feature/logging/src/test/java/cloud/piranha/feature/logging/LoggingFeatureTest.java index 16d8fad90e..b1d6c7aefe 100644 --- a/feature/logging/src/test/java/cloud/piranha/feature/logging/LoggingFeatureTest.java +++ b/feature/logging/src/test/java/cloud/piranha/feature/logging/LoggingFeatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/pid/src/main/java/cloud/piranha/feature/pid/PidFeature.java b/feature/pid/src/main/java/cloud/piranha/feature/pid/PidFeature.java index 96a6341ce3..da2782f01f 100644 --- a/feature/pid/src/main/java/cloud/piranha/feature/pid/PidFeature.java +++ b/feature/pid/src/main/java/cloud/piranha/feature/pid/PidFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/pid/src/main/java/module-info.java b/feature/pid/src/main/java/module-info.java index cd8d3f7860..12bdcd71bf 100644 --- a/feature/pid/src/main/java/module-info.java +++ b/feature/pid/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/webapp/src/main/java/cloud/piranha/feature/webapp/WebAppFeature.java b/feature/webapp/src/main/java/cloud/piranha/feature/webapp/WebAppFeature.java index 71cffd02b5..1fc90cbc41 100644 --- a/feature/webapp/src/main/java/cloud/piranha/feature/webapp/WebAppFeature.java +++ b/feature/webapp/src/main/java/cloud/piranha/feature/webapp/WebAppFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/webapp/src/main/java/module-info.java b/feature/webapp/src/main/java/module-info.java index f98fe64066..42bb3ead7f 100644 --- a/feature/webapp/src/main/java/module-info.java +++ b/feature/webapp/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/webapp/src/test/java/cloud/piranha/feature/webapp/WebAppFeatureTest.java b/feature/webapp/src/test/java/cloud/piranha/feature/webapp/WebAppFeatureTest.java index 7087c6a0cc..82b0bb9522 100644 --- a/feature/webapp/src/test/java/cloud/piranha/feature/webapp/WebAppFeatureTest.java +++ b/feature/webapp/src/test/java/cloud/piranha/feature/webapp/WebAppFeatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/webapps/src/main/java/cloud/piranha/feature/webapps/WebAppsFeature.java b/feature/webapps/src/main/java/cloud/piranha/feature/webapps/WebAppsFeature.java index 1e179d69a3..b195db54aa 100644 --- a/feature/webapps/src/main/java/cloud/piranha/feature/webapps/WebAppsFeature.java +++ b/feature/webapps/src/main/java/cloud/piranha/feature/webapps/WebAppsFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/feature/webapps/src/main/java/module-info.java b/feature/webapps/src/main/java/module-info.java index 86166e48b6..80dd2d1323 100644 --- a/feature/webapps/src/main/java/module-info.java +++ b/feature/webapps/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/api/src/main/java/cloud/piranha/http/api/HttpServer.java b/http/api/src/main/java/cloud/piranha/http/api/HttpServer.java index f7a460f3ae..191df214d7 100644 --- a/http/api/src/main/java/cloud/piranha/http/api/HttpServer.java +++ b/http/api/src/main/java/cloud/piranha/http/api/HttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessor.java b/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessor.java index c9686fa846..565ee93817 100644 --- a/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessor.java +++ b/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessorEndState.java b/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessorEndState.java index 41e41cfcfd..552e43b25c 100644 --- a/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessorEndState.java +++ b/http/api/src/main/java/cloud/piranha/http/api/HttpServerProcessorEndState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/api/src/main/java/cloud/piranha/http/api/HttpServerRequest.java b/http/api/src/main/java/cloud/piranha/http/api/HttpServerRequest.java index 0b84998f8b..ea588a4ec5 100644 --- a/http/api/src/main/java/cloud/piranha/http/api/HttpServerRequest.java +++ b/http/api/src/main/java/cloud/piranha/http/api/HttpServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/api/src/main/java/cloud/piranha/http/api/HttpServerResponse.java b/http/api/src/main/java/cloud/piranha/http/api/HttpServerResponse.java index 7e49663a4c..49205ad90f 100644 --- a/http/api/src/main/java/cloud/piranha/http/api/HttpServerResponse.java +++ b/http/api/src/main/java/cloud/piranha/http/api/HttpServerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/api/src/main/java/cloud/piranha/http/api/package-info.java b/http/api/src/main/java/cloud/piranha/http/api/package-info.java index b200c30f22..a5e6b5f044 100644 --- a/http/api/src/main/java/cloud/piranha/http/api/package-info.java +++ b/http/api/src/main/java/cloud/piranha/http/api/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/api/src/main/java/module-info.java b/http/api/src/main/java/module-info.java index 7e83710111..0952dcf445 100644 --- a/http/api/src/main/java/module-info.java +++ b/http/api/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/crac/src/main/java/cloud/piranha/http/crac/CracHttpServer.java b/http/crac/src/main/java/cloud/piranha/http/crac/CracHttpServer.java index 8ac064af27..5d3e608c78 100644 --- a/http/crac/src/main/java/cloud/piranha/http/crac/CracHttpServer.java +++ b/http/crac/src/main/java/cloud/piranha/http/crac/CracHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/crac/src/main/java/module-info.java b/http/crac/src/main/java/module-info.java index 289bb69389..249aa545ee 100644 --- a/http/crac/src/main/java/module-info.java +++ b/http/crac/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServer.java b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServer.java index 64da4e7ee6..ca3024741b 100644 --- a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServer.java +++ b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequest.java b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequest.java index c19c67c874..6eae839864 100644 --- a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequest.java +++ b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerResponse.java b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerResponse.java index 9dce943176..a0f67d7806 100644 --- a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerResponse.java +++ b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/GrizzlyHttpServerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/package-info.java b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/package-info.java index d99e704ab4..a0b8b19185 100644 --- a/http/grizzly/src/main/java/cloud/piranha/http/grizzly/package-info.java +++ b/http/grizzly/src/main/java/cloud/piranha/http/grizzly/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/grizzly/src/main/java/module-info.java b/http/grizzly/src/main/java/module-info.java index 0dae8d05d6..04094c59ea 100644 --- a/http/grizzly/src/main/java/module-info.java +++ b/http/grizzly/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequestTest.java b/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequestTest.java index ea2a5dcf1b..00f91d484c 100644 --- a/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequestTest.java +++ b/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerTest.java b/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerTest.java index 48acf6cfc7..c686139c49 100644 --- a/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerTest.java +++ b/http/grizzly/src/test/java/cloud/piranha/http/grizzly/GrizzlyHttpServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServer.java b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServer.java index 0220ecd052..f050d54d52 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServer.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerAcceptorThread.java b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerAcceptorThread.java index 6815f5b267..7a8e920f62 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerAcceptorThread.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerAcceptorThread.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessingThread.java b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessingThread.java index f1bde4a220..64097ae01d 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessingThread.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessingThread.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessor.java b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessor.java index b2042bfa68..de784085c7 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessor.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerRequest.java b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerRequest.java index 7b93083500..4f6f12972d 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerRequest.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerResponse.java b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerResponse.java index 0397128e05..832bf51927 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerResponse.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerThreadFactory.java b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerThreadFactory.java index e67eb3402b..725b64cb33 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerThreadFactory.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/DefaultHttpServerThreadFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/cloud/piranha/http/impl/package-info.java b/http/impl/src/main/java/cloud/piranha/http/impl/package-info.java index 8e812429e3..e2a22cde3b 100644 --- a/http/impl/src/main/java/cloud/piranha/http/impl/package-info.java +++ b/http/impl/src/main/java/cloud/piranha/http/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/main/java/module-info.java b/http/impl/src/main/java/module-info.java index c16b0d1d76..6e6cc31d0e 100644 --- a/http/impl/src/main/java/module-info.java +++ b/http/impl/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerRequestTest.java b/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerRequestTest.java index 4365ef2bc9..a578e1c499 100644 --- a/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerRequestTest.java +++ b/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerTest.java b/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerTest.java index 3580cb6672..351480696c 100644 --- a/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerTest.java +++ b/http/impl/src/test/java/cloud/piranha/http/impl/DefaultHttpServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpHandler.java b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpHandler.java index 121274399f..8ec321660d 100644 --- a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpHandler.java +++ b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpRequest.java b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpRequest.java index 46be3d2d78..87f8ce0971 100644 --- a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpRequest.java +++ b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpResponse.java b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpResponse.java index 23fd2ab07d..b5b18640e3 100644 --- a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpResponse.java +++ b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpServer.java b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpServer.java index c657944547..e2aab1d887 100644 --- a/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpServer.java +++ b/http/jdk/src/main/java/cloud/piranha/http/jdk/JdkHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/jdk/src/main/java/cloud/piranha/http/jdk/package-info.java b/http/jdk/src/main/java/cloud/piranha/http/jdk/package-info.java index 02ddec977a..1d77a5d894 100644 --- a/http/jdk/src/main/java/cloud/piranha/http/jdk/package-info.java +++ b/http/jdk/src/main/java/cloud/piranha/http/jdk/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/jdk/src/main/java/module-info.java b/http/jdk/src/main/java/module-info.java index 29ca82156d..99d6b414c1 100644 --- a/http/jdk/src/main/java/module-info.java +++ b/http/jdk/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/jdk/src/test/java/cloud/piranha/http/jdk/JdkHttpServerTest.java b/http/jdk/src/test/java/cloud/piranha/http/jdk/JdkHttpServerTest.java index 658cb59c45..9e36d79c76 100644 --- a/http/jdk/src/test/java/cloud/piranha/http/jdk/JdkHttpServerTest.java +++ b/http/jdk/src/test/java/cloud/piranha/http/jdk/JdkHttpServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServer.java b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServer.java index 755aa485e4..f11066e0d6 100644 --- a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServer.java +++ b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerHandler.java b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerHandler.java index 33a60b4f75..1a98c6fbd5 100644 --- a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerHandler.java +++ b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerInitializer.java b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerInitializer.java index 43de33bd9f..155d2d93cd 100644 --- a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerInitializer.java +++ b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerRequest.java b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerRequest.java index 93d769c6b5..1c38eca50f 100644 --- a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerRequest.java +++ b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerResponse.java b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerResponse.java index 395092abe4..4bbc36524a 100644 --- a/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerResponse.java +++ b/http/netty/src/main/java/cloud/piranha/http/netty/NettyHttpServerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/main/java/cloud/piranha/http/netty/package-info.java b/http/netty/src/main/java/cloud/piranha/http/netty/package-info.java index 0105028b3b..51e9d146b0 100644 --- a/http/netty/src/main/java/cloud/piranha/http/netty/package-info.java +++ b/http/netty/src/main/java/cloud/piranha/http/netty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/main/java/module-info.java b/http/netty/src/main/java/module-info.java index 404962e845..7db6764984 100644 --- a/http/netty/src/main/java/module-info.java +++ b/http/netty/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/netty/src/test/java/cloud/piranha/http/netty/NettyHttpServerTest.java b/http/netty/src/test/java/cloud/piranha/http/netty/NettyHttpServerTest.java index d21878a69f..2a0c2a94e2 100644 --- a/http/netty/src/test/java/cloud/piranha/http/netty/NettyHttpServerTest.java +++ b/http/netty/src/test/java/cloud/piranha/http/netty/NettyHttpServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerRequestTest.java b/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerRequestTest.java index 3df55b414e..98cd817c1f 100644 --- a/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerRequestTest.java +++ b/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerTest.java b/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerTest.java index 69f53dc593..a20c6ae58f 100644 --- a/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerTest.java +++ b/http/tests/src/main/java/cloud/piranha/http/tests/HttpServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/tests/src/main/java/cloud/piranha/http/tests/TestHttpServerProcessor.java b/http/tests/src/main/java/cloud/piranha/http/tests/TestHttpServerProcessor.java index 021e0328be..ea99af13f9 100644 --- a/http/tests/src/main/java/cloud/piranha/http/tests/TestHttpServerProcessor.java +++ b/http/tests/src/main/java/cloud/piranha/http/tests/TestHttpServerProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/tests/src/main/java/module-info.java b/http/tests/src/main/java/module-info.java index 2e08b2fd57..97e7ceb65c 100644 --- a/http/tests/src/main/java/module-info.java +++ b/http/tests/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpHandler.java b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpHandler.java index 9556cb83c0..0d776a7ee3 100644 --- a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpHandler.java +++ b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpRequest.java b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpRequest.java index ff3c2a16af..331c8e455b 100644 --- a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpRequest.java +++ b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpResponse.java b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpResponse.java index f3e9c0ed7c..af233f39fa 100644 --- a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpResponse.java +++ b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpServer.java b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpServer.java index 3d613ce53c..2ffe1dcbbe 100644 --- a/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpServer.java +++ b/http/undertow/src/main/java/cloud/piranha/http/undertow/UndertowHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/undertow/src/main/java/cloud/piranha/http/undertow/package-info.java b/http/undertow/src/main/java/cloud/piranha/http/undertow/package-info.java index 102e6fa410..504ba67022 100644 --- a/http/undertow/src/main/java/cloud/piranha/http/undertow/package-info.java +++ b/http/undertow/src/main/java/cloud/piranha/http/undertow/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/undertow/src/main/java/module-info.java b/http/undertow/src/main/java/module-info.java index c6787a6cfc..ddb38ed20b 100644 --- a/http/undertow/src/main/java/module-info.java +++ b/http/undertow/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/undertow/src/test/java/cloud/piranha/http/undertow/UndertowHttpServerTest.java b/http/undertow/src/test/java/cloud/piranha/http/undertow/UndertowHttpServerTest.java index e22ff85650..c2bcfa2a97 100644 --- a/http/undertow/src/test/java/cloud/piranha/http/undertow/UndertowHttpServerTest.java +++ b/http/undertow/src/test/java/cloud/piranha/http/undertow/UndertowHttpServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/virtual/src/main/java/cloud/piranha/http/virtual/VirtualHttpServer.java b/http/virtual/src/main/java/cloud/piranha/http/virtual/VirtualHttpServer.java index 72247e8cc5..d93e3a5dbc 100644 --- a/http/virtual/src/main/java/cloud/piranha/http/virtual/VirtualHttpServer.java +++ b/http/virtual/src/main/java/cloud/piranha/http/virtual/VirtualHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/virtual/src/main/java/module-info.java b/http/virtual/src/main/java/module-info.java index 43a1eb4acf..299acfbf8e 100644 --- a/http/virtual/src/main/java/module-info.java +++ b/http/virtual/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/virtual/src/test/java/cloud/piranha/http/virtual/VirtualHttpServerTest.java b/http/virtual/src/test/java/cloud/piranha/http/virtual/VirtualHttpServerTest.java index 54cfe047c5..976d8ef633 100644 --- a/http/virtual/src/test/java/cloud/piranha/http/virtual/VirtualHttpServerTest.java +++ b/http/virtual/src/test/java/cloud/piranha/http/virtual/VirtualHttpServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationOutputStream.java b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationOutputStream.java index d536246e69..5bee67684c 100644 --- a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationOutputStream.java +++ b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationRequest.java b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationRequest.java index c4db807ed5..b60f3076c7 100644 --- a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationRequest.java +++ b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationResponse.java b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationResponse.java index d05edf039e..d08a05aa83 100644 --- a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationResponse.java +++ b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServer.java b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServer.java index 6977d249bd..f06f117f04 100644 --- a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServer.java +++ b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServerRequestMapper.java b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServerRequestMapper.java index 1c6a430d81..559aa3279f 100644 --- a/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServerRequestMapper.java +++ b/http/webapp/src/main/java/cloud/piranha/http/webapp/HttpWebApplicationServerRequestMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/main/java/module-info.java b/http/webapp/src/main/java/module-info.java index f8ba138faf..801fd44a0b 100644 --- a/http/webapp/src/main/java/module-info.java +++ b/http/webapp/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationRequestTest.java b/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationRequestTest.java index f0e569e43a..284cbeba8f 100644 --- a/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationRequestTest.java +++ b/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationResponseTest.java b/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationResponseTest.java index 44f4a6db1b..f29d210702 100644 --- a/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationResponseTest.java +++ b/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationServerTest.java b/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationServerTest.java index dfb8b622a1..2a05d57dc8 100644 --- a/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationServerTest.java +++ b/http/webapp/src/test/java/cloud/piranha/http/webapp/HttpWebApplicationServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/http/webapp/src/test/java/cloud/piranha/http/webapp/TestSnoopServlet.java b/http/webapp/src/test/java/cloud/piranha/http/webapp/TestSnoopServlet.java index 7075d03763..f048899546 100644 --- a/http/webapp/src/test/java/cloud/piranha/http/webapp/TestSnoopServlet.java +++ b/http/webapp/src/test/java/cloud/piranha/http/webapp/TestSnoopServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/BaseMojo.java b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/BaseMojo.java index 64bd4e7d56..2845191322 100644 --- a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/BaseMojo.java +++ b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/BaseMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/RunMojo.java b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/RunMojo.java index 6869cff724..a704ff18d0 100644 --- a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/RunMojo.java +++ b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/RunMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StartMojo.java b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StartMojo.java index 1fe86d7ffa..e80194c186 100644 --- a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StartMojo.java +++ b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StartMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StopMojo.java b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StopMojo.java index 49e148b811..4ee5dc5af9 100644 --- a/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StopMojo.java +++ b/maven/plugin/src/main/java/cloud/piranha/maven/plugin/StopMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/maven/plugin/src/main/java/module-info.java b/maven/plugin/src/main/java/module-info.java index 6d8e608c72..6028dc0fe4 100644 --- a/maven/plugin/src/main/java/module-info.java +++ b/maven/plugin/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranha.java b/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranha.java index 0d621621d5..e8269b033c 100644 --- a/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranha.java +++ b/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranha.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranhaBuilder.java b/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranhaBuilder.java index d0ab14a4f4..0911655979 100644 --- a/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranhaBuilder.java +++ b/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroEmbeddedPiranhaBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroWebApplication.java b/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroWebApplication.java index 30c7421c83..f7c1b77126 100644 --- a/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroWebApplication.java +++ b/micro/builder/src/main/java/cloud/piranha/micro/builder/MicroWebApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/builder/src/main/java/cloud/piranha/micro/builder/package-info.java b/micro/builder/src/main/java/cloud/piranha/micro/builder/package-info.java index bdf94064a8..2bbd2e9e36 100644 --- a/micro/builder/src/main/java/cloud/piranha/micro/builder/package-info.java +++ b/micro/builder/src/main/java/cloud/piranha/micro/builder/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/builder/src/main/java/module-info.java b/micro/builder/src/main/java/module-info.java index 2735e4938a..2c92206af3 100644 --- a/micro/builder/src/main/java/module-info.java +++ b/micro/builder/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/core/src/main/java/cloud/piranha/micro/core/CdiExtension.java b/micro/core/src/main/java/cloud/piranha/micro/core/CdiExtension.java index 192b037fac..92d7c64756 100644 --- a/micro/core/src/main/java/cloud/piranha/micro/core/CdiExtension.java +++ b/micro/core/src/main/java/cloud/piranha/micro/core/CdiExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/core/src/main/java/cloud/piranha/micro/core/DefaultAnnotationInfo.java b/micro/core/src/main/java/cloud/piranha/micro/core/DefaultAnnotationInfo.java index 56c060c17d..97912d928c 100644 --- a/micro/core/src/main/java/cloud/piranha/micro/core/DefaultAnnotationInfo.java +++ b/micro/core/src/main/java/cloud/piranha/micro/core/DefaultAnnotationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/core/src/main/java/cloud/piranha/micro/core/InMemoryIdentityStore.java b/micro/core/src/main/java/cloud/piranha/micro/core/InMemoryIdentityStore.java index df6e7ae849..3c30d8657d 100644 --- a/micro/core/src/main/java/cloud/piranha/micro/core/InMemoryIdentityStore.java +++ b/micro/core/src/main/java/cloud/piranha/micro/core/InMemoryIdentityStore.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerApplication.java b/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerApplication.java index 42a95ab38a..1b7f69efea 100644 --- a/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerApplication.java +++ b/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerDeployer.java b/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerDeployer.java index 069bb601fb..cfa6c735dd 100644 --- a/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerDeployer.java +++ b/micro/core/src/main/java/cloud/piranha/micro/core/MicroInnerDeployer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/core/src/main/java/cloud/piranha/micro/core/PiranhaBeanArchiveHandler.java b/micro/core/src/main/java/cloud/piranha/micro/core/PiranhaBeanArchiveHandler.java index 338ee00e65..5b4e61d66a 100644 --- a/micro/core/src/main/java/cloud/piranha/micro/core/PiranhaBeanArchiveHandler.java +++ b/micro/core/src/main/java/cloud/piranha/micro/core/PiranhaBeanArchiveHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/core/src/main/java/module-info.java b/micro/core/src/main/java/module-info.java index 113735e0a7..b527acafb4 100644 --- a/micro/core/src/main/java/module-info.java +++ b/micro/core/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroConfiguration.java b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroConfiguration.java index 36709debec..30566ee25d 100644 --- a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroConfiguration.java +++ b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroDeployOutcome.java b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroDeployOutcome.java index 9f9897871a..6655f93b4c 100644 --- a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroDeployOutcome.java +++ b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroDeployOutcome.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroInfo.java b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroInfo.java index bb46c02363..6dc646b932 100644 --- a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroInfo.java +++ b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroOuterDeployer.java b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroOuterDeployer.java index 0f769cf7de..584c02069e 100644 --- a/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroOuterDeployer.java +++ b/micro/loader/src/main/java/cloud/piranha/micro/loader/MicroOuterDeployer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticStreamHandler.java b/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticStreamHandler.java index 534bdcbd58..7bcdcf9f76 100644 --- a/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticStreamHandler.java +++ b/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticStreamHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticURLStreamHandlerFactory.java b/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticURLStreamHandlerFactory.java index 08190f17ee..d1adcb6ade 100644 --- a/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticURLStreamHandlerFactory.java +++ b/micro/loader/src/main/java/cloud/piranha/micro/loader/StaticURLStreamHandlerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/cloud/piranha/micro/loader/package-info.java b/micro/loader/src/main/java/cloud/piranha/micro/loader/package-info.java index bde6ee57b3..18512e6edf 100644 --- a/micro/loader/src/main/java/cloud/piranha/micro/loader/package-info.java +++ b/micro/loader/src/main/java/cloud/piranha/micro/loader/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/micro/loader/src/main/java/module-info.java b/micro/loader/src/main/java/module-info.java index cff052dabf..a994feaef2 100644 --- a/micro/loader/src/main/java/module-info.java +++ b/micro/loader/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/multi/src/main/java/cloud/piranha/multi/MultiPiranha.java b/multi/src/main/java/cloud/piranha/multi/MultiPiranha.java index c56e294bf8..7121106e08 100644 --- a/multi/src/main/java/cloud/piranha/multi/MultiPiranha.java +++ b/multi/src/main/java/cloud/piranha/multi/MultiPiranha.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/multi/src/main/java/cloud/piranha/multi/MultiPiranhaBuilder.java b/multi/src/main/java/cloud/piranha/multi/MultiPiranhaBuilder.java index 88f88a0f9e..aa7a9b57ef 100644 --- a/multi/src/main/java/cloud/piranha/multi/MultiPiranhaBuilder.java +++ b/multi/src/main/java/cloud/piranha/multi/MultiPiranhaBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/multi/src/main/java/cloud/piranha/multi/MultiPiranhaMain.java b/multi/src/main/java/cloud/piranha/multi/MultiPiranhaMain.java index 0476e04dc5..f0bd65e0a7 100644 --- a/multi/src/main/java/cloud/piranha/multi/MultiPiranhaMain.java +++ b/multi/src/main/java/cloud/piranha/multi/MultiPiranhaMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/multi/src/main/java/cloud/piranha/multi/MultiWebApplication.java b/multi/src/main/java/cloud/piranha/multi/MultiWebApplication.java index ffb293246f..be62c8a026 100644 --- a/multi/src/main/java/cloud/piranha/multi/MultiWebApplication.java +++ b/multi/src/main/java/cloud/piranha/multi/MultiWebApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/multi/src/main/java/module-info.java b/multi/src/main/java/module-info.java index 9dd5a024a0..21cd92cc01 100644 --- a/multi/src/main/java/module-info.java +++ b/multi/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/multi/src/main/zip/etc/logging.properties b/multi/src/main/zip/etc/logging.properties index 3477f14e6a..a8c2c0c075 100644 --- a/multi/src/main/zip/etc/logging.properties +++ b/multi/src/main/zip/etc/logging.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. +# Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/multi/src/test/java/cloud/piranha/multi/MultiPiranhaBuilderTest.java b/multi/src/test/java/cloud/piranha/multi/MultiPiranhaBuilderTest.java index 29272b13cd..0df9e5e5ff 100644 --- a/multi/src/test/java/cloud/piranha/multi/MultiPiranhaBuilderTest.java +++ b/multi/src/test/java/cloud/piranha/multi/MultiPiranhaBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/multi/src/test/java/cloud/piranha/multi/MultiPiranhaIT.java b/multi/src/test/java/cloud/piranha/multi/MultiPiranhaIT.java index 46129bc68b..3e4d46b943 100644 --- a/multi/src/test/java/cloud/piranha/multi/MultiPiranhaIT.java +++ b/multi/src/test/java/cloud/piranha/multi/MultiPiranhaIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/pom.xml b/pom.xml index 9e4c72a402..4417dafda1 100644 --- a/pom.xml +++ b/pom.xml @@ -801,7 +801,7 @@ + value="/*\n * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved.\n *"/> diff --git a/resource/api/src/main/java/cloud/piranha/resource/api/Resource.java b/resource/api/src/main/java/cloud/piranha/resource/api/Resource.java index 1db6b9c55d..f1cf001dd3 100644 --- a/resource/api/src/main/java/cloud/piranha/resource/api/Resource.java +++ b/resource/api/src/main/java/cloud/piranha/resource/api/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManager.java b/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManager.java index 8d99f4a66e..490bedaa41 100644 --- a/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManager.java +++ b/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManagerClassLoader.java b/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManagerClassLoader.java index 4f5ea6b255..8ebbbd98e2 100644 --- a/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManagerClassLoader.java +++ b/resource/api/src/main/java/cloud/piranha/resource/api/ResourceManagerClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/api/src/main/java/cloud/piranha/resource/api/package-info.java b/resource/api/src/main/java/cloud/piranha/resource/api/package-info.java index f772aa7034..0336132cd2 100644 --- a/resource/api/src/main/java/cloud/piranha/resource/api/package-info.java +++ b/resource/api/src/main/java/cloud/piranha/resource/api/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/api/src/main/java/module-info.java b/resource/api/src/main/java/module-info.java index 2112f23751..5fe78c7891 100644 --- a/resource/api/src/main/java/module-info.java +++ b/resource/api/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedDirectoryResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedDirectoryResource.java index 752b150b3e..16130e1895 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedDirectoryResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedDirectoryResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedNamedResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedNamedResource.java index 01dd671a6a..845a54c9d5 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedNamedResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/AliasedNamedResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResource.java index 1bd27232fb..febcef149d 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceStreamHandlerProvider.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceStreamHandlerProvider.java index c64c6310ef..5c151b95d5 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceStreamHandlerProvider.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceStreamHandlerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLConnection.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLConnection.java index d40d30e504..f4830066e9 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLConnection.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLStreamHandler.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLStreamHandler.java index 2c0db396bb..9156623dcf 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLStreamHandler.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/ByteArrayResourceURLStreamHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/ClassResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/ClassResource.java index 41faf6ce2e..554f40365a 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/ClassResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/ClassResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManager.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManager.java index 62c2667ede..29f046481e 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManager.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManagerClassLoader.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManagerClassLoader.java index 070b7cc539..e2cdd11d18 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManagerClassLoader.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/DefaultResourceManagerClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/DirectoryResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/DirectoryResource.java index e082201628..3e5542a8f3 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/DirectoryResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/DirectoryResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/JarResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/JarResource.java index 6a59bc2cc8..31b7762719 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/JarResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/JarResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/MultiReleaseResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/MultiReleaseResource.java index 89828ae76a..0e920f9026 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/MultiReleaseResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/MultiReleaseResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/PrefixJarResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/PrefixJarResource.java index 505a3b5771..c13a1afa7e 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/PrefixJarResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/PrefixJarResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/cloud/piranha/resource/impl/StringResource.java b/resource/impl/src/main/java/cloud/piranha/resource/impl/StringResource.java index 9647380eae..a7e3ded3d0 100644 --- a/resource/impl/src/main/java/cloud/piranha/resource/impl/StringResource.java +++ b/resource/impl/src/main/java/cloud/piranha/resource/impl/StringResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/main/java/module-info.java b/resource/impl/src/main/java/module-info.java index 7b368d0c1e..0450c48c18 100644 --- a/resource/impl/src/main/java/module-info.java +++ b/resource/impl/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedDirectoryResourceTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedDirectoryResourceTest.java index a567afe132..b51c7c55c6 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedDirectoryResourceTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedDirectoryResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedNamedResourceTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedNamedResourceTest.java index 2f84cfb91a..e31ced1103 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedNamedResourceTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/AliasedNamedResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/ByteArrayResourceTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/ByteArrayResourceTest.java index 7c9f7efae8..0e5842e90b 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/ByteArrayResourceTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/ByteArrayResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/DefaultResourceManagerTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/DefaultResourceManagerTest.java index 9cc5b0d315..3d9c1a19fd 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/DefaultResourceManagerTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/DefaultResourceManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/DirectoryResourceTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/DirectoryResourceTest.java index 7a00904f6f..1b1a766d6e 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/DirectoryResourceTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/DirectoryResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/JarResourceTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/JarResourceTest.java index 91eb3e6213..73ccd4b938 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/JarResourceTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/JarResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/MultiReleaseResourceTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/MultiReleaseResourceTest.java index a84776f5d7..e43cbe90ad 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/MultiReleaseResourceTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/MultiReleaseResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/impl/src/test/java/cloud/piranha/resource/impl/PrefixJarResourceTest.java b/resource/impl/src/test/java/cloud/piranha/resource/impl/PrefixJarResourceTest.java index 571766d4a7..f1e13b50a5 100644 --- a/resource/impl/src/test/java/cloud/piranha/resource/impl/PrefixJarResourceTest.java +++ b/resource/impl/src/test/java/cloud/piranha/resource/impl/PrefixJarResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ArchiveURLStreamHandler.java b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ArchiveURLStreamHandler.java index 029d74af6a..8ec7084b1b 100644 --- a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ArchiveURLStreamHandler.java +++ b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ArchiveURLStreamHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/GlobalArchiveStreamHandler.java b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/GlobalArchiveStreamHandler.java index b99ceec1d6..89da395c49 100644 --- a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/GlobalArchiveStreamHandler.java +++ b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/GlobalArchiveStreamHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/IsolatingResourceManagerClassLoader.java b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/IsolatingResourceManagerClassLoader.java index 399de7de34..f6ad88e724 100644 --- a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/IsolatingResourceManagerClassLoader.java +++ b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/IsolatingResourceManagerClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/NodeURLStreamHandler.java b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/NodeURLStreamHandler.java index 0e3d3991bb..eb73520190 100644 --- a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/NodeURLStreamHandler.java +++ b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/NodeURLStreamHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapDirectoryInputStream.java b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapDirectoryInputStream.java index 4119243825..ab8c4f852c 100644 --- a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapDirectoryInputStream.java +++ b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapDirectoryInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapResource.java b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapResource.java index 33ea8361c9..010765231f 100644 --- a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapResource.java +++ b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/ShrinkWrapResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/StreamConnection.java b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/StreamConnection.java index d1d0c58fc4..71fe1a3a16 100644 --- a/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/StreamConnection.java +++ b/resource/shrinkwrap/src/main/java/cloud/piranha/resource/shrinkwrap/StreamConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/main/java/module-info.java b/resource/shrinkwrap/src/main/java/module-info.java index afa3215d22..2544b0cfd9 100644 --- a/resource/shrinkwrap/src/main/java/module-info.java +++ b/resource/shrinkwrap/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultResourceManagerTest.java b/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultResourceManagerTest.java index aade6b4b55..0d7debeca0 100644 --- a/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultResourceManagerTest.java +++ b/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultResourceManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultWebApplicationClassLoaderTest.java b/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultWebApplicationClassLoaderTest.java index 35a65a5dff..0ccbb79b42 100644 --- a/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultWebApplicationClassLoaderTest.java +++ b/resource/shrinkwrap/src/test/java/cloud/piranha/resource/shrinkwrap/DefaultWebApplicationClassLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/single/src/main/java/cloud/piranha/single/SingleMain.java b/single/src/main/java/cloud/piranha/single/SingleMain.java index 66f10509d9..8c0e9b8d8a 100644 --- a/single/src/main/java/cloud/piranha/single/SingleMain.java +++ b/single/src/main/java/cloud/piranha/single/SingleMain.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/single/src/main/java/cloud/piranha/single/SinglePiranha.java b/single/src/main/java/cloud/piranha/single/SinglePiranha.java index a99b66cae6..e1c521e473 100644 --- a/single/src/main/java/cloud/piranha/single/SinglePiranha.java +++ b/single/src/main/java/cloud/piranha/single/SinglePiranha.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/single/src/main/java/cloud/piranha/single/SinglePiranhaBuilder.java b/single/src/main/java/cloud/piranha/single/SinglePiranhaBuilder.java index cea1f1aae5..8c11b58d09 100644 --- a/single/src/main/java/cloud/piranha/single/SinglePiranhaBuilder.java +++ b/single/src/main/java/cloud/piranha/single/SinglePiranhaBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/single/src/main/java/module-info.java b/single/src/main/java/module-info.java index 8ee464ab18..8ce6ab02f7 100644 --- a/single/src/main/java/module-info.java +++ b/single/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/single/src/test/java/cloud/piranha/single/SinglePiranhaBuilderTest.java b/single/src/test/java/cloud/piranha/single/SinglePiranhaBuilderTest.java index 48b4641367..1b27c622dc 100644 --- a/single/src/test/java/cloud/piranha/single/SinglePiranhaBuilderTest.java +++ b/single/src/test/java/cloud/piranha/single/SinglePiranhaBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/single/src/test/java/cloud/piranha/single/SinglePiranhaTest.java b/single/src/test/java/cloud/piranha/single/SinglePiranhaTest.java index 42d89d3c91..c8ffa1cfbb 100644 --- a/single/src/test/java/cloud/piranha/single/SinglePiranhaTest.java +++ b/single/src/test/java/cloud/piranha/single/SinglePiranhaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaServletWebServerFactory.java b/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaServletWebServerFactory.java index dfdbe84561..e777b040e9 100644 --- a/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaServletWebServerFactory.java +++ b/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaServletWebServerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaWebServer.java b/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaWebServer.java index 1ca1346f07..50566482f4 100644 --- a/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaWebServer.java +++ b/spring/spring-boot-starter-piranha-embedded/src/main/java/cloud/piranha/spring/starter/embedded/EmbeddedPiranhaWebServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/spring/spring-boot-starter-piranha-embedded/src/main/java/module-info.java b/spring/spring-boot-starter-piranha-embedded/src/main/java/module-info.java index cb725b68e9..eb984a5078 100644 --- a/spring/spring-boot-starter-piranha-embedded/src/main/java/module-info.java +++ b/spring/spring-boot-starter-piranha-embedded/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/common/src/main/java/cloud/piranha/test/common/PiranhaStartup.java b/test/common/src/main/java/cloud/piranha/test/common/PiranhaStartup.java index ef692eda3e..45644d9677 100644 --- a/test/common/src/main/java/cloud/piranha/test/common/PiranhaStartup.java +++ b/test/common/src/main/java/cloud/piranha/test/common/PiranhaStartup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/common/src/main/java/module-info.java b/test/common/src/main/java/module-info.java index 176fe72e81..b8339293f5 100644 --- a/test/common/src/main/java/module-info.java +++ b/test/common/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianApplication.java b/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianApplication.java index e1861ca849..bdabe918fe 100644 --- a/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianApplication.java +++ b/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianBean.java b/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianBean.java index 496fce767d..62cba70fcf 100644 --- a/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianBean.java +++ b/test/coreprofile/arquillian/src/main/java/arquillian/HelloArquillianBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/AsyncBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/AsyncBean.java index b682c9eaa6..8e640a362b 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/AsyncBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/AsyncBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamBean.java index b65d1d33d2..0ead232b25 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamInput.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamInput.java index 92fe7fb385..14fa51be01 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamInput.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/BeanParamInput.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextBean.java index 7a7589a05f..32a5a97db0 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextFilter.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextFilter.java index 5f213b5092..c547c2b2c3 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextFilter.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionBean.java index f5e211b52a..bf8de0d885 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/IntegrationApplication.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/IntegrationApplication.java index 3f30f0ac37..33a54b9bf8 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/IntegrationApplication.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/IntegrationApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptInterceptor.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptInterceptor.java index c87a065536..43c5fb929b 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptInterceptor.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptedBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptedBean.java index 647ce424df..b0e864164f 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptedBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/InterceptedBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/Jsonb.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/Jsonb.java index 94ad79e930..e6aaa55001 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/Jsonb.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/Jsonb.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ProducesBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ProducesBean.java index 8b31a9e65f..7081e3c2ca 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ProducesBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/ProducesBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/RestBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/RestBean.java index 8ed5713039..70c488af2b 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/RestBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/RestBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBean.java index 9379fa9baa..d3f365ce81 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBroadcastBean.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBroadcastBean.java index 368e45531e..734e60e599 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBroadcastBean.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/SseBroadcastBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/TRACE.java b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/TRACE.java index 46b4292b3a..68954e2d93 100644 --- a/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/TRACE.java +++ b/test/coreprofile/integration/src/main/java/cloud/piranha/test/coreprofile/distribution/TRACE.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/AsyncIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/AsyncIT.java index 40aeb7c836..76ff260944 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/AsyncIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/AsyncIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/BeanParamIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/BeanParamIT.java index e849d8f737..d3e9b1972c 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/BeanParamIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/BeanParamIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextIT.java index 94668a5f7e..78bac53a00 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ContainerRequestContextIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionIT.java index a6de5b89cf..6fd9d7ae29 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/DependencyInjectionIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ITBase.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ITBase.java index a21ee70e7e..4eeece4d1a 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ITBase.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ITBase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/InterceptorIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/InterceptorIT.java index 4a0c2d6867..3921cc7a9a 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/InterceptorIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/InterceptorIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonBindingIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonBindingIT.java index d2d17c3232..152608591e 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonBindingIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonBindingIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonProcessingIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonProcessingIT.java index a3e698df3a..082316ffd6 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonProcessingIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/JsonProcessingIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ProducesIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ProducesIT.java index 7475e89a9a..32f3d60ee9 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ProducesIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/ProducesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/RestIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/RestIT.java index 11b7907b3e..d991737dba 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/RestIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/RestIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/SseIT.java b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/SseIT.java index a7f3776632..77d73267da 100644 --- a/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/SseIT.java +++ b/test/coreprofile/integration/src/test/java/cloud/piranha/test/coreprofile/distribution/SseIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/json/src/main/java/temperature/Temperature.java b/test/coreprofile/json/src/main/java/temperature/Temperature.java index c9840d36ce..36fcd5e435 100644 --- a/test/coreprofile/json/src/main/java/temperature/Temperature.java +++ b/test/coreprofile/json/src/main/java/temperature/Temperature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/json/src/main/java/temperature/TemperatureApplication.java b/test/coreprofile/json/src/main/java/temperature/TemperatureApplication.java index 450c881bcf..b1d628fddb 100644 --- a/test/coreprofile/json/src/main/java/temperature/TemperatureApplication.java +++ b/test/coreprofile/json/src/main/java/temperature/TemperatureApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/json/src/main/java/temperature/TemperatureBean.java b/test/coreprofile/json/src/main/java/temperature/TemperatureBean.java index 90dd239cad..6af2da95b0 100644 --- a/test/coreprofile/json/src/main/java/temperature/TemperatureBean.java +++ b/test/coreprofile/json/src/main/java/temperature/TemperatureBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoApplication.java b/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoApplication.java index 6bc1632b46..6997aa440a 100644 --- a/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoApplication.java +++ b/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoBean.java b/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoBean.java index 45e749eff2..4837bc3cbb 100644 --- a/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoBean.java +++ b/test/coreprofile/no_servlet_class/src/main/java/cloud/piranha/test/coreprofile/no_servlet_class/EchoBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestApplication.java b/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestApplication.java index ddcf80409d..18d516a62b 100644 --- a/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestApplication.java +++ b/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestBean.java b/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestBean.java index 43ac832786..1b031169db 100644 --- a/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestBean.java +++ b/test/coreprofile/rest/src/main/java/cloud/piranha/test/coreprofile/rest/RestBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/coreprofile/rest/src/test/java/cloud/piranha/test/coreprofile/rest/RestIT.java b/test/coreprofile/rest/src/test/java/cloud/piranha/test/coreprofile/rest/RestIT.java index 670078dbcd..02afa578d7 100644 --- a/test/coreprofile/rest/src/test/java/cloud/piranha/test/coreprofile/rest/RestIT.java +++ b/test/coreprofile/rest/src/test/java/cloud/piranha/test/coreprofile/rest/RestIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/classloader/src/main/java/classloader/ClassLoaderServlet.java b/test/embedded/classloader/src/main/java/classloader/ClassLoaderServlet.java index 45d12f6fad..acd14f297c 100644 --- a/test/embedded/classloader/src/main/java/classloader/ClassLoaderServlet.java +++ b/test/embedded/classloader/src/main/java/classloader/ClassLoaderServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/classloader2/src/test/java/classloader/ClassLoaderIT.java b/test/embedded/classloader2/src/test/java/classloader/ClassLoaderIT.java index 9cb5cf6df6..75e3b36b91 100644 --- a/test/embedded/classloader2/src/test/java/classloader/ClassLoaderIT.java +++ b/test/embedded/classloader2/src/test/java/classloader/ClassLoaderIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkBean.java b/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkBean.java index f5ccb37234..9b3d59707d 100644 --- a/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkBean.java +++ b/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkTable.java b/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkTable.java index e693e81b01..b12ce9f30e 100644 --- a/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkTable.java +++ b/test/embedded/eclipselink/src/main/java/eclipselink/EclipseLinkTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/eclipselink/src/test/java/eclipselink/EclipseLinkTest.java b/test/embedded/eclipselink/src/test/java/eclipselink/EclipseLinkTest.java index 74bfc8d587..8837e3db4d 100644 --- a/test/embedded/eclipselink/src/test/java/eclipselink/EclipseLinkTest.java +++ b/test/embedded/eclipselink/src/test/java/eclipselink/EclipseLinkTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/exousia/src/test/java/exousia/ExousiaTest.java b/test/embedded/exousia/src/test/java/exousia/ExousiaTest.java index 4e85f81bb4..407f042408 100644 --- a/test/embedded/exousia/src/test/java/exousia/ExousiaTest.java +++ b/test/embedded/exousia/src/test/java/exousia/ExousiaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/exousia/src/test/java/exousia/PublicServlet.java b/test/embedded/exousia/src/test/java/exousia/PublicServlet.java index 1c7a9e44b9..dfae7f7c3b 100644 --- a/test/embedded/exousia/src/test/java/exousia/PublicServlet.java +++ b/test/embedded/exousia/src/test/java/exousia/PublicServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/hazelcast/src/main/java/hazelcast/HazelcastBean.java b/test/embedded/hazelcast/src/main/java/hazelcast/HazelcastBean.java index b7e46cb667..eae887a53e 100644 --- a/test/embedded/hazelcast/src/main/java/hazelcast/HazelcastBean.java +++ b/test/embedded/hazelcast/src/main/java/hazelcast/HazelcastBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/hazelcast/src/test/java/hazelcast/HazelcastTest.java b/test/embedded/hazelcast/src/test/java/hazelcast/HazelcastTest.java index 0c36f31940..5a7ecd5955 100644 --- a/test/embedded/hazelcast/src/test/java/hazelcast/HazelcastTest.java +++ b/test/embedded/hazelcast/src/test/java/hazelcast/HazelcastTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/helloworld/src/main/java/helloworld/HelloWorldApplication.java b/test/embedded/helloworld/src/main/java/helloworld/HelloWorldApplication.java index b7d5b6d917..819154c553 100644 --- a/test/embedded/helloworld/src/main/java/helloworld/HelloWorldApplication.java +++ b/test/embedded/helloworld/src/main/java/helloworld/HelloWorldApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/helloworld/src/main/java/helloworld/HelloWorldServlet.java b/test/embedded/helloworld/src/main/java/helloworld/HelloWorldServlet.java index c5e0dbcfcf..d85c0abae4 100644 --- a/test/embedded/helloworld/src/main/java/helloworld/HelloWorldServlet.java +++ b/test/embedded/helloworld/src/main/java/helloworld/HelloWorldServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/helloworld/src/test/java/helloworld/HelloWorldTest.java b/test/embedded/helloworld/src/test/java/helloworld/HelloWorldTest.java index 6e93cbce5b..c281870a0b 100644 --- a/test/embedded/helloworld/src/test/java/helloworld/HelloWorldTest.java +++ b/test/embedded/helloworld/src/test/java/helloworld/HelloWorldTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-basic/src/test/java/basic/BasicTest.java b/test/embedded/soteria-basic/src/test/java/basic/BasicTest.java index 2bb49ab8c8..1a66668f94 100644 --- a/test/embedded/soteria-basic/src/test/java/basic/BasicTest.java +++ b/test/embedded/soteria-basic/src/test/java/basic/BasicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-basic/src/test/java/basic/DynamicInitialContextFactory.java b/test/embedded/soteria-basic/src/test/java/basic/DynamicInitialContextFactory.java index 7f08592505..2c06b898e0 100644 --- a/test/embedded/soteria-basic/src/test/java/basic/DynamicInitialContextFactory.java +++ b/test/embedded/soteria-basic/src/test/java/basic/DynamicInitialContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-basic/src/test/java/basic/ProtectedServlet.java b/test/embedded/soteria-basic/src/test/java/basic/ProtectedServlet.java index 935e41bec9..c4ba31d7fc 100644 --- a/test/embedded/soteria-basic/src/test/java/basic/ProtectedServlet.java +++ b/test/embedded/soteria-basic/src/test/java/basic/ProtectedServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-basic/src/test/java/basic/PublicServlet.java b/test/embedded/soteria-basic/src/test/java/basic/PublicServlet.java index ccb50744df..19676a90e9 100644 --- a/test/embedded/soteria-basic/src/test/java/basic/PublicServlet.java +++ b/test/embedded/soteria-basic/src/test/java/basic/PublicServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-basic/src/test/java/basic/TestIdentityStore.java b/test/embedded/soteria-basic/src/test/java/basic/TestIdentityStore.java index 543007a1b3..6fc2322566 100644 --- a/test/embedded/soteria-basic/src/test/java/basic/TestIdentityStore.java +++ b/test/embedded/soteria-basic/src/test/java/basic/TestIdentityStore.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-form/src/test/java/form/DynamicInitialContextFactory.java b/test/embedded/soteria-form/src/test/java/form/DynamicInitialContextFactory.java index 359db836d6..10b35631c2 100644 --- a/test/embedded/soteria-form/src/test/java/form/DynamicInitialContextFactory.java +++ b/test/embedded/soteria-form/src/test/java/form/DynamicInitialContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-form/src/test/java/form/ErrorPageServlet.java b/test/embedded/soteria-form/src/test/java/form/ErrorPageServlet.java index 3cb7fd6f7e..898988ce0f 100644 --- a/test/embedded/soteria-form/src/test/java/form/ErrorPageServlet.java +++ b/test/embedded/soteria-form/src/test/java/form/ErrorPageServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-form/src/test/java/form/FormTest.java b/test/embedded/soteria-form/src/test/java/form/FormTest.java index 66e8b631e6..a2096b0fc3 100644 --- a/test/embedded/soteria-form/src/test/java/form/FormTest.java +++ b/test/embedded/soteria-form/src/test/java/form/FormTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-form/src/test/java/form/LoginPageServlet.java b/test/embedded/soteria-form/src/test/java/form/LoginPageServlet.java index 27840f4cfa..c0b9ad8380 100644 --- a/test/embedded/soteria-form/src/test/java/form/LoginPageServlet.java +++ b/test/embedded/soteria-form/src/test/java/form/LoginPageServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-form/src/test/java/form/ProtectedServlet.java b/test/embedded/soteria-form/src/test/java/form/ProtectedServlet.java index 5bce6ce7a4..d577a18c9e 100644 --- a/test/embedded/soteria-form/src/test/java/form/ProtectedServlet.java +++ b/test/embedded/soteria-form/src/test/java/form/ProtectedServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/soteria-form/src/test/java/form/TestIdentityStore.java b/test/embedded/soteria-form/src/test/java/form/TestIdentityStore.java index dec372a586..6e1d228ea4 100644 --- a/test/embedded/soteria-form/src/test/java/form/TestIdentityStore.java +++ b/test/embedded/soteria-form/src/test/java/form/TestIdentityStore.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/Main.java b/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/Main.java index ff298849df..5bce99b27f 100644 --- a/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/Main.java +++ b/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/MyController.java b/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/MyController.java index 54ae8a2951..02e7238319 100644 --- a/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/MyController.java +++ b/test/embedded/springboot-virtualthreads/src/main/java/test/custom/http/MyController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/springboot/src/main/java/test1/Test1Application.java b/test/embedded/springboot/src/main/java/test1/Test1Application.java index 5733c1acb0..1be9fcda6a 100644 --- a/test/embedded/springboot/src/main/java/test1/Test1Application.java +++ b/test/embedded/springboot/src/main/java/test1/Test1Application.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/springboot/src/main/java/test1/Test1Controller.java b/test/embedded/springboot/src/main/java/test1/Test1Controller.java index d0ace034b9..56a6c88704 100644 --- a/test/embedded/springboot/src/main/java/test1/Test1Controller.java +++ b/test/embedded/springboot/src/main/java/test1/Test1Controller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/web-fragment-in-jar-test/src/test/java/webfragmentinjar/WebFragmentInJar1IT.java b/test/embedded/web-fragment-in-jar-test/src/test/java/webfragmentinjar/WebFragmentInJar1IT.java index 95752a0a50..72593acc6f 100644 --- a/test/embedded/web-fragment-in-jar-test/src/test/java/webfragmentinjar/WebFragmentInJar1IT.java +++ b/test/embedded/web-fragment-in-jar-test/src/test/java/webfragmentinjar/WebFragmentInJar1IT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/weld/src/main/java/weld/WeldRequestBean.java b/test/embedded/weld/src/main/java/weld/WeldRequestBean.java index b98eb0751d..f3ec716206 100644 --- a/test/embedded/weld/src/main/java/weld/WeldRequestBean.java +++ b/test/embedded/weld/src/main/java/weld/WeldRequestBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/embedded/weld/src/test/java/weld/WeldTest.java b/test/embedded/weld/src/test/java/weld/WeldTest.java index c4dbd993ba..e409948936 100644 --- a/test/embedded/weld/src/test/java/weld/WeldTest.java +++ b/test/embedded/weld/src/test/java/weld/WeldTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/jpms/ModuleFinderTest.java b/test/jpms/src/test/java/jpms/ModuleFinderTest.java index 1720f8e422..fa677d6626 100644 --- a/test/jpms/src/test/java/jpms/ModuleFinderTest.java +++ b/test/jpms/src/test/java/jpms/ModuleFinderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package1/Library.java b/test/jpms/src/test/java/package1/Library.java index ff10cccfc2..1f88d96076 100644 --- a/test/jpms/src/test/java/package1/Library.java +++ b/test/jpms/src/test/java/package1/Library.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package1/Service.java b/test/jpms/src/test/java/package1/Service.java index d1ae099fcf..466cd10234 100644 --- a/test/jpms/src/test/java/package1/Service.java +++ b/test/jpms/src/test/java/package1/Service.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package1/Servlet.java b/test/jpms/src/test/java/package1/Servlet.java index 69aa43e2b4..089a0a2e2c 100644 --- a/test/jpms/src/test/java/package1/Servlet.java +++ b/test/jpms/src/test/java/package1/Servlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package1/Utils.java b/test/jpms/src/test/java/package1/Utils.java index 9c2015b197..a5e3e69aa0 100644 --- a/test/jpms/src/test/java/package1/Utils.java +++ b/test/jpms/src/test/java/package1/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package2/Library.java b/test/jpms/src/test/java/package2/Library.java index 2e516a74e2..d22a2a0e72 100644 --- a/test/jpms/src/test/java/package2/Library.java +++ b/test/jpms/src/test/java/package2/Library.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package2/Listener.java b/test/jpms/src/test/java/package2/Listener.java index a3619c9835..6f61be87d6 100644 --- a/test/jpms/src/test/java/package2/Listener.java +++ b/test/jpms/src/test/java/package2/Listener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package3/DefaultService.java b/test/jpms/src/test/java/package3/DefaultService.java index e5027300fd..e84df088a2 100644 --- a/test/jpms/src/test/java/package3/DefaultService.java +++ b/test/jpms/src/test/java/package3/DefaultService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package3/Filter.java b/test/jpms/src/test/java/package3/Filter.java index 7ec786dcb5..325e43597f 100644 --- a/test/jpms/src/test/java/package3/Filter.java +++ b/test/jpms/src/test/java/package3/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/jpms/src/test/java/package3/Library.java b/test/jpms/src/test/java/package3/Library.java index 99985dd25c..5ef0c7974f 100644 --- a/test/jpms/src/test/java/package3/Library.java +++ b/test/jpms/src/test/java/package3/Library.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/helloworld/src/main/java/helloworld/HelloWorldServlet.java b/test/micro/helloworld/src/main/java/helloworld/HelloWorldServlet.java index 568d1a387f..ea76648287 100644 --- a/test/micro/helloworld/src/main/java/helloworld/HelloWorldServlet.java +++ b/test/micro/helloworld/src/main/java/helloworld/HelloWorldServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/helloworld/src/test/java/helloworld/HelloWorldServletIT.java b/test/micro/helloworld/src/test/java/helloworld/HelloWorldServletIT.java index 95b12d6df5..c881c92af3 100644 --- a/test/micro/helloworld/src/test/java/helloworld/HelloWorldServletIT.java +++ b/test/micro/helloworld/src/test/java/helloworld/HelloWorldServletIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/microprofile-config/src/main/java/config/ConfigApplicationBean.java b/test/micro/microprofile-config/src/main/java/config/ConfigApplicationBean.java index ab4e0e1ae5..f369ebaf6f 100644 --- a/test/micro/microprofile-config/src/main/java/config/ConfigApplicationBean.java +++ b/test/micro/microprofile-config/src/main/java/config/ConfigApplicationBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/microprofile-config/src/main/java/config/ConfigServlet.java b/test/micro/microprofile-config/src/main/java/config/ConfigServlet.java index 6b1670376e..371f086bd3 100644 --- a/test/micro/microprofile-config/src/main/java/config/ConfigServlet.java +++ b/test/micro/microprofile-config/src/main/java/config/ConfigServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/microprofile-config/src/test/java/config/ConfigTest.java b/test/micro/microprofile-config/src/test/java/config/ConfigTest.java index 60f591ea40..1f9da2f807 100644 --- a/test/micro/microprofile-config/src/test/java/config/ConfigTest.java +++ b/test/micro/microprofile-config/src/test/java/config/ConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedBean.java b/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedBean.java index e84cccfd39..b86333a508 100644 --- a/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedBean.java +++ b/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedServlet.java b/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedServlet.java index 69b6f14a8f..69d6257b74 100644 --- a/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedServlet.java +++ b/test/micro/protected-servlet/src/main/java/protectedservlet/ProtectedServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/protected-servlet/src/test/java/protectedservlet/ProtectedServletIT.java b/test/micro/protected-servlet/src/test/java/protectedservlet/ProtectedServletIT.java index 1db968f780..0becb54e12 100644 --- a/test/micro/protected-servlet/src/test/java/protectedservlet/ProtectedServletIT.java +++ b/test/micro/protected-servlet/src/test/java/protectedservlet/ProtectedServletIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/snoop/src/main/java/snoop/SnoopServlet.java b/test/micro/snoop/src/main/java/snoop/SnoopServlet.java index 243a2b61cf..d6c29e91c5 100644 --- a/test/micro/snoop/src/main/java/snoop/SnoopServlet.java +++ b/test/micro/snoop/src/main/java/snoop/SnoopServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/micro/snoop/src/test/java/snoop/SnoopIT.java b/test/micro/snoop/src/test/java/snoop/SnoopIT.java index 77a144fa38..3a203ecf72 100644 --- a/test/micro/snoop/src/test/java/snoop/SnoopIT.java +++ b/test/micro/snoop/src/test/java/snoop/SnoopIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/helloworld/src/test/java/helloworld/HelloWorldIT.java b/test/server/helloworld/src/test/java/helloworld/HelloWorldIT.java index 6924793f19..575779ac2e 100644 --- a/test/server/helloworld/src/test/java/helloworld/HelloWorldIT.java +++ b/test/server/helloworld/src/test/java/helloworld/HelloWorldIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/programmatic/src/main/java/programmatic/ProgrammaticServlet.java b/test/server/programmatic/src/main/java/programmatic/ProgrammaticServlet.java index 637c8bf6e0..7c6907c7b8 100644 --- a/test/server/programmatic/src/main/java/programmatic/ProgrammaticServlet.java +++ b/test/server/programmatic/src/main/java/programmatic/ProgrammaticServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/programmatic/src/test/java/programmatic/ProgrammaticIT.java b/test/server/programmatic/src/test/java/programmatic/ProgrammaticIT.java index 6c3c320fe7..abd95b45ac 100644 --- a/test/server/programmatic/src/test/java/programmatic/ProgrammaticIT.java +++ b/test/server/programmatic/src/test/java/programmatic/ProgrammaticIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/wasp/src/main/java/wasp/HelloTldTag.java b/test/server/wasp/src/main/java/wasp/HelloTldTag.java index ceaba1652b..6f9fe37bf8 100644 --- a/test/server/wasp/src/main/java/wasp/HelloTldTag.java +++ b/test/server/wasp/src/main/java/wasp/HelloTldTag.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/wasp/src/test/java/wasp/HelloTagJspIT.java b/test/server/wasp/src/test/java/wasp/HelloTagJspIT.java index 3541116596..41b6fa5eaa 100644 --- a/test/server/wasp/src/test/java/wasp/HelloTagJspIT.java +++ b/test/server/wasp/src/test/java/wasp/HelloTagJspIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/wasp/src/test/java/wasp/HelloTld2JspIT.java b/test/server/wasp/src/test/java/wasp/HelloTld2JspIT.java index af6cff0370..ba2875643e 100644 --- a/test/server/wasp/src/test/java/wasp/HelloTld2JspIT.java +++ b/test/server/wasp/src/test/java/wasp/HelloTld2JspIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/wasp/src/test/java/wasp/HelloTldJspIT.java b/test/server/wasp/src/test/java/wasp/HelloTldJspIT.java index 0ffc9e37fd..695ef266f4 100644 --- a/test/server/wasp/src/test/java/wasp/HelloTldJspIT.java +++ b/test/server/wasp/src/test/java/wasp/HelloTldJspIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/server/wasp/src/test/java/wasp/IndexJspIT.java b/test/server/wasp/src/test/java/wasp/IndexJspIT.java index a3a18a669d..d63121f30a 100644 --- a/test/server/wasp/src/test/java/wasp/IndexJspIT.java +++ b/test/server/wasp/src/test/java/wasp/IndexJspIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/servlet/crac/src/main/java/cloud/piranha/test/servlet/crac/CracBean.java b/test/servlet/crac/src/main/java/cloud/piranha/test/servlet/crac/CracBean.java index d9b78f24ae..b3a00e0393 100644 --- a/test/servlet/crac/src/main/java/cloud/piranha/test/servlet/crac/CracBean.java +++ b/test/servlet/crac/src/main/java/cloud/piranha/test/servlet/crac/CracBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/servlet/crac/src/test/java/cloud/piranha/test/servlet/crac/CracIT.java b/test/servlet/crac/src/test/java/cloud/piranha/test/servlet/crac/CracIT.java index 8cb5f8c6f9..8bca94ce32 100644 --- a/test/servlet/crac/src/test/java/cloud/piranha/test/servlet/crac/CracIT.java +++ b/test/servlet/crac/src/test/java/cloud/piranha/test/servlet/crac/CracIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/servlet/hello/src/main/java/hello/HelloServlet.java b/test/servlet/hello/src/main/java/hello/HelloServlet.java index a7c919525b..aa17397a54 100644 --- a/test/servlet/hello/src/main/java/hello/HelloServlet.java +++ b/test/servlet/hello/src/main/java/hello/HelloServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/servlet/hello/src/test/java/hello/HelloIT.java b/test/servlet/hello/src/test/java/hello/HelloIT.java index e16b552b79..0cc056765d 100644 --- a/test/servlet/hello/src/test/java/hello/HelloIT.java +++ b/test/servlet/hello/src/test/java/hello/HelloIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/servlet/integration/src/main/java/cloud/piranha/test/servlet/integration/IntegrationServlet.java b/test/servlet/integration/src/main/java/cloud/piranha/test/servlet/integration/IntegrationServlet.java index 26a4efbdca..dee061a1a3 100644 --- a/test/servlet/integration/src/main/java/cloud/piranha/test/servlet/integration/IntegrationServlet.java +++ b/test/servlet/integration/src/main/java/cloud/piranha/test/servlet/integration/IntegrationServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/servlet/integration/src/test/java/cloud/piranha/test/servlet/integration/IntegrationtIT.java b/test/servlet/integration/src/test/java/cloud/piranha/test/servlet/integration/IntegrationtIT.java index 3c478957df..2ac9f190b7 100644 --- a/test/servlet/integration/src/test/java/cloud/piranha/test/servlet/integration/IntegrationtIT.java +++ b/test/servlet/integration/src/test/java/cloud/piranha/test/servlet/integration/IntegrationtIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/servlet/websocket/src/main/java/chat/ChatEndpoint.java b/test/servlet/websocket/src/main/java/chat/ChatEndpoint.java index d04debb05c..262f9eb5df 100644 --- a/test/servlet/websocket/src/main/java/chat/ChatEndpoint.java +++ b/test/servlet/websocket/src/main/java/chat/ChatEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/helloworld/src/main/java/helloworld/ApplicationBean.java b/test/webprofile/helloworld/src/main/java/helloworld/ApplicationBean.java index 5cd34b081d..3159556638 100644 --- a/test/webprofile/helloworld/src/main/java/helloworld/ApplicationBean.java +++ b/test/webprofile/helloworld/src/main/java/helloworld/ApplicationBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/helloworld/src/test/java/helloworld/HelloWorldIT.java b/test/webprofile/helloworld/src/test/java/helloworld/HelloWorldIT.java index 19d3cca995..dcac449193 100644 --- a/test/webprofile/helloworld/src/test/java/helloworld/HelloWorldIT.java +++ b/test/webprofile/helloworld/src/test/java/helloworld/HelloWorldIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/DependencyInjectionBean.java b/test/webprofile/integration/src/main/java/integration/DependencyInjectionBean.java index 2d0d295ac6..7b80b4b3d6 100644 --- a/test/webprofile/integration/src/main/java/integration/DependencyInjectionBean.java +++ b/test/webprofile/integration/src/main/java/integration/DependencyInjectionBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/ExpressionBean.java b/test/webprofile/integration/src/main/java/integration/ExpressionBean.java index 941f07c2cf..895a471b9e 100644 --- a/test/webprofile/integration/src/main/java/integration/ExpressionBean.java +++ b/test/webprofile/integration/src/main/java/integration/ExpressionBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/FacesBean.java b/test/webprofile/integration/src/main/java/integration/FacesBean.java index 68f3417acd..a161f0e33f 100644 --- a/test/webprofile/integration/src/main/java/integration/FacesBean.java +++ b/test/webprofile/integration/src/main/java/integration/FacesBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/IntegrationApplication.java b/test/webprofile/integration/src/main/java/integration/IntegrationApplication.java index f0fb099cdb..3c66ee87c5 100644 --- a/test/webprofile/integration/src/main/java/integration/IntegrationApplication.java +++ b/test/webprofile/integration/src/main/java/integration/IntegrationApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/IntegrationBean.java b/test/webprofile/integration/src/main/java/integration/IntegrationBean.java index a1d99fd820..1a514c322c 100644 --- a/test/webprofile/integration/src/main/java/integration/IntegrationBean.java +++ b/test/webprofile/integration/src/main/java/integration/IntegrationBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/IntegrationServlet.java b/test/webprofile/integration/src/main/java/integration/IntegrationServlet.java index 2f59a262d2..cde2f3595a 100644 --- a/test/webprofile/integration/src/main/java/integration/IntegrationServlet.java +++ b/test/webprofile/integration/src/main/java/integration/IntegrationServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/InterceptBean.java b/test/webprofile/integration/src/main/java/integration/InterceptBean.java index 2f7a3d6425..728fade8d4 100644 --- a/test/webprofile/integration/src/main/java/integration/InterceptBean.java +++ b/test/webprofile/integration/src/main/java/integration/InterceptBean.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/InterceptInterceptor.java b/test/webprofile/integration/src/main/java/integration/InterceptInterceptor.java index c65a3fe3e2..ee23a9dd5d 100644 --- a/test/webprofile/integration/src/main/java/integration/InterceptInterceptor.java +++ b/test/webprofile/integration/src/main/java/integration/InterceptInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/main/java/integration/Jsonb.java b/test/webprofile/integration/src/main/java/integration/Jsonb.java index 8aca68e9fb..b4e2adef9d 100644 --- a/test/webprofile/integration/src/main/java/integration/Jsonb.java +++ b/test/webprofile/integration/src/main/java/integration/Jsonb.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/test/webprofile/integration/src/test/java/integration/IntegrationIT.java b/test/webprofile/integration/src/test/java/integration/IntegrationIT.java index f2183473f3..92d6cd11e6 100644 --- a/test/webprofile/integration/src/test/java/integration/IntegrationIT.java +++ b/test/webprofile/integration/src/test/java/integration/IntegrationIT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2024 Manorrock.com. All Rights Reserved. + * Copyright (c) 2002-2025 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: