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;
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