From 719c37ea74196f0ea4ff82d8473e2a85faff3a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:16:39 +0000 Subject: [PATCH 1/2] Bump org.assertj:assertj-parent from 3.27.6 to 3.27.7 Bumps [org.assertj:assertj-parent](https://github.com/assertj/assertj) from 3.27.6 to 3.27.7. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.6...assertj-build-3.27.7) --- updated-dependencies: - dependency-name: org.assertj:assertj-parent dependency-version: 3.27.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 243bfc8..cb9cc8c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent - 3.27.6 + 3.27.7 assertj-generator-build From ad2f7705ce237e18d198471f3db00c2cd82fdf8c Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Tue, 27 Jan 2026 20:05:05 +0100 Subject: [PATCH 2/2] Update license header --- .../generator/AssertionGenerator.java | 17 ++++++++++------- .../AssertionsEntryPointGenerator.java | 17 ++++++++++------- .../generator/AssertionsEntryPointType.java | 17 ++++++++++------- .../generator/BaseAssertionGenerator.java | 17 ++++++++++------- .../DefaultTemplateRegistryProducer.java | 17 ++++++++++------- .../assertions/generator/GenerateAssertion.java | 17 ++++++++++------- .../assertj/assertions/generator/Template.java | 17 ++++++++++------- .../assertions/generator/TemplateRegistry.java | 17 ++++++++++------- .../cli/AssertionGeneratorLauncher.java | 17 ++++++++++------- .../generator/description/ClassDescription.java | 17 ++++++++++------- .../generator/description/DataDescription.java | 17 ++++++++++------- .../generator/description/FieldDescription.java | 17 ++++++++++------- .../description/GetterDescription.java | 17 ++++++++++------- .../generator/description/Visibility.java | 17 ++++++++++------- .../converter/AnnotationConfiguration.java | 17 ++++++++++------- .../converter/ClassDescriptionConverter.java | 17 ++++++++++------- .../ClassToClassDescriptionConverter.java | 17 ++++++++++------- .../assertions/generator/util/ClassUtil.java | 17 ++++++++++------- .../assertions/generator/util/StringUtil.java | 17 ++++++++++------- .../OuterClassStaticNestedPersonAssert.java | 17 ++++++++++------- .../AssertionGeneratorOverrideTemplateTest.java | 17 ++++++++++------- .../generator/AssertionGeneratorTest.java | 17 ++++++++++------- .../AssertionsEntryPointGeneratorTest.java | 17 ++++++++++------- .../generator/BeanWithExceptionsTest.java | 17 ++++++++++------- .../ClassUsingDifferentClassesWithSameName.java | 17 ++++++++++------- .../assertions/generator/GenerationHandler.java | 17 ++++++++++------- .../assertions/generator/NestedClassesTest.java | 17 ++++++++++------- .../assertions/generator/PlayerAssertTest.java | 17 ++++++++++------- .../assertions/generator/TemplateTest.java | 17 ++++++++++------- .../generator/data/AnnotatedClass.java | 17 ++++++++++------- .../assertions/generator/data/AutoValue.java | 17 ++++++++++------- .../generator/data/AutoValueAnnotatedClass.java | 17 ++++++++++------- .../generator/data/BeanWithOneException.java | 17 ++++++++++------- .../generator/data/BeanWithTwoExceptions.java | 17 ++++++++++------- .../assertions/generator/data/BlockBuster.java | 17 ++++++++++------- .../generator/data/BooleanPredicates.java | 17 ++++++++++------- .../assertions/generator/data/Dollar$.java | 17 ++++++++++------- .../assertions/generator/data/EnemyReport.java | 17 ++++++++++------- .../generator/data/FieldPropertyClash.java | 17 ++++++++++------- .../generator/data/InterferencePrimitives.java | 17 ++++++++++------- .../assertions/generator/data/Keywords.java | 17 ++++++++++------- .../assertions/generator/data/Movie.java | 17 ++++++++++------- .../assertj/assertions/generator/data/Name.java | 17 ++++++++++------- .../assertions/generator/data/OuterClass.java | 17 ++++++++++------- .../data/ParameterClashWithVariables.java | 17 ++++++++++------- .../assertions/generator/data/Primitives.java | 17 ++++++++++------- .../assertj/assertions/generator/data/Team.java | 17 ++++++++++------- .../assertions/generator/data/TreeEnum.java | 17 ++++++++++------- .../generator/data/WithPrivateFields.java | 17 ++++++++++------- .../generator/data/WithPrivateFieldsParent.java | 17 ++++++++++------- .../assertions/generator/data/art/ArtWork.java | 17 ++++++++++------- .../assertions/generator/data/cars/Car.java | 17 ++++++++++------- .../assertions/generator/data/inner/Data.java | 17 ++++++++++------- .../generator/data/inner/PackagePrivate.java | 17 ++++++++++------- .../data/lotr/FellowshipOfTheRing.java | 17 ++++++++++------- .../assertions/generator/data/lotr/Race.java | 17 ++++++++++------- .../assertions/generator/data/lotr/Ring.java | 17 ++++++++++------- .../generator/data/lotr/TolkienCharacter.java | 17 ++++++++++------- .../assertions/generator/data/nba/Player.java | 17 ++++++++++------- .../generator/data/nba/PlayerAgent.java | 17 ++++++++++------- .../generator/data/nba/team/Coach.java | 17 ++++++++++------- .../generator/data/nba/team/Team.java | 17 ++++++++++------- .../assertions/generator/data/package-info.java | 17 ++++++++++------- .../description/FieldDescriptionTest.java | 17 ++++++++++------- .../description/GetterDescriptionTest.java | 17 ++++++++++------- .../ClassToClassDescriptionConverterTest.java | 17 ++++++++++------- .../generator/util/ClassUtilTest.java | 17 ++++++++++------- .../generator/util/PackagePrivate.java | 17 ++++++++++------- .../generator/util/StringUtilTest.java | 17 ++++++++++------- 69 files changed, 690 insertions(+), 483 deletions(-) diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java index 65926dc..4ce574f 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java index 1115e0b..72aa4a2 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java index ee38514..fb9ae28 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java index 44a74b5..b27768a 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java index 15182c5..a260b14 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java index af8290a..e34693b 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/Template.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/Template.java index 9d2a3b6..81170a3 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/Template.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/Template.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ /* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java index e3b0cfe..895b1d0 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java index 74f8c91..26ea0a1 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.cli; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java index e0e2156..b31093d 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/DataDescription.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/DataDescription.java index 2a69ca4..065f061 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/DataDescription.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/DataDescription.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java index 8e22fa2..22f3be8 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java index a4ece40..ea91a35 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/Visibility.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/Visibility.java index 38cb7a5..e15be4f 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/Visibility.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/Visibility.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java index af5f0b1..81a05eb 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description.converter; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java index 1782bab..b2e197c 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description.converter; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java index 170bc37..788a528 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description.converter; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java index 8c40ccb..3454bde 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.util; diff --git a/assertj-generator/src/main/java/org/assertj/assertions/generator/util/StringUtil.java b/assertj-generator/src/main/java/org/assertj/assertions/generator/util/StringUtil.java index e9fba11..f6b659c 100644 --- a/assertj-generator/src/main/java/org/assertj/assertions/generator/util/StringUtil.java +++ b/assertj-generator/src/main/java/org/assertj/assertions/generator/util/StringUtil.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.util; diff --git a/assertj-generator/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java b/assertj-generator/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java index f14c6e7..0928935 100644 --- a/assertj-generator/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java +++ b/assertj-generator/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package my.assertions; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java index 91e84a3..2ac317c 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java index 9a66321..b859b74 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java index e48a437..be732ee 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java index 4a88cb9..aec54d2 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java index cc8667a..74da51c 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/GenerationHandler.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/GenerationHandler.java index e1de1ee..0cf895f 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/GenerationHandler.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/GenerationHandler.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java index 78e8b81..53130d2 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java index ddf2da4..db78dc8 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/TemplateTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/TemplateTest.java index 2ccaee0..0dbf10c 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/TemplateTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/TemplateTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java index 0def899..d1cf76f 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValue.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValue.java index e00f0b5..7c0dba8 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValue.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValue.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java index f6dfbe9..eaacb33 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java index e90e8f7..bf5e8b6 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java index d4d026a..a28a008 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java index 70f98f8..13b845f 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java index dc7ac49..1acf69c 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Dollar$.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Dollar$.java index 305dcac..ef2f600 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Dollar$.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Dollar$.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java index a1a6d06..2af1192 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java index 1e696b4..d538cf5 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java index 06d75bc..5bf34e8 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Keywords.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Keywords.java index 60fe22c..317dfef 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Keywords.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Keywords.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Movie.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Movie.java index 724743a..8c00847 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Movie.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Movie.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Name.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Name.java index f3da7ad..122d265 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Name.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Name.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/OuterClass.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/OuterClass.java index 577bcec..69a4762 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/OuterClass.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/OuterClass.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java index ae847d2..73d4878 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Primitives.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Primitives.java index 5b9a1f9..fcd06f4 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Primitives.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Primitives.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Team.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Team.java index 0a01b32..f36025f 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Team.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/Team.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java index 09e28db..7d4b05e 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java index d325870..611d012 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java index 7fef48c..73870d7 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java index 589bb34..a4a62d0 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.art; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/cars/Car.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/cars/Car.java index 5c288db..66667ae 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/cars/Car.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/cars/Car.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.cars; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/Data.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/Data.java index 5e6b106..b62d3e8 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/Data.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/Data.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.inner; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java index c7a78bb..3bdc4b8 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.inner; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java index 49b6e3d..eb9d54a 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.lotr; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java index 7fe64d5..24e3339 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.lotr; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java index a5f219d..4275c85 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.lotr; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java index f46fdbd..b8fd996 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.lotr; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/Player.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/Player.java index e78856e..38fd998 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/Player.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/Player.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.nba; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java index a1bb99a..6dcb7ea 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.nba; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java index 2c104f7..1ae8cc3 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.nba.team; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java index c772db8..1116dcd 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.data.nba.team; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/package-info.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/package-info.java index 0ddb831..5c2df28 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/data/package-info.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/data/package-info.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ /** * This package contains classes to test the assertion generator diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java index 9186aed..b45bff6 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java index 49e3c06..1994103 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java index 2d6c3f1..ac81f9a 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.description.converter; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java index fa235d9..4ea9775 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.util; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java index 6f3ee20..be69373 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.util; diff --git a/assertj-generator/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java b/assertj-generator/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java index 76ce763..9c541bc 100644 --- a/assertj-generator/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java +++ b/assertj-generator/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java @@ -1,14 +1,17 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Copyright 2012-2026 the original author or authors. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * https://www.apache.org/licenses/LICENSE-2.0 * - * Copyright 2012-2025 the original author or authors. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.assertj.assertions.generator.util;