From 12b8eb8addaead37e9e4582df1c8ad44d1c7113a Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 17 Jan 2024 23:37:01 +0100 Subject: [PATCH] GH-219 - Update copyright headers. --- .../main/java/org/jmolecules/archunit/FormatableJavaClass.java | 2 +- .../org/jmolecules/archunit/JMoleculesArchitectureRules.java | 2 +- .../main/java/org/jmolecules/archunit/JMoleculesDddRules.java | 2 +- .../src/main/java/org/jmolecules/archunit/JMoleculesRules.java | 2 +- .../org/jmolecules/archunit/JMoleculesDddRulesUnitTest.java | 2 +- .../org/jmolecules/archunit/JMoleculesHexagonalRulesTest.java | 2 +- .../org/jmolecules/archunit/JMoleculesLayeredRulesTest.java | 2 +- .../archunit/JMoleculesOnionClassicalArchitectureRulesTest.java | 2 +- .../archunit/JMoleculesOnionSimpleArchitectureRulesTest.java | 2 +- .../src/test/java/org/jmolecules/archunit/TestUtils.java | 2 +- .../archunit/hexagonal/pkg/adapter/SampleAdapter.java | 2 +- .../archunit/hexagonal/pkg/adapter/SamplePrimaryAdapter.java | 2 +- .../archunit/hexagonal/pkg/adapter/SampleSecondaryAdapter.java | 2 +- .../pkg/adapter/primary/SamplePrimaryAdapterPackage.java | 2 +- .../pkg/adapter/secondary/SampleSecondaryAdapterPackage.java | 2 +- .../archunit/hexagonal/pkg/application/SampleApplication.java | 2 +- .../org/jmolecules/archunit/hexagonal/pkg/port/SamplePort.java | 2 +- .../archunit/hexagonal/pkg/port/SamplePrimaryPort.java | 2 +- .../archunit/hexagonal/pkg/port/SampleSecondaryPort.java | 2 +- .../hexagonal/pkg/port/primary/SamplePrimaryPortPackage.java | 2 +- .../pkg/port/secondary/SampleSecondaryPortPackage.java | 2 +- .../org/jmolecules/archunit/hexagonal/simple/SampleAdapter.java | 2 +- .../jmolecules/archunit/hexagonal/simple/SampleApplication.java | 2 +- .../org/jmolecules/archunit/hexagonal/simple/SamplePort.java | 2 +- .../archunit/hexagonal/simple/SamplePrimaryAdapter.java | 2 +- .../jmolecules/archunit/hexagonal/simple/SamplePrimaryPort.java | 2 +- .../archunit/hexagonal/simple/SampleSecondaryAdapter.java | 2 +- .../archunit/hexagonal/simple/SampleSecondaryPort.java | 2 +- .../java/org/jmolecules/archunit/layered/AppByAnnotation.java | 2 +- .../org/jmolecules/archunit/layered/DomainByAnnotation.java | 2 +- .../java/org/jmolecules/archunit/layered/InfraByAnnotation.java | 2 +- .../src/test/java/org/jmolecules/archunit/layered/Layered.java | 2 +- .../java/org/jmolecules/archunit/layered/UiByAnnotation.java | 2 +- .../test/java/org/jmolecules/archunit/layered/app/AppType.java | 2 +- .../java/org/jmolecules/archunit/layered/domain/DomainType.java | 2 +- .../java/org/jmolecules/archunit/layered/infra/InfraType.java | 2 +- .../test/java/org/jmolecules/archunit/layered/ui/UiType.java | 2 +- .../archunit/onion/classical/AppServiceByAnnotation.java | 2 +- .../archunit/onion/classical/DomainModelByAnnotation.java | 2 +- .../archunit/onion/classical/DomainServiceByAnnotation.java | 2 +- .../jmolecules/archunit/onion/classical/InfraByAnnotation.java | 2 +- .../org/jmolecules/archunit/onion/classical/OnionClassical.java | 2 +- .../org/jmolecules/archunit/onion/classical/app/AppType.java | 2 +- .../archunit/onion/classical/domainmodel/DomainModelType.java | 2 +- .../onion/classical/domainservice/DomainServiceType.java | 2 +- .../jmolecules/archunit/onion/classical/infra/InfraType.java | 2 +- .../org/jmolecules/archunit/onion/simple/AppByAnnotation.java | 2 +- .../jmolecules/archunit/onion/simple/DomainByAnnotation.java | 2 +- .../org/jmolecules/archunit/onion/simple/InfraByAnnotation.java | 2 +- .../java/org/jmolecules/archunit/onion/simple/OnionSimple.java | 2 +- .../java/org/jmolecules/archunit/onion/simple/app/AppType.java | 2 +- .../org/jmolecules/archunit/onion/simple/domain/DomainType.java | 2 +- .../org/jmolecules/archunit/onion/simple/infra/InfraType.java | 2 +- jmolecules-bytebuddy-empty/src/main/java/example/Sample.java | 2 +- .../java/org/jmolecules/bytebuddy/nodep/__Placeholder__.java | 2 +- .../src/main/java/example/PerformSampleCommand.java | 2 +- .../src/main/java/example/RevokeSampleCommand.java | 2 +- .../src/main/java/example/SampleCommand.java | 2 +- .../src/main/java/example/SampleEventOccurred.java | 2 +- .../src/main/java/example/SampleEventSourcedAggregate.java | 2 +- .../src/main/java/example/SampleRevokedEventOccurred.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesAxonPluginTests.java | 2 +- .../jmolecules/bytebuddy/JMoleculesAxonSpringPluginTests.java | 2 +- .../src/main/java/example/Sample$$Cglib$$Proxy.java | 2 +- .../src/main/java/example/SampleAggregate.java | 2 +- .../src/main/java/example/SampleAggregateIdentifier.java | 2 +- .../src/main/java/example/SampleAnnotatedAggregate.java | 2 +- .../src/main/java/example/SampleAnnotatedEntity.java | 2 +- .../src/main/java/example/SampleBaseClass.java | 2 +- .../src/main/java/example/SampleEntity.java | 2 +- .../src/main/java/example/SampleOtherIdentifier.java | 2 +- .../src/main/java/example/SampleRecord.java | 2 +- .../src/main/java/example/SampleSubclass.java | 2 +- .../src/main/java/example/SampleValueObject.java | 2 +- .../src/main/java/example/SampleJpaAggregate.java | 2 +- .../src/main/java/example/SampleMappedSuperclass.java | 2 +- .../java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java | 2 +- .../jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcTests.java | 2 +- .../src/main/java/example/SampleJpaAggregate.java | 2 +- .../src/main/java/example/SampleMappedSuperclass.java | 2 +- .../java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java | 2 +- .../jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java | 2 +- .../bytebuddy/JMoleculesSpringDataMongoDbPluginTests.java | 2 +- .../src/main/java/org/jmolecules/bytebuddy/ClassWorld.java | 2 +- .../java/org/jmolecules/bytebuddy/JMoleculesAxonPlugin.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesElementMatchers.java | 2 +- .../main/java/org/jmolecules/bytebuddy/JMoleculesJpaPlugin.java | 2 +- .../main/java/org/jmolecules/bytebuddy/JMoleculesPlugin.java | 2 +- .../jmolecules/bytebuddy/JMoleculesSpringDataJdbcPlugin.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesSpringDataJpaPlugin.java | 2 +- .../jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPlugin.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesSpringDataPlugin.java | 2 +- .../org/jmolecules/bytebuddy/JMoleculesSpringJpaPlugin.java | 2 +- .../java/org/jmolecules/bytebuddy/JMoleculesSpringPlugin.java | 2 +- .../src/main/java/org/jmolecules/bytebuddy/JMoleculesType.java | 2 +- .../src/main/java/org/jmolecules/bytebuddy/Jpa.java | 2 +- .../main/java/org/jmolecules/bytebuddy/LifecycleMethods.java | 2 +- .../src/main/java/org/jmolecules/bytebuddy/LoggingPlugin.java | 2 +- .../java/org/jmolecules/bytebuddy/PersistableImplementor.java | 2 +- .../main/java/org/jmolecules/bytebuddy/PersistableOptions.java | 2 +- .../src/main/java/org/jmolecules/bytebuddy/PluginLogger.java | 2 +- .../src/main/java/org/jmolecules/bytebuddy/PluginUtils.java | 2 +- .../bytebuddy/ReferenceTypePackageNamingStrategy.java | 2 +- .../src/main/java/org/jmolecules/bytebuddy/Types.java | 2 +- .../java/org/jmolecules/ddd/integration/AggregateLookup.java | 2 +- .../org/jmolecules/ddd/integration/AssociationResolver.java | 2 +- .../main/java/org/jmolecules/jackson/AnnotationDetector.java | 2 +- .../java/org/jmolecules/jackson/AssociationDeserializer.java | 2 +- .../main/java/org/jmolecules/jackson/AssociationSerializer.java | 2 +- .../src/main/java/org/jmolecules/jackson/JMoleculesModule.java | 2 +- .../jackson/SingleValueWrappingTypeDeserializerModifier.java | 2 +- .../jackson/SingleValueWrappingTypeSerializerModifier.java | 2 +- .../jackson/config/JMoleculesJacksonAutoConfiguration.java | 2 +- .../java/org/jmolecules/jackson/JMoleculesModuleUnitTests.java | 2 +- .../jackson/config/JMoleculesJacksonAutoConfigurationTests.java | 2 +- .../jackson/config/JsonTestAutoConfigurationTests.java | 2 +- .../jackson/config/WebMvcTestAutoConfigurationTests.java | 2 +- .../main/java/org/jmolecules/hibernate/RecordInstantiator.java | 2 +- .../src/main/java/org/jmolecules/jpa/JMoleculesJpa.java | 2 +- .../org/jmolecules/hibernate/RecordInstantiatorUnitTests.java | 2 +- .../src/main/java/org/jmolecules/spring/AggregateLookup.java | 2 +- .../main/java/org/jmolecules/spring/AssociationResolver.java | 2 +- .../org/jmolecules/spring/AssociationToPrimitivesConverter.java | 2 +- .../org/jmolecules/spring/IdentifierToPrimitivesConverter.java | 2 +- .../org/jmolecules/spring/PrimitivesToAssociationConverter.java | 2 +- .../org/jmolecules/spring/PrimitivesToIdentifierConverter.java | 2 +- .../spring/config/JMoleculesConverterConfigUtils.java | 2 +- .../spring/config/JMoleculesSpringJacksonAutoConfiguration.java | 2 +- .../spring/config/JMoleculesWebAutoConfiguration.java | 2 +- .../java/org/jmolecules/spring/data/MutablePersistable.java | 2 +- .../main/java/org/jmolecules/spring/jdbc/NotNewCallback.java | 2 +- .../jmolecules/spring/jpa/AssociationAttributeConverter.java | 2 +- .../jpa/JakartaPersistenceAssociationAttributeConverter.java | 2 +- .../jmolecules/spring/jpa/JpaAssociationAttributeConverter.java | 2 +- .../main/java/org/jmolecules/spring/mongodb/NotNewCallback.java | 2 +- .../org/jmolecules/spring/AssociationConversionUnitTests.java | 2 +- .../spring/IdentifierToPrimitivesConverterUnitTests.java | 2 +- .../spring/PrimitivesToIdentifierConverterUnitTests.java | 2 +- .../src/test/java/org/jmolecules/spring/SampleIdentifier.java | 2 +- .../src/test/java/org/jmolecules/spring/SamplePersistable.java | 2 +- .../JMoleculesJacksonSpringWebAutoConfigurationTests.java | 2 +- .../config/JMoleculesSpringWebAutoConfigurationTests.java | 2 +- .../org/jmolecules/spring/jdbc/JdbcNotNewCallbackTests.java | 2 +- .../spring/jpa/JpaAssociationAttributeConverterTests.java | 2 +- .../jmolecules/spring/mongodb/MongoDbNotNewCallbackTests.java | 2 +- 148 files changed, 148 insertions(+), 148 deletions(-) diff --git a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/FormatableJavaClass.java b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/FormatableJavaClass.java index 3067c18..528f691 100644 --- a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/FormatableJavaClass.java +++ b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/FormatableJavaClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesArchitectureRules.java b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesArchitectureRules.java index 48fc35f..37a0781 100644 --- a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesArchitectureRules.java +++ b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesArchitectureRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesDddRules.java b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesDddRules.java index a89cf12..7143b2e 100644 --- a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesDddRules.java +++ b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesDddRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesRules.java b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesRules.java index 1b498ce..74bbf0d 100644 --- a/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesRules.java +++ b/jmolecules-archunit/src/main/java/org/jmolecules/archunit/JMoleculesRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesDddRulesUnitTest.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesDddRulesUnitTest.java index 723fbe8..1c7ce76 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesDddRulesUnitTest.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesDddRulesUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesHexagonalRulesTest.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesHexagonalRulesTest.java index c62b9ae..be92d1f 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesHexagonalRulesTest.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesHexagonalRulesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesLayeredRulesTest.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesLayeredRulesTest.java index 2130e53..fa4a365 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesLayeredRulesTest.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesLayeredRulesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionClassicalArchitectureRulesTest.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionClassicalArchitectureRulesTest.java index 5bfb7c2..0c1e26c 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionClassicalArchitectureRulesTest.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionClassicalArchitectureRulesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionSimpleArchitectureRulesTest.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionSimpleArchitectureRulesTest.java index 15923db..b87be93 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionSimpleArchitectureRulesTest.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/JMoleculesOnionSimpleArchitectureRulesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/TestUtils.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/TestUtils.java index 4f6d8ac..e571faf 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/TestUtils.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleAdapter.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleAdapter.java index 5311d98..fba642a 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleAdapter.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SamplePrimaryAdapter.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SamplePrimaryAdapter.java index da13564..fb70d2c 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SamplePrimaryAdapter.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SamplePrimaryAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleSecondaryAdapter.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleSecondaryAdapter.java index 979f99e..548c18f 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleSecondaryAdapter.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/SampleSecondaryAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/primary/SamplePrimaryAdapterPackage.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/primary/SamplePrimaryAdapterPackage.java index ce4e99a..c455058 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/primary/SamplePrimaryAdapterPackage.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/primary/SamplePrimaryAdapterPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/secondary/SampleSecondaryAdapterPackage.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/secondary/SampleSecondaryAdapterPackage.java index a7d7596..0ecfd98 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/secondary/SampleSecondaryAdapterPackage.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/adapter/secondary/SampleSecondaryAdapterPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/application/SampleApplication.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/application/SampleApplication.java index e84470f..8a0549c 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/application/SampleApplication.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/application/SampleApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePort.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePort.java index 046b269..290f135 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePort.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePort.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePrimaryPort.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePrimaryPort.java index 429317f..084f0d2 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePrimaryPort.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SamplePrimaryPort.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SampleSecondaryPort.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SampleSecondaryPort.java index 2daf45c..ae69997 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SampleSecondaryPort.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/SampleSecondaryPort.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/primary/SamplePrimaryPortPackage.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/primary/SamplePrimaryPortPackage.java index 4319bbc..a515660 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/primary/SamplePrimaryPortPackage.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/primary/SamplePrimaryPortPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/secondary/SampleSecondaryPortPackage.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/secondary/SampleSecondaryPortPackage.java index c13fe36..23be539 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/secondary/SampleSecondaryPortPackage.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/pkg/port/secondary/SampleSecondaryPortPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleAdapter.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleAdapter.java index 240ed8d..c69641f 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleAdapter.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleApplication.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleApplication.java index 54d900c..08f80df 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleApplication.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePort.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePort.java index ad33669..25221aa 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePort.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePort.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryAdapter.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryAdapter.java index 3fb3fa5..d9e421a 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryAdapter.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryPort.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryPort.java index 6c209c3..f16842d 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryPort.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SamplePrimaryPort.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryAdapter.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryAdapter.java index 4bd5213..e7697e1 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryAdapter.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryPort.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryPort.java index 8e26bb9..6763c69 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryPort.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/hexagonal/simple/SampleSecondaryPort.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/AppByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/AppByAnnotation.java index 2472825..83c6588 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/AppByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/AppByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/DomainByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/DomainByAnnotation.java index 1c4f641..c737c95 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/DomainByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/DomainByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/InfraByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/InfraByAnnotation.java index 4b4ce27..ea8d080 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/InfraByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/InfraByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/Layered.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/Layered.java index da8f100..b28481b 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/Layered.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/Layered.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/UiByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/UiByAnnotation.java index bfb6083..7136935 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/UiByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/UiByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/app/AppType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/app/AppType.java index 75f2414..8379fcd 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/app/AppType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/app/AppType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/domain/DomainType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/domain/DomainType.java index eac74e0..725c15d 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/domain/DomainType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/domain/DomainType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/infra/InfraType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/infra/InfraType.java index 0a3ac4c..1cf5117 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/infra/InfraType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/infra/InfraType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/ui/UiType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/ui/UiType.java index 9cd4786..8d5fa29 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/ui/UiType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/layered/ui/UiType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/AppServiceByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/AppServiceByAnnotation.java index 4f85a2e..46ed51f 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/AppServiceByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/AppServiceByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainModelByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainModelByAnnotation.java index 2585ffa..2dd61c2 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainModelByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainModelByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainServiceByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainServiceByAnnotation.java index 1457888..2132c1b 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainServiceByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/DomainServiceByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/InfraByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/InfraByAnnotation.java index 2690bb3..3143ab9 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/InfraByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/InfraByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/OnionClassical.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/OnionClassical.java index 688f7fd..1b6f5d3 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/OnionClassical.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/OnionClassical.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/app/AppType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/app/AppType.java index 2597b2e..8cc07f8 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/app/AppType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/app/AppType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainmodel/DomainModelType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainmodel/DomainModelType.java index 0e081f3..743091e 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainmodel/DomainModelType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainmodel/DomainModelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainservice/DomainServiceType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainservice/DomainServiceType.java index 98c3f6f..ff07734 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainservice/DomainServiceType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/domainservice/DomainServiceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/infra/InfraType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/infra/InfraType.java index 2ff465f..31ad9ce 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/infra/InfraType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/classical/infra/InfraType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/AppByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/AppByAnnotation.java index e349a02..cb07d48 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/AppByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/AppByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/DomainByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/DomainByAnnotation.java index f91bf63..fb77b29 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/DomainByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/DomainByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/InfraByAnnotation.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/InfraByAnnotation.java index 791ae68..2c66a7c 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/InfraByAnnotation.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/InfraByAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/OnionSimple.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/OnionSimple.java index 1a2ba4d..37b6950 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/OnionSimple.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/OnionSimple.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/app/AppType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/app/AppType.java index ca6da95..9c99596 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/app/AppType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/app/AppType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/domain/DomainType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/domain/DomainType.java index 1af8f2f..77b87d3 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/domain/DomainType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/domain/DomainType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/infra/InfraType.java b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/infra/InfraType.java index 87b11b6..c35c627 100644 --- a/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/infra/InfraType.java +++ b/jmolecules-archunit/src/test/java/org/jmolecules/archunit/onion/simple/infra/InfraType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-empty/src/main/java/example/Sample.java b/jmolecules-bytebuddy-empty/src/main/java/example/Sample.java index f1c1454..3cc1ef5 100644 --- a/jmolecules-bytebuddy-empty/src/main/java/example/Sample.java +++ b/jmolecules-bytebuddy-empty/src/main/java/example/Sample.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-nodep/src/main/java/org/jmolecules/bytebuddy/nodep/__Placeholder__.java b/jmolecules-bytebuddy-nodep/src/main/java/org/jmolecules/bytebuddy/nodep/__Placeholder__.java index 347a1ee..6cb9cc6 100644 --- a/jmolecules-bytebuddy-nodep/src/main/java/org/jmolecules/bytebuddy/nodep/__Placeholder__.java +++ b/jmolecules-bytebuddy-nodep/src/main/java/org/jmolecules/bytebuddy/nodep/__Placeholder__.java @@ -1,6 +1,6 @@ package org.jmolecules.bytebuddy.nodep; /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/PerformSampleCommand.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/PerformSampleCommand.java index 0f6d062..b2fcdaf 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/PerformSampleCommand.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/PerformSampleCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/RevokeSampleCommand.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/RevokeSampleCommand.java index 2db5916..ffd5fd7 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/RevokeSampleCommand.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/RevokeSampleCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleCommand.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleCommand.java index 58ee036..a10f728 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleCommand.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventOccurred.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventOccurred.java index 6c5dd51..8f661f3 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventOccurred.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventOccurred.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventSourcedAggregate.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventSourcedAggregate.java index b930641..e8d7138 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventSourcedAggregate.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleEventSourcedAggregate.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleRevokedEventOccurred.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleRevokedEventOccurred.java index 4ad1b74..713ae72 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleRevokedEventOccurred.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/main/java/example/SampleRevokedEventOccurred.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonPluginTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonPluginTests.java index e4c5a2e..4fcc7e7 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonPluginTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonPluginTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonSpringPluginTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonSpringPluginTests.java index 5a2bd69..502a848 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonSpringPluginTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-axon/src/test/java/org/jmolecules/bytebuddy/JMoleculesAxonSpringPluginTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/Sample$$Cglib$$Proxy.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/Sample$$Cglib$$Proxy.java index 885f322..cc75517 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/Sample$$Cglib$$Proxy.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/Sample$$Cglib$$Proxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2023-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregate.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregate.java index 79323cc..700f085 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregate.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregate.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregateIdentifier.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregateIdentifier.java index fd00cc1..964e8a7 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregateIdentifier.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAggregateIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedAggregate.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedAggregate.java index 1f3971c..90377a0 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedAggregate.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedAggregate.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedEntity.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedEntity.java index a8bb926..cd201b6 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedEntity.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleAnnotatedEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleBaseClass.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleBaseClass.java index f2195ac..55b1edf 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleBaseClass.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleBaseClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleEntity.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleEntity.java index 1a0638f..185d6b5 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleEntity.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleOtherIdentifier.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleOtherIdentifier.java index 353a616..afc1adf 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleOtherIdentifier.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleOtherIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleRecord.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleRecord.java index 8fd897f..9278eed 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleRecord.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleSubclass.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleSubclass.java index de82f68..bf8fd26 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleSubclass.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleSubclass.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleValueObject.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleValueObject.java index f3a5439..33f8eef 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleValueObject.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-core/src/main/java/example/SampleValueObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleJpaAggregate.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleJpaAggregate.java index 1998d90..8588d45 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleJpaAggregate.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleJpaAggregate.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleMappedSuperclass.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleMappedSuperclass.java index 734e451..31da1e4 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleMappedSuperclass.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/main/java/example/SampleMappedSuperclass.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java index 4ece48b..79d8293 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java index 1f17e36..a749a35 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java index b1330c2..0cea567 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jakarta/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jdbc/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jdbc/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcTests.java index 17fe082..7d8b1c9 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jdbc/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jdbc/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleJpaAggregate.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleJpaAggregate.java index 3c5dead..482d34a 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleJpaAggregate.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleJpaAggregate.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleMappedSuperclass.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleMappedSuperclass.java index b95963b..63b3921 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleMappedSuperclass.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/main/java/example/SampleMappedSuperclass.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java index 738ca0d..1dbd57f 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesJpaPluginTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java index bb6b60a..5379379 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java index 13aa29c..456c5ed 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-jpa/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPluginTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-mongodb/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPluginTests.java b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-mongodb/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPluginTests.java index c9a4507..a6ec816 100644 --- a/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-mongodb/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPluginTests.java +++ b/jmolecules-bytebuddy-tests/jmolecules-bytebuddy-tests-mongodb/src/test/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPluginTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ClassWorld.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ClassWorld.java index 9a08c08..8b3c3f3 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ClassWorld.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ClassWorld.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesAxonPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesAxonPlugin.java index 4b5dca0..64448e8 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesAxonPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesAxonPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesElementMatchers.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesElementMatchers.java index f7a4e04..bf316d0 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesElementMatchers.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesElementMatchers.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesJpaPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesJpaPlugin.java index b0d8c46..9ab7256 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesJpaPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesJpaPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesPlugin.java index 9597215..f26047f 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcPlugin.java index aeda006..159308d 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJdbcPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaPlugin.java index 4a05ea5..1537af3 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataJpaPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPlugin.java index de2bbeb..8d81f6e 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataMongoDbPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataPlugin.java index 935b184..a57ff7d 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringDataPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPlugin.java index 9006c77..6ad05d5 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringJpaPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringPlugin.java index 1f7c221..b322a47 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesSpringPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesType.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesType.java index 94aa085..cabd5c0 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesType.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/JMoleculesType.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Jpa.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Jpa.java index cfbad06..3444289 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Jpa.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Jpa.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LifecycleMethods.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LifecycleMethods.java index 253e310..9a5c2c8 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LifecycleMethods.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LifecycleMethods.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LoggingPlugin.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LoggingPlugin.java index b53e558..f3a8440 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LoggingPlugin.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/LoggingPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableImplementor.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableImplementor.java index ef73635..ecc23cc 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableImplementor.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableImplementor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableOptions.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableOptions.java index 6d44044..f5612be 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableOptions.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PersistableOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginLogger.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginLogger.java index 4d5c9d1..054d3f2 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginLogger.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginUtils.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginUtils.java index 2020181..e13ec07 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginUtils.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/PluginUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ReferenceTypePackageNamingStrategy.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ReferenceTypePackageNamingStrategy.java index e5b2e28..49e00f7 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ReferenceTypePackageNamingStrategy.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/ReferenceTypePackageNamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2023-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Types.java b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Types.java index 746e71e..9a426c5 100644 --- a/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Types.java +++ b/jmolecules-bytebuddy/src/main/java/org/jmolecules/bytebuddy/Types.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AggregateLookup.java b/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AggregateLookup.java index 2b70b82..402c687 100644 --- a/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AggregateLookup.java +++ b/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AggregateLookup.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AssociationResolver.java b/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AssociationResolver.java index 03f46f0..3696bcb 100644 --- a/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AssociationResolver.java +++ b/jmolecules-ddd-integration/src/main/java/org/jmolecules/ddd/integration/AssociationResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AnnotationDetector.java b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AnnotationDetector.java index 4bd8d0d..0edbc2f 100644 --- a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AnnotationDetector.java +++ b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AnnotationDetector.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationDeserializer.java b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationDeserializer.java index 2325bc9..4fd0812 100644 --- a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationDeserializer.java +++ b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationSerializer.java b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationSerializer.java index 635aed1..f0ea075 100644 --- a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationSerializer.java +++ b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/AssociationSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/JMoleculesModule.java b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/JMoleculesModule.java index 1ec35a5..b3fb023 100644 --- a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/JMoleculesModule.java +++ b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/JMoleculesModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeDeserializerModifier.java b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeDeserializerModifier.java index bc1a6bf..92e7590 100644 --- a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeDeserializerModifier.java +++ b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeDeserializerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeSerializerModifier.java b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeSerializerModifier.java index 2d58f6e..0b95d6b 100644 --- a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeSerializerModifier.java +++ b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/SingleValueWrappingTypeSerializerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfiguration.java b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfiguration.java index a6e41f2..b539f38 100644 --- a/jmolecules-jackson/src/main/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfiguration.java +++ b/jmolecules-jackson/src/main/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/JMoleculesModuleUnitTests.java b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/JMoleculesModuleUnitTests.java index 4fc0039..ed7f865 100644 --- a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/JMoleculesModuleUnitTests.java +++ b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/JMoleculesModuleUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfigurationTests.java b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfigurationTests.java index 37caf2a..52e7cb0 100644 --- a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfigurationTests.java +++ b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JMoleculesJacksonAutoConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JsonTestAutoConfigurationTests.java b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JsonTestAutoConfigurationTests.java index be64d9c..4d51e50 100644 --- a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JsonTestAutoConfigurationTests.java +++ b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/JsonTestAutoConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2023-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/WebMvcTestAutoConfigurationTests.java b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/WebMvcTestAutoConfigurationTests.java index f131cb9..3b62357 100644 --- a/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/WebMvcTestAutoConfigurationTests.java +++ b/jmolecules-jackson/src/test/java/org/jmolecules/jackson/config/WebMvcTestAutoConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2023-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jpa/src/main/java/org/jmolecules/hibernate/RecordInstantiator.java b/jmolecules-jpa/src/main/java/org/jmolecules/hibernate/RecordInstantiator.java index 78deda0..368ab60 100644 --- a/jmolecules-jpa/src/main/java/org/jmolecules/hibernate/RecordInstantiator.java +++ b/jmolecules-jpa/src/main/java/org/jmolecules/hibernate/RecordInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jpa/src/main/java/org/jmolecules/jpa/JMoleculesJpa.java b/jmolecules-jpa/src/main/java/org/jmolecules/jpa/JMoleculesJpa.java index 5c5694a..758c3f4 100644 --- a/jmolecules-jpa/src/main/java/org/jmolecules/jpa/JMoleculesJpa.java +++ b/jmolecules-jpa/src/main/java/org/jmolecules/jpa/JMoleculesJpa.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-jpa/src/test/java/org/jmolecules/hibernate/RecordInstantiatorUnitTests.java b/jmolecules-jpa/src/test/java/org/jmolecules/hibernate/RecordInstantiatorUnitTests.java index 3707dfc..b311e7b 100644 --- a/jmolecules-jpa/src/test/java/org/jmolecules/hibernate/RecordInstantiatorUnitTests.java +++ b/jmolecules-jpa/src/test/java/org/jmolecules/hibernate/RecordInstantiatorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/AggregateLookup.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/AggregateLookup.java index aaf53a3..68c3e16 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/AggregateLookup.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/AggregateLookup.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationResolver.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationResolver.java index b23f31c..c715dbb 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationResolver.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationToPrimitivesConverter.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationToPrimitivesConverter.java index 4655271..bd6f205 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationToPrimitivesConverter.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/AssociationToPrimitivesConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/IdentifierToPrimitivesConverter.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/IdentifierToPrimitivesConverter.java index d0fa843..19af4ed 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/IdentifierToPrimitivesConverter.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/IdentifierToPrimitivesConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToAssociationConverter.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToAssociationConverter.java index ebc7cdd..46e514b 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToAssociationConverter.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToAssociationConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToIdentifierConverter.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToIdentifierConverter.java index 03bccca..200b092 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToIdentifierConverter.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/PrimitivesToIdentifierConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesConverterConfigUtils.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesConverterConfigUtils.java index fa3d37b..73af91e 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesConverterConfigUtils.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesConverterConfigUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesSpringJacksonAutoConfiguration.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesSpringJacksonAutoConfiguration.java index d0d88a0..06e2672 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesSpringJacksonAutoConfiguration.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesSpringJacksonAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesWebAutoConfiguration.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesWebAutoConfiguration.java index 81ad55a..685c0a3 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesWebAutoConfiguration.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/config/JMoleculesWebAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/data/MutablePersistable.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/data/MutablePersistable.java index 78212f6..1c8b908 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/data/MutablePersistable.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/data/MutablePersistable.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/jdbc/NotNewCallback.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/jdbc/NotNewCallback.java index 354f9ce..a857c69 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/jdbc/NotNewCallback.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/jdbc/NotNewCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/AssociationAttributeConverter.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/AssociationAttributeConverter.java index 97d94ac..52c00b2 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/AssociationAttributeConverter.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/AssociationAttributeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JakartaPersistenceAssociationAttributeConverter.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JakartaPersistenceAssociationAttributeConverter.java index 73c97a2..4c018a6 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JakartaPersistenceAssociationAttributeConverter.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JakartaPersistenceAssociationAttributeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverter.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverter.java index 0c3ee0c..2bb78b1 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverter.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/main/java/org/jmolecules/spring/mongodb/NotNewCallback.java b/jmolecules-spring/src/main/java/org/jmolecules/spring/mongodb/NotNewCallback.java index 5457560..32147e5 100644 --- a/jmolecules-spring/src/main/java/org/jmolecules/spring/mongodb/NotNewCallback.java +++ b/jmolecules-spring/src/main/java/org/jmolecules/spring/mongodb/NotNewCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/AssociationConversionUnitTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/AssociationConversionUnitTests.java index aebc684..f3ad63e 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/AssociationConversionUnitTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/AssociationConversionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/IdentifierToPrimitivesConverterUnitTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/IdentifierToPrimitivesConverterUnitTests.java index 8f505c3..842863c 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/IdentifierToPrimitivesConverterUnitTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/IdentifierToPrimitivesConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/PrimitivesToIdentifierConverterUnitTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/PrimitivesToIdentifierConverterUnitTests.java index 534e169..e075269 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/PrimitivesToIdentifierConverterUnitTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/PrimitivesToIdentifierConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/SampleIdentifier.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/SampleIdentifier.java index 44d35f1..f9eca1b 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/SampleIdentifier.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/SampleIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/SamplePersistable.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/SamplePersistable.java index 1b2ccc0..aa13315 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/SamplePersistable.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/SamplePersistable.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesJacksonSpringWebAutoConfigurationTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesJacksonSpringWebAutoConfigurationTests.java index 183b024..74d4d9d 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesJacksonSpringWebAutoConfigurationTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesJacksonSpringWebAutoConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesSpringWebAutoConfigurationTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesSpringWebAutoConfigurationTests.java index 0711f10..a3e54c7 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesSpringWebAutoConfigurationTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/config/JMoleculesSpringWebAutoConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/jdbc/JdbcNotNewCallbackTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/jdbc/JdbcNotNewCallbackTests.java index 73904eb..e32c5e1 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/jdbc/JdbcNotNewCallbackTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/jdbc/JdbcNotNewCallbackTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverterTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverterTests.java index cdf0c23..2dd2dd1 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverterTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/jpa/JpaAssociationAttributeConverterTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jmolecules-spring/src/test/java/org/jmolecules/spring/mongodb/MongoDbNotNewCallbackTests.java b/jmolecules-spring/src/test/java/org/jmolecules/spring/mongodb/MongoDbNotNewCallbackTests.java index ee454b8..379691c 100644 --- a/jmolecules-spring/src/test/java/org/jmolecules/spring/mongodb/MongoDbNotNewCallbackTests.java +++ b/jmolecules-spring/src/test/java/org/jmolecules/spring/mongodb/MongoDbNotNewCallbackTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.