diff --git a/.settings/org.eclipse.jdt.ui.prefs b/.settings/org.eclipse.jdt.ui.prefs
index 87cde477c31..ee40b5ac782 100644
--- a/.settings/org.eclipse.jdt.ui.prefs
+++ b/.settings/org.eclipse.jdt.ui.prefs
@@ -3,7 +3,7 @@ editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
formatter_profile=_Vaadin Java Conventions 20110923
formatter_settings_version=12
org.eclipse.jdt.ui.javadoc=true
-org.eclipse.jdt.ui.text.custom_code_templates=/**\n * @return the ${bare_field_name}\n *//**\n * @param ${param} the ${bare_field_name} to set\n *//**\n * ${tags}\n *//**\n * \n *//**\n * \n * @since \n * @author Vaadin Ltd\n * ${tags}\n *//**\n * \n *//**\n * @since\n * ${tags}\n *//* (non-Javadoc)\n * ${see_to_overridden}\n *//**\n * ${tags}\n * ${see_to_target}\n *//*\n * Copyright 2000-2024 Vaadin Ltd.\n * \n * Licensed under the Apache License, Version 2.0 (the "License"); you may not\n * use this file except in compliance with the License. You may obtain a copy of\n * the License at\n * \n * http\://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n * License for the specific language governing permissions and limitations under\n * the License.\n */\n${package_declaration}\n\n${typecomment}\n${type_declaration}\n\n\n\n// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();// ${todo} Auto-generated method stub\n${body_statement}${body_statement}\n// ${todo} Auto-generated constructor stubreturn ${field};${field} \= ${param};
+org.eclipse.jdt.ui.text.custom_code_templates=/**\n * @return the ${bare_field_name}\n *//**\n * @param ${param} the ${bare_field_name} to set\n *//**\n * ${tags}\n *//**\n * \n *//**\n * \n * @since \n * @author Vaadin Ltd\n * ${tags}\n *//**\n * \n *//**\n * @since\n * ${tags}\n *//* (non-Javadoc)\n * ${see_to_overridden}\n *//**\n * ${tags}\n * ${see_to_target}\n *//*\n * Copyright 2000-2025 Vaadin Ltd.\n * \n * Licensed under the Apache License, Version 2.0 (the "License"); you may not\n * use this file except in compliance with the License. You may obtain a copy of\n * the License at\n * \n * http\://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n * License for the specific language governing permissions and limitations under\n * the License.\n */\n${package_declaration}\n\n${typecomment}\n${type_declaration}\n\n\n\n// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();// ${todo} Auto-generated method stub\n${body_statement}${body_statement}\n// ${todo} Auto-generated constructor stubreturn ${field};${field} \= ${param};
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
sp_cleanup.add_missing_annotations=true
diff --git a/checkstyle/header b/checkstyle/header
index 8c397a09554..c7fce627438 100644
--- a/checkstyle/header
+++ b/checkstyle/header
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/scripts/client.js b/flow-client/scripts/client.js
index cf4a252708f..d0ab8ba87fa 100644
--- a/flow-client/scripts/client.js
+++ b/flow-client/scripts/client.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java b/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java
index 09c54b2f819..6dd7fbb23b7 100644
--- a/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java
+++ b/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java b/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java
index 9a683bc5e9f..01ad783aa56 100644
--- a/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java
+++ b/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java b/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java
index 746c68f3abf..1c4f38105c9 100644
--- a/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java
+++ b/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/Command.java b/flow-client/src/main/java/com/vaadin/client/Command.java
index e8e118dbd4a..24872191ac1 100644
--- a/flow-client/src/main/java/com/vaadin/client/Command.java
+++ b/flow-client/src/main/java/com/vaadin/client/Command.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java b/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java
index 1e1ccf39bb6..42607e957f8 100644
--- a/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java
+++ b/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/Console.java b/flow-client/src/main/java/com/vaadin/client/Console.java
index 878d74c822c..523ffe667f9 100644
--- a/flow-client/src/main/java/com/vaadin/client/Console.java
+++ b/flow-client/src/main/java/com/vaadin/client/Console.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java b/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java
index 8e1b92736c3..53946865277 100644
--- a/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java
+++ b/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java b/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java
index 0b9a0a11c8c..a2bb1ba0212 100644
--- a/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java
+++ b/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ElementUtil.java b/flow-client/src/main/java/com/vaadin/client/ElementUtil.java
index d9f6e3c78f0..f104d5c9796 100644
--- a/flow-client/src/main/java/com/vaadin/client/ElementUtil.java
+++ b/flow-client/src/main/java/com/vaadin/client/ElementUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java b/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java
index b1fc969bb3a..dd49c17207b 100644
--- a/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java
+++ b/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java b/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java
index 3c4df54aa3c..3d6d50370fe 100644
--- a/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java
+++ b/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java b/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java
index 151dbbbb899..6b561c747fb 100644
--- a/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java
+++ b/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/LitUtils.java b/flow-client/src/main/java/com/vaadin/client/LitUtils.java
index 09268aaa69a..5c1eae3108d 100644
--- a/flow-client/src/main/java/com/vaadin/client/LitUtils.java
+++ b/flow-client/src/main/java/com/vaadin/client/LitUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java b/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java
index 88454bb366d..bda47ddfc0c 100644
--- a/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java
+++ b/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/Profiler.java b/flow-client/src/main/java/com/vaadin/client/Profiler.java
index e1d4a94832a..16cc91474dd 100644
--- a/flow-client/src/main/java/com/vaadin/client/Profiler.java
+++ b/flow-client/src/main/java/com/vaadin/client/Profiler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ReactUtils.java b/flow-client/src/main/java/com/vaadin/client/ReactUtils.java
index cfc4d13006c..cbe039c806b 100644
--- a/flow-client/src/main/java/com/vaadin/client/ReactUtils.java
+++ b/flow-client/src/main/java/com/vaadin/client/ReactUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/Registry.java b/flow-client/src/main/java/com/vaadin/client/Registry.java
index 4b8f0d80436..691035503bb 100644
--- a/flow-client/src/main/java/com/vaadin/client/Registry.java
+++ b/flow-client/src/main/java/com/vaadin/client/Registry.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java b/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java
index e15f0eab1bc..88f85ced697 100644
--- a/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java
+++ b/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/StorageUtil.java b/flow-client/src/main/java/com/vaadin/client/StorageUtil.java
index a5dcaa70427..d33ae2cb0e7 100644
--- a/flow-client/src/main/java/com/vaadin/client/StorageUtil.java
+++ b/flow-client/src/main/java/com/vaadin/client/StorageUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java b/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java
index 5eb85691cc0..a804d56d92d 100644
--- a/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java
+++ b/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java b/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java
index 4cca5f5b2f4..9744e7264ec 100644
--- a/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java
+++ b/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/UILifecycle.java b/flow-client/src/main/java/com/vaadin/client/UILifecycle.java
index d76ee8be2c6..f3701792952 100644
--- a/flow-client/src/main/java/com/vaadin/client/UILifecycle.java
+++ b/flow-client/src/main/java/com/vaadin/client/UILifecycle.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/URIResolver.java b/flow-client/src/main/java/com/vaadin/client/URIResolver.java
index 6e1b442f7d9..ce22f3b7b9f 100644
--- a/flow-client/src/main/java/com/vaadin/client/URIResolver.java
+++ b/flow-client/src/main/java/com/vaadin/client/URIResolver.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/ValueMap.java b/flow-client/src/main/java/com/vaadin/client/ValueMap.java
index 2328c6634a1..cc2ec046806 100644
--- a/flow-client/src/main/java/com/vaadin/client/ValueMap.java
+++ b/flow-client/src/main/java/com/vaadin/client/ValueMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java b/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java
index 00195040e83..14326e4ce12 100644
--- a/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java
+++ b/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java
index dc8e6ccd664..0d4ae90fdd5 100644
--- a/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java
+++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java
index 7d1a8edea1c..34828523c4c 100644
--- a/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java
+++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java
index 027ff639ce8..a4522faa6b6 100644
--- a/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java
+++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java
index 0204b2a827a..d6e26eb2afa 100644
--- a/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java
+++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java b/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java
index fc82dcbc985..2be658a4b2c 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java b/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java
index ec39f90d828..a3564a12fe7 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java b/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java
index b2d2aa09b7b..89360db8c1a 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java b/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java
index 945d194f955..92a9b49907b 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java b/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java
index 033f85881cd..e88a62884ed 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java b/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java
index 9963c03cbf0..ec33544698e 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java b/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java
index 4c6e2c0c215..71a757d0bcb 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java b/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java
index 52b22cb80b7..903397a9a63 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/Poller.java b/flow-client/src/main/java/com/vaadin/client/communication/Poller.java
index d5f103d8b0a..4ae39f1ffe9 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/Poller.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/Poller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java b/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java
index cb77bf64bcf..6b1be83557d 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java b/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java
index 49da4d4cad4..d65e6cbd60e 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java b/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java
index 9745f9006e7..1b81d61cf84 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java b/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java
index 6820fce1514..0650dded49d 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java b/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java
index bb5e263e011..4ee908dc204 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java b/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java
index bc887966781..64be58caee1 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java
index 66381b3e220..0ab627742c1 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java
index c33b69c4e8c..13da13c066e 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java b/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java
index 08dc12654b7..9ebb778cdd2 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java b/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java
index 93f31598a05..5554d1796e2 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java
index b20ffb23096..979ca12b607 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java
index c53de8a8dfe..ea23a5c2dc6 100644
--- a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java
+++ b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java b/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java
index d4cbc6bde5d..53c4c659833 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java b/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java
index bf1954d95ea..c2f26cc7a35 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java
index 99f38e5fa8d..e9e9bc90378 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java
index 798d0ed9cbb..438a47ff963 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java b/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java
index 938c2f0be2d..de68f9acc53 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java b/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java
index 99625ae0fa4..dba8a53b2e6 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java b/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java
index eaa1973fce4..2081beaf399 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java
index 271c36cc007..87eebe9966a 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java
index ba2e5f4dbb5..77ecf4aadf8 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java
index 05cc6f468a1..a9329abf4f1 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java
index d1eecb34490..175f97b19f3 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java
index 0bfdca8e8fb..4c5fe63002e 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java
index 621086b81d2..c2372a557c7 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java
index bf5b876ff22..7ff28adbf4f 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java
index 4c0b6ee24f3..8a52ab74d5c 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java
index 72c27621c15..dd1150883b6 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java
index d0f201df4ea..f8db1ef8919 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java
index 42238ec6020..6feca666325 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java
index 2dc80fd9f7f..1b6ac9ac441 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java
index 06d59734b6f..b1a476cd3ea 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java
index bcb531a7b03..b3f1bb05821 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java
index f5767f77a5e..d0ba14c0736 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java
index 7d1e648899e..0c8782b7ff7 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java
index 2b9096c99c3..32fb5e5aaf5 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java
index c05a7b32f15..5f48864acf9 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java
index 4078ceed511..c0591787e40 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java
index 071e90fb61d..a7d5d0e7be5 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java
index aec8f2156d7..85f120ee5de 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java
index 6a368eb10da..940ababd4f6 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java b/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java
index 7f857866b79..3c5ffdb232c 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java
index 6a1872cc8d6..adbeb8522c3 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java
index 8efe2009ac6..bb6702d6216 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java
index 4550391f6b0..2d010d3d548 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java
index d7b63a07b34..8e8c9f7f27f 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java
index 737f4999fc9..7488bb2387f 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java
index f60c74720fb..2f26bca50ca 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java
index 1e8a066ff9c..ab1cc029411 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java
index 223e13f94f6..e388f55997d 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java
index e5629f95e73..c77c5a1980d 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java
index 80602f19c4a..94c6e0505e7 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java
index 6f5dc9d23c1..9c97b1bacc3 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java
index bbe15b67f85..a2595effee5 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java
index b39ee6ef45f..d4bd0e0e5f1 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java
index 07bef3695d6..559c7fbcdca 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java
index 4528bce91c7..83600746da6 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java
index 23fc64f1de6..18d110265f2 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java
index b7915a296c7..038231c732a 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java
index 1cf4c243070..5dceea5273b 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java
index ee85f6ab106..a4c0148752e 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java b/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java
index f21387738cd..9b80f8a1f29 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java b/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java
index 6804981609c..f8758f4687f 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java b/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java
index fa239e25a1d..b736a82056e 100644
--- a/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java
+++ b/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java b/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java
index 638251be47d..83fa53886ec 100644
--- a/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java
+++ b/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java b/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java
index c5aa396604b..d209f65608a 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java
index 2167b8cc8fb..dbd4db80135 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java
index 9dcb1461282..e043694e787 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java
index cd681925f84..9a881444fe6 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java
index 4f37931e8d0..14367b615c0 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java
index da0bdec17a7..ae3126fe8f4 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java
index 36af276d755..c5c27762bc2 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java
index 738cf9f8e2c..a8900fd3799 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java
index 25af77aa6fd..e84638edbb5 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java
index 85466a93a3c..2c6669679de 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java
index 4c9f1127481..f5c1844a69a 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java
index 2fb60f442f3..2db5cdf6844 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java
index 8f4c88ecce2..2ab293a7818 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java
index 3d11666fe85..cb0d891649a 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java
index 85fd7694000..260a2013f3c 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java
index 7f36f6b6a3b..1f0bfa0206b 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java
index 6550e255c8c..36ddad9d251 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java
index df580638426..2591f5656ce 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java
index f80902c12db..f23f0610b88 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java
index 710b6605c26..2436f5ce671 100644
--- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java
+++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/frontend/stubVaadinPush.js b/flow-client/src/test/frontend/stubVaadinPush.js
index 4c48a0213d8..09ea1d7149f 100644
--- a/flow-client/src/test/frontend/stubVaadinPush.js
+++ b/flow-client/src/test/frontend/stubVaadinPush.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/AssertionTest.java b/flow-client/src/test/java/com/vaadin/client/AssertionTest.java
index e108725dc44..cb9d547c777 100644
--- a/flow-client/src/test/java/com/vaadin/client/AssertionTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/AssertionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/CodeTest.java b/flow-client/src/test/java/com/vaadin/client/CodeTest.java
index 6e84c66d534..8290fdc4138 100644
--- a/flow-client/src/test/java/com/vaadin/client/CodeTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/CodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java b/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java
index 47e288a2b2a..fb299c7dfba 100644
--- a/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java b/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java
index 550775164a4..22f450b3a36 100644
--- a/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java b/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java
index a7113cb897d..8cb81d864b5 100644
--- a/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java b/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java
index 10378d8a0a9..221f187dd48 100644
--- a/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java b/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java
index ae553176f60..6e81d85ce1b 100644
--- a/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java b/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java
index 5a706350d0b..e8b99211cc0 100644
--- a/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java b/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java
index 9fa52114aa6..1cda5395e6d 100644
--- a/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java b/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java
index 5c931fa4be7..bd98dc968bf 100644
--- a/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java b/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java
index 42a7992f671..e860a35e70d 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java b/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java
index 63b97b9a463..5759b12a7d3 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java b/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java
index 5200e0869c9..52f4eb993fe 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java b/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java
index 66687c745b1..d5c9653ab4f 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java
index b0abdc487a0..1a6220117c1 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java
index fb4f5b19f26..1097bc4c3ee 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java
index b3da7e3fcd4..213d8a989d8 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java
index 22ad21b743e..f0aea56eef6 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java
index 0ab8982211a..d334dbc778f 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java
index c0d1a8c38e6..839ed78a3b2 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java
index 7e43ca3bf94..11883ffea7d 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java
index c224cb6dd17..bf64b9e9153 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java
index f904e46aa74..68760ca96f0 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java
index 3ad890e48e2..c99e5e3f428 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java
index 8cde7216a6f..8c9573095cf 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java b/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java
index e0ea4dbdf96..6a85e6aaea3 100644
--- a/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java
+++ b/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java
index 20dc4f98755..c5c2be5768d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java
index f501ab158a9..66daa4174d3 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java
index f1868c5b259..6f931935cbe 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java
index 5f0b498f866..1d23a7bd12e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java
index 09c93d1927c..87d56cf5d73 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java
index 8ad91d9dff5..d63bed90d38 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java
index 5576e2e7eb2..e438631e678 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java
index 2fcf5db2a69..410e65b6eb4 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java
index 8fb7ec2a03f..c0b1fd5319b 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java
index 8a397571d9f..f4bcac5fceb 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java
index 750f16eb7a0..205347dc9c5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java
index f0801fa5b62..f5c71653119 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java
index 7fb445f9a13..44af9214f43 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java
index 4bb842ebda2..2e67aef0bd0 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java
index bddeadf285c..e7762d5a50c 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java
index 49e439a8aa1..d29089dccf3 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java
index af5f616d1dd..f7b45ea000a 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java
index 28ec2cec6bc..3db69eedcbf 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java
index d4e029b5648..b57a1f3c54e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java
index d08dd7b3d52..b3cb92b02b6 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java
index 992ef8fcbc6..1977b094b01 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java
index 1315958c8b5..6685aa87ff9 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java
index 3ea5759853e..99dbb56af21 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java
index b413782948d..047d81d46e3 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java
index 9c4db65189a..c2be8b3386d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java
index 8745d2f98c9..1a01565860a 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java
index e28c20859ac..c1f918e7cfb 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java
index af9d7901b11..80f12b153b5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java
index c308586fc2b..7850766fe23 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java
index 6d03dfbd886..a1217b8906d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java
index da7e2a21dbb..07fd96e9f3c 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java
index 067310c75a6..94d2f85f4c5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java
index f237be8eaed..3c2b3213ef7 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java
index f7a62757393..1c1fd54c93d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java
index 356dceeb2d7..1cf7c4b3400 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java
index c66d105c7a5..5c9f4bef638 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java
index 64e62832566..f76a42152b7 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java
index 660725bb1c3..ad03045ac57 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java
index 0ddd76ea391..1c97a32b0a8 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java
index 7746109844b..d9d516622c0 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java
index e1cc0a8224c..c7b35ac0560 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java
index e555617b70e..7ce223c2512 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java
index f56563d1b6d..61146c1acc6 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java
index c378ef6bf97..b6169c217be 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java
index 0900d8835f2..873afec7444 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java
index 09edba16db1..ef2b4a90291 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java
index ac40e7ab0fe..a3735aadad5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java
index 23777e016d4..55378d3a6f8 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java
index 64d46b9245c..90ca0fd872a 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java
index eb0142efb02..cbbd0f050a6 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java
index 4e878dcee3e..7ce2e6c68ca 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java
index 13a13a457aa..7a81a1d9783 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java
index 2bf48535a1f..da1bc7cf0ab 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java
index aa3fac5d3e7..6b6d3c62d95 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java
index 2ae9fcbd9ad..a87417a8d46 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java
index 9374f9ce02c..33bf4d22261 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java
index a21a2dab012..e229daafa6d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java
index 9750342a101..2c51f934602 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java
index 7063ec15285..445d120fe43 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java
index dc05bdcae5e..3aaabcdd5bf 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java
index 640ac2c1f73..5a431b63e6a 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java
index 96ceadd00e6..446e7aa10cf 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java
index 196792401d7..a60227607f2 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java
index f14d43282c7..a6b4e41b2b5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java
index 92ff3471dca..d91d6a85504 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java
index a966b4c5fe9..aad2bca9cf7 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java
index 0a3f25519fb..1cbc01205c5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java
index 87f8d906c2b..d4c3bd573d5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java
index 8e7dbee367b..ecb0c495b37 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java
index 198d1f97186..1321d05f363 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java
index 7b4381a3d6d..70fd9944309 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java
index f1522f761bd..023f12cfd94 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java
index 3744358e51f..c03a7d076c2 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java
index 0856fc93310..c8500cfdcf2 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java
index 94919a06dbc..2ba9b0c2c29 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java
index 2b0a6105b7d..9a032561e4b 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java
index 1f2504d4abe..d644473c5f5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java
index 9c892821193..168d2f0a81e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java
index c07c7722e21..ac165dd878e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java
index 06c338b9417..08772a51ca1 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java
index 793a0288afd..0844b407450 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java
index 80ebf1b8a56..0dce5dcddfb 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java
index 804e27fdbfc..db660f75b7a 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java
index b7f41689152..636beaa92b3 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java
index 84ad01ba9dd..580478ad66e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java
index 3bc273ced1b..2bfbc1dac36 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java
index a96c88960ec..f9a26edca91 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java
index acba1e84178..499a9ea9e3f 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java
index f58e885b5a0..5cd748fbbc2 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java
index 95be97376a4..0f7cb81e97d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java
index b3a4cc9e04d..5ea576e0b0b 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java
index 77c440daf86..1e6850cb5ee 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java
index 2054879cc8f..5ea793d0c38 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java
index 43d14b60a01..93376030e88 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java
index 6222c54e2b4..8a6644fb723 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java
index 098bc3714f7..8b8967a4345 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java
index 945679c23a6..a6267d66311 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java
index 7387879f8f9..af6fc85c5e1 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java
index c5c1400b898..0fded29ef6b 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java
index 1b2e8b3dfea..5dfcd6c4535 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java
index 53a699e2436..434a40de0fe 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java
index b20e53efed3..df1c1ee61f7 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java
index d0c55a2e6f5..10b147d3798 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java
index 1628f59b256..5bdd698675b 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java
index 837525d985b..30bd06886e6 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java
index adf05f52439..27bab6fabfb 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java
index f50e5fcc548..64865133a1c 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java
index 35f8d619c91..5618bef4f30 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java
index 59998746675..c4dbc0bf1ef 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java
index dae85045936..58ad683f7f3 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java
index 6dbb66cf42f..c24fe6a39cc 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java
index 7008a16c1a0..e57ae7e4cce 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java
index da73c995246..d5967ce61cd 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java
index 358b34ceffb..5c49fdaaae8 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java
index f742adaeb1f..7a779f559ea 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java
index a56a0426566..b6ed6a01a59 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java
index d1c1eba04e2..eb9364bd8b5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java
index 4fae8ba2b7f..15469a54144 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java
index d8b70a64243..8927f6e57dd 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java
index 2e46d42fcd0..0616cf5f39d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java
index 58a93208de2..2bb09d1080e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java
index 6a715bcd0ed..8da0ed99d9d 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java
index 4d9666e2320..8d8f39de5b0 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java
index 62bef7b2839..5d22af4ef47 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java
index 0efaf2abdaf..322a4fa5bb5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java
index 6fcd70da5c2..e7a32213468 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java
index 2af6c462740..ce6768e7cd5 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java
index ca4184fe200..6044271607e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java
index c06cb66abfe..e6e1ee18be1 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java
index e9dadf3f5f6..4cbefe9d694 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java
index b1372f2a5c9..45fe7de4a18 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java
index 57fd6a51345..66563380167 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java
index ac3818505db..dd95620af01 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java
index ff6d3b8830d..43ef038f21e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java
index 291200790bb..7aa1e144dc9 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java
index d5733ca4c8a..42942f4ec01 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java
index 8c4fb25ec1c..570b3b3f2d9 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java
index 39aa057943f..f309df33fa3 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java
index 31a9c921c6d..d1179c0dff8 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java
index 06ff86890d9..1ba9b65247b 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java
index dd8e5fe0beb..be9936c8a8c 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java
index bf19c336c05..8b46ef3642b 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java
index 15a00c9bf38..bb32d980964 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java
index d993740379e..a398c0fc7df 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java
index ae922894b8d..8c1ba05fb58 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java
index 81f99b1fbe1..7022fa13d41 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java
index 939a68f4c27..f6c5005b7b2 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java
index 3615b1e41b4..84b9022dc49 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java
index 608734c337e..64d8520de1e 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java
index 648d8b7b38e..f2166770f39 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java
index 9dec47956d7..3ab5533b7d1 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java
index 2abbf9736ae..bf35a6bfa50 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java
index 55948cd8f41..3bcfdee5f9c 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java b/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java
index 64afe3d9d3a..2bd568b1cc1 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java b/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java
index 2221bb7d59e..35f9aa6e851 100644
--- a/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java
+++ b/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java
index 62cc6c7666f..db39583e7c6 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java
index 801948b8069..f11b2844358 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java
index c2f125b96c3..e5e8a24d2ff 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java
index 40b7a58aa80..6199f4ad3be 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java
index a27b81853d2..c9b0c96c1b9 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java
index c32f6c581c3..c9d2617eb28 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java
index cdee582026f..ac3e2f4f3b0 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java
index bd2f7eaf361..474b90a15b4 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java
index 397dc390eea..3cc8f6f8c44 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java
index 2254e0bf5d2..7973126e2ad 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java
index 4dfbd49f715..b986af25b7f 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java
index 4a158c44600..e0aa70a8470 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java
index 93a7e45bf9d..e267d159814 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java
index 46a03257c5e..97f3d3f8f76 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java
index 5a0a129c847..6e0476898d6 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java
index bed80bcceb9..e88f9ef21c4 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java
index cdace4bf004..d8167cc6988 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java
index d35e9995f45..e1ccd8a1bb0 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java
index 4a5ccfbb4d5..e5d5babe7d6 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java
index 8ff384f9360..f0a777b46e1 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java
index 0872d44a4d3..60af047b979 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java
index 172e88b7bda..ad9e29f2d65 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java
index 0f05476bb81..f8021fed18f 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java
index c037591f9d4..5d2c39aa6c0 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java
index d2d611047a9..e371edb1597 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java
index 6f359f7bb10..a7a19256c16 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java
index d62944c1e2a..d3e7f9a83d9 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java
index a85a7549d0e..eb57e194ddb 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java
index a125d941de6..4819f6c2ae4 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java
index 9fbf7c1f14a..70152a17b12 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java
index 37260727c73..437a4685d68 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java
index 4b54702da2b..4e12e2e6468 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java
index c4f32698883..b306db31fd4 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java
index 9321b44b3dd..200af6fef9c 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java
index 2f055b9bbdb..5459094e595 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java
index a9e6ea360d8..1bb9c2593b8 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java
index eefa6315ccd..83ac630d1ce 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java
index 0b5843f18fa..c969cf71b0f 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java
index cb327b2d569..486c4bf305c 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java
index bd736d812bc..75514c99f72 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java
index 6da8009ce06..a0dbf9b3f44 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java
index 95280bb2182..cf798df65f0 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java
index ffdaca40a82..25940d5e276 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java
index 4b2e37e0b61..4971327cae7 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java
index c2049953114..422d6cc425b 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java
index ad2d6eb8363..a21db85f7cf 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java
index fbd1380b814..be8d117123b 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java
index 3d5f4a17f59..3040a85de93 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java
index dc856faeef0..1185435c565 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java
index 6ea77f05f46..fe6f5c661d8 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java
index 7a076c3b395..de01f860d27 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java
index 9d5f81077f3..d4eed6d38b6 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java
index a27062eb0aa..cefa5e5b1db 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java
index 2b4c92ae10f..7875a5c72bf 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java
index fe31e5ee0db..9c3b9dc0f6c 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java
index 13a2bfe100f..6b8f9001e4d 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java
index 889666d4a05..0b73e7a57ab 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java
index 859753a5a07..2ff89ca4b1d 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java b/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java
index 76e8da4bfad..e2fec2153d6 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java
index 7d1e011f47c..703b129c63c 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java
index b4e6f9e76cc..7c41926d762 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java
index 283158f24cb..4bc3c456154 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java
index e7de0eb65f9..5d6c32b460d 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java
index 6761b21d061..3b8a2440751 100644
--- a/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java
+++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java
index 0420a95345c..301556a18b5 100644
--- a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java
+++ b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java
index 5ed1ab25846..1542f7de7e7 100644
--- a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java
+++ b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java
index 21ba337ddf8..a44b72b6b72 100644
--- a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java
+++ b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java
index 2433eb7e42e..168c1f520a9 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java
index b3fa8e28227..89748226883 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java
index 3799e72a972..a22f65f4b01 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java
index 5f53789db35..0f54a9d59f3 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java
index 9781d87fb6c..83a9a1cbf13 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java
index 005ded81177..f9128f66d78 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java
index 8baf2f495d5..72854a21a26 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java
index 08ddccd78b7..0a006efdb5b 100644
--- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java
+++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java
index 21402e6597e..283306b464e 100644
--- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java
+++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java
index 2f73385746e..49f7e49782e 100644
--- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java
+++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java
index c1ca10f014f..82fbc201c7e 100644
--- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java
+++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java
index 9ed3393948d..3ee4e016313 100644
--- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java
+++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java
index 2ae23f401d4..bfd668b8061 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java
index 0102a4dd817..6a594cd60cd 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java
index 5844b68f64e..83c9c1813da 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java
index 6671a6d412f..e9a50fded12 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java
index 4b310d074ad..fd4cfd696ea 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java
index 386002b15ea..54e467547e7 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java
index 4d4c64388ae..b311da9badd 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java
index b9e5f81194b..eeea25228a7 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java
index 0aaba424569..40123bf0623 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java
index c8eb23c3ca8..f8170047505 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java
index 53a50a6b81b..95cda4e2fe5 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java
index 70a2c67718f..128b11ab5d0 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java
index 271e8393716..ba4d0755978 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java
index b3ba6bff232..1bd92665956 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java
index d9990ec2d61..30299486827 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java
index 52665fae693..e0300d7252f 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java
index 9c8c7900d81..6ef8f9b3887 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java
index 57cd27334e1..fcffdab00e3 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java
index 9891410bb94..d39067c14f0 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java
index 53940a31acb..440f8dc7f8c 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java
index 8e1f8ab9e40..49c6aa46a79 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java
index 4e462ec7dcb..4e37f2ae708 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java
index 9313e9b7104..ec7fc9df231 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java
index a6b8b77033c..f66bf622066 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java
index 518f2ac9ac3..158f11b6294 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java
index e5d9ff9904c..8f8d7a551f3 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java
index 9d61d1e5e84..a0152df009f 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java
index 0c7734948c1..7eb2b97283c 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java
index 8a9dc8b1f5c..82b5ad45c95 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java
index dbd8832d354..cfdab182657 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java
index 552518a9301..9421a10d3aa 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java
index 5dba675b8c4..48cd2e007c1 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java
index c24da1c4a9b..f420ccba3a7 100644
--- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java
+++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java
index 0f1ef633add..1935bf50547 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java
index 3151b8b42b8..bd57f696dcc 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java
index 4663d5e4083..bb1df3275ad 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java
index 2972ea06251..439c927c481 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java
index d83ad7196cc..0412051d657 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java
index 76478bf3a83..71acb861af7 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java
index 7cc341b16e7..7a20ecf166f 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java
index 1d77e153a16..65209c925ca 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java
index 56b5aec4224..a294a26a804 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java
index 2ead11af9bd..dc9a1ca7889 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java
index ecef2aa684f..a8e70313345 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java
index 9ea9e91e916..5243d13d0e4 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java
index fcd8ad2d4bd..c403de7032a 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java
index c06abc44e9a..9af9057393f 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java
index 98ada240f7e..a9c4ae1d5ee 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java
index 47e95df4805..8a56a9b6a7e 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java
index 50d0f2e47ec..7a1327aab06 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java
index 551abc7e0a2..add7ec01505 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java
index 2cd7dc26d4c..5b280bbb61b 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java
index 48497f8cb7b..db8f99c13d5 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java
index 7b68c81c3a9..f7d30536995 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java
index 729e1cb88e9..9373dd4f35e 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java
index c778b8c9e5d..eb83ae80156 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java
index 8a78d3688e1..15a7edb737d 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java
index a5a711758b2..ac82d2c6022 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java
index 1f80488bcf4..f1726ee77f5 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java
index 42daee63dfb..5b9aac0b622 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java
index c7ba119efd7..96880232813 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java
index b44d3397ca4..dc512572e19 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java
index f3bdd68be29..4a417c764a0 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java
index 7a28b0a7fe2..9cf1a693d69 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java
index 4e716cb3340..57a3485f029 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java
index d929947fe11..66b6d5f571c 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java
index 488b89d4a9e..1cf3fb18622 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java
index 46fe5e1e358..75a89d59ef9 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java
index 2bf4245c08c..fd471304770 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java
index 27617f39c40..f25a46829c0 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java
index 695a9af5e9b..fb31b96a3f5 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java
index 9303366b20d..8ba4158b03c 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java
index b4008968985..3cd389aecad 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java
index 778c77d7fe3..4ea586b8e60 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java
index ea0be20569d..285de83fbff 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java
index f648fcf6f29..e0511aabdbe 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java
index 1846bb5e92b..3591653f0f9 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java
index aebf114c309..c0b54f832f4 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java
index 227704aefce..aea43706eeb 100644
--- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java
+++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java
index 04a383c00ee..1c8627ed60b 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java
index ae5deab8e70..61e93e7b538 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java
index 0d194f62a0d..4b5498b18ed 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java
index 9b6d53ad9e2..acbc6f0943e 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java
index 8a6e2a59dcd..a53119938b9 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java
index f9959ed1b9d..9c80fd55d0f 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java
index 46a4028ebf9..9aaea074bc8 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java
index 5e178a0fbf4..a09cae27202 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java
index bd33c831e13..08e424193e5 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java
index 488fd1d24a7..5a95489a779 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java
index f7a3e048359..5b60f4883d8 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java
index 43f1aca67f3..48c4adacd53 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java
index 43d41903994..2d5a1be6943 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java
index 401faa203b3..337304bab4d 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java
index 0ccd0f5ec69..f6d18b34692 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java
index 5e1ed9773df..3b6639bfddc 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java
index d84d1af5791..e2374f6a0f6 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java
index 04cc2237711..5d2c673b3a6 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java
index c43b7ab9756..898b716c752 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java
index 4f20c436f94..de41534ce7d 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java
index dc5af17188d..7e0aed1f72c 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java
index cd321da7024..bf55e312910 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java
index 07b8bf7d62c..227b536e494 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java
index 1268fcb2b58..c7e6647d282 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java
index 451454c111f..22b5d4eef69 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java
index 478abc64209..96a3f0928c9 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java
index 259a496c1fc..b035ff59008 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java
index b6a30f24aee..5fe41fead82 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java
index 09d1146231e..0794469b6be 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java
index 4c061fcbd3e..8a8d25dd75f 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java
index 9d6732766c0..7d9e1fc3024 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java
index 9e23548042f..23397338488 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java
index 20a2a93e714..18659595dab 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java
index 04412a892ea..bb5ae8dad8f 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java
index a613374974d..8707cbd57ae 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java
index 8ffef05cf0a..7ca72a73186 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java
index 83501029754..f5c3325b60f 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java
index 715813c184e..4023f252359 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java
index 6e34fef0f3e..15f8b95403f 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java
index 617f76540cd..54e3b675e90 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java
index 9a9bb668bd8..2e26b51214d 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java
index a7ecd50deb4..e3e5f4a48bb 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java
index 4b1ebcc5ee7..4957f14409d 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java
index 77cc0053e85..0a097193b52 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java
index 1128312d60c..8bdb368f356 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java
index c30c63e486e..738ee83024c 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java
index 52ec3d7b95c..1dc379906e5 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java
index 55ad86a1a1d..78921567faf 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java
index b9a08c616dd..abf2d609640 100644
--- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java
+++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java
index 63c8e9a6edd..9ccd9de65ef 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java
index a3a75facd2d..ddddcad5517 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java
index d24db1378d1..8a5e86f02da 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java
index e99ff89dcb9..19bbadd83c4 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java
index 69de43e5ff0..140df092f35 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java
index afd0bb5357b..f0a99607097 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java
index d8bbf8954f4..e920befdbad 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java
index 66edd73fc08..19c2f4c843d 100644
--- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java
+++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java
index 8cf238fef91..6e656463eda 100644
--- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java
+++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java
index e0e5cb0a867..c1b384ee504 100644
--- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java
+++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java
index c3c222fc939..23baa137e26 100644
--- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java
+++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java
index e5c99bbd330..8edfaa772f7 100644
--- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java
+++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java
index 154a40de426..29d3f0bf575 100644
--- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java
+++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java b/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java
index 1eb428f4364..719cfd94062 100644
--- a/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java
+++ b/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java
index 5cb74096258..ffe2bb64a5a 100644
--- a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java
+++ b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java
index ce5585fbacb..73fb485d024 100644
--- a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java
+++ b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt b/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt
index 2d337a2c140..094852c8a19 100644
--- a/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt
+++ b/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt
@@ -1,5 +1,5 @@
/**
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt
index 745ca936ec7..70e04582fc8 100644
--- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt
+++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt
index f7b8e78f053..7d68b67f820 100644
--- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt
+++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt
@@ -1,5 +1,5 @@
/**
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt
index 106e8edc230..7debb460c86 100644
--- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt
+++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt
@@ -1,5 +1,5 @@
/**
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt
index a5cc38b75e1..6052d7a3325 100644
--- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt
+++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt
@@ -1,5 +1,5 @@
/**
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt
index c5681c2e774..aaf89ed1e23 100644
--- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt
+++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt
@@ -1,5 +1,5 @@
/**
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt
index 91f42c5ff69..792a94fced0 100644
--- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt
+++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt
@@ -1,5 +1,5 @@
/**
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt
index 5bd489d7e17..5a884ff9c5b 100644
--- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt
+++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt
@@ -1,5 +1,5 @@
/**
- * Copyright 2000-2024 Vaadin Ltd
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties
index a6700ec7e57..125e50a3bfb 100644
--- a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java
index 2c4d7d02ee0..00b7c1759d4 100644
--- a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java
+++ b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties
index 44594528d31..0c90f750167 100644
--- a/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties
index 5aa13827263..eba827e3ceb 100644
--- a/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties
index d7243b3a7fc..2c356687518 100644
--- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx
index a01c615012c..8972c9edc09 100644
--- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx
+++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx
index a843a54097a..c487360fc57 100644
--- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx
+++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java
index 9b6ea6fe637..b01c07a54d7 100644
--- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java
+++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2024 Vaadin Ltd.
+ * Copyright 2000-2025 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties
index 5aa13827263..eba827e3ceb 100644
--- a/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties
index e0a3360d88b..9f537f4e0b1 100644
--- a/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties
index 5aa13827263..eba827e3ceb 100644
--- a/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties
index 44594528d31..0c90f750167 100644
--- a/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties
+++ b/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2024 Vaadin Ltd.
+# Copyright 2000-2025 Vaadin Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
diff --git a/flow-plugins/flow-maven-plugin/src/it/settings.xml b/flow-plugins/flow-maven-plugin/src/it/settings.xml
index 21d21ecab70..fbb5b63230d 100644
--- a/flow-plugins/flow-maven-plugin/src/it/settings.xml
+++ b/flow-plugins/flow-maven-plugin/src/it/settings.xml
@@ -1,6 +1,6 @@