From e498f993a1df388bcda0a3f27da02d7caadb4837 Mon Sep 17 00:00:00 2001 From: AndreasIgel Date: Wed, 11 Mar 2026 23:27:20 +0100 Subject: [PATCH] Updating license to 2026 --- LICENSE.txt | 2 +- .../simple/builders/core/annotations/BuilderImplementation.java | 2 +- .../simple/builders/core/annotations/IgnoreInBuilder.java | 2 +- .../simple/builders/core/annotations/SimpleBuilder.java | 2 +- .../builders/core/annotations/SimpleBuilderConstructor.java | 2 +- .../simple/builders/core/builders/ArrayListBuilder.java | 2 +- .../core/builders/ArrayListBuilderWithElementBuilders.java | 2 +- .../simple/builders/core/builders/HashMapBuilder.java | 2 +- .../simple/builders/core/builders/HashSetBuilder.java | 2 +- .../core/builders/HashSetBuilderWithElementBuilders.java | 2 +- .../javahelpers/simple/builders/core/enums/AccessModifier.java | 2 +- .../org/javahelpers/simple/builders/core/enums/OptionState.java | 2 +- .../simple/builders/core/interfaces/IBuilderBase.java | 2 +- .../simple/builders/core/util/BuilderToStringStyle.java | 2 +- .../org/javahelpers/simple/builders/core/util/TrackedValue.java | 2 +- .../simple/builders/core/builders/ArrayListBuilderTest.java | 2 +- .../core/builders/ArrayListBuilderWithElementBuildersTest.java | 2 +- .../simple/builders/core/builders/HashMapBuilderTest.java | 2 +- .../simple/builders/core/builders/HashSetBuilderTest.java | 2 +- .../core/builders/HashSetBuilderWithElementBuildersTest.java | 2 +- .../simple/builders/core/util/BuilderToStringStyleTest.java | 2 +- .../javahelpers/simple/builders/core/util/TrackedValueTest.java | 2 +- .../builders/example/custom/StringValidationGenerator.java | 2 +- .../java/org/javahelpers/simple/builders/example/BookDto.java | 2 +- .../javahelpers/simple/builders/example/ElementaryBuilder.java | 2 +- .../org/javahelpers/simple/builders/example/MannschaftDto.java | 2 +- .../java/org/javahelpers/simple/builders/example/PersonDto.java | 2 +- .../org/javahelpers/simple/builders/example/ProductRecord.java | 2 +- .../org/javahelpers/simple/builders/example/SponsorDto.java | 2 +- .../org/javahelpers/simple/builders/example/goal/Builder.java | 2 +- .../simple/builders/example/goal/MannschaftDtoBuilder.java | 2 +- .../simple/builders/example/goal/PersonDtoBuilder.java | 2 +- .../javahelpers/simple/builders/example/BookDtoBuilderTest.java | 2 +- .../simple/builders/example/PersonDtoBuilderTest.java | 2 +- .../javahelpers/simple/builders/example/ProductRecordTest.java | 2 +- .../simple/builders/example/ToStringBehaviorTest.java | 2 +- .../javahelpers/simple/builders/processor/BuilderProcessor.java | 2 +- .../simple/builders/processor/dtos/AnnotationDto.java | 2 +- .../simple/builders/processor/dtos/BuilderConfiguration.java | 2 +- .../simple/builders/processor/dtos/BuilderDefinitionDto.java | 2 +- .../javahelpers/simple/builders/processor/dtos/FieldDto.java | 2 +- .../simple/builders/processor/dtos/GenericParameterDto.java | 2 +- .../simple/builders/processor/dtos/InterfaceName.java | 2 +- .../builders/processor/dtos/JacksonModuleDefinitionDto.java | 2 +- .../simple/builders/processor/dtos/JacksonModuleEntryDto.java | 2 +- .../simple/builders/processor/dtos/MethodCodeDto.java | 2 +- .../simple/builders/processor/dtos/MethodCodePlaceholder.java | 2 +- .../builders/processor/dtos/MethodCodeStringPlaceholder.java | 2 +- .../builders/processor/dtos/MethodCodeTypePlaceholder.java | 2 +- .../javahelpers/simple/builders/processor/dtos/MethodDto.java | 2 +- .../simple/builders/processor/dtos/MethodParameterDto.java | 2 +- .../simple/builders/processor/dtos/NestedTypeDto.java | 2 +- .../javahelpers/simple/builders/processor/dtos/TypeName.java | 2 +- .../simple/builders/processor/dtos/TypeNameArray.java | 2 +- .../simple/builders/processor/dtos/TypeNameCollection.java | 2 +- .../simple/builders/processor/dtos/TypeNameGeneric.java | 2 +- .../simple/builders/processor/dtos/TypeNameList.java | 2 +- .../javahelpers/simple/builders/processor/dtos/TypeNameMap.java | 2 +- .../simple/builders/processor/dtos/TypeNamePrimitive.java | 2 +- .../javahelpers/simple/builders/processor/dtos/TypeNameSet.java | 2 +- .../simple/builders/processor/dtos/TypeNameVariable.java | 2 +- .../simple/builders/processor/enums/CompilerArgumentsEnum.java | 2 +- .../simple/builders/processor/exceptions/BuilderException.java | 2 +- .../builders/processor/exceptions/JavapoetMapperException.java | 2 +- .../builders/processor/generators/AddToCollectionGenerator.java | 2 +- .../processor/generators/ArrayBuilderConsumerGenerator.java | 2 +- .../builders/processor/generators/ArrayConversionGenerator.java | 2 +- .../builders/processor/generators/BasicSetterGenerator.java | 2 +- .../builders/processor/generators/BuilderConsumerGenerator.java | 2 +- .../simple/builders/processor/generators/BuilderEnhancer.java | 2 +- .../generators/BuilderImplementationAnnotationEnhancer.java | 2 +- .../builders/processor/generators/ClassJavaDocEnhancer.java | 2 +- .../builders/processor/generators/ConditionalEnhancer.java | 2 +- .../builders/processor/generators/CoreMethodsEnhancer.java | 2 +- .../builders/processor/generators/FieldConsumerGenerator.java | 2 +- .../processor/generators/GeneratedAnnotationEnhancer.java | 2 +- .../simple/builders/processor/generators/Generator.java | 2 +- .../simple/builders/processor/generators/GeneratorRegistry.java | 2 +- .../simple/builders/processor/generators/InterfaceEnhancer.java | 2 +- .../processor/generators/JacksonAnnotationEnhancer.java | 2 +- .../builders/processor/generators/ListConsumerGenerator.java | 2 +- .../builders/processor/generators/MapConsumerGenerator.java | 2 +- .../simple/builders/processor/generators/MethodGenerator.java | 2 +- .../builders/processor/generators/MethodGeneratorUtil.java | 2 +- .../builders/processor/generators/OptionalHelperGenerator.java | 2 +- .../builders/processor/generators/SetConsumerGenerator.java | 2 +- .../processor/generators/StringBuilderConsumerGenerator.java | 2 +- .../processor/generators/StringFormatHelperGenerator.java | 2 +- .../builders/processor/generators/SupplierMethodGenerator.java | 2 +- .../builders/processor/generators/VarArgsHelperGenerator.java | 2 +- .../builders/processor/generators/WithInterfaceEnhancer.java | 2 +- .../simple/builders/processor/util/AnnotationValidator.java | 2 +- .../builders/processor/util/BuilderConfigurationReader.java | 2 +- .../builders/processor/util/BuilderDefinitionCreator.java | 2 +- .../simple/builders/processor/util/CompilerArgumentsReader.java | 2 +- .../simple/builders/processor/util/ComponentFilter.java | 2 +- .../builders/processor/util/FieldAnnotationExtractor.java | 2 +- .../simple/builders/processor/util/JacksonModuleGenerator.java | 2 +- .../simple/builders/processor/util/JavaCodeGenerator.java | 2 +- .../simple/builders/processor/util/JavaLangAnalyser.java | 2 +- .../simple/builders/processor/util/JavaLangMapper.java | 2 +- .../simple/builders/processor/util/JavapoetMapper.java | 2 +- .../simple/builders/processor/util/ProcessingContext.java | 2 +- .../simple/builders/processor/util/ProcessingLogger.java | 2 +- .../simple/builders/processor/util/TypeNameAnalyser.java | 2 +- .../simple/builders/processor/AddToCollectionTest.java | 2 +- .../builders/processor/BuilderConfigurationReaderTest.java | 2 +- .../simple/builders/processor/CompilerArgumentsReaderTest.java | 2 +- .../simple/builders/processor/ComponentDeactivationTest.java | 2 +- .../builders/processor/ComprehensiveFeatureIntegrationTest.java | 2 +- .../simple/builders/processor/CustomCollectionTypeTest.java | 2 +- .../simple/builders/processor/NullConstraintTest.java | 2 +- .../javahelpers/simple/builders/processor/SealedTypesTest.java | 2 +- .../simple/builders/processor/ToStringGenerationTest.java | 2 +- .../builders/processor/testing/ProcessingEnvironmentStub.java | 2 +- 115 files changed, 115 insertions(+), 115 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index b2354927..0e068293 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Andreas Igel +Copyright (c) 2026 Andreas Igel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/BuilderImplementation.java b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/BuilderImplementation.java index 1dcdf6a8..334a14d2 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/BuilderImplementation.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/BuilderImplementation.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/IgnoreInBuilder.java b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/IgnoreInBuilder.java index 0af42a6f..f564dd7f 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/IgnoreInBuilder.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/IgnoreInBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilder.java b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilder.java index caf0f8f2..09111033 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilder.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilderConstructor.java b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilderConstructor.java index bb7696f4..6bb667cc 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilderConstructor.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilderConstructor.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilder.java b/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilder.java index 8d94a172..7c667551 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilder.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuilders.java b/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuilders.java index 3354e27c..35a36bfe 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuilders.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuilders.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashMapBuilder.java b/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashMapBuilder.java index e66e41ad..dc401c95 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashMapBuilder.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashMapBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilder.java b/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilder.java index d49dcb4f..6986cc8d 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilder.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuilders.java b/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuilders.java index 3176f390..7e516b73 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuilders.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuilders.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/enums/AccessModifier.java b/core/src/main/java/org/javahelpers/simple/builders/core/enums/AccessModifier.java index 602ff159..38a481c2 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/enums/AccessModifier.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/enums/AccessModifier.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/enums/OptionState.java b/core/src/main/java/org/javahelpers/simple/builders/core/enums/OptionState.java index cb955d20..3fce78ca 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/enums/OptionState.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/enums/OptionState.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/interfaces/IBuilderBase.java b/core/src/main/java/org/javahelpers/simple/builders/core/interfaces/IBuilderBase.java index a3d0df7b..008c0039 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/interfaces/IBuilderBase.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/interfaces/IBuilderBase.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyle.java b/core/src/main/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyle.java index a9f421af..c6680ee8 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyle.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyle.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/java/org/javahelpers/simple/builders/core/util/TrackedValue.java b/core/src/main/java/org/javahelpers/simple/builders/core/util/TrackedValue.java index 8cc2a919..dca9ba98 100644 --- a/core/src/main/java/org/javahelpers/simple/builders/core/util/TrackedValue.java +++ b/core/src/main/java/org/javahelpers/simple/builders/core/util/TrackedValue.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderTest.java b/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderTest.java index 47603b17..3fba50f8 100644 --- a/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderTest.java +++ b/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuildersTest.java b/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuildersTest.java index b85d1ab0..a475b9c0 100644 --- a/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuildersTest.java +++ b/core/src/test/java/org/javahelpers/simple/builders/core/builders/ArrayListBuilderWithElementBuildersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashMapBuilderTest.java b/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashMapBuilderTest.java index 9b47c95f..4cb989f9 100644 --- a/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashMapBuilderTest.java +++ b/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashMapBuilderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderTest.java b/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderTest.java index 883f3d24..878ab862 100644 --- a/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderTest.java +++ b/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuildersTest.java b/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuildersTest.java index df010d93..f16d25a7 100644 --- a/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuildersTest.java +++ b/core/src/test/java/org/javahelpers/simple/builders/core/builders/HashSetBuilderWithElementBuildersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/test/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyleTest.java b/core/src/test/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyleTest.java index 95bd72ce..9c2afc9c 100644 --- a/core/src/test/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyleTest.java +++ b/core/src/test/java/org/javahelpers/simple/builders/core/util/BuilderToStringStyleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/test/java/org/javahelpers/simple/builders/core/util/TrackedValueTest.java b/core/src/test/java/org/javahelpers/simple/builders/core/util/TrackedValueTest.java index 46aab1cf..124f8b4f 100644 --- a/core/src/test/java/org/javahelpers/simple/builders/core/util/TrackedValueTest.java +++ b/core/src/test/java/org/javahelpers/simple/builders/core/util/TrackedValueTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example-custom-generator/src/main/java/org/javahelpers/simple/builders/example/custom/StringValidationGenerator.java b/example-custom-generator/src/main/java/org/javahelpers/simple/builders/example/custom/StringValidationGenerator.java index 0fccb1cc..e5475ab4 100644 --- a/example-custom-generator/src/main/java/org/javahelpers/simple/builders/example/custom/StringValidationGenerator.java +++ b/example-custom-generator/src/main/java/org/javahelpers/simple/builders/example/custom/StringValidationGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/BookDto.java b/example/src/main/java/org/javahelpers/simple/builders/example/BookDto.java index 773d272a..740c18a6 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/BookDto.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/BookDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/ElementaryBuilder.java b/example/src/main/java/org/javahelpers/simple/builders/example/ElementaryBuilder.java index 88037b35..e48984ce 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/ElementaryBuilder.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/ElementaryBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/MannschaftDto.java b/example/src/main/java/org/javahelpers/simple/builders/example/MannschaftDto.java index 185f3cc6..134e77cc 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/MannschaftDto.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/MannschaftDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/PersonDto.java b/example/src/main/java/org/javahelpers/simple/builders/example/PersonDto.java index 77faf11a..eba77c70 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/PersonDto.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/PersonDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/ProductRecord.java b/example/src/main/java/org/javahelpers/simple/builders/example/ProductRecord.java index 8698a4e3..e2e5599e 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/ProductRecord.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/ProductRecord.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/SponsorDto.java b/example/src/main/java/org/javahelpers/simple/builders/example/SponsorDto.java index f97d2090..c40ebd49 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/SponsorDto.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/SponsorDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/goal/Builder.java b/example/src/main/java/org/javahelpers/simple/builders/example/goal/Builder.java index 1333db02..5ca62aa3 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/goal/Builder.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/goal/Builder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/goal/MannschaftDtoBuilder.java b/example/src/main/java/org/javahelpers/simple/builders/example/goal/MannschaftDtoBuilder.java index 63d60614..49e91361 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/goal/MannschaftDtoBuilder.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/goal/MannschaftDtoBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/main/java/org/javahelpers/simple/builders/example/goal/PersonDtoBuilder.java b/example/src/main/java/org/javahelpers/simple/builders/example/goal/PersonDtoBuilder.java index 4fa03f54..fa9366cf 100644 --- a/example/src/main/java/org/javahelpers/simple/builders/example/goal/PersonDtoBuilder.java +++ b/example/src/main/java/org/javahelpers/simple/builders/example/goal/PersonDtoBuilder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/test/java/org/javahelpers/simple/builders/example/BookDtoBuilderTest.java b/example/src/test/java/org/javahelpers/simple/builders/example/BookDtoBuilderTest.java index 7cc0a69a..1cfbcc2c 100644 --- a/example/src/test/java/org/javahelpers/simple/builders/example/BookDtoBuilderTest.java +++ b/example/src/test/java/org/javahelpers/simple/builders/example/BookDtoBuilderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/test/java/org/javahelpers/simple/builders/example/PersonDtoBuilderTest.java b/example/src/test/java/org/javahelpers/simple/builders/example/PersonDtoBuilderTest.java index 40accdbd..74aba1ab 100644 --- a/example/src/test/java/org/javahelpers/simple/builders/example/PersonDtoBuilderTest.java +++ b/example/src/test/java/org/javahelpers/simple/builders/example/PersonDtoBuilderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/test/java/org/javahelpers/simple/builders/example/ProductRecordTest.java b/example/src/test/java/org/javahelpers/simple/builders/example/ProductRecordTest.java index 1cf054e2..1fdcef89 100644 --- a/example/src/test/java/org/javahelpers/simple/builders/example/ProductRecordTest.java +++ b/example/src/test/java/org/javahelpers/simple/builders/example/ProductRecordTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/src/test/java/org/javahelpers/simple/builders/example/ToStringBehaviorTest.java b/example/src/test/java/org/javahelpers/simple/builders/example/ToStringBehaviorTest.java index 05ea1860..a873560d 100644 --- a/example/src/test/java/org/javahelpers/simple/builders/example/ToStringBehaviorTest.java +++ b/example/src/test/java/org/javahelpers/simple/builders/example/ToStringBehaviorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/BuilderProcessor.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/BuilderProcessor.java index dbfc3939..4c81fb29 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/BuilderProcessor.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/BuilderProcessor.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/AnnotationDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/AnnotationDto.java index 04d9f9e3..418eab01 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/AnnotationDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/AnnotationDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderConfiguration.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderConfiguration.java index 5d56db01..d8ae9b4e 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderConfiguration.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderConfiguration.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderDefinitionDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderDefinitionDto.java index bcf6b618..749e6cbf 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderDefinitionDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/BuilderDefinitionDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/FieldDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/FieldDto.java index ace2e1d6..7f8ba9a0 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/FieldDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/FieldDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/GenericParameterDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/GenericParameterDto.java index 8da79f72..88b06341 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/GenericParameterDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/GenericParameterDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/InterfaceName.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/InterfaceName.java index 935bf234..779d7c6d 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/InterfaceName.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/InterfaceName.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleDefinitionDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleDefinitionDto.java index b1acfdce..f0926541 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleDefinitionDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleDefinitionDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleEntryDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleEntryDto.java index 53a236a9..0f0ee3d0 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleEntryDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/JacksonModuleEntryDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeDto.java index c765d0bd..30f64396 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodePlaceholder.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodePlaceholder.java index 3d4d069c..4ac214e7 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodePlaceholder.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodePlaceholder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeStringPlaceholder.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeStringPlaceholder.java index b893e30b..2cbf74df 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeStringPlaceholder.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeStringPlaceholder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeTypePlaceholder.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeTypePlaceholder.java index f3b0ae10..090d2fe0 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeTypePlaceholder.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodCodeTypePlaceholder.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodDto.java index 9fd34fc2..0a02cc41 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodParameterDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodParameterDto.java index a94842da..76abc62e 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodParameterDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/MethodParameterDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/NestedTypeDto.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/NestedTypeDto.java index 857049f6..ebbf07e4 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/NestedTypeDto.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/NestedTypeDto.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeName.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeName.java index 75d96d05..7e1ea8dc 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeName.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeName.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameArray.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameArray.java index ab1d0ba8..aeb061d0 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameArray.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameArray.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameCollection.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameCollection.java index e98be7e0..7263e81f 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameCollection.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameCollection.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameGeneric.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameGeneric.java index 2f5507c9..ac2cd4c0 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameGeneric.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameGeneric.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameList.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameList.java index 6d03714f..6dad3043 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameList.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameList.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameMap.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameMap.java index 525c87b9..d24e2122 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameMap.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameMap.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNamePrimitive.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNamePrimitive.java index 47c0d0d9..1b91bf9f 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNamePrimitive.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNamePrimitive.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameSet.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameSet.java index 3afc4f43..f8dd68f1 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameSet.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameSet.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameVariable.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameVariable.java index 343a1ee8..5f337d39 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameVariable.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/dtos/TypeNameVariable.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/enums/CompilerArgumentsEnum.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/enums/CompilerArgumentsEnum.java index 14cb8724..cc8ddb6f 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/enums/CompilerArgumentsEnum.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/enums/CompilerArgumentsEnum.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/BuilderException.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/BuilderException.java index e7ed1a0a..87f48b88 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/BuilderException.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/BuilderException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/JavapoetMapperException.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/JavapoetMapperException.java index d6940d2e..200451c6 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/JavapoetMapperException.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/exceptions/JavapoetMapperException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/AddToCollectionGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/AddToCollectionGenerator.java index fca90f7f..1a05cbfe 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/AddToCollectionGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/AddToCollectionGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayBuilderConsumerGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayBuilderConsumerGenerator.java index 054e0337..d3831046 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayBuilderConsumerGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayBuilderConsumerGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayConversionGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayConversionGenerator.java index 2149a461..089e76ae 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayConversionGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ArrayConversionGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BasicSetterGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BasicSetterGenerator.java index d7eba179..000076e0 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BasicSetterGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BasicSetterGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderConsumerGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderConsumerGenerator.java index 2e485976..d5bc9f01 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderConsumerGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderConsumerGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderEnhancer.java index 0ff65421..b4b5aea2 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderImplementationAnnotationEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderImplementationAnnotationEnhancer.java index 8cbee725..5f6965aa 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderImplementationAnnotationEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/BuilderImplementationAnnotationEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ClassJavaDocEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ClassJavaDocEnhancer.java index 76bd40ea..7ecf2c91 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ClassJavaDocEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ClassJavaDocEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ConditionalEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ConditionalEnhancer.java index b254339d..16b7eb64 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ConditionalEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ConditionalEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/CoreMethodsEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/CoreMethodsEnhancer.java index 5e6a33d4..3767fd13 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/CoreMethodsEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/CoreMethodsEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/FieldConsumerGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/FieldConsumerGenerator.java index b5f70964..70f0f29a 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/FieldConsumerGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/FieldConsumerGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratedAnnotationEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratedAnnotationEnhancer.java index 7fa470db..0b8a1216 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratedAnnotationEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratedAnnotationEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/Generator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/Generator.java index ca5f0c45..b7a5bf8a 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/Generator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/Generator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratorRegistry.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratorRegistry.java index eed36cad..d7bb2eaa 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratorRegistry.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/GeneratorRegistry.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/InterfaceEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/InterfaceEnhancer.java index 09dfb12d..3aff0d72 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/InterfaceEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/InterfaceEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/JacksonAnnotationEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/JacksonAnnotationEnhancer.java index d3ef7ad2..68d10abc 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/JacksonAnnotationEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/JacksonAnnotationEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ListConsumerGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ListConsumerGenerator.java index 8f18f5cd..849778e7 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ListConsumerGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/ListConsumerGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MapConsumerGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MapConsumerGenerator.java index f9507ade..8428f4c5 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MapConsumerGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MapConsumerGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGenerator.java index 410a756c..0c87e793 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGeneratorUtil.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGeneratorUtil.java index c713b7a8..4e6db6c0 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGeneratorUtil.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/MethodGeneratorUtil.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/OptionalHelperGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/OptionalHelperGenerator.java index acd7aa4c..0a0f487f 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/OptionalHelperGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/OptionalHelperGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SetConsumerGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SetConsumerGenerator.java index 777ad79a..f7f13159 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SetConsumerGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SetConsumerGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringBuilderConsumerGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringBuilderConsumerGenerator.java index 24d33db0..06436d01 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringBuilderConsumerGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringBuilderConsumerGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringFormatHelperGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringFormatHelperGenerator.java index 45aa0e40..53ad6d6d 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringFormatHelperGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/StringFormatHelperGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SupplierMethodGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SupplierMethodGenerator.java index c2061904..3e7ee2c9 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SupplierMethodGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/SupplierMethodGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/VarArgsHelperGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/VarArgsHelperGenerator.java index 91b7d3e3..77dbcb49 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/VarArgsHelperGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/VarArgsHelperGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/WithInterfaceEnhancer.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/WithInterfaceEnhancer.java index ce3cedab..8c8b506b 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/WithInterfaceEnhancer.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/generators/WithInterfaceEnhancer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/AnnotationValidator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/AnnotationValidator.java index 025ce74a..b65b7f3a 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/AnnotationValidator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/AnnotationValidator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderConfigurationReader.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderConfigurationReader.java index 4d5cbe1a..c3786beb 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderConfigurationReader.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderConfigurationReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderDefinitionCreator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderDefinitionCreator.java index 1f3dc538..10946049 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderDefinitionCreator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/BuilderDefinitionCreator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/CompilerArgumentsReader.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/CompilerArgumentsReader.java index 51bd87aa..3095b809 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/CompilerArgumentsReader.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/CompilerArgumentsReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ComponentFilter.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ComponentFilter.java index 7075e8f9..b9de3d73 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ComponentFilter.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ComponentFilter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/FieldAnnotationExtractor.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/FieldAnnotationExtractor.java index 777cd2c7..09e40dc5 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/FieldAnnotationExtractor.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/FieldAnnotationExtractor.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JacksonModuleGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JacksonModuleGenerator.java index 0fc9cc8e..e71ce614 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JacksonModuleGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JacksonModuleGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaCodeGenerator.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaCodeGenerator.java index e452c436..5dd1972e 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaCodeGenerator.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaCodeGenerator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangAnalyser.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangAnalyser.java index 1dd9579e..9435de77 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangAnalyser.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangAnalyser.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangMapper.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangMapper.java index 031b085a..36187c8d 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangMapper.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavaLangMapper.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavapoetMapper.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavapoetMapper.java index a148f903..dd5339e9 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavapoetMapper.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/JavapoetMapper.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingContext.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingContext.java index 1ee82151..4dd6a73e 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingContext.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingContext.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingLogger.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingLogger.java index 9d1fc307..56553253 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingLogger.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/ProcessingLogger.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/TypeNameAnalyser.java b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/TypeNameAnalyser.java index fffd9882..167f12a6 100644 --- a/processor/src/main/java/org/javahelpers/simple/builders/processor/util/TypeNameAnalyser.java +++ b/processor/src/main/java/org/javahelpers/simple/builders/processor/util/TypeNameAnalyser.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/AddToCollectionTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/AddToCollectionTest.java index 5db885ac..b051593f 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/AddToCollectionTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/AddToCollectionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/BuilderConfigurationReaderTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/BuilderConfigurationReaderTest.java index 23d441c0..f38290aa 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/BuilderConfigurationReaderTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/BuilderConfigurationReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/CompilerArgumentsReaderTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/CompilerArgumentsReaderTest.java index b0d68f97..5f0773db 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/CompilerArgumentsReaderTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/CompilerArgumentsReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/ComponentDeactivationTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/ComponentDeactivationTest.java index 24a60bf7..617b0cc6 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/ComponentDeactivationTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/ComponentDeactivationTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/ComprehensiveFeatureIntegrationTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/ComprehensiveFeatureIntegrationTest.java index f846668d..a163d4e2 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/ComprehensiveFeatureIntegrationTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/ComprehensiveFeatureIntegrationTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/CustomCollectionTypeTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/CustomCollectionTypeTest.java index e9a70c32..6f8263fc 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/CustomCollectionTypeTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/CustomCollectionTypeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/NullConstraintTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/NullConstraintTest.java index 022b5618..947addf3 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/NullConstraintTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/NullConstraintTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/SealedTypesTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/SealedTypesTest.java index 55d152c3..e156d886 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/SealedTypesTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/SealedTypesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/ToStringGenerationTest.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/ToStringGenerationTest.java index 457448e3..d6ab54d6 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/ToStringGenerationTest.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/ToStringGenerationTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/processor/src/test/java/org/javahelpers/simple/builders/processor/testing/ProcessingEnvironmentStub.java b/processor/src/test/java/org/javahelpers/simple/builders/processor/testing/ProcessingEnvironmentStub.java index 86277c33..77634c19 100644 --- a/processor/src/test/java/org/javahelpers/simple/builders/processor/testing/ProcessingEnvironmentStub.java +++ b/processor/src/test/java/org/javahelpers/simple/builders/processor/testing/ProcessingEnvironmentStub.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2025 Andreas Igel + * Copyright (c) 2026 Andreas Igel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal